[PULL] Pull request for u-boot master / v2023.10 = u-boot-stm32_20230816
Patrice CHOTARD
patrice.chotard at foss.st.com
Wed Aug 16 17:07:31 CEST 2023
Hi Tom
Please pull the STM32 related fixes for u-boot/master, v2023.10: u-boot-stm32-20230816
CI status: https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/17388
The following changes since commit 9b54b0e37b72aa9bfff09cbbe13465abfa143f84:
Merge tag 'efi-2023-10-rc3' of https://source.denx.de/u-boot/custodians/u-boot-efi (2023-08-15 13:08:17 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20230816
for you to fetch changes up to 9e8cbea1a74516235820ccd50d513c961e43cb70:
serial: stm32: extend TC timeout (2023-08-16 15:38:23 +0200)
----------------------------------------------------------------
DHSOM: Power cycle Buck3 in reset
DHCOM: Switch DWMAC RMII clock to MCO2
stm32f746: fix display pinmux
stm32mp: psci: Inhibit PDDS because CSTBYDIS is set
stm32mp1: DT alignment with v6.4
stm32mp1: add splashscreen with STMicroelectronics logo
stm32mp1: clk: remove error for disabled clock in stm32mp1_clk_get_parent
serial: stm32: Extend TC timeout
----------------------------------------------------------------
Dario Binacchi (1):
ARM: dts: stm32: fix display pinmux for stm32f746-disco
Marek Vasut (3):
ARM: stm32: Power cycle Buck3 in reset on DHSOM
ARM: stm32: Inhibit PDDS because CSTBYDIS is set
ARM: dts: stm32: Switch DWMAC RMII clock to MCO2 on DHCOM
Patrick Delaunay (3):
clk: stm32mp1: remove error for disabled clock in stm32mp1_clk_get_parent
ARM: dts: stm32mp: alignment with v6.4
board: stm32mp1: add splash screen with stmicroelectronics logo
Valentin Caron (1):
serial: stm32: extend TC timeout
MAINTAINERS | 1 +
arch/arm/dts/stm32f746-disco-u-boot.dtsi | 2 +-
arch/arm/dts/stm32mp13-pinctrl.dtsi | 129 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm/dts/stm32mp131.dtsi | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
arch/arm/dts/stm32mp135f-dk.dts | 42 +++++++++++++++++++++++++++++++++++++++++-
arch/arm/dts/stm32mp15-pinctrl.dtsi | 34 +++++++++++++++++-----------------
arch/arm/dts/stm32mp151.dtsi | 4 ++--
arch/arm/dts/stm32mp157a-dk1.dts | 3 ---
arch/arm/dts/stm32mp157c-dk2.dts | 3 ---
arch/arm/dts/stm32mp157c-ed1.dts | 17 ++++-------------
arch/arm/dts/stm32mp157c-ev1.dts | 9 ++++-----
arch/arm/dts/stm32mp15xx-dhcom-som.dtsi | 22 ++++++++++++++++++----
arch/arm/dts/stm32mp15xx-dhcom-u-boot.dtsi | 14 ++++++++++++++
arch/arm/dts/stm32mp15xx-dkx.dtsi | 15 ++++++---------
arch/arm/mach-stm32mp/psci.c | 2 +-
board/st/common/stpmic1.c | 10 +++-------
board/st/common/stpmic1.h | 2 +-
board/st/stm32mp1/spl.c | 13 +++++++++++--
configs/stm32mp15_basic_defconfig | 3 +++
configs/stm32mp15_defconfig | 3 +++
configs/stm32mp15_trusted_defconfig | 3 +++
drivers/clk/stm32/clk-stm32mp1.c | 3 ++-
drivers/serial/serial_stm32.c | 18 ++++++++++++------
include/configs/stm32mp15_st_common.h | 4 +++-
tools/logos/st.bmp | Bin 0 -> 18244 bytes
25 files changed, 375 insertions(+), 80 deletions(-)
create mode 100644 tools/logos/st.bmp
More information about the U-Boot
mailing list