v2.4-stm32mp-r2.1
The following changes since commit 3e1e3f0:
fix(pie): do not skip RW_END address during relocation (2021-10-27 09:51:28 +0200)
are available in the Git repository at:
https://github.com/STMicroelectronics/arm-trusted-firmware.git tags/v2.4-stm32mp-r2.1
for you to fetch changes up to 74e6754:
fix(fdts): remove serial aliases in stm32mp15-ssp-bl2 (2022-06-03 14:27:11 +0200)
HE Shushan (1):
clk: stm32mp1_clk: keep rtc clock always on
Lionel Debieve (5):
stm32mp1: platform: update st version to r2.1
fix(st-tamp): incorrect tamper event management
fix(stm32mp1): fix missing padding to verify signature
fix(stm32mp1): remove old regulator framework for ssp
fix(fdts): remove serial aliases in stm32mp15-ssp-bl2
Pascal Paillet (3):
feat(regulator): add support for regulator-always-on in BL2
clk: stm32mp1_clk: rename mpu set freq function
clk: stm32mp1_clk: better handle cpu voltage
Yann Gautier (2):
fix(st-uart): correctly fill BRR register
clk: stm32mp1_clk: skip always-on clocks in stm32mp1_clock_resume()
drivers/regulator/regulator_core.c | 21 +++++++++-
drivers/st/clk/stm32mp1_clk.c | 74 ++++++++++++++++++++++++++++++++-
drivers/st/tamper/stm32_tamp.c | 10 ++---
drivers/st/uart/aarch32/stm32_console.S | 4 +-
fdts/stm32mp15-ssp-bl2.dtsi | 2 +
include/drivers/st/stm32mp1_clk.h | 2 +-
plat/st/common/stm32mp_crypto_lib.c | 42 +++++++++++++++----
plat/st/stm32mp1/platform.mk | 2 +-
plat/st/stm32mp1/services/rcc_svc.c | 2 +-
plat/st/stm32mp1/stm32mp1_scmi.c | 2 +-
plat/st/stm32mp1/stm32mp1_ssp.mk | 6 +--
11 files changed, 142 insertions(+), 25 deletions(-)