[PULL] Pull request for u-boot next / v2026.04 = u-boot-stm32-20251205

Patrice CHOTARD patrice.chotard at foss.st.com
Fri Dec 5 14:24:22 CET 2025


Hi Tom

Please pull the STM32 related patches for u-boot/next, v2026.04 = u-boot-stm32-20251205

CI status: https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/28641

Thanks
Patrice


The following changes since commit 59f9fcc1f514762674ac07c13c2a85f7aace7250:

  vexpress_aemv8: Stop disabling device tree relocation (2025-12-04 15:11:26 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20251205

for you to fetch changes up to b6e61ec06251351bcca22e7a14d9a720ad47ad07:

  ARM: dts: stm32: Drop "u-boot-led" from stm32mp257f-ev1-u-boot (2025-12-05 11:39:42 +0100)

----------------------------------------------------------------
_ update LED management for STMicroelectronics boards
_ Add 1 GiB DRAM support for STM32MP13x DHCOR SoM
_ Fix 512 MiB DRAM support for STM32MP13x DHCOR SoM
_ Fix handling OPTEE in middle of the DRAM
_ Add missing debug UART build for STM32MP1 DHSOM

----------------------------------------------------------------
Marek Vasut (4):
      stm32mp: Fix handling of OPTEE in the middle of DRAM
      ARM: dts: stm32: Fix 512 MiB DRAM settings for DH STM32MP13xx DHCOR SoM
      ARM: dts: stm32: Add 1 GiB DRAM settings for DH STM32MP13xx DHCOR SoM
      ARM: stm32: Add missing build of debug UART init code on DH STM32MP1 DHSOM

Patrice Chotard (22):
      board: st: Update LED management for stm32mp1
      board: st: Update LED management for stm32mp2
      configs: stm32: Enable LED config flags for stm32f429-disco
      configs: stm32: Enable LED config flags for stm32f429-disco
      configs: stm32: Enable LED config flags for stm32f746-disco
      configs: stm32: Enable LED config flags for stm32f769-disco
      configs: stm32: Enable LED config flags for stm32h743-disco
      configs: stm32: Enable LED config flags for stm32h743-eval
      configs: stm32: Enable LED config flags for stm32h747-disco
      configs: stm32mp13: Enable LED_BOOT for stm32mp13_defconfig
      configs: stm32mp15: Enable LED_BOOT for stm32mp15_defconfig
      configs: stm32mp15: Enable LED_BOOT for stm32mp15_basic_defconfig
      configs: stm32mp15: Enable LED_BOOT for stm32mp15_trusted_defconfig
      configs: stm32mp2: Enable LED_BOOT for stm32mp25_defconfig
      configs: stm32mp2: Enable LED_BOOT for stm32mp23_defconfig
      ARM: dts: stm32: Drop "u-boot-led" and "error-led" from stm32mp135f-dk-u-boot
      ARM: dts: stm32: Drop "u-boot-led" and "error-led" from stm32mp157a-dk1-scmi-u-boot
      ARM: dts: stm32: Drop "u-boot-led" and "error-led" from stm32mp157a-dk1-u-boot
      ARM: dts: stm32: Drop "u-boot-led" and "error-led" from stm32mp157c-ed1-scmi-u-boot
      ARM: dts: stm32: Drop "u-boot-led" and "error-led" from stm32mp157c-ed1-u-boot
      ARM: dts: stm32: Drop "u-boot-led" from stm32mp235f-dk-u-boot
      ARM: dts: stm32: Drop "u-boot-led" from stm32mp257f-ev1-u-boot

Simon Glass (1):
      board: st: Drop old LED code from stm32f429-disco

 arch/arm/dts/stm32mp13-ddr3-dhsom-1x2Gb-1066-binG.dtsi |   6 +++---
 arch/arm/dts/stm32mp13-ddr3-dhsom-1x4Gb-1066-binG.dtsi | 100 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/dts/stm32mp135f-dk-u-boot.dtsi                |   6 ------
 arch/arm/dts/stm32mp13xx-dhcor-u-boot.dtsi             |   1 +
 arch/arm/dts/stm32mp157a-dk1-scmi-u-boot.dtsi          |   6 ------
 arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi               |   5 -----
 arch/arm/dts/stm32mp157c-ed1-scmi-u-boot.dtsi          |  14 --------------
 arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi               |  14 --------------
 arch/arm/dts/stm32mp235f-dk-u-boot.dtsi                |   1 -
 arch/arm/dts/stm32mp257f-ev1-u-boot.dtsi               |   1 -
 arch/arm/mach-stm32mp/dram_init.c                      |   4 +++-
 arch/arm/mach-stm32mp/stm32mp1/cpu.c                   |  11 ++++++-----
 board/dhelectronics/dh_stm32mp1/Makefile               |   2 ++
 board/dhelectronics/dh_stm32mp1/board.c                |  30 +++++++++++++++++++++---------
 board/st/stm32f429-discovery/Makefile                  |   1 -
 board/st/stm32f429-discovery/led.c                     |  39 ---------------------------------------
 board/st/stm32mp1/stm32mp1.c                           |  45 ++++-----------------------------------------
 board/st/stm32mp2/stm32mp2.c                           |  38 +-------------------------------------
 configs/stm32f429-discovery_defconfig                  |   3 +++
 configs/stm32f469-discovery_defconfig                  |   3 +++
 configs/stm32f746-disco_defconfig                      |   3 +++
 configs/stm32f769-disco_defconfig                      |   3 +++
 configs/stm32h743-disco_defconfig                      |   3 +++
 configs/stm32h743-eval_defconfig                       |   3 +++
 configs/stm32h747-disco_defconfig                      |   3 +++
 configs/stm32mp13_defconfig                            |   1 +
 configs/stm32mp15_basic_defconfig                      |   1 +
 configs/stm32mp15_defconfig                            |   1 +
 configs/stm32mp15_dhsom.config                         |   1 -
 configs/stm32mp15_trusted_defconfig                    |   1 +
 configs/stm32mp23_defconfig                            |   1 +
 configs/stm32mp25_defconfig                            |   1 +
 configs/stm32mp_dhsom.config                           |   1 +
 33 files changed, 169 insertions(+), 184 deletions(-)
 create mode 100644 arch/arm/dts/stm32mp13-ddr3-dhsom-1x4Gb-1066-binG.dtsi
 delete mode 100644 board/st/stm32f429-discovery/led.c


More information about the U-Boot mailing list