arm-trusted-firmware/plat/xilinx/versal_net
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 fix(versal-net): use arm common GIC handlers 2024-01-09 00:38:21 -08:00
include feat(xilinx): add handler for power down req sgi irq 2024-01-09 04:15:27 -08:00
pm_service fix(versal-net): don't clear pending interrupts 2023-08-17 12:37:05 -07:00
tsp build(versal-net): reorganize platform source files 2023-12-04 05:52:07 +01:00
bl31_versal_net_setup.c refactor(console): consolidate console runtime switch 2024-05-08 15:50:58 +02:00
plat_psci.c fix(versal-net): use arm common GIC handlers 2024-01-09 00:38:21 -08:00
plat_psci_pm.c fix(xilinx): check proc variable before use 2024-04-19 12:20:09 +02:00
plat_topology.c feat(xilinx): sync copyright format 2023-04-26 10:28:37 +02:00
platform.mk feat(xilinx): add handler for power down req sgi irq 2024-01-09 04:15:27 -08:00
sip_svc_setup.c fix(xilinx): deprecate SiP service count query 2024-01-16 06:21:58 +01:00
versal_net_ipi.c feat(versal-net): add bufferless IPI Support 2023-12-05 06:59:51 +01:00