Re: [PATCH v2] serial: liteuart: Add support for earlycon

From: Stafford Horne
Date: Tue May 18 2021 - 17:36:41 EST


On Tue, May 18, 2021 at 12:02:57PM +0000, Joel Stanley wrote:
> On Mon, 17 May 2021 at 11:55, Stafford Horne <shorne@xxxxxxxxx> wrote:
> >
> > Most litex boards using RISC-V soft cores us the sbi earlycon, however
> > this is not available for non RISC-V litex SoC's. This patch enables
> > earlycon for liteuart which is available on all Litex SoC's making
> > support for earycon debugging more widely available.
> >
> > Signed-off-by: Stafford Horne <shorne@xxxxxxxxx>
> > Cc: Florent Kermarrec <florent@xxxxxxxxxxxxxxxx>
> > Cc: Mateusz Holenko <mholenko@xxxxxxxxxxxx>
> > Cc: Joel Stanley <joel@xxxxxxxxx>
> > Cc: Gabriel L. Somlo <gsomlo@xxxxxxxxx>
> > Reviewed-and-tested-by: Gabriel Somlo <gsomlo@xxxxxxxxx>
>
> Reviewed-by: Joel Stanley <joel@xxxxxxxxx>

Thanks for reviewing.

-Stafford