Hi Tom Please pull the STM32 related patches for u-boot/master, v2025.10 = u-boot-stm32-20250825
CI status: https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/27466 Thanks Patrice The following changes since commit 7d879baa6f7ca201bcecff74f2a7545560289280: Merge branch 'u-boot-nand-23082025' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash (2025-08-24 08:01:29 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20250825 for you to fetch changes up to 198c48f2657e67ded7fc7679c2ed1c26227f9fdc: configs: stm32mp25: Enable OF_UPSTREAM_BUILD_VENDOR (2025-08-25 16:54:53 +0200) ---------------------------------------------------------------- Enable OF_UPSTREAM_BUILD_VENDOR for stm32mp25_defconfig Fix to avoid inifite loop in stm32_sdmmc2 driver Populate oobavail field of nand_ecclayout in stm32_fmc2_nand driver ---------------------------------------------------------------- Christophe Kerello (2): mtd: rawnand: stm32_fmc2: set available OOB bytes per page mmc: stm32_sdmmc2: avoid infinite while loop Patrice Chotard (1): configs: stm32mp25: Enable OF_UPSTREAM_BUILD_VENDOR configs/stm32mp25_defconfig | 2 ++ drivers/mmc/stm32_sdmmc2.c | 16 +++++++++++++++- drivers/mtd/nand/raw/stm32_fmc2_nand.c | 1 + 3 files changed, 18 insertions(+), 1 deletion(-)