From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric BENARD Date: Wed, 09 May 2007 11:16:32 +0200 Subject: [U-Boot-Users] IXP425 ethernet & NPE microcode In-Reply-To: <7EDC24AB1ED682439657D3B7790609D39397CC@deepthought.Elpro.local> References: <7EDC24AB1ED682439657D3B7790609D390D7A2@deepthought.Elpro.local> <200705020716.39394.sr@denx.de> <7EDC24AB1ED682439657D3B7790609D39397CC@deepthought.Elpro.local> Message-ID: <46419170.4070804@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Jonathan, Jonathan Pratt a ?crit : > When I used a pristine copy of u-boot, it wouldn't build for this > target (couldn't make .depend in the cpu/ixp/npe directory or > something similar). Since I had been building (snapgear) Linux using > the Intel Open Access Library I copied IxNpeMicrocode.c from > IPL_ixp400NpeLibrary-2_0.zip [ie version 2.0 of the NPE Library] into > the cpu/ixp/npe directory. Admittedly this was just a guess as to > what to do. U-boot now builds OK for this target, and I now have it > running, but without ethernet. > You may check the Image Identifier in IxNpeMicrocode.c and be sure it's the same as in the defines in include/IxNpeMicrocode.h else the microcode search will fail and the NPE won't be loaded. Eric