Message ID | 20230518184541.2627-10-jszhang@kernel.org (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Conor Dooley |
Headers | show |
Series | Add Sipeed Lichee Pi 4A RISC-V board support | expand |
Context | Check | Description |
---|---|---|
conchuod/tree_selection | fail | Failed to apply to next/pending-fixes, riscv/for-next or riscv/master |
On Fri, May 19, 2023 at 02:45:41AM +0800, Jisheng Zhang wrote: > Enable T-HEAD SoC config in defconfig to allow the default > upstream kernel to boot on Sipeed Lichee Pi 4A board. Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Thanks, Conor. > > Signed-off-by: Jisheng Zhang <jszhang@kernel.org> > --- > arch/riscv/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig > index d98d6e90b2b8..109e4b5b003c 100644 > --- a/arch/riscv/configs/defconfig > +++ b/arch/riscv/configs/defconfig > @@ -27,6 +27,7 @@ CONFIG_EXPERT=y > CONFIG_PROFILING=y > CONFIG_SOC_MICROCHIP_POLARFIRE=y > CONFIG_ARCH_RENESAS=y > +CONFIG_ARCH_THEAD=y > CONFIG_SOC_SIFIVE=y > CONFIG_SOC_STARFIVE=y > CONFIG_ARCH_SUNXI=y > -- > 2.40.0 >
On Thu, 18 May 2023 11:45:41 PDT (-0700), jszhang@kernel.org wrote: > Enable T-HEAD SoC config in defconfig to allow the default > upstream kernel to boot on Sipeed Lichee Pi 4A board. > > Signed-off-by: Jisheng Zhang <jszhang@kernel.org> > --- > arch/riscv/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig > index d98d6e90b2b8..109e4b5b003c 100644 > --- a/arch/riscv/configs/defconfig > +++ b/arch/riscv/configs/defconfig > @@ -27,6 +27,7 @@ CONFIG_EXPERT=y > CONFIG_PROFILING=y > CONFIG_SOC_MICROCHIP_POLARFIRE=y > CONFIG_ARCH_RENESAS=y > +CONFIG_ARCH_THEAD=y > CONFIG_SOC_SIFIVE=y > CONFIG_SOC_STARFIVE=y > CONFIG_ARCH_SUNXI=y Acked-by: Palmer Dabbelt <palmer@rivosinc.com>
Acked-by: Guo Ren <guoren@kernel.org> On Sat, May 20, 2023 at 4:56 AM Palmer Dabbelt <palmer@dabbelt.com> wrote: > > On Thu, 18 May 2023 11:45:41 PDT (-0700), jszhang@kernel.org wrote: > > Enable T-HEAD SoC config in defconfig to allow the default > > upstream kernel to boot on Sipeed Lichee Pi 4A board. > > > > Signed-off-by: Jisheng Zhang <jszhang@kernel.org> > > --- > > arch/riscv/configs/defconfig | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig > > index d98d6e90b2b8..109e4b5b003c 100644 > > --- a/arch/riscv/configs/defconfig > > +++ b/arch/riscv/configs/defconfig > > @@ -27,6 +27,7 @@ CONFIG_EXPERT=y > > CONFIG_PROFILING=y > > CONFIG_SOC_MICROCHIP_POLARFIRE=y > > CONFIG_ARCH_RENESAS=y > > +CONFIG_ARCH_THEAD=y > > CONFIG_SOC_SIFIVE=y > > CONFIG_SOC_STARFIVE=y > > CONFIG_ARCH_SUNXI=y > > Acked-by: Palmer Dabbelt <palmer@rivosinc.com>
diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index d98d6e90b2b8..109e4b5b003c 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -27,6 +27,7 @@ CONFIG_EXPERT=y CONFIG_PROFILING=y CONFIG_SOC_MICROCHIP_POLARFIRE=y CONFIG_ARCH_RENESAS=y +CONFIG_ARCH_THEAD=y CONFIG_SOC_SIFIVE=y CONFIG_SOC_STARFIVE=y CONFIG_ARCH_SUNXI=y
Enable T-HEAD SoC config in defconfig to allow the default upstream kernel to boot on Sipeed Lichee Pi 4A board. Signed-off-by: Jisheng Zhang <jszhang@kernel.org> --- arch/riscv/configs/defconfig | 1 + 1 file changed, 1 insertion(+)