
Hi Tom,
Please pull the STM32 related patches for u-boot/next, v2021.10: u-boot-stm32-20210618
CI status: https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/7886
Thanks Patrice
The following changes since commit a94b2aad05d52cbd49012ccd900bcbcf29f9bc22:
Merge tag 'u-boot-atmel-2021.10-a' of https://source.denx.de/u-boot/custodians/u-boot-atmel into next (2021-06-17 11:46:44 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20210618
for you to fetch changes up to c262522fd4ed453c079b09eb738ec4cbe4812478:
clk: cosmetic change in uclass (2021-06-18 10:09:41 +0200)
---------------------------------------------------------------- - stm32mp157c-odyssey-som DT fixes - stm32_qspi: Fix short data write operation - dfu: set max_buf_size to erasesize also for NOR devices - Fixes ethernet clock property name for STM32MP1 board - STM32CubeProgrammer: various fixes - clk: cosmetic update for clk-uclass
---------------------------------------------------------------- Daniil Stas (1): spi: stm32_qspi: Fix short data write operation
Grzegorz Szymaszek (5): arm: dts: stm32mp157c-odyssey-som: fix the basic SDMMC2 properties arm: dts: stm32mp157c-odyssey-som: enable all SDMMC2 data lanes arm: dts: stm32mp157c-odyssey-som: set the SDMMC2 VQMMC supply arm: dts: stm32mp157c-odyssey-som: enable the SDMMC2 eMMC HS DDR mode arm: dts: stm32mp157c-odyssey-som: enable SDMMC2 in SPL
Patrick Delaunay (13): dfu: dfu_mtd: set max_buf_size to erasesize also for NOR devices board: stm32mp1: correct the property name for eth stm32mp: stm32prog: remove all the header check for UART download stm32mp: stm32prog: add timeout in stm32prog_serial_get_buffer stm32mp: stm32prog: add support of initrd in flashlayout stm32mp: stm32prog: solve compilation with CONFIG_FIT_SIGNATURE stm32mp: stm32prog: handle the next phase after USB re-enumeration stm32mp: stm32prog: correctly handle DM_PMIC stm32mp: stm32prog: use get_cpu_dev for GetID command stm32mp: stm32prog: change one message level to debug dfu: add error callback stm32mp: stm32prog: handle dfu error clk: cosmetic change in uclass
arch/arm/dts/stm32mp157c-odyssey-som-u-boot.dtsi | 21 +++ arch/arm/dts/stm32mp157c-odyssey-som.dtsi | 15 +- .../arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c | 26 +++- arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.c | 43 +++-- arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.h | 7 +- .../mach-stm32mp/cmd_stm32prog/stm32prog_serial.c | 173 ++++----------------- .../arm/mach-stm32mp/cmd_stm32prog/stm32prog_usb.c | 7 +- board/dhelectronics/dh_stm32mp1/board.c | 4 +- board/st/stm32mp1/stm32mp1.c | 4 +- drivers/clk/clk-uclass.c | 2 +- drivers/dfu/dfu.c | 12 ++ drivers/dfu/dfu_mtd.c | 5 +- drivers/spi/stm32_qspi.c | 29 ++-- include/dfu.h | 11 ++ 14 files changed, 159 insertions(+), 200 deletions(-)