]> Git Repo - u-boot.git/commit
riscv: qemu: Enable PRE_CONSOLE_BUFFER
authorBin Meng <[email protected]>
Sun, 23 Jul 2023 04:40:38 +0000 (12:40 +0800)
committerLeo Yu-Chi Liang <[email protected]>
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 <[email protected]>
Reviewed-by: Rick Chen <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
board/emulation/qemu-riscv/Kconfig
This page took 0.032259 seconds and 4 git commands to generate.