
Hi Tom,
please pull the 2nd batch of Marvell MVEBU related patches. Here the summary log:
---------------------------------------------------------------- - Espressobin: Set default env values at runtime (Pali) - Espressobin: Set the maximum slave SPI speed to 40MHz (Pali) - theadorable: PCIe test code enhancement and early deemphasis enabling (Stefan) - pci_mvebu: Disable config access to PCI host bridge ports (Stefan) - mv_sdhci: parse device-tree entry (Baruch) ----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=69&view=resul...
Thanks, Stefan
The following changes since commit 3936fd998668846f77468d8f6a662e906920969c:
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 (2021-02-06 09:45:58 -0500)
are available in the Git repository at:
git@gitlab.denx.de:u-boot/custodians/u-boot-marvell.git
for you to fetch changes up to 24a0f8cfe5c85aef5a20baf34ee7b77004b07b04:
mmc: mv_sdhci: parse device-tree entry (2021-02-08 08:53:14 +0100)
---------------------------------------------------------------- Baruch Siach (1): mmc: mv_sdhci: parse device-tree entry
Konstantin Porotchkin (1): arm: mvebu: Espressobin: Set the maximum slave SPI speed to 40MHz
Pali Rohár (4): env: Allow to set default_environment[] from board code via compile option DEFAULT_ENV_IS_RW arm: mvebu: Espressobin: Set default value for $fdtfile env variable arm: mvebu: Espressobin: Set default value for $ethNaddr env variable cmd: mvebu/bubt: Fix default options in help
Stefan Roese (3): pci: pci_mvebu: Disable config access to PCI host bridge ports arm: mvebu: theadorable: Enhance "pcie" test cmd to check link width/speed arm: mvebu: theadorable: Set deephasis bit in PCIe configs very early
board/Marvell/mvebu_armada-37xx/board.c | 38 +++++++- board/theadorable/theadorable.c | 132 +++++++++++++++++++++++----- cmd/mvebu/bubt.c | 6 +- configs/mvebu_espressobin-88f3720_defconfig | 1 + drivers/mmc/mv_sdhci.c | 4 + drivers/pci/pci_mvebu.c | 66 ++++++-------- include/configs/mvebu_armada-37xx.h | 17 +++- include/env_default.h | 2 + include/env_internal.h | 4 + 9 files changed, 202 insertions(+), 68 deletions(-)