[PULL] Pull request for u-boot master / v2025.07 = u-boot-stm32-20250505
Patrice CHOTARD
patrice.chotard at foss.st.com
Mon May 5 17:01:23 CEST 2025
Hi Tom
Please pull the STM32 related patches for u-boot/master, v2025.07 = u-boot-stm32-20250505
CI status: https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/26081
The following changes since commit 9dbe8d889546efd6c1a3470092588b9b6820158f:
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh (2025-05-04 13:44:01 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20250505
for you to fetch changes up to 9b74f86b683ef7ef86e19a0ab63d6a7346baf42a:
configs: stm32746-eval: Fix console cmdline (2025-05-05 15:51:47 +0200)
----------------------------------------------------------------
- STM32 MCUs:
- Fix console cmdline
- Add support NT35510 panel controller on stm32f769i-disco board
- Fix dfu alt buffer clearing
- Enable scan and start for AB schema on STM32MP15 DHSOM
- Add stm32mp2 support for dwc_eth_qos
----------------------------------------------------------------
Christophe Roullier (1):
net: dwc_eth_qos: add support of stm32mp2 platform
Dario Binacchi (4):
ARM: dts: stm32: add bootph-all for dsi node in stm32f769-disco-u-boot
ARM: dts: add stm32f769-disco-mb1166-reva09
video: support FRIDA FRD400B25025-A-CTK
configs: stm32f769-disco: support FRD400B25025-A-CTK display
Pascal Zimmermann (2):
config_distro_bootcmd: make possible to substitute 'part list' in distro_bootcmd
ARM: stm32: env: Enable scan and start for AB schema on STM32MP15 DHSOM
Patrice Chotard (6):
configs: stm32f769-disco_spl: Fix console cmdline
configs: stm32f746-disco_spl: Fix console cmdline
configs: stm32f769-disco: Fix console cmdline
configs: stm32f729-discovery: Fix console cmdline
configs: stm32746-eval_spl: Fix console cmdline
configs: stm32746-eval: Fix console cmdline
Vincent Stehlé (1):
board: st: common: fix dfu alt buffer clearing
arch/arm/dts/stm32f769-disco-mb1166-reva09-u-boot.dtsi | 6 +
arch/arm/dts/stm32f769-disco-u-boot.dtsi | 1 +
board/st/common/stm32mp_dfu.c | 2 +-
configs/stm32746g-eval_defconfig | 2 +-
configs/stm32746g-eval_spl_defconfig | 2 +-
configs/stm32f429-discovery_defconfig | 2 +-
configs/stm32f746-disco_defconfig | 2 +-
configs/stm32f746-disco_spl_defconfig | 2 +-
configs/stm32f769-disco_defconfig | 1 +
configs/stm32f769-disco_spl_defconfig | 3 +-
configs/stm32mp15_dhsom.config | 3 +
drivers/net/dwc_eth_qos.c | 4 +
drivers/net/dwc_eth_qos.h | 1 +
drivers/net/dwc_eth_qos_stm32.c | 11 ++
drivers/video/Kconfig | 7 +
drivers/video/Makefile | 1 +
drivers/video/novatek-nt35510.c | 1253 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
include/config_distro_bootcmd.h | 7 +-
include/configs/stm32mp15_dh_dhsom.h | 33 +++++
19 files changed, 1335 insertions(+), 8 deletions(-)
create mode 100644 arch/arm/dts/stm32f769-disco-mb1166-reva09-u-boot.dtsi
create mode 100644 drivers/video/novatek-nt35510.c
More information about the U-Boot
mailing list