Re: [PATCH v2 6/8] tty/serial: Add RISC-V SBI debug console based earlycon

2023-10-19 Thread Andrew Jones
On Thu, Oct 12, 2023 at 10:45:07AM +0530, Anup Patel wrote: > We extend the existing RISC-V SBI earlycon support to use the new > RISC-V SBI debug console extension. > > Signed-off-by: Anup Patel > --- > drivers/tty/serial/Kconfig | 2 +- > drivers/tty/serial/earlycon-riscv-sbi.c |

[PATCH v2 6/8] tty/serial: Add RISC-V SBI debug console based earlycon

2023-10-11 Thread Anup Patel
We extend the existing RISC-V SBI earlycon support to use the new RISC-V SBI debug console extension. Signed-off-by: Anup Patel --- drivers/tty/serial/Kconfig | 2 +- drivers/tty/serial/earlycon-riscv-sbi.c | 32 + 2 files changed, 29 insertions(+), 5 deleti