stm32mp1: Link BL2, BL32 and DTB in one binary
authorYann Gautier <yann.gautier@st.com>
Mon, 16 Jul 2018 12:34:50 +0000 (14:34 +0200)
committerYann Gautier <yann.gautier@st.com>
Tue, 24 Jul 2018 15:18:41 +0000 (17:18 +0200)
commitf74cbc93a8cccb7b556a7d80bc274bcb280e8a9a
tree4fbf37ce533fa023d59d42c255d3014a209acf74
parent5fbcdd056b51f2ccffee4a0e824df70fb3497323
stm32mp1: Link BL2, BL32 and DTB in one binary

platform.mk is updated to have compilation rules for DTB, stm32image tool,
and the concatenation of the 3 binaries.
A new linker script and an assembly file are added to manage this.

Signed-off-by: Yann Gautier <yann.gautier@st.com>
Signed-off-by: Mathieu Belou <mathieu.belou@st.com>
Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
plat/st/stm32mp1/platform.mk
plat/st/stm32mp1/stm32mp1.S [new file with mode: 0644]
plat/st/stm32mp1/stm32mp1.ld.S [new file with mode: 0644]