arm-trusted-firmware/plat/imx
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 build: remove MAKE_BUILD_STRINGS function 2024-04-29 12:47:01 +00:00
imx7 chore: remove MULTI_CONSOLE_API references 2023-09-12 15:28:36 +02:00
imx8m feat(imx8mq): detect console base address during runtime 2024-04-01 15:08:20 +02:00
imx8qm refactor(console): consolidate console runtime switch 2024-05-08 15:50:58 +02:00
imx8qx refactor(console): consolidate console runtime switch 2024-05-08 15:50:58 +02:00
imx8ulp feat(imx8ulp): give HIFI4 DSP access to more resources 2024-03-26 15:51:26 +02:00
imx93 refactor(console): consolidate console runtime switch 2024-05-08 15:50:58 +02:00