Please pull u-boot-marvell/master
Stefan Roese
sr at denx.de
Thu Jul 13 16:03:08 CEST 2023
Hi Tom,
please pull the following Marvell MVEBU related patches into master:
----------------------------------------------------------------
- mvebu: Thecus: Misc enhancement and cleanup (Tony)
- mvebu: Add AC5X Allied Telesis x240 board support incl NAND
controller enhancements for this SoC (Chris)
----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=305&view=results
Thanks,
Stefan
The following changes since commit bf5152d0108683bbaabf9d7a7988f61649fc33f4:
Merge branch 'master' of
https://source.denx.de/u-boot/custodians/u-boot-riscv (2023-07-12
13:10:04 -0400)
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 366a863e651edfe976d28995888721e9bd403366:
arm: mvebu: Remove unused alias from RC AC5X dts (2023-07-13 15:54:11
+0200)
----------------------------------------------------------------
Chris Packham (6):
arm: mvebu: ac5: Add nand-controller node
arm: mvebu: ac5: Define mvebu_get_nand_clock()
mtd: nand: pxa3xx: Add support for the Marvell AC5 SoC
mtd: nand: pxa3xx: Enable devbus/nand arbiter on Armada 8K
arm: mvebu: Add Allied Telesis x240 board
arm: mvebu: Remove unused alias from RC AC5X dts
Tony Dinh (2):
arm: mvebu: Clean up Thecus N2350 board DTS
arm: mvebu: Enable gpio-fan for Thecus N2350 board
arch/arm/dts/Makefile | 3 +-
arch/arm/dts/ac5-98dx25xx.dtsi | 9 ++
arch/arm/dts/ac5-98dx35xx-atl-x240.dts | 212
+++++++++++++++++++++++++++++
arch/arm/dts/ac5-98dx35xx-rd.dts | 1 -
arch/arm/dts/armada-385-thecus-n2350.dts | 223
++++++++++++++++---------------
arch/arm/mach-mvebu/Kconfig | 7 +
arch/arm/mach-mvebu/alleycat5/soc.c | 6 +
board/alliedtelesis/x240/MAINTAINERS | 7 +
board/alliedtelesis/x240/Makefile | 6 +
board/alliedtelesis/x240/x240.c | 13 ++
board/thecus/n2350/n2350.c | 2 +-
configs/x240_defconfig | 86 ++++++++++++
drivers/mtd/nand/raw/pxa3xx_nand.c | 20 ++-
include/configs/x240.h | 37 +++++
14 files changed, 514 insertions(+), 118 deletions(-)
create mode 100644 arch/arm/dts/ac5-98dx35xx-atl-x240.dts
create mode 100644 board/alliedtelesis/x240/MAINTAINERS
create mode 100644 board/alliedtelesis/x240/Makefile
create mode 100644 board/alliedtelesis/x240/x240.c
create mode 100644 configs/x240_defconfig
create mode 100644 include/configs/x240.h
More information about the U-Boot
mailing list