From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Fri, 20 Feb 2009 11:17:10 -0800 Subject: [U-Boot] Micrel Ethernet controller with SPI In-Reply-To: <22126036.post@talk.nabble.com> References: <22126036.post@talk.nabble.com> Message-ID: <499F01B6.3060405@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Steven, Steven Zedeck wrote: > Hi, > I'm not sure whether I'm supposed to ask this question as I am still new to > this list. > > I am working on a project using U-boot but the Ethernet controller is the > Micrel KSZ8851. > Does a driver exist that supports this chip? I assume it would be in > drivers/net/ > > I don't have it in my version which is based on 2008.10 > > Before I go through the effort to write one, I thought I'd ask whether the > U-boot community has one or perhaps someone is working on one. > > Thanks in advance, > Steve > I wrote one for the KSZ8841 but it's not in the tree. It used a memory interface, though, not SPI. Not sure if that would help or not. If you think it's close enough I can dig it up, though it may take some time. regards, Ben