Please pull u-boot-marvell/master
Stefan Roese
sr at denx.de
Tue Nov 26 13:24:13 CET 2024
Hi Tom,
please pull the next batch of Marvell Marvell related patches:
----------------------------------------------------------------
- mvebu: Disable JFFS2 support for Kirkwood and Armada XP boards (Tony)
- kirkwood: Enable bootstd for Sheevaplug board (Tony)
- mvebu: Add Allied Telesis x250 board (Chris)
- mvebu: Updates for Allied Telesis boards (Chris)
----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=379&view=results
Thanks,
Stefan
The following changes since commit 3073246d1be682071d8b3d07d06c2484907aed60:
Prepare v2025.01-rc3 (2024-11-25 16:59:13 -0600)
are available in the Git repository at:
git at source.denx.de:u-boot/custodians/u-boot-marvell.git
for you to fetch changes up to 7446e29db54818324859126739c3477a15d25c36:
arm: mvebu: Add Allied Telesis x250 board (2024-11-26 13:20:03 +0100)
----------------------------------------------------------------
Chris Packham (8):
arm: mvebu: x240: Use default baudrate table
arm: mvebu: x240: Switch to standard boot
arm: mvebu: x240: Don't build mkeficapsule
arm: mvebu: x240: Enable IPV6 support
arm: mvebu: x530: Remove dead comments
arm: mvebu: x530: Don't build mkeficapsule
arm: mvebu: x530: Enable IPV6 support
arm: mvebu: Add Allied Telesis x250 board
Tony Dinh (2):
arm: mvebu: Disable JFFS2 support for Kirkwood and Armada XP boards
arm: kirkwood: Enable bootstd for Sheevaplug board
arch/arm/dts/Makefile | 3 +-
arch/arm/dts/cn9130-atl-x250.dts | 274
++++++++++++++++++++++++++++++++
arch/arm/mach-mvebu/Kconfig | 10 ++
board/Marvell/sheevaplug/sheevaplug.env | 20 +++
board/alliedtelesis/x250/MAINTAINERS | 7 +
board/alliedtelesis/x250/Makefile | 6 +
board/alliedtelesis/x250/x250.c | 19 +++
configs/dns325_defconfig | 1 -
configs/dockstar_defconfig | 1 -
configs/ds414_defconfig | 1 -
configs/goflexhome_defconfig | 1 -
configs/guruplug_defconfig | 1 -
configs/iconnect_defconfig | 1 -
configs/nas220_defconfig | 3 -
configs/nsa310s_defconfig | 1 -
configs/nsa325_defconfig | 3 -
configs/pogo_e02_defconfig | 1 -
configs/pogo_v4_defconfig | 3 -
configs/sheevaplug_defconfig | 16 +-
configs/x240_defconfig | 8 +-
configs/x250_defconfig | 104 ++++++++++++
configs/x530_defconfig | 2 +
include/configs/sheevaplug.h | 9 --
include/configs/x240.h | 12 +-
include/configs/x250.h | 28 ++++
include/configs/x530.h | 16 --
26 files changed, 478 insertions(+), 73 deletions(-)
create mode 100644 arch/arm/dts/cn9130-atl-x250.dts
create mode 100644 board/Marvell/sheevaplug/sheevaplug.env
create mode 100644 board/alliedtelesis/x250/MAINTAINERS
create mode 100644 board/alliedtelesis/x250/Makefile
create mode 100644 board/alliedtelesis/x250/x250.c
create mode 100644 configs/x250_defconfig
create mode 100644 include/configs/x250.h
More information about the U-Boot
mailing list