mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
51de94dfe4
At present the debug UART is only set up in SPL, on the assumption that the boot flow will always pass through there. When booting from coreboot, SPL is not used, so the debug UART is not available. Move the code into a common place so that it can be used in U-Boot proper also. Add the required init to start_from_spl.S as well. Signed-off-by: Simon Glass <sjg@chromium.org> |
||
---|---|---|
.. | ||
acpi.c | ||
cpu.c | ||
cpu_common.c | ||
cpu_spl.c | ||
fsp_bindings.c | ||
fsp_m.c | ||
fsp_s.c | ||
hostbridge.c | ||
Kconfig | ||
lpc.c | ||
Makefile | ||
pch.c | ||
pmc.c | ||
punit.c | ||
spl.c | ||
systemagent.c | ||
uart.c |