From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw01.freescale.net (az33egw01.freescale.net [192.88.158.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw01.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id EBC7BDDF5F for ; Sat, 22 Mar 2008 07:34:58 +1100 (EST) Message-ID: <47E41BE7.9020109@freescale.com> Date: Fri, 21 Mar 2008 15:34:47 -0500 From: Scott Wood MIME-Version: 1.0 To: James Black Subject: Re: muram in device tree for mpc8250 in arch/powerpc References: <20080319174001.GF7962@ld0162-tx32.am.freescale.net> <47E2AADD.6090101@freescale.com> <20080321161833.GA4170@loki.buserror.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Cc: linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , James Black wrote: > I've compiled the kernel with gcc 4.0.0 and 4.2.2 both versions have > the same problem. Should I try the 2.6.25 kernel since the 2.6.19 > works just fine. It's worth a try. Also, since it seems to be a random corruption issue, make sure that no DMA is left running by the firmware (try resetting the CPM (though you'll have to turn off the early udbg output)), that you're not trying to use more memory than you have, etc. Try dumping various registers to see if anything significant is different compared to 2.6.19. If none of that helps, then I'm out of ideas as far as debug-by-email goes... > I've stripped the kernel options down almost as far > as I can go. You turned off too much. :-) Turn kallsyms back on, so you get symbols in crash dumps. -Scott