Skip to content

v2.0-stm32mp-r3.2

Compare
Choose a tag to compare
@ldebieve ldebieve released this 22 Jun 10:07
· 4 commits to v2.0-stm32mp since this release

The following changes since commit 1b58e58:

stm32mp1: add DDR Self Refresh adaptive management (2020-03-12 10:12:43 +0100)

are available in the Git repository at:

https://github.com/STMicroelectronics/arm-trusted-firmware.git tags/v2.0-stm32mp-r3.2

for you to fetch changes up to 46f31fb:

stm32mp1: platform: update st version to r3.2 (2020-06-03 16:06:54 +0200)


Bernard Puel (1):
CONTRIBUTING: add contributing guide to STMicroelectronics/arm-trusted-firmware repository

Lionel Debieve (2):
ddr: stm32mp1_ddr: increase delay after DLL clock switch
stm32mp1: platform: update st version to r3.2

Yann Gautier (6):
plat/st: correctly check pwr-regulators node
io: io_stm32image: correct possible NULL pointer dereference
clk: stm32mp_clk: correctly check UART clock ID
pmic: stpmic1: update error cases return
pmic: stm32mp_pmic: correctly check boot-on regulators voltages
stm32mp1: check the return of stpmic1_regulator_voltage_get

CONTRIBUTING.md | 30 ++++++++++++++++++++++++++++++
drivers/st/clk/stm32mp_clkfunc.c | 6 +++---
drivers/st/ddr/stm32mp1_ddr_helpers.c | 2 +-
drivers/st/io/io_stm32image.c | 3 ++-
drivers/st/pmic/stm32mp_pmic.c | 4 ++--
drivers/st/pmic/stpmic1.c | 19 ++++++++++++-------
plat/st/common/stm32mp_dt.c | 2 +-
plat/st/stm32mp1/bl2_plat_setup.c | 4 ++++
plat/st/stm32mp1/platform.mk | 2 +-
9 files changed, 56 insertions(+), 16 deletions(-)
create mode 100644 CONTRIBUTING.md