Re: [U-Boot-Users] Problems with new ethernet init on mpc8360

2008-02-26 Thread Jerry Van Baren
Joakim Tjernlund wrote: [snip] > Maybe you suffer from something I noticed, sometimes the master for MDIO gets > out of sync. Try this patch and see if it helps, not sure if it still applies > but that should be easy to fix up. It applied cleanly with some line offsets, but didn't fix my problem

Re: [U-Boot-Users] Problems with new ethernet init on mpc8360

2008-02-26 Thread Joakim Tjernlund
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of Joakim Tjernlund > Sent: den 26 februari 2008 20:56 > To: 'Jerry Van Baren'; 'Kim Phillips' > Cc: 'U-Boot Users' > Subject: Re: [U-Boo

Re: [U-Boot-Users] Problems with new ethernet init on mpc8360

2008-02-26 Thread Joakim Tjernlund
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of Jerry Van Baren > Sent: den 26 februari 2008 19:41 > To: Kim Phillips > Cc: U-Boot Users > Subject: Re: [U-Boot-Users] Problems with new ethernet init on mpc8360 > > Jerry

Re: [U-Boot-Users] Problems with new ethernet init on mpc8360

2008-02-26 Thread Jerry Van Baren
Jerry Van Baren wrote: > Jerry Van Baren wrote: >> Kim Phillips wrote: >>> On Mon, 25 Feb 2008 22:55:37 -0500 >>> Jerry Van Baren <[EMAIL PROTECTED]> wrote: >>> Hi Kim, I have a mpc8360emds eval board. The ee62ed patch (below) speeds up the start up (good), but seems to cause

Re: [U-Boot-Users] Problems with new ethernet init on mpc8360

2008-02-26 Thread Jerry Van Baren
Jerry Van Baren wrote: > Kim Phillips wrote: >> On Mon, 25 Feb 2008 22:55:37 -0500 >> Jerry Van Baren <[EMAIL PROTECTED]> wrote: >> >>> Hi Kim, >>> >>> I have a mpc8360emds eval board. The ee62ed patch (below) speeds up the >>> start up (good), but seems to cause the board to hang on the *second*

Re: [U-Boot-Users] Problems with new ethernet init on mpc8360

2008-02-26 Thread Jerry Van Baren
Kim Phillips wrote: > On Mon, 25 Feb 2008 22:55:37 -0500 > Jerry Van Baren <[EMAIL PROTECTED]> wrote: > >> Hi Kim, >> >> I have a mpc8360emds eval board. The ee62ed patch (below) speeds up the >> start up (good), but seems to cause the board to hang on the *second* >> ethernet operation. >> >>

Re: [U-Boot-Users] Problems with new ethernet init on mpc8360

2008-02-26 Thread Jerry Van Baren
Kim Phillips wrote: > On Mon, 25 Feb 2008 22:55:37 -0500 > Jerry Van Baren <[EMAIL PROTECTED]> wrote: > >> Hi Kim, >> >> I have a mpc8360emds eval board. The ee62ed patch (below) speeds up the >> start up (good), but seems to cause the board to hang on the *second* >> ethernet operation. >> >>

Re: [U-Boot-Users] Problems with new ethernet init on mpc8360

2008-02-26 Thread Kim Phillips
On Mon, 25 Feb 2008 22:55:37 -0500 Jerry Van Baren <[EMAIL PROTECTED]> wrote: > Hi Kim, > > I have a mpc8360emds eval board. The ee62ed patch (below) speeds up the > start up (good), but seems to cause the board to hang on the *second* > ethernet operation. > > I can cause this by doing two p

[U-Boot-Users] Problems with new ethernet init on mpc8360

2008-02-25 Thread Jerry Van Baren
Hi Kim, I have a mpc8360emds eval board. The ee62ed patch (below) speeds up the start up (good), but seems to cause the board to hang on the *second* ethernet operation. I can cause this by doing two pings in a row: the first ping initializes the network and completes successfully. The secon