commit | 028d1f8dc2ca9108e06f1cd05ab9d035af05ff51 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 19 21:00:08 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Fri Sep 22 06:03:46 2023 +0800 |
tree | cca446a993f036a8dd2c49823fd47175d9415377 | |
parent | b1350636e69d4aac1e00aee5a327b5724f074420 [diff] |
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>