Hi Tom,

please pull the next batch of Marvell MVEBU updates. It consists
this time mostly of fixes and very local enhancements.

Here the summary log:

----------------------------------------------------------------
- MVEBU Espressobin fixes and enhancements (fix switch security
  issue, enable MVNETA, enable SD-card, fix COMPHY nodes, default
  env variables, etc)
- MMC Xenon: Set signal voltage and max base clock
- a37xx PCI driver: Depend on DM_GPIO and remove #ifdef's
----------------------------------------------------------------

Here the Azure build, without any issues:

https://dev.azure.com/sr0718/u-boot/_build/results?buildId=48&view=results

Thanks,
Stefan


The following changes since commit 9f04a634ef331b4fc6b3e677f276156192a413c7:

  Merge branch '2020-08-27-misc-fixes' (2020-08-28 08:51:37 -0400)

are available in the Git repository at:

  g...@gitlab.denx.de:u-boot/custodians/u-boot-marvell.git

for you to fetch changes up to 64430efe6960bee0d0a392c0391d815a70a1805d:

arm: mvebu: Espressobin: Update README.marvell file (2020-08-31 14:45:53 +0200)

----------------------------------------------------------------
Evan Wang (1):
      mmc: xenon: set signal voltage and max base clock

Marek Behún (1):
      arm64: dts: armada-3720-espressobin: fix COMPHY nodes

Pali Rohár (11):
arm: mvebu: Espressobin: Disallow forwarding packets between wan and lan ports
      arm: mvebu: Espressobin: Enable CONFIG_MVNETA
arm64: a37xx: pci: Make PCIe Reset GPIO DT compatible with Linux kernel DT
      arm64: a37xx: pci: Assert PERST# signal when unloading driver
arm: mvebu: Espressobin: Make SPI env offset compatible with Marvell's U-Boot
      arm: mvebu: Espressobin: Setup MTD partitions when booting kernel
      arm64: a37xx: pci: Depends on DM_GPIO
      arm: mvebu: Espressobin: Move env load addresses
      arm: mvebu: Espressobin: Change default loadaddr
      arm: mvebu: Espressobin: Define fdt_addr and kernel_addr env aliases
      arm: mvebu: Espressobin: Update README.marvell file

Wilson Ding (1):
      arm: dts: a37x0: enable sd card support on espressobin

 arch/arm/dts/armada-3720-db.dts             |   2 +-
 arch/arm/dts/armada-3720-espressobin.dts    |  30 ++++++--
 arch/arm/dts/armada-3720-turris-mox.dts     |   2 +-
board/Marvell/mvebu_armada-37xx/board.c | 109 ++++++++++++++++++++++++++++
 configs/mvebu_espressobin-88f3720_defconfig |   5 +-
 doc/README.marvell                          |  40 +++++++++-
 drivers/mmc/xenon_sdhci.c                   |  79 +++++++++++++++++++-
 drivers/pci/Kconfig                         |   1 +
 drivers/pci/pci-aardvark.c                  |  29 +++++---
 include/configs/mvebu_armada-37xx.h         |  15 ++--
 10 files changed, 284 insertions(+), 28 deletions(-)

Reply via email to