arm-trusted-firmware/plat/nvidia/tegra/common
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
..
aarch64 feat(tegra): implement 'pwr_domain_off_early' handler 2023-04-26 20:52:50 +02:00
tegra_bl31_setup.c refactor(console): consolidate console runtime switch 2024-05-08 15:50:58 +02:00
tegra_common.mk Merge changes from topic "ehf_common" into integration 2020-09-18 14:20:02 +00:00
tegra_delay_timer.c Tegra: fixup CNTPS_TVAL_EL1 delay timer reads 2020-08-31 10:43:44 -07:00
tegra_fiq_glue.c Tegra: enable SDEI handling 2020-05-20 12:00:26 -07:00
tegra_gicv2.c Tegra: gicv2: initialize target masks 2020-03-21 19:00:05 -07:00
tegra_gicv3.c Tegra: introduce support for GICv3 2020-06-19 02:34:52 +00:00
tegra_io_storage.c Tegra: dummy support for the io_storage backend 2019-03-01 10:22:54 -08:00
tegra_platform.c fix(tegra): append major revision to the chip_id value 2023-03-09 19:58:05 +00:00
tegra_pm.c feat(tegra): implement 'pwr_domain_off_early' handler 2023-04-26 20:52:50 +02:00
tegra_sdei.c Tegra: enable SDEI handling 2020-05-20 12:00:26 -07:00
tegra_sip_calls.c Tegra: sip: add VPR resize enabled check 2020-08-27 20:12:34 -07:00
tegra_stack_protector.c Tegra: enable stack protection 2020-05-16 22:44:52 -07:00