[PULL] Pull request for u-boot master / v2026.07 = u-boot-stm32-20260430

Patrice CHOTARD patrice.chotard at foss.st.com
Thu Apr 30 17:08:10 CEST 2026


Hi Tom

Please pull the STM32 related patches for u-boot/master, v2026.07 = u-boot-stm32-20260430

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

!!! Regarding the CI status, for socfpga_vining_fpga, spl/u-boot-spl.bin exceeds size limit

I noticed that you recently encountered the same issue which lead you to submit the patch 
13b3502157ea ("socfpga: vining: Enable LTO")

But unfortunately we again reach the spl size limit for this platform.


Thanks
Patrice

The following changes since commit 4433253ecf2041f9362a763bb6cb79960921ac7e:

  Prepare v2026.07-rc1 (2026-04-27 17:03:18 -0600)

are available in the Git repository at:

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

for you to fetch changes up to ae1966e2436e69c4bce24c03ed4e77bf2e0ac971:

  arm/mach-stm32: don't select non-existent STM32_RESET (2026-04-30 08:01:12 +0200)

----------------------------------------------------------------
arm; stm32mp2: Factorize TAMP_FWU_BOOT_IDX_MASK/OFFSET definition
arm: stm32mp: Drop unnecessary BOARD_EARLY_INIT_F usage
board: stm32mp25: support dynamic A/B bank bootup
board: stm32pm1: Fix board_check_usb_power()
clk: stm32: Add STM32MP23 support
video: stm32: dsi: fix unchecked return values
video: support Rocktech RK050HR345-CT106A panel
Remove non-existent STM32_RESET flag

----------------------------------------------------------------
Dario Binacchi (9):
      spi: add support for bits-per-word setting
      spi: sandbox_spi: support wordlen setup
      test: spi: add sandbox_spi_get_wordlen interface
      test: dm: spi: add testcase for spi_set_wordlen()
      spi: stm32: clean up buffer length assignment
      spi: stm32: add stm32_spi_is_enabled() helper
      spi: stm32: add support for bits-per-word setting
      spi: stm32: extend support to STM32MP25
      video: support Rocktech RK050HR345-CT106A panel

Heinrich Schuchardt (1):
      arm/mach-stm32: don't select non-existent STM32_RESET

Patrice Chotard (4):
      board: stm32pm1: Fix board_check_usb_power()
      spi: add STM32MP23 OSPI support
      clk: stm32: Add STM32MP23 support
      ARM: stm32mp2: Factorize TAMP_FWU_BOOT_IDX_MASK/OFFSET definition

Raphael Gallais-Pou (1):
      video: stm32: dsi: fix unchecked return values

Tom Rini (1):
      arm: stm32mp: Drop unnecessary BOARD_EARLY_INIT_F usage

 arch/arm/mach-stm32/Kconfig                  |   3 ---
 arch/arm/mach-stm32mp/Kconfig                |   4 ---
 arch/arm/mach-stm32mp/include/mach/stm32.h   |   8 +++---
 arch/arm/mach-stm32mp/stm32mp1/spl.c         |  15 +++++------
 arch/sandbox/include/asm/test.h              |   8 ++++++
 board/engicam/stm32mp1/spl.c                 |   6 -----
 board/st/stm32h750-art-pi/stm32h750-art-pi.c |   5 ----
 board/st/stm32mp1/stm32mp1.c                 |   7 ++++--
 configs/stm32h750-art-pi_defconfig           |   1 -
 drivers/clk/stm32/Kconfig                    |   2 +-
 drivers/spi/Kconfig                          |   2 +-
 drivers/spi/sandbox_spi.c                    |  17 +++++++++++++
 drivers/spi/spi-uclass.c                     |  22 +++++++++++++++-
 drivers/spi/stm32_spi.c                      |  71 ++++++++++++++++++++++++++++++++++++++++++++--------
 drivers/video/Kconfig                        |   8 ++++++
 drivers/video/Makefile                       |   1 +
 drivers/video/ilitek-ili9806e.c              | 356 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/video/stm32/stm32_dsi.c              |   7 ++++--
 include/spi.h                                |  14 +++++++++++
 test/dm/spi.c                                |  16 ++++++++++++
 20 files changed, 523 insertions(+), 50 deletions(-)
 create mode 100644 drivers/video/ilitek-ili9806e.c


More information about the U-Boot mailing list