arm-trusted-firmware/plat/nvidia/tegra
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
..
common refactor(console): consolidate console runtime switch 2024-05-08 15:50:58 +02:00
drivers refactor(console): disable getc() by default 2023-10-11 08:40:14 +02:00
include fix(ras): remove RAS_FFH_SUPPORT and introduce FFH_SUPPORT 2023-11-01 17:45:56 +00:00
lib/debug chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
scat build: always prefix section names with . 2023-02-20 18:29:33 +00:00
soc Merge changes from topic "mp/exceptions" into integration 2023-11-02 14:34:53 +01:00
platform.mk build: use toolchain identifiers in conditions 2024-02-06 11:14:52 +00:00