V2.0 STM32MP release 1.1
The following changes since commit d023362:
stm32mp1: add full support for platform (2019-01-29 17:49:38 +0100)
are available in the git repository at:
https://github.com/STMicroelectronics/arm-trusted-firmware.git tags/v2.0-stm32mp-r1.1
for you to fetch changes up to 5065ad8:
stm32mp: auth: fixing OP-TEE secure boot issue (2019-02-27 16:51:19 +0100)
STM32MP release 1.1
Etienne Carriere (1):
i2c: stm32_i2c: correct standard mode min bus frequency
Lionel Debieve (4):
stm32mp1: syscfg: fix read of HW2_OTP_PRODUCT_BELOW_2V5
stm32mp1: calibration: fix read of HSI trim value
stm32mp1: calibration: fix to find the best trim value
stm32mp: auth: fixing OP-TEE secure boot issue
Nicolas Le Bayon (1):
stm32mp1: syscfg: fix IO compensation ready state condition
Patrick Delaunay (1):
stm32mp1: clk: correctly handle Clock Spreading Generator
Yann Gautier (1):
stm32mp1: allow debugger to reconstruct backtrace on panic
drivers/st/clk/stm32mp1_clk.c | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------
drivers/st/i2c/stm32_i2c.c | 22 +++++++++++-----------
include/drivers/st/stm32mp1_rcc.h | 3 ++-
plat/st/common/include/stm32mp_auth.h | 8 ++++++++
plat/st/common/stm32mp_auth.c | 23 +++++++++++++++++------
plat/st/stm32mp1/bl2_plat_setup.c | 9 +++++++++
plat/st/stm32mp1/stm32mp1_def.h | 3 +++
plat/st/stm32mp1/stm32mp1_helper.S | 11 ++++++++---
plat/st/stm32mp1/stm32mp1_syscfg.c | 22 +++++++++++-----------
9 files changed, 121 insertions(+), 53 deletions(-)