Home
last modified time | relevance | path

Searched hist:"0 fc50a86c1faeb8ffd42d6c1a121243595fb9143" (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/common/aarch32/
H A Dplatform_helpers.S0fc50a86c1faeb8ffd42d6c1a121243595fb9143 Thu Feb 01 09:42:24 UTC 2018 Masahiro Yamada <yamada.masahiro@socionext.com> 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>
/rk3399_ARM-atf/plat/common/aarch64/
H A Dplatform_helpers.S0fc50a86c1faeb8ffd42d6c1a121243595fb9143 Thu Feb 01 09:42:24 UTC 2018 Masahiro Yamada <yamada.masahiro@socionext.com> 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>
/rk3399_ARM-atf/
H A DMakefile0fc50a86c1faeb8ffd42d6c1a121243595fb9143 Thu Feb 01 09:42:24 UTC 2018 Masahiro Yamada <yamada.masahiro@socionext.com> 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>