arm-trusted-firmware/plat/mediatek
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
..
build_helpers feat(mediatek): remove bl32 flag for mtk_bl 2023-11-16 09:32:56 +02:00
common refactor(console): consolidate console runtime switch 2024-05-08 15:50:58 +02:00
drivers feat(mt8188): remove apusys kernel handler usage constraints 2024-04-29 16:56:32 +08:00
helpers feat(mt8188): add armv8.2 support 2022-09-22 19:26:15 +08:00
include fix(tree): correct some typos 2023-05-09 15:57:12 +01:00
lib fix(mt8188): refine gic init flow after system resume 2022-11-14 09:55:07 +08:00
mt8173 chore: remove MULTI_CONSOLE_API references 2023-09-12 15:28:36 +02:00
mt8183 chore: remove MULTI_CONSOLE_API references 2023-09-12 15:28:36 +02:00
mt8186 fix(tree): correct some typos 2023-05-09 15:57:12 +01:00
mt8188 feat(mt8188): add secure iommu support 2023-12-01 02:53:17 +01:00
mt8192 fix(tree): correct some typos 2023-05-09 15:57:12 +01:00
mt8195 feat(mt8195): increase TZRAM 2023-06-28 00:41:14 +08:00
topology feat(mt8188): add armv8.2 support 2022-09-22 19:26:15 +08:00