mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-25 22:35:42 +00:00
![]() Refactor console_flush() and console_switch_state(CONSOLE_FLAG_RUNTIME) to bl31_main(). This has been done per the recommendation in TF-A mailing list. These calls need to be the last calls, after any runtime initialization has been done, before BL31 exits. All platforms that override the generic implementation of bl31_plat_runtime_setup() have been refactored. The console_flush() and console_switch_state() calls have been removed as they become part of bl31_main() function. Any platform that don't need to make any change to the generic (weak) implementation of bl31_plat_runtime_setup() don't need to override it in their platforms. Change-Id: I6d04d6daa9353daeaa7e3df9e9adf6f322a917b8 Signed-off-by: Salman Nabi <salman.nabi@arm.com> |
||
---|---|---|
.. | ||
aarch64 | ||
drivers | ||
include | ||
hikey960_bl1_setup.c | ||
hikey960_bl2_mem_params_desc.c | ||
hikey960_bl2_setup.c | ||
hikey960_bl31_setup.c | ||
hikey960_bl_common.c | ||
hikey960_boardid.c | ||
hikey960_def.h | ||
hikey960_el3_spmc_logical_sp.c | ||
hikey960_image_load.c | ||
hikey960_io_storage.c | ||
hikey960_mcu_load.c | ||
hikey960_pm.c | ||
hikey960_private.h | ||
hikey960_rotpk.S | ||
hikey960_tbbr.c | ||
hikey960_topology.c | ||
platform.mk |