arm-trusted-firmware/plat/common/aarch32
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 sp_min: Implement `sp_min_plat_runtime_setup()` 2017-06-20 15:14:01 +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 FVP: Fix AArch32 stack functions to be ABI-compliant 2017-08-01 14:33:47 +01:00
platform_up_stack.S Use SPDX license identifiers 2017-05-03 09:39:28 +01:00