[U-Boot] Pull request: u-boot-net.git master

Joe Hershberger joe.hershberger at ni.com
Thu Oct 13 19:34:54 CEST 2016


Hi Tom,

The following changes since commit 5ebd27d860ec0c6e36f1b0f973653fe66a7360be:

  Merge branch 'master' of git://git.denx.de/u-boot-x86 (2016-10-12 13:59:26 -0400)

are available in the git repository at:


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

for you to fetch changes up to c9abfbdd66ed97e1cac8553d0b31bd23f68480a9:

  net: smsc95xx: fix DM MAC address reading (2016-10-13 12:25:40 -0500)

----------------------------------------------------------------
Andrea Merello (1):
      phy: atheros: add support for RGMII_ID, RGMII_TXID and RGMII_RXID

Chris Packham (3):
      net: Add support for mv88e609x switches
      net: mv88e61xx: Add support for fixed links
      net: mvneta: fix typo in comment

Guillaume GARDET (1):
      test: add NFS download test

Hannes Schmelzer (1):
      net: write enetaddr down to hardware on env_callback

Mugunthan V N (3):
      drivers: net: phy: atheros: add separate config for AR8031
      include: configs: am335x: add Atheros phy support
      driver: net: cpsw: add support for RGMII id mode support and RMII clock source selection

Peter Chubb (2):
      rtl8169: fix cache misalignment message on transmit.
      net: Fix cache misalignment message after network load operations

Roger Quadros (2):
      board: am335x-icev2: add ethernet phy mode detection logic
      board: am335x: Always set eth/eth1addr environment variable

Stephen Warren (1):
      net: smsc95xx: fix DM MAC address reading

 board/ti/am335x/board.c      | 154 +++++++++++++++++++++++++++++++++---------
 cmd/net.c                    |   3 -
 drivers/net/cpsw.c           | 157 +++++++++++++++++++++++++++++++++++++++----
 drivers/net/mvneta.c         |   2 +-
 drivers/net/phy/atheros.c    |  53 ++++++++++++++-
 drivers/net/phy/mv88e61xx.c  |  61 ++++++++++++++++-
 drivers/net/rtl8169.c        |   3 +-
 drivers/usb/eth/smsc95xx.c   |  16 +++++
 include/configs/am335x_evm.h |   2 +
 include/cpsw.h               |   1 +
 net/eth-uclass.c             |   1 +
 test/py/tests/test_net.py    |  49 ++++++++++++++
 12 files changed, 447 insertions(+), 55 deletions(-)

Thanks!
-Joe


More information about the U-Boot mailing list