From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Harris Date: Wed, 3 Nov 2004 16:05:21 -0500 Subject: [U-Boot-Users] u-boot on ixdp425 In-Reply-To: <002201c4c17c$7268e900$0400a8c0@portatile> References: <002201c4c17c$7268e900$0400a8c0@portatile> Message-ID: <200411031557.44297@brdc01.nexus-tech.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wednesday 03 November 2004 03:09 am, you wrote: > I have just ran the u-boot on ixdp425 dev board (thanks to all the friends > on this list that have supported me) and now i'm trying to write a device > driver to use the internal eth interface of ixp425 to allow the tftp boot > of linux image. This will most likely require using the Intel IXP Access Libraries to control the NPE. The Intel license is not compatible with GPL (and u-boot). This prohibits using the ethernet port, unless you're willing to write the NPE code from scratch. Kyle.