
Hi Tom,
please pull this next batch of Armada cache related fixes and some board specific enhancements:
---------------------------------------------------------------- - mvebu: Armada 32bit: Cache setup fixes (Pali) - cmd: mvebu/bubt: Misc enhancements (Pali) - kirkwood: Add CONFIG_SUPPORT_PASSING_ATAGS (Tony) - board: turris: Misc improvements (Pali) - tools: kwboot: Change KWBOOT_MSG_RSP_TIMEO_AXP to 10ms (Stefan) - tools: termios_linux.h: Fix compilation on non-glibc systems (Pali) ----------------------------------------------------------------
Here the Azure build, without any issues:
https://dev.azure.com/sr0718/u-boot/_build/results?buildId=259&view=resu...
Thanks, Stefan
The following changes since commit 0ba282e0eeaf29fd78f021fd2f95f7bc3109868d:
Merge tag 'dm-pull-12sep22' of https://source.denx.de/u-boot/custodians/u-boot-dm (2022-09-12 09:47:16 -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 5818198e6a184963c6afc82178b23a64435ace6a:
arm: mvebu: Fix moving internal registers (2022-09-13 09:04:22 +0200)
---------------------------------------------------------------- Pali Rohár (14): cmd: mvebu/bubt: Check for A38x image data checksum cmd: mvebu/bubt: Check for A38x/A37xx OTP secure bits and secure boot arm: mvebu: Espressobin: When emmc is not present disable it also in OF_LIVE board: turris: Initialize serial# env arm: mvebu: turris_{omnia, mox}: Reset bootdelay env for rescue arm: mvebu: turris_mox: Add support for distroboot $fdt_addr tools: termios_linux.h: Fix compilation on non-glibc systems arm: mvebu: turris_omnia: Allow to use second serial port arm: mvebu: Mark constant data with const keyword arm: mvebu: Fix function enable_caches arm: mvebu: Guard non-AXP code by checking for AXP arm: mvebu: lowlevel.S: Use CR_M from asm/system.h arm: mvebu: Enable L2 cache also on Armada 38x arm: mvebu: Fix moving internal registers
Stefan Roese (1): tools: kwboot: Change KWBOOT_MSG_RSP_TIMEO_AXP to 10ms
Tony Dinh (1): arm: kirkwood: Add CONFIG_SUPPORT_PASSING_ATAGS
arch/arm/include/asm/pl310.h | 9 +- arch/arm/mach-kirkwood/cpu.c | 2 +- arch/arm/mach-kirkwood/include/mach/cpu.h | 2 +- arch/arm/mach-mvebu/cpu.c | 39 ++--- arch/arm/mach-mvebu/include/mach/cpu.h | 2 +- arch/arm/mach-mvebu/lowlevel.S | 30 +++- arch/arm/mach-mvebu/mbus.c | 2 +- .../mach-mvebu/serdes/a38x/high_speed_env_spec.c | 2 +- arch/arm/mach-mvebu/system-controller.c | 2 +- board/CZ.NIC/turris_atsha_otp.c | 33 +++- board/CZ.NIC/turris_atsha_otp.h | 3 +- board/CZ.NIC/turris_mox/turris_mox.c | 53 ++++++- board/CZ.NIC/turris_omnia/turris_omnia.c | 16 +- board/Marvell/mvebu_armada-37xx/board.c | 2 + cmd/mvebu/Kconfig | 1 + cmd/mvebu/bubt.c | 174 +++++++++++++++++++-- configs/dockstar_defconfig | 3 + configs/dreamplug_defconfig | 3 + configs/goflexhome_defconfig | 3 + configs/iconnect_defconfig | 3 + configs/pogo_e02_defconfig | 3 + configs/sheevaplug_defconfig | 3 + configs/turris_omnia_defconfig | 2 + include/configs/turris_mox.h | 1 + tools/kwboot.c | 2 +- tools/termios_linux.h | 1 + 26 files changed, 340 insertions(+), 56 deletions(-)