Skip to content

v2021.10-stm32mp-r2.1

Compare
Choose a tag to compare
@patrickdelaunay patrickdelaunay released this 27 Jul 17:49
· 7530 commits to v2022.10-stm32mp since this release
v2021.10-stm32mp-r2.1

The following changes since commit 3984366:

Prepare v2021.10-stm32mp-r2 (2022-10-17 10:48:26 +0200)

are available in the Git repository at:

https://github.com/STMicroelectronics/u-boot.git tags/v2021.10-stm32mp-r2.1

for you to fetch changes up to d1bbf3f:

Prepare v2021.10-stm32mp-r2.1 (2023-06-30 09:24:16 +0200)


  • fix NAND issue with stm32programmer and DFU MTD, when bad blocks are present
  • support 256MB DDR config
  • align STM32MP13 driver with upstream to fix reference count issue
  • several other minor fixes

Fabrice Gasnier (1):
ARM: dts: stm32: add USB OTG UTMI clock on stm32mp151

Gabriel Fernandez (1):
clk: stm32mp13: backport from upstream

Marek Vasut (1):
cmd: pxe_utils: Limit fdtcontroladdr usage to non-fitImage

Patrice Chotard (4):
configs: stm32mp13: Increase usb_pgood_delay for ST boards
configs: stm32mp15: Increase usb_pgood_delay for ST boards
dt-bindings: gpio: Add GPIO_PULL_DISABLE flag support
Prepare v2021.10-stm32mp-r2.1

Patrick Delaunay (4):
dm: core: convert of_machine_is_compatible to livetree
stm32mp: stm32prog: fix OTP read/write error management
configs: stm32mp1: reduce DDR_CACHEABLE_SIZE to supported 256MB DDR
dfu: mtd: mark bad the MTD block on erase error

Sean Anderson (1):
clk: ccf: Add some helper functions for clock ops

Makefile | 2 +-
arch/arm/dts/stm32mp151.dtsi | 4 +-
arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.c | 9 ++-
cmd/pxe_utils.c | 9 ++-
configs/stm32mp13_defconfig | 2 +-
configs/stm32mp15_defconfig | 2 +-
drivers/clk/clk-stm32-core.c | 315 ++++++++++++++++++++++++++----------------------------------------------------
drivers/clk/clk-stm32-core.h | 294 ++++++++++++++++++++++++++++++++++++++++++++++++++----------------------
drivers/clk/clk-stm32mp13.c | 119 +++++++++++++++---------------
drivers/clk/clk.c | 65 ++++++++++++++++
drivers/core/device.c | 4 +-
drivers/dfu/dfu_mtd.c | 32 +++++---
include/configs/stm32mp13_st_common.h | 2 +-
include/configs/stm32mp15_st_common.h | 2 +-
include/dt-bindings/gpio/gpio.h | 3 +
include/linux/clk-provider.h | 8 ++
16 files changed, 488 insertions(+), 384 deletions(-)