mirror of
https://github.com/CTCaer/switch-l4t-atf.git
synced 2024-11-28 12:20:31 +00:00
55e291a405
This patch reworks the certificate generation tool to follow a data driven approach. The user may specify at build time the certificates, keys and extensions defined in the CoT, register them using the appropiate macros and the tool will take care of creating the certificates corresponding to the CoT specified. Change-Id: I29950b39343c3e1b71718fce0e77dcf2a9a0be2f
17 lines
266 B
Plaintext
17 lines
266 B
Plaintext
# Ignore miscellaneous files
|
|
cscope.*
|
|
*.swp
|
|
*.patch
|
|
.project
|
|
.cproject
|
|
|
|
# Ignore build directory
|
|
build/
|
|
|
|
# Ignore build products from tools
|
|
tools/**/*.o
|
|
tools/fip_create/fip_create
|
|
tools/cert_create/src/*.o
|
|
tools/cert_create/src/**/*.o
|
|
tools/cert_create/cert_create
|