
Hi Tom,
Please pull the STM32 related fixes for u-boot/next, v2022.10: u-boot-stm32-20220927
CI status: https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/13610
Thanks Patrice
The following changes since commit ebdd6afa543324648138f780a648b8fb65d488eb:
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-marvell into next (2022-09-20 08:50:07 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20220927
for you to fetch changes up to 762d410e0db94c41b8d7f1ec85e47f7474655ad8:
configs: increase SYS_MALLOC_F_LEN for STM32 MCU's board (2022-09-27 10:41:02 +0200)
---------------------------------------------------------------- - Increase SYS_MALLOC_F_LEN for STM32 MCU's board - SPL fixes for STM32F7 MCUs - Device tree alignement with kernelv6.0-rc4 for MCU's board - Device tree alignement with kernelv6.0-rc3 for MPU's board - Update DDR node for STM32MP15 - Cleanup config file for STM32MP1 - Update for cmd_stm32key command - Fix compatible string to add partitions for STM32MP1 - Update for stm32programmer tool
---------------------------------------------------------------- Christophe Kerello (1): board: st: stm32mp1: use of correct compatible string to add partitions
Patrice Chotard (9): ARM: dts: stm32: DT sync with kernel v6.0-rc4 for MCU's boards configs: stm32f746-disco: Fix SPL boot configs: stm32f769-disco: Fix SPL boot configs: stm32746g-eval: Fix SPL boot configs: stm32f746-disco: Fix CONFIG_SYS_SPL_ARGS_ADDR configs: stm32746g-eval: Fix CONFIG_SYS_SPL_ARGS_ADDR configs: stm32f769-disco: Fix internal flash size configs: stm32f746-disco: Remove CONFIG_SYS_UBOOT_START flag configs: increase SYS_MALLOC_F_LEN for STM32 MCU's board
Patrick Delaunay (12): stm32mp: stm32prog: support empty flashlayout stm32mp: stm32prog: change default flashlayout location to CONFIG_SYS_LOAD_ADDR stm32mp: stm32prog: solve warning for 64bits compilation stm32mp: stm32prog: correctly handle OTP when SMC is not supported ARM: dts: stm32mp: alignment with v6.0-rc3 stm32mp: stm32prog: improve the partitioning trace arm: stm32mp: add defines for BSEC_LOCK status in stm32key command arm: stm32mp: introduced read_close_status function in stm32key command arm: stm32mp: support several key in command stm32key arm: stm32mp: adapt the command stm32key for STM32MP13x configs: stm32mp1: cleanup config file ARM: dts: stm32mp15: update DDR node
arch/arm/dts/stm32429i-eval-u-boot.dtsi | 2 +- arch/arm/dts/stm32746g-eval.dts | 18 +++++++--- arch/arm/dts/stm32f4-pinctrl.dtsi | 2 +- arch/arm/dts/stm32f429-disco-u-boot.dtsi | 8 ++--- arch/arm/dts/stm32f429-disco.dts | 20 ++++++++--- arch/arm/dts/stm32f429-pinctrl.dtsi | 94 ++++++++++++++++++++++++-------------------------- arch/arm/dts/stm32f429.dtsi | 69 +++++++------------------------------ arch/arm/dts/stm32f469-disco-u-boot.dtsi | 7 ++-- arch/arm/dts/stm32f469-disco.dts | 24 ++++++++++--- arch/arm/dts/stm32f469-pinctrl.dtsi | 96 +++++++++++++++++++++++++-------------------------- arch/arm/dts/stm32f7-pinctrl.dtsi | 2 +- arch/arm/dts/stm32f7-u-boot.dtsi | 2 +- arch/arm/dts/stm32f746-disco.dts | 12 +++++++ arch/arm/dts/stm32f746.dtsi | 67 +++--------------------------------- arch/arm/dts/stm32f769-disco.dts | 18 +++++++--- arch/arm/dts/stm32h743.dtsi | 19 ++++------ arch/arm/dts/stm32h743i-disco.dts | 8 ++--- arch/arm/dts/stm32h743i-eval.dts | 8 ++--- arch/arm/dts/stm32h750i-art-pi.dts | 8 ++--- arch/arm/dts/stm32mp13-u-boot.dtsi | 10 +++--- arch/arm/dts/stm32mp131.dtsi | 28 +++++++-------- arch/arm/dts/stm32mp135f-dk.dts | 4 +-- arch/arm/dts/stm32mp15-ddr.dtsi | 16 +++++++++ arch/arm/dts/stm32mp15-pinctrl.dtsi | 64 ++++++++++++++++++++++++++++++---- arch/arm/dts/stm32mp15-u-boot.dtsi | 14 -------- arch/arm/dts/stm32mp151.dtsi | 7 ++-- arch/arm/dts/stm32mp157a-dk1-scmi-u-boot.dtsi | 1 - arch/arm/dts/stm32mp157c-ed1-scmi-u-boot.dtsi | 1 - arch/arm/dts/stm32mp15xx-dkx.dtsi | 8 +++++ arch/arm/include/asm/arch-stm32f7/stm32.h | 6 ++-- arch/arm/mach-stm32mp/cmd_stm32key.c | 331 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------- arch/arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c | 16 ++++----- arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.c | 57 ++++++++++++++++++------------ arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.h | 19 ++++++---- arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog_serial.c | 17 +++++---- arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog_usb.c | 6 ++-- board/st/stm32mp1/stm32mp1.c | 4 +-- configs/stm32746g-eval_defconfig | 1 - configs/stm32746g-eval_spl_defconfig | 10 +++--- configs/stm32f429-discovery_defconfig | 1 - configs/stm32f429-evaluation_defconfig | 1 - configs/stm32f469-discovery_defconfig | 1 - configs/stm32f746-disco_defconfig | 1 - configs/stm32f746-disco_spl_defconfig | 10 +++--- configs/stm32f769-disco_defconfig | 3 +- configs/stm32f769-disco_spl_defconfig | 10 +++--- configs/stm32h743-disco_defconfig | 1 - configs/stm32h743-eval_defconfig | 1 - configs/stm32h750-art-pi_defconfig | 1 - include/configs/stm32f746-disco.h | 1 - include/configs/stm32mp13_common.h | 2 -- include/configs/stm32mp15_common.h | 2 -- 52 files changed, 652 insertions(+), 487 deletions(-)