Hi Tom,

please pull this next batch of Marvell MVEBU related patches:

----------------------------------------------------------------
- Turris MOX and Omnia changes, mostly moving to Kconfig (Marek)
- a37xx: pci: Misc smaller fixes (Pali)
- cmd: tlv_eeprom: Fix building with DEBUG enabled (Sven)
- termios_linux.h: Fix tcsendbreak() implementation (Pali)
- mvebu: Add missing "if SPL" (Tom)
----------------------------------------------------------------

Here the Azure build, without any issues:

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

Thanks,
Stefan

The following changes since commit fb1018106a7bbb1a0d723029f6760b1b1b4d306d:

  Merge branch '2021-10-19-assorted-changes' (2021-10-19 20:45:12 -0400)

are available in the Git repository at:

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

for you to fetch changes up to bd4064ff8a82460d6a497faf66ac5830ffe452b1:

arm: a37xx: pci: Fix condition for CRS response (2021-10-21 07:39:05 +0200)

----------------------------------------------------------------
Marek Behún (11):
      arm: mvebu: turris_mox: Move options to defconfig
      arm: mvebu: a3720: Create Kconfig option for I2C_MV
      arm: kirkwood, mvebu: Remove CONFIG_SYS_RESET_ADDRESS option
      arm: mvebu: turris_mox: Cosmetic update for board config header
      arm: mvebu: turris_mox: Use show_board_info()
      arm: mvebu: turris_mox: Always handle reset button
arm: mvebu: turris_mox: Better check for valid ethernet addresses in env
      arm: mvebu: turris_omnia: Overwrite ethaddr only if invalid
      arm: mvebu: turris_omnia: Use show_board_info()
      arm: mvebu: turris_omnia: Move SPL's SYS_MALLOC_SIMPLE to Kconfig
      arm: mvebu: turris_omnia: Move CONFIG_SPL_DRIVERS_MISC to Kconfig

Pali Rohár (3):
      tools: termios_linux.h: Fix tcsendbreak() implementation
      arm: a37xx: pci: Do not allow setting bars on PCI Bridge
      arm: a37xx: pci: Fix condition for CRS response

Sven Auhagen (1):
      cmd: tlv_eeprom

Tom Rini (1):
      arm: mvebu: Add missing "if SPL"

 arch/arm/mach-mvebu/Kconfig                 |  4 +-
board/CZ.NIC/turris_mox/turris_mox.c | 86 +++++++++++++++--------------
 board/CZ.NIC/turris_omnia/turris_omnia.c    | 26 +++++----
 cmd/tlv_eeprom.c                            |  3 +
 configs/mvebu_db-88f3720_defconfig          |  1 +
 configs/mvebu_espressobin-88f3720_defconfig |  1 +
 configs/turris_mox_defconfig                |  3 +
 configs/uDPU_defconfig                      |  1 +
 drivers/i2c/Kconfig                         |  6 ++
 drivers/i2c/Makefile                        |  2 +-
 drivers/pci/pci-aardvark.c                  |  6 +-
 include/configs/SBx81LIFKW.h                |  5 --
 include/configs/SBx81LIFXCAT.h              |  5 --
 include/configs/edminiv2.h                  |  6 --
 include/configs/mv-common.h                 |  1 -
 include/configs/mvebu_armada-37xx.h         |  6 --
 include/configs/mvebu_armada-8k.h           |  1 -
 include/configs/turris_mox.h                | 74 ++++++++-----------------
 include/configs/turris_omnia.h              |  5 --
 include/configs/x530.h                      |  5 --
 scripts/config_whitelist.txt                |  1 -
 tools/termios_linux.h                       |  6 +-
 22 files changed, 109 insertions(+), 145 deletions(-)

Reply via email to