commit | 608b80b5b855d0c55a5fa7de11c1338bf2541855 | [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 | 6b343ab38d9665e5062134549323f998c60c35d6 [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>