Hi Tom These 4 patches have already been pushed on next, but Marek requested them to be part of master.
CI status: https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/28704 Thanks Patrice The following changes since commit 0e0a198a68be71148f5ec27ef86796174f91436f: Prepare v2026.01-rc4 (2025-12-08 12:54:47 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20251209 for you to fetch changes up to 78e94666dd794ccfab561a9ef6e5b9d6a785ee97: ARM: stm32: Add missing build of debug UART init code on DH STM32MP1 DHSOM (2025-12-09 15:24:36 +0100) ---------------------------------------------------------------- _ 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 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/stm32mp13xx-dhcor-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 +++++++++++++++++++++--------- configs/stm32mp15_dhsom.config | 1 - configs/stm32mp_dhsom.config | 1 + 9 files changed, 137 insertions(+), 19 deletions(-) create mode 100644 arch/arm/dts/stm32mp13-ddr3-dhsom-1x4Gb-1066-binG.dtsi

