From mboxrd@z Thu Jan 1 00:00:00 1970 From: JerryVanBaren Date: Wed, 27 Aug 2008 11:30:46 -0400 Subject: [U-Boot] network bootp/tftp hang with tsec on MPC8343 In-Reply-To: <48B56DBD.2070701@matrix-vision.de> References: <48AD79E6.9040409@matrix-vision.de> <48B56DBD.2070701@matrix-vision.de> Message-ID: <48B57326.3050609@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Andre Schwarz wrote: > Huh - problem solved. It's been a memory setup issue :-( > > But I still wonder why the error is forced, i.e. happens more often, > when using network on u-boot. If it is a SDRAM (DDR/DDR2) configuration issue, it likely is the DMA happening from network activity that is aggravating your misconfiguration. See especially the state machine part of Using DMA makes addresses and sequences and timings jump around that simple program execution (especially if you have cache(s) disabled) doesn't do. [snip] > regards, > Andre Best regards, gvb