]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: coreboot: Use a memory-mapped UART
authorSimon Glass <sjg@chromium.org>
Thu, 4 May 2023 22:55:02 +0000 (16:55 -0600)
committerBin Meng <bmeng@tinylab.org>
Thu, 11 May 2023 02:25:29 +0000 (10:25 +0800)
commitb21626d4cb4ed258755b64e36baedb5e040ebf20
tree9e8a8e7ddeb1585658761e86a1bdefd5a038945d
parentdd0f7bcf3b29a0b6095622b7dd83279b0a3dbfe4
x86: coreboot: Use a memory-mapped UART

This is much more common on modern hardware, so default to using it.

This does not affect the normal UART, but does allow the debug UART to
work, since it uses serial_out_shift(), etc.

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