arm-trusted-firmware/plat/xilinx/versal
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 refactor(xilinx): move plat_get_syscnt_freq2 to common file 2024-01-04 15:29:49 +01:00
include Merge changes from topic "idling-during-subsystem-restart" into integration 2024-01-22 16:12:02 +01:00
pm_service chore(xilinx): reorder include files as per TF-A guidelines 2023-06-27 10:14:09 +05:30
tsp feat(versal): add tsp support 2023-11-02 06:04:56 +01:00
bl31_versal_setup.c refactor(console): consolidate console runtime switch 2024-05-08 15:50:58 +02:00
plat_psci.c fix(xilinx): check proc variable before use 2024-04-19 12:20:09 +02:00
plat_topology.c style(xilinx): replace ARM by Arm in copyrights 2023-04-14 08:54:37 +02:00
plat_versal.c chore(xilinx): reorder include files as per TF-A guidelines 2023-06-27 10:14:09 +05:30
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_gicv3.c fix(xilinx): rename macros to align with ARM 2024-01-09 00:38:21 -08:00
versal_ipi.c fix(versal): make pmc ipi channel as secure 2023-08-08 12:52:16 +02:00