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

Joe Hershberger joe.hershberger at ni.com
Wed Jan 3 21:32:31 UTC 2018


Hi Tom,

The following changes since commit 1314bd1192b4c67d28bdae7eee639588e88090cd:

  boards: amlogic: khadas-vim: Typo fixup (2018-01-02 07:57:34 -0500)

are available in the git repository at:

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

for you to fetch changes up to c925860a49905177e6c355cacf7a25b4c617af6b:

  phy: atheros: set auto-negotiation for AR8021 (2018-01-03 11:06:31 -0600)


All board pass compile tests on Travis: https://travis-ci.org/jhershbe/u-boot/builds/324666118


----------------------------------------------------------------
Chris Brandt (3):
      net: sh-eth: fix inl and outl definitions
      net: sh-eth: remove sh_eth_offset_rz table
      net: miiphybb: fix casting error

Florian Fainelli (4):
      net: phy: Add Broadcom BCM53xx switch driver
      net: designware: Pad small packets
      net: phy: b53: Add b53_reg read/write commands
      configs: Update Lamobo_R1 with B53 switch options

Jason Brown (1):
      net: mvneta - Fixed recv() when multiple packets have arrived.

Joe Hershberger (4):
      net: Fix buffer overrun error in netconsole
      net: Remove nfs.h include from bootp.c
      net: Correct size of NFS buffers
      net: dhcp: Allow "MAY_FAIL" to still try each adapter

Lukasz Majewski (1):
      net: phy: marvell: Add functions to read PHY's extended registers

Nobuhiro Iwamatsu (5):
      net: sh-eth: Fix coding style checked by checkpatch.pl
      net: sh-eth: Remove bd_t from sh_eth_config()
      net: sh-eth: Change read/write() param to struct sh_eth_info
      net: sh-eth: Fix misaligned cache operation warning
      net: sh-eth: Add to Kconfig and convert

Patrice Chotard (2):
      dm: core: add missing dev_count_phandle_with_args()
      net: designware: add clock support

Wilson Lee (1):
      net: macb: Add support for Xilinx Zynq SoC

Zhao Qiang (1):
      phy: atheros: set auto-negotiation for AR8021

 configs/Lamobo_R1_defconfig        |   3 +
 configs/alt_defconfig              |   3 +-
 configs/ap_sh4a_4a_defconfig       |   3 +-
 configs/armadillo-800eva_defconfig |   3 +-
 configs/ecovec_defconfig           |   3 +-
 configs/espt_defconfig             |   3 +-
 configs/gose_defconfig             |   3 +-
 configs/koelsch_defconfig          |   3 +-
 configs/lager_defconfig            |   3 +-
 configs/porter_defconfig           |   3 +-
 configs/r0p7734_defconfig          |   3 +-
 configs/sh7752evb_defconfig        |   3 +-
 configs/sh7753evb_defconfig        |   3 +-
 configs/sh7757lcr_defconfig        |   3 +-
 configs/sh7763rdp_defconfig        |   3 +-
 configs/silk_defconfig             |   3 +-
 configs/stout_defconfig            |   3 +-
 drivers/core/read.c                |   7 +
 drivers/net/Kconfig                |  13 +
 drivers/net/designware.c           |  48 +++
 drivers/net/designware.h           |   4 +
 drivers/net/macb.c                 |  91 ++++-
 drivers/net/macb.h                 |   1 +
 drivers/net/mvneta.c               |   6 +-
 drivers/net/netconsole.c           |   7 +-
 drivers/net/phy/Kconfig            |  17 +
 drivers/net/phy/Makefile           |   1 +
 drivers/net/phy/atheros.c          |   1 +
 drivers/net/phy/b53.c              | 768 +++++++++++++++++++++++++++++++++++++
 drivers/net/phy/marvell.c          |  29 ++
 drivers/net/phy/miiphybb.c         |   2 +-
 drivers/net/phy/phy.c              |   3 +
 drivers/net/sh_eth.c               | 155 ++++----
 drivers/net/sh_eth.h               |  76 +---
 include/configs/alt.h              |   1 -
 include/configs/ap_sh4a_4a.h       |   1 -
 include/configs/armadillo-800eva.h |   1 -
 include/configs/ecovec.h           |   1 -
 include/configs/espt.h             |   1 -
 include/configs/gose.h             |   1 -
 include/configs/koelsch.h          |   1 -
 include/configs/lager.h            |   1 -
 include/configs/porter.h           |   1 -
 include/configs/r0p7734.h          |   1 -
 include/configs/sh7752evb.h        |   1 -
 include/configs/sh7753evb.h        |   1 -
 include/configs/sh7757lcr.h        |   1 -
 include/configs/sh7763rdp.h        |   1 -
 include/configs/silk.h             |   1 -
 include/configs/stout.h            |   1 -
 include/phy.h                      |   1 +
 net/bootp.c                        |  18 +-
 net/nfs.h                          |   4 +-
 scripts/config_whitelist.txt       |   1 -
 54 files changed, 1133 insertions(+), 187 deletions(-)
 create mode 100644 drivers/net/phy/b53.c

Thanks!
-Joe


More information about the U-Boot mailing list