]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: coreboot: Look for DBG2 UART in SPL too
authorSimon Glass <sjg@chromium.org>
Wed, 20 Sep 2023 03:00:07 +0000 (21:00 -0600)
committerBin Meng <bmeng@tinylab.org>
Thu, 21 Sep 2023 22:03:46 +0000 (06:03 +0800)
commitb1350636e69d4aac1e00aee5a327b5724f074420
tree7798b7d37cc280700f40ffd4464ac176f67f62ab
parent0c45c76ced7222ad8e5fb41b8be4d5237fd791a0
x86: coreboot: Look for DBG2 UART in SPL too

If coreboot does not set up sysinfo for the UART, SPL currently hangs.
Use the DBG2 technique there as well. This allows coreboot64 to boot from
coreboot even if the console info is missing from sysinfo

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
configs/coreboot64_defconfig
drivers/serial/Kconfig