Hi Tom Please pull the STM32 related fixes for u-boot/next, v2027.01: u-boot-stm32_20260901
CI status: https://git.u-boot-project.org/u-boot/custodians/u-boot-stm/-/pipelines/1143 Thanks The following changes since commit 964ad5b5c91b7be56e443e899d7f873e6aa8c9fc: Prepare v2026.10-rc3 (2026-08-24 18:46:24 -0600) are available in the Git repository at: https://git.u-boot-project.org/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20260901 for you to fetch changes up to 295f19cae3f4cbebdb8685e3fe063c983a46fd1d: stm32mp1: spl: support loading U-Boot proper from eMMC hardware partitions (2026-09-01 10:20:03 +0200) ---------------------------------------------------------------- STM32MP1: - Add stm32mp157f-dk2-u-boot.dtsi file - use debug() for image entry point message - spl: support loading U-Boot proper from eMMC hardware partitions Various fixes: - MAINTAINERS: Replace STM32 and STPMIC with N: - treewide: Fix STMicroelectronics spelling ---------------------------------------------------------------- Dario Binacchi (1): ARM: dts: stm32: add U-Boot specific dtsi for stm32mp157f-dk2 Marek Vasut (2): MAINTAINERS: Replace STM32 and STPMIC with N: treewide: Fix STMicroelectronics spelling Sean Nyekjaer (2): stm32mp1: use debug() for image entry point message stm32mp1: spl: support loading U-Boot proper from eMMC hardware partitions MAINTAINERS | 36 +----------------------------------- arch/arm/dts/stm32mp157f-dk2-u-boot.dtsi | 11 +++++++++++ arch/arm/mach-stm32mp/stm32mp1/cpu.c | 2 +- arch/arm/mach-stm32mp/stm32mp1/spl.c | 5 ----- include/configs/stm32mp21_st_common.h | 2 +- include/configs/stm32mp23_st_common.h | 2 +- 6 files changed, 15 insertions(+), 43 deletions(-) create mode 100644 arch/arm/dts/stm32mp157f-dk2-u-boot.dtsi
