commit | cc7ee03ac9042b087d61ea08d976207d624cad27 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng@tinylab.org> | Sun Jul 23 12:40:38 2023 +0800 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Wed Aug 02 16:32:36 2023 +0800 |
tree | 6355f6c5c8def81ecac82bd6dbaa6e641e956df9 | |
parent | d61be5b6bf12560d8cd0f914b0ffb98e4dbdaaf8 [diff] |
riscv: qemu: Enable PRE_CONSOLE_BUFFER By default the video console only outputs messages after it's ready. Messages before that won't show on the video console, but U-Boot has an option to buffer the console messages before it's ready. Enable this support, and carefully select an address for the buffer. Signed-off-by: Bin Meng <bmeng@tinylab.org> Reviewed-by: Rick Chen <rick@andestech.com> Reviewed-by: Simon Glass <sjg@chromium.org>