]> git.dujemihanovic.xyz Git - u-boot.git/commit
riscv: qemu: Enable PRE_CONSOLE_BUFFER
authorBin Meng <bmeng@tinylab.org>
Sun, 23 Jul 2023 04:40:38 +0000 (12:40 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 2 Aug 2023 08:32:36 +0000 (16:32 +0800)
commit608b80b5b855d0c55a5fa7de11c1338bf2541855
tree6355f6c5c8def81ecac82bd6dbaa6e641e956df9
parent6b343ab38d9665e5062134549323f998c60c35d6
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>
board/emulation/qemu-riscv/Kconfig