Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1185923
| From | Chris Brandt <chris.brandt@renesas.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] ARM: xip: Get XIP for ARMv7 working again |
| Date | 2015-07-16 16:40 +0200 |
| Message-ID | <pMSun-13y-33@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 0/2] ARM: xip: Get XIP for ARMv7 working again Chris Brandt <chris.brandt@renesas.com> - 2015-07-16 16:40 +0200
csiph-web