[PATCH 15/18] riscv: qemu: Enable PRE_CONSOLE_BUFFER

Simon Glass sjg at chromium.org
Thu Jul 27 02:50:02 CEST 2023


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

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list