[U-Boot] AMCC 405EX - EMAC0 + EMAC1 Problems

2009-09-17 Thread Jonathan Haws
All, I am having issues getting EMAC1 working alongside EMAC0. We need both EMACs running at the same time in U-Boot (U-Boot handles the PHY configuration, since the VxWorks implementation of PHY initialization is buggy). What I have done is this: In net/eth.c I have modified the eth_init(bd

[U-Boot] AMCC 405EX Trap

2009-04-29 Thread Jonathan Haws
All, I am experiencing a machine check on a custom AMCC 405EX PPC board. Our board is based on the AMCC Kilauea evaluation board. We have a few of these boards that are up and running, but I am trying to track down a machine check error on a couple of them. My question for you is this: when

Re: [U-Boot] AMCC 405EX Trap

2009-04-30 Thread Jonathan Haws
gerick...@nuovations.com] > Sent: Wednesday, April 29, 2009 5:38 PM > To: Jonathan Haws > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] AMCC 405EX Trap > > On 4/29/09 12:45 PM, Jonathan Haws wrote: > > I am experiencing a machine check on a custom AMCC 405EX PPC board. Our > board

Re: [U-Boot] AMCC 405EX Trap

2009-05-04 Thread Jonathan Haws
> On 5/4/09 8:08 AM, Stefan Roese wrote: > > On Monday 04 May 2009, Jonathan Haws wrote: > >>> I suggest that you run some stress tests in a conditioning cabinet to > see > >>> if > >>> the other boards don't show any problems. > >> &g

Re: [U-Boot] AMCC 405EX Trap

2009-05-04 Thread Jonathan Haws
> 1) Six boards work, one board fails. > 2) SDRAM chips re-balled on the failing board. > 3) SDRAM failing. > > That sounds like a hardware/assembly problem to me. My bet is a solder > problem. Have you (can you) x-ray the chips and verify the SDRAM > soldering is OK? That was my initial hunch

Re: [U-Boot] AMCC 405EX Trap

2009-05-04 Thread Jonathan Haws
> On Thursday 30 April 2009, Jonathan Haws wrote: > > I am certain that it is a hardware failure that is causing the machine > > check because I can use the exact same binary on another (identical) > board > > and have it boot just fine. That tells me that all the EBC an

Re: [U-Boot] AMCC 405EX Trap

2009-05-04 Thread Jonathan Haws
> I suggest that you run some stress tests in a conditioning cabinet to see > if > the other boards don't show any problems. That is a good idea. I haven't thought of performing those tests. Are there specific tests I can enable in the U-Boot environment for that? We have been using a couple

[U-Boot] AMCC 405EX Register Definitions

2009-05-06 Thread Jonathan Haws
It is my understanding that the 405EX CPU is not Book-E, however in include/asm-ppc/processor.h line 390, Book-E definitions are used for the 405EX. Is this correct? I am still trying to debug the cause of the AMCC 405EX Trap (see that thread for more info) and found this. I was trying to see

[U-Boot] QUESTION: How do I generate an assembly listing?

2009-05-06 Thread Jonathan Haws
I need to generate an assembly listing that contains all the assembly code generated by the compiler. I have tried putting the standard GCC options in ppc_config.mk, but cannot get the results I am looking for. What I need is a listing file that contains the address (preferably with _start at