Re: [PATCH v4 2/5] RISC-V: Add SBI debug console helper routines

2023-11-23 Thread Anup Patel
On Mon, Nov 20, 2023 at 1:35 PM Andrew Jones wrote: > > On Sat, Nov 18, 2023 at 09:08:56AM +0530, Anup Patel wrote: > > Let us provide SBI debug console helper routines which can be > > shared by serial/earlycon-riscv-sbi.c and hvc/hvc_riscv_sbi.c. > > > > Signed-off-by: Anup Patel > > --- > > a

Re: [PATCH v4 2/5] RISC-V: Add SBI debug console helper routines

2023-11-23 Thread Anup Patel
On Wed, Nov 22, 2023 at 4:15 AM Samuel Holland wrote: > > Hi Anup, > > On 2023-11-17 9:38 PM, Anup Patel wrote: > > Let us provide SBI debug console helper routines which can be > > shared by serial/earlycon-riscv-sbi.c and hvc/hvc_riscv_sbi.c. > > > > Signed-off-by: Anup Patel > > --- > > arch/

Re: [PATCH v4 2/5] RISC-V: Add SBI debug console helper routines

2023-11-21 Thread Samuel Holland
Hi Anup, On 2023-11-17 9:38 PM, Anup Patel wrote: > Let us provide SBI debug console helper routines which can be > shared by serial/earlycon-riscv-sbi.c and hvc/hvc_riscv_sbi.c. > > Signed-off-by: Anup Patel > --- > arch/riscv/include/asm/sbi.h | 5 + > arch/riscv/kernel/sbi.c | 43 +

Re: [PATCH v4 2/5] RISC-V: Add SBI debug console helper routines

2023-11-20 Thread Andrew Jones
On Sat, Nov 18, 2023 at 09:08:56AM +0530, Anup Patel wrote: > Let us provide SBI debug console helper routines which can be > shared by serial/earlycon-riscv-sbi.c and hvc/hvc_riscv_sbi.c. > > Signed-off-by: Anup Patel > --- > arch/riscv/include/asm/sbi.h | 5 + > arch/riscv/kernel/sbi.c