mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 10:34:19 +00:00

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>
30 lines
489 B
Text
30 lines
489 B
Text
# Ignore miscellaneous files
|
|
cscope.*
|
|
*.swp
|
|
*.patch
|
|
*~
|
|
.project
|
|
.cproject
|
|
|
|
# Ignore build directory
|
|
build/
|
|
|
|
# Ignore build products from tools
|
|
tools/**/*.o
|
|
tools/fip_create/
|
|
tools/fiptool/fiptool
|
|
tools/fiptool/fiptool.exe
|
|
tools/cert_create/src/*.o
|
|
tools/cert_create/src/**/*.o
|
|
tools/cert_create/cert_create
|
|
tools/cert_create/cert_create.exe
|
|
tools/doimage/doimage
|
|
tools/stm32image/*.o
|
|
tools/stm32image/stm32image
|
|
tools/stm32image/stm32image.exe
|
|
|
|
# GNU GLOBAL files
|
|
GPATH
|
|
GRTAGS
|
|
GSYMS
|
|
GTAGS
|