public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Ethernet support for LAN91C111
@ 2008-07-01 14:02 navin karnam
  2008-07-01 14:12 ` Ben Warren
  0 siblings, 1 reply; 4+ messages in thread
From: navin karnam @ 2008-07-01 14:02 UTC (permalink / raw)
  To: u-boot

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?

-- 
Regards,
Naveen
Application Engineer
Innovate Software Solutions Pvt Ltd.,
Bengalooru
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20080701/6b61f856/attachment.htm 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot-Users] Ethernet support for LAN91C111
  2008-07-01 14:02 [U-Boot-Users] Ethernet support for LAN91C111 navin karnam
@ 2008-07-01 14:12 ` Ben Warren
  2008-07-02  9:08   ` Shinose
  0 siblings, 1 reply; 4+ messages in thread
From: Ben Warren @ 2008-07-01 14:12 UTC (permalink / raw)
  To: u-boot

Hi Naveen,

On Tue, Jul 1, 2008 at 7:02 AM, navin karnam <navin.karnam@gmail.com> 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot-Users] Ethernet support for LAN91C111
  2008-07-01 14:12 ` Ben Warren
@ 2008-07-02  9:08   ` Shinose
  2008-07-02 16:15     ` Ben Warren
  0 siblings, 1 reply; 4+ messages in thread
From: Shinose @ 2008-07-02  9:08 UTC (permalink / raw)
  To: u-boot

On Tue, Jul 1, 2008 at 7:42 PM, Ben Warren <biggerbadderben@gmail.com>
wrote:

> Hi Naveen,
>
> On Tue, Jul 1, 2008 at 7:02 AM, navin karnam <navin.karnam@gmail.com>
> 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.

Thanks & Regards,
Shinose.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20080702/b9744d07/attachment.htm 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot-Users] Ethernet support for LAN91C111
  2008-07-02  9:08   ` Shinose
@ 2008-07-02 16:15     ` Ben Warren
  0 siblings, 0 replies; 4+ messages in thread
From: Ben Warren @ 2008-07-02 16:15 UTC (permalink / raw)
  To: u-boot

Shinose wrote:
>
>
> On Tue, Jul 1, 2008 at 7:42 PM, Ben Warren <biggerbadderben@gmail.com 
> <mailto:biggerbadderben@gmail.com>> wrote:
>
>     Hi Naveen,
>
>     On Tue, Jul 1, 2008 at 7:02 AM, navin karnam
>     <navin.karnam at gmail.com <mailto:navin.karnam@gmail.com>> 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 <http://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
>     <mailto:U-Boot-Users@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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-07-02 16:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-01 14:02 [U-Boot-Users] Ethernet support for LAN91C111 navin karnam
2008-07-01 14:12 ` Ben Warren
2008-07-02  9:08   ` Shinose
2008-07-02 16:15     ` Ben Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox