* Kevin Hilman [090401 16:18]: > Tony Lindgren writes: > > > * Paul Walmsley [090401 12:04]: > >> On Wed, 1 Apr 2009, Syed Mohammed, Khasim wrote: > >> > >> > > -----Original Message----- > >> > > From: linux-omap-owner@vger.kernel.org [mailto:linux-omap-owner@vger.kernel.org] On Behalf Of > >> > > Gadiyar, Anand > >> > > Sent: Wednesday, April 01, 2009 1:55 PM > >> > > To: Russell King - ARM Linux > >> > > Cc: Tony Lindgren; linux-arm-kernel@lists.arm.linux.org.uk; linux-omap@vger.kernel.org > >> > > Subject: RE: [PATCH 3/4] ARM: OMAP3: Add support for 3430 SDP, v3 > >> > > > >> > > On Wed, Apr 01, 2009 at 12:18 AM, Russell King - ARM Linux wrote: > >> > > > On Tue, Mar 31, 2009 at 05:12:18PM +0530, Gadiyar, Anand wrote: > >> > > > > I could not run the 3430 SDP defconfig from mainline. The image hangs at > >> > > > > "Starting kernel ...". Enabling CONFIG_DEBUG_LL does not help. > >> > > > > >> > > > Did you add the necessary patch to kernel/printk.c ? > >> > > > > >> > > > >> > > Silly me, I had not done this (despite having read this so many times on this list). > >> > > > >> > > Here's what I get now after adding the patch. > > Not seeing this on overo at least. > > > > And my Beagle is booting fine with mainline and attached .config. Well turns out it's the same old bug again Juha tracked down earlier.. If CONFIG_DEBUG_SPINLOCK is set, and CONFIG_DEBUG_LL is not set, the IO does not get mapped. Juha's earlier patch is attached. Russell, got any better fixes in mind for this? Tony