[PULL] Pull request for u-boot master / v2023.07 = u-boot-stm32_20230409
Patrice CHOTARD
patrice.chotard at foss.st.com
Wed Apr 19 11:35:58 CEST 2023
Hi Tom
Please pull the STM32 related fixes for u-boot/master, v2023.07: u-boot-stm32-20230419
CI status: https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/16033
The following changes since commit 5db4972a5bbdbf9e3af48ffc9bc4fec73b7b6a79:
Merge tag 'u-boot-nand-20230417' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash (2023-04-17 10:47:33 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20230419
for you to fetch changes up to 0d5bd362f61dd3dc54f9a32fd38541b8d5c5d869:
configs: stm32mp15: set CONFIG_USB_HUB_DEBOUNCE_TIMEOUT=2s (2023-04-19 10:10:17 +0200)
----------------------------------------------------------------
configs:
_ Add usb_pgood_delay for ST boards
_ increase malloc size for pre-reloc for stm32mp15
_ Set CONFIG_USB_HUB_DEBOUNCE_TIMEOUT=2s for stm32mp15
dts:
_ Add QSPI support on STM32MP13x SoC family
_ Add FMC support on STM32MP13x SoC family
drivers/machine:
_ pinctrl_stm32: Add slew rate support for stm32_pinctrl_get_pin_muxing()
_ spi: stm32_qspi: Remove useless struct stm32_qspi_flash
_ rawnand: stm32_fmc2: remove unsupported EDO mode
_ stm32mp: fix various array bounds checks
----------------------------------------------------------------
Christophe Kerello (2):
ARM: dts: stm32: add FMC support on STM32MP13x SoC family
mtd: rawnand: stm32_fmc2: remove unsupported EDO mode
Patrice Chotard (5):
configs: stm32mp15: Add usb_pgood_delay for ST boards
configs: stm32mp13: Increase usb_pgood_delay for ST boards
pinctrl: pinctrl_stm32: Add slew rate support for stm32_pinctrl_get_pin_muxing()
ARM: dts: stm32: Add QSPI support on STM32MP13x SoC family
spi: stm32_qspi: Remove useless struct stm32_qspi_flash
Patrick Delaunay (2):
configs: stm32mp15: increase malloc size for pre-reloc
configs: stm32mp15: set CONFIG_USB_HUB_DEBOUNCE_TIMEOUT=2s
Rasmus Villemoes (1):
stm32mp: fix various array bounds checks
arch/arm/dts/stm32mp131.dtsi | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm/mach-stm32mp/cpu.c | 4 ++--
board/st/stm32mp1/stm32mp1.c | 2 +-
configs/stm32mp15_basic_defconfig | 1 +
configs/stm32mp15_defconfig | 3 ++-
configs/stm32mp15_trusted_defconfig | 1 +
drivers/mtd/nand/raw/stm32_fmc2_nand.c | 3 +++
drivers/pinctrl/pinctrl_stm32.c | 19 +++++++++++++++----
drivers/ram/stm32mp1/stm32mp1_interactive.c | 2 +-
drivers/spi/stm32_qspi.c | 27 +++------------------------
include/configs/stm32mp13_st_common.h | 2 +-
include/configs/stm32mp15_st_common.h | 1 +
12 files changed, 79 insertions(+), 34 deletions(-)
More information about the U-Boot
mailing list