Re: [PATCH v5 3/5] tty/serial: Add RISC-V SBI debug console based earlycon
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2023-11-28 19:21:53
Also in:
linux-riscv, linux-serial, lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2023-11-28 19:21:53
Also in:
linux-riscv, linux-serial, lkml
On Fri, Nov 24, 2023 at 12:39:03PM +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 <redacted> Reviewed-by: Andrew Jones <redacted> --- drivers/tty/serial/Kconfig | 2 +- drivers/tty/serial/earlycon-riscv-sbi.c | 27 ++++++++++++++++++++++--- 2 files changed, 25 insertions(+), 4 deletions(-)
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>