On Tue, 25 Jul 2023 at 01:21, Rick Chen <[email protected]> wrote: > > > From: U-Boot <[email protected]> On Behalf Of Bin Meng > > Sent: Sunday, July 23, 2023 12:41 PM > > To: Simon Glass <[email protected]>; [email protected] > > Cc: Bin Meng <[email protected]> > > 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 <[email protected]> > > --- > > > > board/emulation/qemu-riscv/Kconfig | 5 +++++ > > 1 file changed, 5 insertions(+) > > Reviewed-by: Rick Chen <[email protected]>
Reviewed-by: Simon Glass <[email protected]>

