From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Wed, 02 Jul 2008 09:15:28 -0700 Subject: [U-Boot-Users] Ethernet support for LAN91C111 In-Reply-To: <1eea63b80807020208r4704e688p3deeacb59b245a74@mail.gmail.com> References: <162d31d50807010702v63ed9f9bn5c75e92f21a9eb11@mail.gmail.com> <1eea63b80807020208r4704e688p3deeacb59b245a74@mail.gmail.com> Message-ID: <486BA9A0.9060507@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 Shinose wrote: > > > On Tue, Jul 1, 2008 at 7:42 PM, Ben Warren > wrote: > > Hi Naveen, > > On Tue, Jul 1, 2008 at 7:02 AM, navin karnam > > wrote: > > > > Hi, > > > > I have pxa255 board and one Ethernet controller LAN91C111-Nu > (10/100 Base T) > > attached to it. > > Does u-boot code supports this type of Ethernet controller? Can > anybody tell > > what are the changes that need to be done to make this Ethernet > controller > > work? If not how do i had the support for it? > > > > I believe the LNA91C111 is software compatible with the LAN91xx, but > don't know for sure. If this is true, you should be able to use the > driver called 'smc9111.c'. Be sure to get the latest version of the > code base from git.denx.de . > > regards, > Ben > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > U-Boot-Users mailing list > U-Boot-Users at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/u-boot-users > > > > Hi Naveen, > > The driver support the SMSC chip 9111 on any platform if you have a 32 > bit wide databus. For other bus widths you need to customize the driver. > The driver supports both 32-bit and 16-bit, and probably 8-bit too, although nobody's tried it and reported results. > Thanks & Regards, > Shinose. regards, Ben