Re: [PATCH 1/1] riscv: enable CONFIG_DEBUG_UART by default

2023-10-13 Thread Rick Chen
> From: Heinrich Schuchardt > Sent: Saturday, September 23, 2023 7:35 AM > To: Rick Jian-Zhi Chen(陳建志) ; Leo Yu-Chi Liang(梁育齊) > > Cc: u-boot@lists.denx.de; Heinrich Schuchardt > > Subject: [PATCH 1/1] riscv: enable CONFIG_DEBUG_UART by default > > Most boards d

Re: [PATCH 1/1] riscv: enable CONFIG_DEBUG_UART by default

2023-09-26 Thread Leo Liang
Hi Heinrich, On Tue, Sep 26, 2023 at 10:38:48AM +0200, Heinrich Schuchardt wrote: > On 9/26/23 09:53, Leo Liang wrote: > > Hi Heinrich, > > > > On Sat, Sep 23, 2023 at 01:35:26AM +0200, Heinrich Schuchardt wrote: > > > Most boards don't enable the pre-console buffer. So we will not see any > > >

Re: [PATCH 1/1] riscv: enable CONFIG_DEBUG_UART by default

2023-09-26 Thread Heinrich Schuchardt
On 9/26/23 09:53, Leo Liang wrote: Hi Heinrich, On Sat, Sep 23, 2023 at 01:35:26AM +0200, Heinrich Schuchardt wrote: Most boards don't enable the pre-console buffer. So we will not see any early messages. OpenSBI 1.3 provides us with the debug console extension that can fill this gap. For

Re: [PATCH 1/1] riscv: enable CONFIG_DEBUG_UART by default

2023-09-26 Thread Leo Liang
Hi Heinrich, On Sat, Sep 23, 2023 at 01:35:26AM +0200, Heinrich Schuchardt wrote: > Most boards don't enable the pre-console buffer. So we will not see any > early messages. OpenSBI 1.3 provides us with the debug console extension > that can fill this gap. > > For S-Mode U-Boot enable

Re: [PATCH 1/1] riscv: enable CONFIG_DEBUG_UART by default

2023-09-26 Thread Leo Liang
On Sat, Sep 23, 2023 at 01:35:26AM +0200, Heinrich Schuchardt wrote: > Most boards don't enable the pre-console buffer. So we will not see any > early messages. OpenSBI 1.3 provides us with the debug console extension > that can fill this gap. > > For S-Mode U-Boot enable CONFIG_DEBUG_UART by

[PATCH 1/1] riscv: enable CONFIG_DEBUG_UART by default

2023-09-22 Thread Heinrich Schuchardt
Most boards don't enable the pre-console buffer. So we will not see any early messages. OpenSBI 1.3 provides us with the debug console extension that can fill this gap. For S-Mode U-Boot enable CONFIG_DEBUG_UART by default. Signed-off-by: Heinrich Schuchardt --- arch/riscv/Kconfig | 1 + 1