The following changes since commit 4308978:
product/optee-stm32mp*: set initial DVFS OPP state (2024-05-31 15:47:59 +0200)
are available in the Git repository at:
https://github.com/STMicroelectronics/optee_os.git 3.19.0-stm32mp-r2.1
for you to fetch changes up to 4da0b60:
Fix product/optee-stm32mp2: expose STM32MP25 SCMI resources (2024-11-25 16:53:25 +0530)
Amit Mittal (1):
Fix product/optee-stm32mp2: expose STM32MP25 SCMI resources
Arnaud Pouliquen (1):
drivers: stm32_remoteproc: Remove deprecated "st,s-memory-region" property
Deepak Kumar (1):
dts: stm32: force MSI as clok source of D3PER
Gabriel Fernandez (2):
clk: stm32mp15: enable all outputs (PQR) at the PLL configuration
clk: stm32mp25: fix FLEXGEN configuration of pred-division by 1024
Gatien Chevallier (5):
drivers: stm32_rifsc: implement errata on RIMUs
drivers: stm32_risab: implement errata on RISABs
drivers: stm32_hpdma: implement errata on HPDMA
drivers: stm32_exti: fix CID filtering configuration application
core: scmi-server: update SCP-Firmware version display
Thomas Bourgoin (2):
drivers: stm32_bsec3: fix OTP parsing to retrieve the permanent lock status
drivers: stm32_risab: add RISAB faulty address dumping for debug
Valentin Caron (2):
plat-stm32mp2: fix channel_config pointer based on index 'i'
plat-stm32mp2: Allocate memory for agent_config by agent_count
Yannick Fertre (1):
plat-stm32mp2: conf: enable the trusted UI support for stm32mp2
.../arch/arm/dts/stm32mp257f-dk-ca35tdcid-rcc.dtsi | 2 +-
.../arm/dts/stm32mp257f-ev1-ca35tdcid-rcc.dtsi | 2 +-
core/arch/arm/plat-stm32mp2/conf.mk | 1 +
core/arch/arm/plat-stm32mp2/scmi_server_scpfw.c | 5 +-
core/drivers/clk/clk-stm32mp15.c | 30 +----
core/drivers/firewall/stm32_rifsc.c | 148 +++++++++++++++++++++
core/drivers/firewall/stm32_risab.c | 30 ++++-
core/drivers/remoteproc/stm32_remoteproc.c | 10 +-
core/drivers/stm32_bsec3.c | 9 +-
core/drivers/stm32_exti.c | 9 +-
core/drivers/stm32_hpdma.c | 28 +++-
core/include/drivers/stm32_rifsc.h | 8 ++
core/include/drivers/stm32_risab.h | 6 +-
core/include/dt-bindings/clock/stm32mp25-clksrc.h | 10 +-
.../product/optee-stm32mp2/fw/config_all.c | 11 +-
core/lib/scmi-server/sub.mk | 6 +-
16 files changed, 241 insertions(+), 74 deletions(-)