arm-trusted-firmware/plat/socionext/synquacer
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
..
drivers refactor(plat/synquacer): update PSCI system_off handling 2021-12-07 17:33:29 +09:00
include build: always prefix section names with . 2023-02-20 18:29:33 +00:00
platform.mk refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3 2023-03-15 11:43:14 +00:00
sq_bl2_setup.c feat(synquacer): add BL2 support 2022-06-27 13:12:24 -05:00
sq_bl31_setup.c refactor(console): consolidate console runtime switch 2024-05-08 15:50:58 +02:00
sq_ccn.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
sq_gicv3.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
sq_helpers.S feat(synquacer): add BL2 support 2022-06-27 13:12:24 -05:00
sq_image_desc.c feat(synquacer): add BL2 support 2022-06-27 13:12:24 -05:00
sq_io_storage.c feat(synquacer): add FWU Multi Bank Update support 2022-06-27 13:12:24 -05:00
sq_psci.c feat(synquacer): add BL2 support 2022-06-27 13:12:24 -05:00
sq_rotpk.S feat(synquacer): add TBBR support 2022-06-27 13:12:24 -05:00
sq_spm.c spm-mm: Refactor secure_partition.h and its contents 2019-12-20 16:03:41 +00:00
sq_tbbr.c feat(synquacer): add TBBR support 2022-06-27 13:12:24 -05:00
sq_topology.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
sq_xlat_setup.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00