mbox series

Please pull u-boot-marvell/master

Message ID 2b17b19e-b6e4-4a38-b569-36a72b05ad59@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-marvell/master | expand

Pull-request

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

Message

Stefan Roese Oct. 27, 2023, 6:51 a.m. UTC
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:

   git@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

Comments

Tom Rini Oct. 28, 2023, 12:50 a.m. UTC | #1
On Fri, Oct 27, 2023 at 08:51:26AM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull this next batch of Marvell related patches:
> 

Applied to u-boot/master, thanks!