From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [RFC PATCH] arm: drop Execute-In-Place Date: Fri, 6 May 2011 09:07:36 +0300 Message-ID: <20110506060733.GP27860@atomide.com> References: <1304607121-13612-1-git-send-email-plagnioj@jcrosoft.com> <4DC2E5AA.5010604@am.sony.com> <4DC2E669.2000101@am.sony.com> <1304620350.2398.29.camel@i7.infradead.org> <4DC2EF19.5010309@am.sony.com> <4DC2F6B0.80800@am.sony.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Nicolas Pitre Cc: Russell King , linux-embedded , Mike Frysinger , David Woodhouse , Nicolas Ferre , Tim Bird , Eric Miao , Jean-Christophe PLAGNIOL-VILLARD , "linux-arm-kernel@lists.infradead.org" * Nicolas Pitre [110505 22:23]: > On Thu, 5 May 2011, Tim Bird wrote: > > > > I should add that I tried to use XIP on omap (for research purposes), > > but it was broken and I didn't have time to fix it. My bad. > > OMAP is doing pretty nasty things with their early serial port support. > This is most likely to screw up XIP. Yes to debug it you'd have to hardcode the uart_phys and virt in the debug-macro.S for DEBUG_LL and EARLY_PRINTK. But should be easy enough to do for anybody using XIP. Of course there may also be other issues too :) Tony