[U-Boot] [PATCH 0/3] enable CONFIG_NET_MULTI for LAN91C96

Nishanth Menon nm at ti.com
Fri Oct 16 07:06:34 CEST 2009


Based on the discussion[1] here is the patchset

Patchset is based on [2], and tested on SDP3430.
Other platforms would be prefered to be
build/tested/fixed as required

Nishanth Menon (3):
  NET: LAN91C96 CONFIG_NET_MULTIify
  TI OMAP3: SDP3430 FIX NET_MULTI Warning
  LAN91C96: Enable NET_MULTI LAN driver

 board/apollon/apollon.c         |   12 +-
 board/ti/sdp3430/sdp.c          |   12 +-
 drivers/net/Makefile            |    2 +-
 drivers/net/lan91c96.c          |  452 ++++++++++++++++-----------------------
 drivers/net/lan91c96.h          |  110 +++++-----
 include/configs/B2.h            |    2 +-
 include/configs/apollon.h       |    3 +-
 include/configs/assabet.h       |    3 +-
 include/configs/gcplus.h        |    3 +-
 include/configs/lubbock.h       |    3 +-
 include/configs/omap1510inn.h   |    3 +-
 include/configs/omap1610h2.h    |    3 +-
 include/configs/omap1610inn.h   |    3 +-
 include/configs/omap2420h4.h    |    3 +-
 include/configs/omap3_sdp3430.h |    3 +-
 include/configs/omap5912osk.h   |    3 +-
 include/configs/omap730p2.h     |    3 +-
 include/configs/pleb2.h         |    6 +-
 include/netdev.h                |    1 +
 19 files changed, 277 insertions(+), 353 deletions(-)

Regards,
Nishanth Menon

Ref:
[1] http://www.nabble.com/-U-Boot--NET%3A-SDP3430%3A-trouble-with-shifting-from-LAN9C916-to-SMC91XX-driver-td25884700.html
[2] http://git.denx.de/cgi-bin/gitweb.cgi?p=u-boot/u-boot-ti.git


More information about the U-Boot mailing list