Re: [PATCH v2] serial: liteuart: Add support for earlycon
From: Joel Stanley <joel@jms.id.au>
Date: 2021-05-18 12:03:13
Also in:
linux-doc, lkml
From: Joel Stanley <joel@jms.id.au>
Date: 2021-05-18 12:03:13
Also in:
linux-doc, lkml
On Mon, 17 May 2021 at 11:55, Stafford Horne [off-list ref] 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@gmail.com> Cc: Florent Kermarrec <redacted> Cc: Mateusz Holenko <mholenko@antmicro.com> Cc: Joel Stanley <joel@jms.id.au> Cc: Gabriel L. Somlo <gsomlo@gmail.com> Reviewed-and-tested-by: Gabriel Somlo [off-list ref]
Reviewed-by: Joel Stanley <joel@jms.id.au> Cheers, Joel