[U-Boot] Pull request - net/next

Ben Warren biggerbadderben at gmail.com
Thu Dec 17 06:37:39 CET 2009


Wolfgang,

The following changes since commit 4b142febff71eabdb7ddbb125c7b583b24ddc434:
  Heiko Schocher (1):
        common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL

are available in the git repository at:

  git://git.denx.de/u-boot-net.git next

Ben Warren (1):
      Net: Clean up LAN91C96 Support

John Ogness (1):
      fec_mxc: incomplete error handling

Mike Frysinger (1):
      net: pull CONFIG checks out of source and into makefile

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

Reinhard Arlt (1):
      net: e1000: Add support for the Intel 82546GB controller

Remy Bohmer (1):
      Add error codes/handling for TFTP-server

Thomas Weber (1):
      net: dm9000x: fix debug output

 board/apollon/apollon.c                  |   13 +-
 board/assabet/assabet.c                  |   12 +
 board/dave/B2/B2.c                       |   12 +
 board/gcplus/gcplus.c                    |   12 +
 board/logicpd/zoom1/zoom1.c              |   12 +
 board/logicpd/zoom2/zoom2.c              |   12 +
 board/lubbock/lubbock.c                  |   12 +
 board/ti/omap1510inn/omap1510innovator.c |   12 +
 board/ti/omap1610inn/omap1610innovator.c |   12 +
 board/ti/omap2420h4/omap2420h4.c         |   12 +
 board/ti/omap5912osk/omap5912osk.c       |   12 +
 board/ti/omap730p2/omap730p2.c           |   12 +
 board/ti/sdp3430/sdp.c                   |   12 +-
 drivers/net/Makefile                     |    2 +-
 drivers/net/dm9000x.c                    |    2 +-
 drivers/net/e1000.c                      |    1 +
 drivers/net/fec_mxc.c                    |    1 +
 drivers/net/lan91c96.c                   |  452 ++++++++++++------------------
 drivers/net/lan91c96.h                   |  110 ++++----
 include/configs/B2.h                     |    4 +-
 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 +
 include/pci_ids.h                        |    1 +
 net/Makefile                             |   12 +-
 net/bootp.c                              |    4 -
 net/eth.c                                |    7 +-
 net/net.c                                |    4 -
 net/nfs.c                                |    4 -
 net/rarp.c                               |    4 -
 net/tftp.c                               |   36 ++-
 41 files changed, 452 insertions(+), 389 deletions(-)

regards,
Ben



More information about the U-Boot mailing list