]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(stm32mp1): adaptations for STM32MP13 image header
authorYann Gautier <yann.gautier@st.com>
Tue, 14 Apr 2020 16:08:50 +0000 (18:08 +0200)
committerYann Gautier <yann.gautier@st.com>
Mon, 21 Mar 2022 09:53:55 +0000 (10:53 +0100)
commita5308745ee3ab3b77ca942052e60968bcc01340d
tree66f393bb94bad710ebf09d5bcba4383a0ff7d8fd
parent5f52eb15970e57d2777d114948fc1110e3dd3f6c
feat(stm32mp1): adaptations for STM32MP13 image header

The header must now include by default at least an extra padding
header, increasing the size of the header to 512 bytes (0x200).
This header will be placed at the end of SRAM3 by BootROM, letting
the whole SYSRAM to TF-A.
The boot context is now placed in SRAM2, hence this memory has to be
mapped in BL2 MMU. This mapping is done for all SRAMs in a 2MB area.

Change-Id: I50fcd43ecd0ba2076292b057566efe6809b9971a
Signed-off-by: Yann Gautier <yann.gautier@st.com>
plat/st/stm32mp1/stm32mp1_def.h
plat/st/stm32mp1/stm32mp1_private.c