On Thu, 7 May 2020, Geert Uytterhoeven wrote: > Hi Nicolas, > > On Thu, May 7, 2020 at 4:58 PM Nicolas Pitre <nico@xxxxxxxxxxx> wrote: > > On Thu, 7 May 2020, Geert Uytterhoeven wrote: > > > > > As upstream Linux does not support XIP, > > > > What? > > Not for an ARM v7 platform: > > config XIP_KERNEL > bool "Kernel Execute-In-Place from ROM" > depends on !ARM_LPAE && !ARCH_MULTIPLATFORM Of course this is an artificial limitation. You can have XIP on ARMv7 if you want. It requires some kconfig tweaks though. Nicolas