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

Joe Hershberger joe.hershberger at ni.com
Sat Jun 1 23:10:59 UTC 2019


Hi Tom,

Tested on Jenkins at https://travis-ci.org/jhershbe/u-boot/builds/540178505

Basic bug fixes and minor features for 2019.07.

The following changes since commit 8a802a2eefd36865eaa3d927d1db7af63bb2d922:

  Merge tag 'rockchip-for-v2019.07-rc3' of git://git.denx.de/u-boot-rockchip (2019-05-31 07:17:09 -0400)

are available in the git repository at:

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

for you to fetch changes up to b4c20f20adad8d246b95be5bebacb730462c8c01:

  cmd: mdio: Fix access to arbitrary PHY addresses (2019-06-01 13:33:17 -0500)

----------------------------------------------------------------
Bin Meng (4):
      clk: sifive: Add clock driver for GEMGXL MGMT
      dm: net: macb: Update macb_linkspd_cb() signature
      dm: net: macb: Implement link speed change callback
      riscv: sifive: fu540: Enable GEMGXL MGMT driver

Thierry Reding (2):
      net: eth-uclass: Write MAC address to hardware after probe
      net: eth-uclass: Support device tree MAC addresses

Vladimir Oltean (1):
      cmd: mdio: Fix access to arbitrary PHY addresses

 Documentation/devicetree/bindings/net/ethernet.txt | 66 ++++++++++++++++++++++
 board/sifive/fu540/Kconfig                         |  1 +
 cmd/mdio.c                                         |  9 ++-
 drivers/clk/sifive/Kconfig                         |  7 +++
 drivers/clk/sifive/Makefile                        |  2 +
 drivers/clk/sifive/gemgxl-mgmt.c                   | 60 ++++++++++++++++++++
 drivers/net/macb.c                                 | 57 ++++++++++++++++++-
 net/eth-uclass.c                                   | 32 ++++++++++-
 8 files changed, 228 insertions(+), 6 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/ethernet.txt
 create mode 100644 drivers/clk/sifive/gemgxl-mgmt.c

Thanks!
-Joe


More information about the U-Boot mailing list