mirror of
https://xff.cz/git/u-boot/
synced 2026-01-07 22:59:17 +01:00
x86: coreboot: Enable CONFIG_SYS_NS16550_MEM32
The debug UART on modern machines uses a 32-bit wide transfer. Without this, setting debug output causes a hang or no output. It is not obvious (when enabling CONFIG_DEBUG_UART) that this is needed. Enable 32-bit access to avoid this trap. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
@@ -51,6 +51,7 @@ CONFIG_ATAPI=y
|
||||
CONFIG_LBA48=y
|
||||
CONFIG_SYS_64BIT_LBA=y
|
||||
# CONFIG_PCI_PNP is not set
|
||||
CONFIG_SYS_NS16550_MEM32=y
|
||||
CONFIG_SOUND=y
|
||||
CONFIG_SOUND_I8254=y
|
||||
CONFIG_CONSOLE_SCROLL_LINES=5
|
||||
|
||||
@@ -59,6 +59,7 @@ CONFIG_LBA48=y
|
||||
CONFIG_SYS_64BIT_LBA=y
|
||||
CONFIG_NVME_PCI=y
|
||||
# CONFIG_PCI_PNP is not set
|
||||
CONFIG_SYS_NS16550_MEM32=y
|
||||
CONFIG_SOUND=y
|
||||
CONFIG_SOUND_I8254=y
|
||||
CONFIG_CONSOLE_SCROLL_LINES=5
|
||||
|
||||
Reference in New Issue
Block a user