arm-trusted-firmware/plat/common/aarch64
Salman Nabi af3e8e63b4 refactor(console): consolidate console runtime switch
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>
2024-05-08 15:50:58 +02:00
..
crash_console_helpers.S refactor: fix common misspelling of init* 2024-03-20 11:44:00 +00:00
plat_common.c refactor(console): consolidate console runtime switch 2024-05-08 15:50:58 +02:00
plat_ehf.c fix(ras): remove RAS_FFH_SUPPORT and introduce FFH_SUPPORT 2023-11-01 17:45:56 +00:00
platform_helpers.S Remove deprecated plat_crash_console_* 2019-04-03 14:55:18 +01:00
platform_mp_stack.S build: always prefix section names with . 2023-02-20 18:29:33 +00:00
platform_up_stack.S build: always prefix section names with . 2023-02-20 18:29:33 +00:00