From mboxrd@z Thu Jan 1 00:00:00 1970 From: sleibelt at verizon.net Date: Tue, 02 Aug 2005 16:44:59 -0500 (CDT) Subject: [U-Boot-Users] PPC440GX exception handler and associated text strings Message-ID: <30834199.1123019099427.JavaMail.root@vms070.mailsrvcs.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I'm having a problem with exception detection and subsequent message display while running u-boot-1.1.2: I'm currently running uboot-1.1.2 on a PPC440GX Ocotea evaluation board and am not seeing any exception messages (that are defined in u-boot-1.1.2\cpu\ppc4xx\traps.c) when I force exceptions to happen (I'm particularly interested in seeing the machine check exception string and associated register dump). What appears to be happening is the PPC just enters a loop and is no longer functioning when the exception happens. All the registers appear to be set up correctly. I can manually cause the exception strings to be displayed by using the 'go ' uboot command, so I think the code built OK. The code I am running is umodified; it is the standard uboot-1.1.2 distribution for the Ocotea board. Does anybody have any ideas as to why I'm not seeing the exception strings when an exception occurs? Regards, -Scott