[U-Boot-Users] Pull request - net

Ben Warren biggerbadderben at gmail.com
Thu Jan 17 16:54:39 CET 2008


Net code submitters:

It's very possible that I missed somebody's patch(es).  If you think something's missing,
please let me know ASAP!  The only outstanding patch that I'm aware of is J-C Plagniol-Villard's
update for TFTP file name.

----------------------------------------------------------------------------

The following changes since commit 5dd372a23d12003276dddf7f9604154fd522ae73:
  Wolfgang Denk (1):
        Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx

are available in the git repository at:

  git://www.denx.de/git/u-boot-net master

Dave Liu (1):
      TSEC: Add the support for RealTek RTL8211B PHY

David Saada (1):
      QE UEC: Extend number of supported UECs to 4

Jean-Christophe PLAGNIOL-VILLARD (2):
      bf537-stamp: remove already defined is_zero_ether_addr and is_multicast_ether_addr
      Fix nfs command help to reflect that the serverip is optional

Joakim Tjernlund (1):
      Remove annoying debug printout for PHY less boards.

Kim Phillips (1):
      net: reduce boot latency on QE UEC based boards

Matthias Fuchs (1):
      net: add 'ethrotate' environment variable

Shinya Kuribayashi (3):
      drivers/net/rtl8139.c: Fix tx timeout
      drivers/net/rtl8139.c: Fix cache coherency issues
      drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).

michael.firth at bt.com (1):
      TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO bus

 README                          |    4 +
 board/bf537-stamp/bf537-stamp.c |   17 ++++++
 board/bf537-stamp/ether_bf537.h |   39 -------------
 common/cmd_net.c                |    2 +-
 drivers/net/rtl8139.c           |   23 ++++----
 drivers/net/tsec.c              |  117 ++++++++++++++++++++++++++++++++-------
 drivers/net/tsec.h              |    8 +++
 drivers/qe/uec.c                |  112 ++++++++++++++++++++++++++++---------
 drivers/qe/uec_phy.c            |   61 ++++++++++++--------
 net/eth.c                       |   12 ++++
 10 files changed, 273 insertions(+), 122 deletions(-)






More information about the U-Boot mailing list