tools: Add stm32image tool into TF-A
authorYann Gautier <yann.gautier@st.com>
Thu, 5 Jul 2018 14:50:22 +0000 (16:50 +0200)
committerYann Gautier <yann.gautier@st.com>
Tue, 24 Jul 2018 15:18:37 +0000 (17:18 +0200)
commit5fbcdd056b51f2ccffee4a0e824df70fb3497323
tree18ecc4178cccbd9f5927c86baacfe115c20d6c5a
parent587f60fac591a26a23d2dbe948de5f0eb2fab15d
tools: Add stm32image tool into TF-A

This tools adds a specific header to ST TF-A binary.
This header is used by STM32MP1 ROM code to check the bootloader.

Signed-off-by: Yann Gautier <yann.gautier@st.com>
Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
.gitignore
tools/stm32image/Makefile [new file with mode: 0644]
tools/stm32image/stm32image.c [new file with mode: 0644]