Hi Tom,

please pull this next batch of Marvell related patches:

----------------------------------------------------------------
- kirkwood: Enable bootstd on some boards (Tony)
- mvebu: turris_mox: Extend to support RIPE Atlas Probe (Marek)
- mvebu/bubt: Support eMMC data partition booting (Josua)
----------------------------------------------------------------

Here the Azure build, without any issues:

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

Thanks,
Stefan


The following changes since commit fb428b61819444b9337075f49c72f326f5d12085:

Merge branch '2023-10-24-assorted-general-fixes-and-updates' (2023-10-24 19:12:21 -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 b6014f209f15bd49dd4ceb987d3a52e99b0305d4:

arm: kirkwood: Enable bootstd for Zyxel NSA310S board (2023-10-26 14:49:36 +0200)

----------------------------------------------------------------
Josua Mayer (2):
      arm: mvebu: allow additional 4096 offset for bootable mmc image
      cmd: mvebu/bubt: move eMMC data-partition uboot from LBA-0 to 4096

Marek BehĂșn (1):
      arm: mvebu: turris_mox: Extend to support RIPE Atlas Probe

Tony Dinh (2):
      arm: kirkwood: Enable bootstd for Pogo V4 board
      arm: kirkwood: Enable bootstd for Zyxel NSA310S board

 arch/arm/dts/Makefile                   |  1 +
arch/arm/dts/armada-3720-ripe-atlas.dts | 91 +++++++++++++++++++++++++++++++++
 arch/arm/mach-mvebu/Kconfig             |  6 ++-
 arch/arm/mach-mvebu/spl.c               |  5 +-
 board/CZ.NIC/turris_mox/mox_sp.c        | 12 +++--
 board/CZ.NIC/turris_mox/mox_sp.h        |  8 ++-
 board/CZ.NIC/turris_mox/turris_mox.c    | 72 +++++++++++++++++++++++---
 cmd/mvebu/bubt.c                        | 11 +++-
 configs/nsa310s_defconfig               |  3 +-
 configs/pogo_v4_defconfig               |  3 +-
 configs/turris_mox_defconfig            |  3 +-
 include/configs/nsa310s.h               | 17 +-----
 include/configs/pogo_v4.h               | 35 +------------
 13 files changed, 200 insertions(+), 67 deletions(-)
 create mode 100644 arch/arm/dts/armada-3720-ripe-atlas.dts

Reply via email to