mbox series

Please pull u-boot-marvell/master

Message ID f085b26e-3419-ee01-932b-87763ea923d5@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-marvell/master | expand

Pull-request

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

Message

Stefan Roese Jan. 27, 2021, 4:02 p.m. UTC
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=results

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

Comments

Tom Rini Jan. 27, 2021, 7:22 p.m. UTC | #1
On Wed, Jan 27, 2021 at 05:02:15PM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the first batch of Marvell MVEBU related patches. Here the
> summary log:
> 

Applied to u-boot/master, thanks!