V2.0 STM32MP release 1.2
The following changes since commit 5065ad8:
stm32mp: auth: fixing OP-TEE secure boot issue (2019-02-27 16:51:19 +0100)
are available in the git repository at:
https://github.com/STMicroelectronics/arm-trusted-firmware.git tags/v2.0-stm32mp-r1.2
for you to fetch changes up to 314bf41:
stm32mp1: platform: add specific version (2019-03-29 15:23:16 +0100)
STM32MP release 1.2
Lionel Debieve (3):
clk: stm32mp1: Fix mask value for stm32mp1_clk_sel array
fdts: stm32mp1: DDR config to v1.43
stm32mp1: platform: add specific version
Nicolas Le Bayon (1):
stm32mp1: fix TEE partition offsets for NAND
Patrick Delaunay (1):
fdts: stm32mp1: DDR config to v1.44
Yann Gautier (1):
clk: stm32mp1: use defines for mask values in stm32mp1_clk_sel array
drivers/st/clk/stm32mp1_clk.c | 72 ++++++++++++++++++++++++++++++++++++------------------------------------
fdts/stm32mp15-ddr3-1x4Gb-1066-binG.dtsi | 11 +++++------
fdts/stm32mp15-ddr3-2x4Gb-1066-binG.dtsi | 8 +++-----
include/drivers/st/stm32mp1_rcc.h | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
plat/st/stm32mp1/platform.mk | 4 ++++
plat/st/stm32mp1/stm32mp1_def.h | 6 +++---
6 files changed, 130 insertions(+), 51 deletions(-)