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

Joe Hershberger joe.hershberger at ni.com
Sun Apr 15 04:18:45 UTC 2018


Hi Tom,

There are a few checkpatch warnings, but I checked each of them and they seem appropriate.

The following changes since commit 93cb6142c1d349492d23bad3951b5a8f59eaafed:

  Merge git://git.denx.de/u-boot-sh (2018-04-13 09:23:53 -0400)

are available in the git repository at:


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

for you to fetch changes up to 16879cd25a4089cde2f3393fb09567df53402679:

  net: phy: Don't limit phy addresses by default (2018-04-13 15:56:47 -0500)

----------------------------------------------------------------
Joe Hershberger (12):
      net: Make CMD_NET a menuconfig
      net: Fix distro default dependencies
      net: Move net command options to the cmd menu
      net: Move the DHCP command below the BOOTP command
      net: Improve menu options and help for BOOTP options
      net: Add the BOOTP_DNS2 option to Kconfig
      net: Improve BOOTP PXE config option
      net: Make the BOOTP options default
      net: Make core net code depend on NET instead of CMD_NET
      Revert "Kconfig: cmd: Make networking command dependent on NET"
      xilinx: Only enable dist boot pxe when DHCP is enabled
      net: phy: Don't limit phy addresses by default

Marek Vasut (1):
      net: sh_eth: Add remaining Gen2 DT compatible

Matt Pelland (1):
      net: mvneta: support setting hardware address

Peng Fan (4):
      net: fec_mxc: simplify fec_get_miibus
      net: fec: set dev->seq to priv->dev_id
      net: fec: sharing MDIO for two enet controllers
      net: fex_mxc: add i.MX6UL/SX/SL compatible

Siva Durga Prasad Paladugu (1):
      net: zynq_gem: Use max-speed property from dt

Ye Li (2):
      net: fec_mxc: Fix DM driver issue in recv
      net: fec: Fix issue in DM probe timeout

 Kconfig                                    |  12 +--
 cmd/Kconfig                                | 127 ++++++++++++++++++++++++-----
 cmd/bootefi.c                              |   4 +-
 cmd/net.c                                  |   4 +
 configs/am335x_baltos_defconfig            |   1 +
 configs/am335x_shc_defconfig               |   1 +
 configs/am335x_shc_ict_defconfig           |   1 +
 configs/am335x_shc_netboot_defconfig       |   1 +
 configs/am335x_shc_prompt_defconfig        |   1 +
 configs/am335x_shc_sdboot_defconfig        |   1 +
 configs/am335x_shc_sdboot_prompt_defconfig |   1 +
 configs/devkit3250_defconfig               |   1 +
 configs/ds414_defconfig                    |   1 +
 configs/khadas-vim_defconfig               |   1 +
 configs/libretech-cc_defconfig             |   1 +
 configs/p212_defconfig                     |   1 +
 configs/pepper_defconfig                   |   1 +
 configs/work_92105_defconfig               |   1 +
 configs/x600_defconfig                     |   1 +
 drivers/net/Kconfig                        |  13 ++-
 drivers/net/fec_mxc.c                      |  55 +++++++++----
 drivers/net/mvneta.c                       |  10 +++
 drivers/net/phy/Kconfig                    |   8 ++
 drivers/net/sh_eth.c                       |   3 +
 drivers/net/zynq_gem.c                     |   9 ++
 include/configs/mx28evk.h                  |   1 +
 include/configs/socfpga_common.h           |   2 +-
 include/configs/xilinx_zynqmp.h            |   2 +-
 include/configs/zynq-common.h              |   2 +-
 include/netdev.h                           |   6 +-
 lib/efi_loader/Makefile                    |   2 +-
 lib/efi_loader/efi_device_path.c           |   2 +-
 net/Kconfig                                |  51 ------------
 net/Makefile                               |  14 ++--
 34 files changed, 224 insertions(+), 118 deletions(-)

Thanks!
-Joe


More information about the U-Boot mailing list