arm-trusted-firmware/plat/xilinx/zynqmp
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): rename platform function to generic name 2023-11-01 21:25:21 +05:30
include Merge "feat(zynqmp): remove pm_ioctl_set_sgmii_mode api" into integration 2023-11-06 09:21:54 +01:00
pm_service feat(zynqmp): remove unused pm_get_proc_by_node() 2024-05-02 09:21:45 +02:00
tsp refactor(xilinx): add generic TSP makefile 2023-11-02 10:11:20 +05:30
bl31_zynqmp_setup.c refactor(console): consolidate console runtime switch 2024-05-08 15:50:58 +02:00
custom_sip_svc.c style(xilinx): fix AMD copyright format 2023-04-24 14:46:41 +02:00
libpm.mk refactor(xilinx): move versal files to common place 2023-03-27 22:57:00 -07: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_zynqmp.c chore(xilinx): reorder include files as per TF-A guidelines 2023-06-27 10:14:09 +05:30
platform.mk feat(zynqmp): enable assertion 2023-10-31 14:34:21 +05:30
sip_svc_setup.c fix(xilinx): deprecate SiP service count query 2024-01-16 06:21:58 +01:00
zynqmp_ehf.c chore(xilinx): reorder include files as per TF-A guidelines 2023-06-27 10:14:09 +05:30
zynqmp_ipi.c chore(xilinx): follow kernel doc format for functional documentation 2023-06-23 08:07:13 +01:00
zynqmp_sdei.c chore(xilinx): reorder include files as per TF-A guidelines 2023-06-27 10:14:09 +05:30