v2.2-stm32mp-r2.2
The following changes since commit de95d6e:
stm32mp1: platform: update st version to r2.1 (2020-12-09 21:01:05 +0100)
are available in the Git repository at:
https://github.com/STMicroelectronics/arm-trusted-firmware tags/v2.2-stm32mp-r2.2
for you to fetch changes up to 83a96d0:
stm32mp1: add UART reset in crash console init (2021-06-18 10:21:25 +0200)
Amelie Delaunay (2):
fdts: stm32mp1: remove regulator-always-on from vdd_usb on stm32mp15 boards
stm32mp1: disable USB phy supply in sp_min
Sebastien Pasdeloup (1):
stm32mp1: platform: update st version to r2.2
Yann Gautier (5):
ddr: stm32mp1_ddr: correct SELFREF_TO_X32 mask
clk: stm32mp1_clk: correctly manage RTC clock source
plat/st: add an error message on HASH init failure
drivers/st: add UART reset fields in RCC file
stm32mp1: add UART reset in crash console init
drivers/st/clk/stm32mp1_clk.c | 5 +++--
fdts/stm32mp15xx-dkx.dtsi | 1 -
fdts/stm32mp15xx-edx.dtsi | 1 -
include/drivers/st/stm32mp1_ddr_regs.h | 4 ++--
include/drivers/st/stm32mp1_rcc.h | 16 ++++++++++++++++
plat/st/common/include/stm32mp_common.h | 1 +
plat/st/common/include/stm32mp_dt.h | 1 +
plat/st/common/stm32mp_common.c | 16 ++++++++++++++++
plat/st/common/stm32mp_crypto_lib.c | 7 +++++--
plat/st/common/stm32mp_dt.c | 50 +++++++++++++++++++++++++++++++++++++++++++-------
plat/st/stm32mp1/platform.mk | 2 +-
plat/st/stm32mp1/sp_min/sp_min_setup.c | 19 +++++++++++++++++++
plat/st/stm32mp1/stm32mp1_def.h | 3 +++
plat/st/stm32mp1/stm32mp1_helper.S | 13 +++++++++++++
14 files changed, 123 insertions(+), 16 deletions(-)