From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ks_c_5601-1987?B?wMy9wr+t?= Date: Mon, 30 Jun 2008 14:06:01 +0900 Subject: [U-Boot-Users] Does U-boot support ethernet chip LAN9210 from SMSC? References: <004f01c8da54$801384d0$b301a8c0@server> Message-ID: <019101c8da6e$fda4e8c0$b301a8c0@server> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Ben, Sorry for bothering you. I have downloaded the latest version of U-boot. There is smc911x.c file. I have added this file to Makefile. The compilation is successful. But, there are two problems. 1. there is no LAN9210 entry in chip id list 2. Only 32-bit is supported. Is there any recent driver for LAN9210? ----- Original Message ----- From: "Ben Warren" To: "???" Cc: Sent: Monday, June 30, 2008 12:25 PM Subject: Re: [U-Boot-Users] Does U-boot support ethernet chip LAN9210 from SMSC? > Hi Seung, > > On Sun, Jun 29, 2008 at 6:56 PM, ??? wrote: >> Hi, >> >> Does U-boot support ethernet chip LAN9210 from SMSC? >> If yes, how can I get driver source code? >> > The smc911x driver claims to support many different 9[12]1x chips, > although I can't speak for certain about the 9210. It was added > recently, so be sure to clone the latest source tree. Have a look in > drivers/net/smc911x.c > > regards, > Ben >