commit | b21626d4cb4ed258755b64e36baedb5e040ebf20 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 04 16:55:02 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Thu May 11 10:25:29 2023 +0800 |
tree | 9e8a8e7ddeb1585658761e86a1bdefd5a038945d | |
parent | dd0f7bcf3b29a0b6095622b7dd83279b0a3dbfe4 [diff] |
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>