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

2023-07-26 Thread Simon Glass
On Tue, 25 Jul 2023 at 01:21, Rick Chen wrote: > > > From: U-Boot On Behalf Of Bin Meng > > Sent: Sunday, July 23, 2023 12:41 PM > > To: Simon Glass ; u-boot@lists.denx.de > > Cc: Bin Meng > > Subject: [PATCH 15/18] riscv: qemu: Enable PRE_CONSOLE_BUFFER >

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

2023-07-25 Thread Rick Chen
> From: U-Boot On Behalf Of Bin Meng > Sent: Sunday, July 23, 2023 12:41 PM > To: Simon Glass ; u-boot@lists.denx.de > Cc: Bin Meng > Subject: [PATCH 15/18] riscv: qemu: Enable PRE_CONSOLE_BUFFER > > By default the video console only outputs messages after it's rea

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

2023-07-22 Thread Bin Meng
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 ---