Re: [PATCH v1] RISC-V: make ARCH_THEAD preclude XIP_KERNEL

From: Conor Dooley
Date: Thu Jun 22 2023 - 12:05:41 EST


From: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>

On Wed, 21 Jun 2023 20:00:31 +0100, Conor Dooley wrote:
> Randy reported build errors in linux-next where XIP_KERNEL was enabled.
> ARCH_THEAD requires alternatives to support the non-standard ISA
> extensions used by the THEAD cores, which are mutually exclusive with
> XIP kernels. Clone the dependency list from the Allwinner entry, since
> Allwinner's D1 uses T-Head cores with the same non-standard extensions.
>
>
> [...]

Applied to riscv-dt-for-next, thanks!

[1/1] RISC-V: make ARCH_THEAD preclude XIP_KERNEL
https://git.kernel.org/conor/c/273235194e4d

Thanks,
Conor.