From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] arm: Fix DEBUG_LL for omap zoom2/3 Date: Mon, 22 Mar 2010 14:20:25 -0700 Message-ID: <20100322212025.GW11448@atomide.com> References: <20100320024827.GC11448@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:62929 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755944Ab0CVVSw (ORCPT ); Mon, 22 Mar 2010 17:18:52 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: "Pais, Allen" Cc: "linux-arm-kernel@lists.infradead.org" , "linux-omap@vger.kernel.org" , "Pandita, Vikram" * Pais, Allen [100322 00:14]: > > > > > Hi all, > > > > > > > > Got a zoom3 finally! This is needed to boot with DEBUG_LL > > + earlyprintk. > > > > > > And of course it won't compile because of a missing #. > > > Here's the working version. > > > > One more time. Looks like what I posted is not enough, we > > also need to make sure the mapping does not overlap with > > other regions. So basically we can't use 0xfb000000 like > > we currently have, let's use 0xf7000000 instead unless > > somebody has better ideas. > > With this patch[DEBUG_LL + earlyprintk], > I still haven't been able to boot the kernel. > Is it working on your side. > > The commit am using is : a842b5f9ce70e1b738eabb4d719860070180ed1c I think you will also need the 3630 serial fixes series posted recently. I just merged those into omap-fixes-for-linus (and master) branch(es). Maybe give it a try with at commit b3c7740a120c8a7775cb63b4d094466da5c01692 + this patch? BTW, I'm still seeing mux errors on zoom3, have not yet looked into those. Regards, Tony