
Hi Tom,
please pull the following Marvell MVEBU related patches into next:
---------------------------------------------------------------- - mvebu: Fix boot mode detection (Pali) - mvebu: clearfog: defconfig and eMMC updates (Martin) ----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=290&view=resu...
Thanks, Stefan
The following changes since commit d2ced50c4a03ae8e2953dfbb18ac163187db9aae:
Merge branch '2023-03-29-assorted-platform-updates' into next (2023-03-29 21:52:28 -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 babc1806c2974bf92b331b1830c084677599321c:
arm: mvebu: Define all options for AXP BOOT_FROM_* macros (2023-03-30 07:05:20 +0200)
---------------------------------------------------------------- Martin Rowe (3): arm: mvebu: clearfog: Fix MMC detection arm: mvebu: clearfog: Add defconfig for SPI booting arm: mvebu: clearfog: Detect MMC vs SDHC and fixup fdt
Pali Rohár (7): arm: mvebu: Cleanup get_boot_device() code arm: mvebu: Remove A38x BOOT_FROM_UART_ALT 0x3f constant arm: mvebu: Remove A38x BOOT_FROM_SATA 0x22 constant arm: mvebu: Convert BOOT_FROM_* constants to function macros arm: mvebu: Define all options for A38x BOOT_FROM_* macros arm: mvebu: Define all BOOTROM_ERR_MODE_* macros arm: mvebu: Define all options for AXP BOOT_FROM_* macros
arch/arm/dts/armada-388-clearfog-u-boot.dtsi | 1 + arch/arm/mach-mvebu/Kconfig | 1 + arch/arm/mach-mvebu/cpu.c | 39 ++++++------- arch/arm/mach-mvebu/include/mach/soc.h | 41 +++++++++----- board/solidrun/clearfog/clearfog.c | 33 +++++++++++ configs/clearfog_spi_defconfig | 83 ++++++++++++++++++++++++++++ 6 files changed, 164 insertions(+), 34 deletions(-) create mode 100644 configs/clearfog_spi_defconfig