[PATCH 0/2] ARM: xip: Get XIP for ARMv7 working again
Chris Brandt
chris.brandt at renesas.com
Thu Jul 16 07:37:12 PDT 2015
While it seems that XIP_KERNEL for ARMv7 is not a popular option, this patchset
is the minimum code fixes needed to get it working which it appears to have
been broken for a couple years.
The current Kconfig architecture prevents you from enabling XIP_KERNEL on many
platforms due to ARCH_MULTIPLATFORM. That will have to be addressed in a later
patchset.
Chris Brandt (2):
ARM: xip: Can't use text area as stack
ARM: xip: Use correct symbol for end of ROM marker
arch/arm/kernel/module.c | 2 +-
arch/arm/mm/mmu.c | 4 ++--
arch/arm/mm/proc-v7.S | 4 ++++
include/asm-generic/sections.h | 2 +-
4 files changed, 8 insertions(+), 4 deletions(-)
--
1.7.9.5
More information about the linux-arm-kernel
mailing list