Hi Tom Please pull the STM32 related fixes for u-boot/master, v2026.07: u-boot-stm32_20260526
CI status: https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/30256 Thanks The following changes since commit 76d62273bc8a5dc126ed79ed0fb65e5a97359577: Prepare v2026.07-rc3 (2026-05-25 11:05:37 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20260526 for you to fetch changes up to 0c035ff60c1e8caee7fccd2673ce75380dee825b: stm32mp2: update part number for STM32MP251/3 (2026-05-26 13:46:30 +0200) ---------------------------------------------------------------- Add support dynamic A/B bank bootup for STM32MP15 Increase SYS_MALLOC_F_LEN for stm32mp15_defconfig to fix boot with optee-4.10.0 Enable Arm SMC watchdog for STM32MP1 Update part number for TM32MP251/3 SoC's family ---------------------------------------------------------------- Dario Binacchi (2): board: st: stm32mp15: support dynamic A/B bank bootup board: st: factorize STM32MP FWU multi-bank support Lionel Debieve (1): configs: stm32mp15: enable WDT_ARM_SMC driver Patrice Chotard (2): configs: stm32mp15: Increase SYS_MALLOC_F_LEN stm32mp2: update part number for STM32MP251/3 Yann Gautier (2): configs: stm32mp13: activate watchdog ARM: dts: stm32: enable SMC watchdog for STM32MP15 SCMI config arch/arm/dts/stm32mp15-scmi-u-boot.dtsi | 9 ++++++++- arch/arm/mach-stm32mp/include/mach/sys_proto.h | 16 ++++++++-------- board/st/common/Makefile | 1 + board/st/common/stm32mp_fwu.c | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ board/st/stm32mp1/stm32mp1.c | 21 --------------------- board/st/stm32mp2/stm32mp2.c | 53 ----------------------------------------------------- configs/stm32mp13_defconfig | 2 ++ configs/stm32mp15_defconfig | 3 ++- include/configs/stm32mp15_st_common.h | 15 +++++++++++++++ 9 files changed, 91 insertions(+), 84 deletions(-) create mode 100644 board/st/common/stm32mp_fwu.c

