commit | 2a4fe4fbdb7940d9d02723930b919965aaba0955 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Feb 01 18:42:24 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Feb 02 00:18:54 2018 +0900 |
tree | ca230fb4f3c64ab1b9236ecd8da6026a6cb541de | |
parent | 55a040ed23ee36c71718229907d0bc6b8a69b59f [diff] |
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>