+U-Boot mailing list On 5/13/26 07:49, Patrice CHOTARD wrote: > Hi Tom > > Please pull the STM32 related fixes for u-boot/master, v2026.07: > u-boot-stm32_20260512 > > CI status: > https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/30081 > > The following changes since commit 5732bd0f457b4c671e46574d64d4acb099c0f0a5: > > Prepare v2026.07-rc2 (2026-05-11 16:05:08 -0600) > > are available in the Git repository at: > > https://source.denx.de/u-boot/custodians/u-boot-stm.git > tags/u-boot-stm32-20260512 > > for you to fetch changes up to 612256838acec75407b1a268459c3a9dbb63c7f9: > > reset: stm32: Fix compilation error (2026-05-12 15:52:53 +0200) > > ---------------------------------------------------------------- > reset: stm32: Fix compilation error > Remove remaining non-existant STM32_RESET flag > configs: stm32mp13: Add SPI-NAND UBI boot support > Support metadata-driven A/B boot for STM32MP25 > > ---------------------------------------------------------------- > Austin Shirley (1): > configs: stm32mp13: add SPI-NAND UBI boot support > > Dario Binacchi (8): > lib: uuid: add partition type GUID for extended bootloader > test: dm: part: add test for part_get_info_by_uuid > test: cmd: add unit tests for part command > cmd: part: support lookup by UUID > test: cmd: part: add UUID lookup tests > fwu: add helper to get image GUID by type and bank index > test: dm: fwu_mdata: add test for fwu_mdata_get_image_guid > board: st: stm32mp25: support dynamic A/B bank bootup > > Patrice Chotard (2): > arm/mach-stm32: Remove remaining non-existent STM32_RESET > reset: stm32: Fix compilation error > > arch/arm/mach-stm32mp/Kconfig | 1 - > board/st/stm32mp2/stm32mp2.c | 32 ++++++++++++++++++++++++++ > cmd/part.c | 12 ++++++---- > doc/README.gpt | 2 ++ > doc/usage/cmd/part.rst | 6 ++--- > drivers/reset/stm32/stm32-reset-mp21.c | 2 +- > include/configs/stm32mp13_common.h | 13 ++++++++++- > include/configs/stm32mp25_st_common.h | 15 +++++++++++++ > include/fwu.h | 11 +++++++++ > include/part_efi.h | 3 +++ > lib/fwu_updates/fwu.c | 33 +++++++++++++++++++++++++++ > lib/uuid.c | 1 + > test/cmd/Makefile | 1 + > test/cmd/part.c | 227 > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > test/dm/fwu_mdata.c | 48 > +++++++++++++++++++++++++++++++++++++++ > test/dm/part.c | 53 > +++++++++++++++++++++++++++++++++++++++++++ > 16 files changed, 450 insertions(+), 10 deletions(-) > create mode 100644 test/cmd/part.c

