u-boot/board/xilinx
Michal Simek 11381fba99 arm64: zynqmp: Fix debug uart initialization
The commit 0dba45864b ("arm: Init the debug UART") calls
debug_uart_init() from crt0.S but it won't work because SOC is not
configured yet. That's why create board_debug_uart_init() which calls
psu_init() via new psu_uboot_init() earlier before the first access to UART
in SPL. In full U-Boot call psu_uboot_init() only when
CONFIG_ZYNQMP_PSU_INIT_ENABLED is enabled.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Link: https://lore.kernel.org/r/878dc2daaa8685346f889989fbfb98b2e44da7fb.1645104518.git.michal.simek@xilinx.com
2022-02-21 13:20:29 +01:00
..
bootscripts xilinx: Add sd boot command script for reference 2019-10-08 09:11:13 +02:00
common xilinx: Enable OF_BOARD for zynq and zynqmp boards 2022-02-21 13:14:02 +01:00
microblaze-generic microblaze: exception: migrate MICROBLAZE_V5 to Kconfig 2022-02-15 13:11:43 +01:00
versal versal: Return ENVL_NOWHERE instead of ENVL_UNKNOWN 2022-01-05 11:16:21 +01:00
zynq ARM: zynq: Fix debug uart initialization 2022-02-21 13:20:24 +01:00
zynqmp arm64: zynqmp: Fix debug uart initialization 2022-02-21 13:20:29 +01:00
zynqmp_r5 common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
Kconfig xilinx: Kconfig: add XILINX_OF_BOARD_DTB_ADDR default value for microblaze 2022-01-05 10:22:03 +01:00