From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e34.co.us.ibm.com (e34.co.us.ibm.com [32.97.110.152]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "e34.co.us.ibm.com", Issuer "Equifax" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 55ED0DDDFC for ; Sun, 2 Mar 2008 00:15:20 +1100 (EST) Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e34.co.us.ibm.com (8.13.8/8.13.8) with ESMTP id m21DEiDL000323 for ; Sat, 1 Mar 2008 08:14:44 -0500 Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m21DFHHa185680 for ; Sat, 1 Mar 2008 06:15:17 -0700 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m21DFHTB016829 for ; Sat, 1 Mar 2008 06:15:17 -0700 Date: Sat, 1 Mar 2008 07:13:15 -0600 From: Josh Boyer To: Olof Johansson Subject: Re: Sequoia build with KDBG Message-ID: <20080301071315.3c7c05dc@zod.rchland.ibm.com> In-Reply-To: <20080301050249.GA23099@lixom.net> References: <20080221213313.97814DDF55@ozlabs.org> <20080222164210.48628DE0A9@ozlabs.org> <20080222145224.7349cf36@weaponx> <200802292133.m1TLXqv3012273@e36.co.us.ibm.com> <20080229153534.684aebf9@zod.rchland.ibm.com> <200802292230.m1TMUk4I005462@e31.co.us.ibm.com> <20080229165137.64acbebf@zod.rchland.ibm.com> <200803010023.m210NHwr011345@e2.ny.us.ibm.com> <20080229203015.0ada459e@zod.rchland.ibm.com> <20080301050249.GA23099@lixom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: Steve Heflin , linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 29 Feb 2008 23:02:50 -0600 Olof Johansson wrote: > On Fri, Feb 29, 2008 at 08:30:15PM -0600, Josh Boyer wrote: > > > > poor man's debugging works fine if a serial port is available, but my > > > Sequoia platform doesn't get that far! I use u-boot to download and > > > boot my image, and I don't get any serial output after the boot completes: > > > > By "poking characters out the serial port" I meant I literally coded up > > assembly functions to setup MMU translations and poke hex values at hard > > coded addresses. That's why it's "poor man's". If you had a working > > serial port out of the box, that would be a luxury ;). > > Does 4xx have support for udbg and xmon? That would be a good first step > in getting an in-kernel debugger facility going. Yes. Or at least it did as of a few kernel releases ago when I last tested it. It's helpful for a number of thing, but debugging extremely early stuff isn't possible with it. josh