Please pull u-boot-marvell/master

Hi Tom,
please pull the first batch of Marvell MVEBU related patches. Here the summary log:
---------------------------------------------------------------- - Espressobin: Disable slot when emmc is not present (Pali) - DS414; config header cleanup (Phil) - PCI: auto-config enhancement (Phil) - pci_mvebu: Also map IO region (Phil) - serial: a3720: Implement pending method for output direction (Pali) - turris_mox: Enable a few commands (Marek) - helios4 & ClearFog changes (Dennis) - Plus some minor misc changes ----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=68&view=resul...
Thanks, Stefan
The following changes since commit e262b2973e22174da666038514d17f0f7171466b:
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi (2021-01-25 19:46:02 -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 177cecdc4edcda5881cf217e21568d921b630bf5:
arm: mvebu: turris_mox: enable setexpr command in defconfig (2021-01-27 13:12:51 +0100)
---------------------------------------------------------------- Dennis Gilmore (4): ARM: Distro boot: document the need for fdtfile variable to be set ARM: mvebu: helios4 adjust env sizes to enable SPI to work ARM: mvebu: helios4 dts changes to enable SPI ARM: mvebu: ClearFog make sure that SATA and UART images are buildable
Harm Berntsen (1): gpio: Add support for DM GPIO for Kirkwood
Marek Behún (2): arm: mvebu: turris_mox: enable wdt command in defconfig arm: mvebu: turris_mox: enable setexpr command in defconfig
Pali Rohár (3): arm: mvebu: Espressobin: Disable slot when emmc is not present serial: a3720: Implement pending method for output direction arm64: a37xx: pci: Fix printing debug messages
Phil Sutter (3): arm: mvebu: ds414: Config header mini-review pci: Make auto-config code a little more robust pci: pci_mvebu: Define an IO region as well
arch/arm/dts/armada-388-helios4-u-boot.dtsi | 23 +++++++++++++---------- arch/arm/dts/armada-388-helios4.dts | 14 +++++++++++++- arch/arm/mach-mvebu/Kconfig | 1 + board/Marvell/mvebu_armada-37xx/board.c | 15 ++++++++++++--- board/kobol/helios4/Kconfig | 24 ++++++++++++++++++++++++ board/solidrun/clearfog/Kconfig | 4 ++-- configs/helios4_defconfig | 2 -- configs/turris_mox_defconfig | 3 ++- doc/README.distro | 11 +++++++++++ drivers/gpio/Kconfig | 2 +- drivers/mmc/xenon_sdhci.c | 19 +++++++++++++++++++ drivers/pci/pci-aardvark.c | 5 ++--- drivers/pci/pci_auto.c | 9 +++++---- drivers/pci/pci_mvebu.c | 28 +++++++++++++++++++++++++++- drivers/serial/serial_mvebu_a3700.c | 10 ++++++++-- include/configs/ds414.h | 21 +++------------------ 16 files changed, 143 insertions(+), 48 deletions(-) create mode 100644 board/kobol/helios4/Kconfig
participants (2)
-
Stefan Roese
-
Tom Rini