Re: [PATCH v4 5/5] RISC-V: Enable SBI based earlycon support

2023-11-23 Thread Anup Patel
On Wed, Nov 22, 2023 at 4:18 AM Samuel Holland wrote: > > Hi Anup, > > On 2023-11-17 9:38 PM, Anup Patel wrote: > > Let us enable SBI based earlycon support in defconfigs for both RV32 > > and RV64 so that "earlycon=sbi" can be used again. > > > > Signed-off-by: Anup Patel > > Reviewed-by: Andrew

Re: [PATCH v4 5/5] RISC-V: Enable SBI based earlycon support

2023-11-21 Thread Samuel Holland
Hi Anup, On 2023-11-17 9:38 PM, Anup Patel wrote: > Let us enable SBI based earlycon support in defconfigs for both RV32 > and RV64 so that "earlycon=sbi" can be used again. > > Signed-off-by: Anup Patel > Reviewed-by: Andrew Jones > --- > arch/riscv/configs/defconfig | 1 + > arch/riscv/

[PATCH v4 5/5] RISC-V: Enable SBI based earlycon support

2023-11-17 Thread Anup Patel
Let us enable SBI based earlycon support in defconfigs for both RV32 and RV64 so that "earlycon=sbi" can be used again. Signed-off-by: Anup Patel Reviewed-by: Andrew Jones --- arch/riscv/configs/defconfig | 1 + arch/riscv/configs/rv32_defconfig | 1 + 2 files changed, 2 insertions(+) dif