Hi Tom, Please pull the STM32 related patches for u-boot/next, v2026.01 = u-boot-stm32-20250919
CI status: https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/27668 Thanks Patrice The following changes since commit a209627ed7921f40669f5c0795570d40e77e4cb7: Merge patch series "board: dhelectronics: Check pointer before access in dh_get_value_from_eeprom_buffer()" (2025-09-16 16:14:30 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20250919 for you to fetch changes up to b8edd54d6022e09c5b2e9a87ede34fc0f019638d: ARM: dts: Add flash0 partitions for stm32mp257f-ev1-u-boot (2025-09-18 17:20:39 +0200) ---------------------------------------------------------------- STM32MP2: - Add SPI flashes support - Add RIFSC system bus driver fixes ---------------------------------------------------------------- Gatien Chevallier (2): ARM: stm32mp: fix RIFSC semaphores acquisition ARM: stm32mp: replace RIFSC check access APIs Patrice Chotard (5): ioport: Add resource check helpers memory: Add STM32 Octo Memory Manager driver spi: Add STM32MP2 Octo-SPI driver support configs: stm32mp25: Enable configs flags related to SPI flashes. ARM: dts: Add flash0 partitions for stm32mp257f-ev1-u-boot MAINTAINERS | 2 + arch/arm/dts/stm32mp257f-ev1-u-boot.dtsi | 41 ++++++++++++++ arch/arm/mach-stm32mp/include/mach/rif.h | 48 +++++++++++++--- arch/arm/mach-stm32mp/stm32mp2/rifsc.c | 130 ++++++++++++++++++++++++++------------------ configs/stm32mp25_defconfig | 15 ++++- drivers/clk/stm32/clk-stm32mp25.c | 2 +- drivers/memory/Kconfig | 17 ++++++ drivers/memory/Makefile | 1 + drivers/memory/stm32_omm.c | 421 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/spi/Kconfig | 8 +++ drivers/spi/Makefile | 1 + drivers/spi/stm32_ospi.c | 623 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ include/linux/ioport.h | 16 ++++++ 13 files changed, 1262 insertions(+), 63 deletions(-) create mode 100644 drivers/memory/stm32_omm.c create mode 100644 drivers/spi/stm32_ospi.c