The following changes since commit 648de47:
feat(stm32mp1): update ST version for SSP (2024-06-20 13:35:32 +0200)
are available in the Git repository at:
https://github.com/STMicroelectronics/arm-trusted-firmware.git v2.8-stm32mp-r2.1
for you to fetch changes up to c536182:
fix(stm32mp2-fdts): move stm32mp25 dk board on new SDMMC1 slew rate (2024-11-11 13:45:46 +0530)
Antonio Borneo (1):
fix(stm32mp2): prevent panic on debug halt of offline CPU
Christophe Guibout (1):
fix(st-ddr): improve DLL clock management in self refresh sequence
Christophe Kerello (3):
fix(stm32mp2-fdts): fix SDMMC slew rate on eval and dk board
fix(stm32mp2-fdts): fix SDMMC1 slew rate on eval and dk board
fix(stm32mp2-fdts): move stm32mp25 dk board on new SDMMC1 slew rate
Gabriel Fernandez (1):
fix(dt-bindings): bad FLEXGEN configuration of pred-division for STM32MP25
Gatien Chevallier (2):
fixup! feat(stm32mp2): add TAMPER management logic at bl2 platform setup
fixup! feat(stm32mp1): add TAMPER management logic at bl2 platform setup
Nicolas Le Bayon (1):
fixup! feat(fdts): add LPDDR4 files for STM32MP2
Yann Gautier (2):
feat(stm32mp1): update version for next delivery
fix(stm32mp2): correct package types on STM32MP25
drivers/st/ddr/stm32mp1_ddr_helpers.c | 47 ++++++++++++----------
drivers/st/ddr/stm32mp1_ram.c | 3 +-
...tm32mp25-lpddr4-1x32Gbits-1x32bits-1200MHz.dtsi | 2 +-
fdts/stm32mp25-pinctrl.dtsi | 26 ++++++++++--
fdts/stm32mp257f-dk.dts | 2 +-
include/drivers/st/stm32mp1_ddr_helpers.h | 2 +-
include/dt-bindings/clock/stm32mp25-clksrc.h | 10 ++---
plat/st/common/common.mk | 2 +-
plat/st/stm32mp1/bl2_plat_setup.c | 2 +-
plat/st/stm32mp1/stm32mp1_ssp.mk | 2 +-
plat/st/stm32mp2/bl2_plat_setup.c | 2 +-
plat/st/stm32mp2/stm32mp2_def.h | 6 +--
plat/st/stm32mp2/stm32mp2_pm.c | 8 +---
plat/st/stm32mp2/stm32mp2_private.c | 6 +--
14 files changed, 71 insertions(+), 49 deletions(-)