arm-trusted-firmware/plat/common/aarch64
Masahiro Yamada 0fc50a86c1 plat/common: move arch-agnostic fallback functions to C file
When we add a new callback, we need to duplicate fallbacks among
plat/common/{aarch32,aarch64}/platform_helpers.S  This is tedious.

I created a new C file, then moved 3 functions:
  plat_error_handler
  bl2_plat_preload_setup
  plat_try_next_boot_source

They are called from C, so I do not see a good reason to implement
them in assembly.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2018-02-02 00:18:54 +09:00
..
plat_common.c Add new function-pointer-based console API 2017-12-12 15:00:34 -08:00
plat_psci_common.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
platform_helpers.S plat/common: move arch-agnostic fallback functions to C file 2018-02-02 00:18:54 +09:00
platform_mp_stack.S Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
platform_up_stack.S Use SPDX license identifiers 2017-05-03 09:39:28 +01:00