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

Joe Hershberger joe.hershberger at ni.com
Wed Oct 24 19:45:53 UTC 2018


Hi Tom,

Tested as https://travis-ci.org/jhershbe/u-boot/builds/445352605

The following changes since commit 1ed3c0954bd160dafcad8847a51c3ddd5f992f51:

  Merge branch 'master' of git://git.denx.de/u-boot-samsung (2018-10-23 21:13:32 -0400)

are available in the git repository at:


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

for you to fetch changes up to 58ec4d3342f4ffd195f3f3f2e570f772500c6ecb:

  net: fec_mxc: add support for i.MX8X (2018-10-24 14:45:38 -0500)

----------------------------------------------------------------
Anatolij Gustschin (1):
      net: fec_mxc: add support for i.MX8X

Baruch Siach (2):
      net: mvpp2: fix polarity of PHY reset signal
      net: mvpp2: increase PHY reset pulse

Hector Palacios (1):
      cmd: mii: don't check address for 'device' subcommand

Jeremy Gebben (3):
      configs: migrate CONFIG_PHY_AQUANTIA to Kconfig
      net: phy: aquantia: add firmware loading support
      net: phy: aquantia: autodetect if firmware needs to be loaded

Martin Fuzzey (4):
      net: dm: fec: Fix time unit error in phy-reset-duration
      net: dm: fec: Fix phy-reset-duration clamping and defaults
      net: dm: fec: Support the phy-supply binding
      net: dm: fec: Obtain the transceiver type from the DT

Pankaj Bansal (1):
      miiphy: Add function to retrieve MDIO bus list head

Priyanka Jain (1):
      net/phy: Add phy-id for IN112525_S03

 cmd/mii.c                                          |   2 +-
 common/miiphyutil.c                                |   5 +
 configs/T1023RDB_NAND_defconfig                    |   2 +-
 configs/T1023RDB_SDCARD_defconfig                  |   2 +-
 configs/T1023RDB_SECURE_BOOT_defconfig             |   2 +-
 configs/T1023RDB_SPIFLASH_defconfig                |   2 +-
 configs/T1023RDB_defconfig                         |   2 +-
 configs/T1024RDB_NAND_defconfig                    |   2 +-
 configs/T1024RDB_SDCARD_defconfig                  |   2 +-
 configs/T1024RDB_SECURE_BOOT_defconfig             |   2 +-
 configs/T1024RDB_SPIFLASH_defconfig                |   2 +-
 configs/T1024RDB_defconfig                         |   2 +-
 configs/T2080QDS_NAND_defconfig                    |   2 +-
 configs/T2080QDS_SDCARD_defconfig                  |   2 +-
 configs/T2080QDS_SECURE_BOOT_defconfig             |   2 +-
 configs/T2080QDS_SPIFLASH_defconfig                |   2 +-
 configs/T2080QDS_SRIO_PCIE_BOOT_defconfig          |   2 +-
 configs/T2080QDS_defconfig                         |   2 +-
 configs/T2080RDB_NAND_defconfig                    |   2 +-
 configs/T2080RDB_SDCARD_defconfig                  |   2 +-
 configs/T2080RDB_SECURE_BOOT_defconfig             |   2 +-
 configs/T2080RDB_SPIFLASH_defconfig                |   2 +-
 configs/T2080RDB_SRIO_PCIE_BOOT_defconfig          |   2 +-
 configs/T2080RDB_defconfig                         |   2 +-
 configs/T2081QDS_NAND_defconfig                    |   2 +-
 configs/T2081QDS_SDCARD_defconfig                  |   2 +-
 configs/T2081QDS_SPIFLASH_defconfig                |   2 +-
 configs/T2081QDS_SRIO_PCIE_BOOT_defconfig          |   2 +-
 configs/T2081QDS_defconfig                         |   2 +-
 configs/ls1043ardb_defconfig                       |   2 +-
 configs/ls1043ardb_nand_SECURE_BOOT_defconfig      |   2 +-
 configs/ls1043ardb_nand_defconfig                  |   2 +-
 configs/ls1043ardb_sdcard_defconfig                |   2 +-
 configs/ls1046ardb_emmc_defconfig                  |   2 +-
 configs/ls1046ardb_qspi_SECURE_BOOT_defconfig      |   2 +-
 configs/ls1046ardb_qspi_defconfig                  |   2 +-
 configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig    |   2 +-
 configs/ls1046ardb_sdcard_defconfig                |   2 +-
 configs/ls1088ardb_qspi_SECURE_BOOT_defconfig      |   1 +
 configs/ls1088ardb_qspi_defconfig                  |   1 +
 .../ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig   |   1 +
 configs/ls1088ardb_sdcard_qspi_defconfig           |   1 +
 configs/ls2080ardb_SECURE_BOOT_defconfig           |   2 +-
 configs/ls2080ardb_defconfig                       |   2 +-
 configs/ls2080ardb_nand_defconfig                  |   2 +-
 configs/ls2081ardb_defconfig                       |   2 +-
 configs/ls2088ardb_qspi_SECURE_BOOT_defconfig      |   2 +-
 configs/ls2088ardb_qspi_defconfig                  |   2 +-
 drivers/net/Kconfig                                |   2 +-
 drivers/net/fec_mxc.c                              | 121 ++++++++--
 drivers/net/fec_mxc.h                              |   7 +
 drivers/net/mvpp2.c                                |   4 +-
 drivers/net/phy/Kconfig                            |  26 ++-
 drivers/net/phy/aquantia.c                         | 254 ++++++++++++++++++++-
 include/configs/T102xRDB.h                         |   2 -
 include/configs/T208xQDS.h                         |   1 -
 include/configs/T208xRDB.h                         |   2 -
 include/configs/ls1043ardb.h                       |   2 -
 include/configs/ls1046ardb.h                       |   2 -
 include/configs/ls1088ardb.h                       |   3 -
 include/configs/ls2080ardb.h                       |   3 -
 include/miiphy.h                                   |   1 +
 include/phy.h                                      |   7 +-
 63 files changed, 446 insertions(+), 86 deletions(-)

Thanks!
-Joe


More information about the U-Boot mailing list