Files
u-boot/board
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
..
2021-09-04 12:26:02 -04:00
2022-01-10 14:01:57 -05:00
2021-11-07 18:36:55 +01:00
2022-01-19 18:11:34 +01:00
2021-09-07 16:22:30 -04:00
2022-01-10 14:01:57 -05:00
2022-01-19 18:11:34 +01:00
2022-01-19 18:11:34 +01:00
2021-10-27 16:38:26 -04:00
2021-09-04 11:42:41 -04:00
2021-09-07 16:22:30 -04:00
2021-06-17 09:40:58 +08:00
2022-01-19 18:11:34 +01:00
2021-10-20 17:54:31 +02:00
2022-01-08 11:16:03 -05:00