Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755626AbbGPOis (ORCPT ); Thu, 16 Jul 2015 10:38:48 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:40903 "EHLO relmlie1.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753571AbbGPOir (ORCPT ); Thu, 16 Jul 2015 10:38:47 -0400 X-IronPort-AV: E=Sophos;i="5.15,488,1432566000"; d="scan'208";a="190502104" From: Chris Brandt To: linux@arm.linux.org.uk, arnd@arndb.de Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sh@vger.kernel.org, Chris Brandt Subject: [PATCH 0/2] ARM: xip: Get XIP for ARMv7 working again Date: Thu, 16 Jul 2015 10:37:12 -0400 Message-Id: <1437057434-1616-1-git-send-email-chris.brandt@renesas.com> X-Mailer: git-send-email 1.7.9.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 954 Lines: 28 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/