]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(stm32mp1): configure the serial boot load address
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Tue, 15 Mar 2022 10:20:56 +0000 (11:20 +0100)
committerYann Gautier <yann.gautier@st.com>
Fri, 23 Sep 2022 13:17:43 +0000 (15:17 +0200)
commit4b2f23e55f27b6baccf3e858234e69685d51fcf4
tree54bb99a2b9cfa19767ed70727934129ce82cc314
parent32f2ca04bfd2d93329f2f17d9c9d134f339710f9
feat(stm32mp1): configure the serial boot load address

For product with 128MB DDR size, the OP-TEE is located at the end
of the DDR and the FIP can't be loaded at the default location
because it overlap the OP-TEE final location. So the default value
for DWL_BUFFER_BASE is invalid.

To avoid this conflict the serial boot load address = DWL_BUFFER_BASE
can be modified with a configuration flags.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Change-Id: Ie27b87c10c57fea5d4c6200ce4f624e775b9a080
docs/plat/stm32mp1.rst
plat/st/stm32mp1/include/platform_def.h
plat/st/stm32mp1/platform.mk