
Hi Tom,
please pull the following Marvell MVEBU related patches into next:
---------------------------------------------------------------- - mvebu: kwboot: Fix UART booting (Pali) - mvebu: doc: Misc updates / fixes (Pali) - kirkwood: Early init enhancements, e.g. for DEBUG UART (Pali & Tony) - mvebu: Enable NAND flash for Thecus N2350 board (Tony) - mvebu: Set common SPI flash default speed and mode (Tony) ----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=289&view=resu...
Thanks, Stefan
The following changes since commit 884d626d8357853c012d535bf26c143bb7b5e6a5:
Merge branch '2023-03-22-assorted-minor-code-cleanups' into next (2023-03-22 20:57:39 -0400)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-marvell.git next
for you to fetch changes up to 66cf977716e7118819801482d0a9566661120e94:
tools: kwboot: Document information about NOR XIP (2023-03-24 13:13:57 +0100)
---------------------------------------------------------------- Pali Rohár (9): doc/kwboot.1: Update Armada 38x BootROM bug description arm: kirkwood: Move internal registers in arch_very_early_init() function ddr: marvell: a38x: Remove unused file seq_exec.h tools: kwbimage: Fix invalid UART kwbimage v1 headersz tools: kwboot: Fix invalid UART kwbimage v1 headersz tools: kwboot: Fix inserting UART data checksum without -B option tools: kwboot: Fix sending very small images tools: kwboot: Workaround A38x BootROM bug for images with a gap tools: kwboot: Document information about NOR XIP
Tony Dinh (3): arm: mvebu: Enable NAND flash for Thecus N2350 board arm: mvebu: Set common SPI flash default speed and mode arm: kirkwood: Enable Debug UART for Zyxel NSA310S
arch/arm/mach-kirkwood/Kconfig | 2 ++ arch/arm/mach-kirkwood/Makefile | 1 + arch/arm/mach-kirkwood/cpu.c | 3 -- arch/arm/mach-kirkwood/lowlevel.S | 12 +++++++ arch/arm/mach-mvebu/Kconfig | 10 ++++++ configs/n2350_defconfig | 3 ++ configs/nsa310s_defconfig | 4 +++ doc/kwboot.1 | 2 +- drivers/ddr/marvell/a38x/ddr3_init.h | 1 - drivers/ddr/marvell/a38x/seq_exec.h | 64 ------------------------------------ tools/kwbimage.c | 10 ++++++ tools/kwboot.c | 42 ++++++++++++++++++++++- 12 files changed, 84 insertions(+), 70 deletions(-) create mode 100644 arch/arm/mach-kirkwood/lowlevel.S delete mode 100644 drivers/ddr/marvell/a38x/seq_exec.h