From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zachary Landau Date: Wed, 16 Mar 2005 22:45:22 -0500 Subject: [U-Boot-Users] fec structure errors? In-Reply-To: <200503161758.11033.ngustavson@emacinc.com> References: <200503161758.11033.ngustavson@emacinc.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 16 Mar 2005 17:58:11 -0600, NZG wrote: > Got u-boot up on the 5282, but the ethernet isn't working, I'm debugging it > and it seems really weird. > > Is it just me or is the fec structure in immap_5282.h incorrect? It is not just you, the config is wrong. Take a look at the immap_5282.h included in the tarball I sent you. Also, if you still have problems, make sure you setup the timers correctly on the coldfire. There are various delays in the ethernet code that won't delay at all with the original 5282 code. If anyone else needs it, the rough 5282 support I implemented is available here[1] for now. It needs work and is in no way official, but it works for me on the 5282 uCdimm. [1] http://kapheine.hypa.net/tmp/u-boot-5282.tar.bz2 -- Zachary P. Landau