Skip to content

v2.6-stm32mp-r2.1

Compare
Choose a tag to compare
@spasdeloup spasdeloup released this 28 Jul 08:11
· 2953 commits to v2.8-stm32mp since this release

The following changes since commit 4b6e8e9:

feat(st-regulator): improve out of memory message (2022-10-20 15:55:00 +0200)

are available in the Git repository at:

https://github.com/STMicroelectronics/arm-trusted-firmware.git tags/v2.6-stm32mp-r2.1

for you to fetch changes up to aa1e9e2:

feat(stm32mp1): disable MMU earlier when going to standby (2023-06-30 16:57:45 +0200)


Christophe Kerello (1):
fix(spi_nand): Quad Enable management

Lionel Debieve (5):
fix(st): fix uart issue in SSP mode
fix(st): fix the ssp_otp nvmem for stm32mp13
fix(stm32mp1): fix uart download issue on console
feat(stm32mp1): check the backup ram access
fix(stm32mp1): remove the disable MMU in critical section

Pascal Paillet (1):
stm32mp1: enable backup ram regulator at boot time

Patrick Delaunay (2):
refactor(st-bsec): remove BSEC_DEN_ALL_MSK
refactor(st-bsec): remove bsec_write_debug_conf

Sebastien PASDELOUP (1):
stm32mp1: platform: update st version to r2.1

Vyacheslav Yurkov (1):
fix(stm32mp15-fdts): bring back i2c6 device

Yann Gautier (3):
fix(stm32mp1): add void entry in plat_def_toc_entries
fix(st-uart): skip console flush if UART is disabled
feat(stm32mp1): disable MMU earlier when going to standby

drivers/mtd/nand/spi_nand.c | 3 +--
drivers/st/bsec/bsec2.c | 17 -----------------
drivers/st/uart/aarch32/stm32_console.S | 9 +++++++--
fdts/stm32mp15-bl2.dtsi | 1 -
fdts/stm32mp15-bl32.dtsi | 1 -
include/drivers/spi_nand.h | 4 ++++
include/drivers/st/bsec.h | 1 -
include/drivers/st/bsec2_reg.h | 1 -
plat/st/common/stm32cubeprogrammer_uart.c | 9 ++++++++-
plat/st/stm32mp1/include/stm32mp1_private.h | 4 +++-
plat/st/stm32mp1/plat_def_uuid_config.c | 11 +++++++++--
plat/st/stm32mp1/platform.mk | 2 +-
plat/st/stm32mp1/stm32mp1_context.c | 28 +++++++++++++++++++++++++++-
plat/st/stm32mp1/stm32mp1_critic_power_wrapper.S | 9 +--------
plat/st/stm32mp1/stm32mp1_def.h | 11 +++++++++--
plat/st/stm32mp1/stm32mp1_low_power.c | 22 +++++++++++-----------
plat/st/stm32mp1/stm32mp1_pm.c | 6 +++---
plat/st/stm32mp1/stm32mp1_private.c | 32 +++++++++++++++++++++++++++++++-
plat/st/stm32mp1/stm32mp1_ssp.c | 5 ++++-
19 files changed, 119 insertions(+), 57 deletions(-)