
27 Jul
2023
27 Jul
'23
2:50 a.m.
On Tue, 25 Jul 2023 at 01:21, Rick Chen rickchen36@gmail.com wrote:
From: U-Boot u-boot-bounces@lists.denx.de On Behalf Of Bin Meng Sent: Sunday, July 23, 2023 12:41 PM To: Simon Glass sjg@chromium.org; u-boot@lists.denx.de Cc: Bin Meng bmeng.cn@gmail.com Subject: [PATCH 15/18] 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
board/emulation/qemu-riscv/Kconfig | 5 +++++ 1 file changed, 5 insertions(+)
Reviewed-by: Rick Chen rick@andestech.com
Reviewed-by: Simon Glass sjg@chromium.org