Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
d01f31c0
Commit
d01f31c0
authored
Nov 09, 2020
by
Manish Pandey
Committed by
TrustedFirmware Code Review
Nov 09, 2020
Browse files
Merge "make_helpers: tbbr: Fix FWU certificate generation" into integration
parents
8109d2dd
8cdb1693
Changes
1
Hide whitespace changes
Inline
Side-by-side
make_helpers/tbbr/tbbr_tools.mk
View file @
d01f31c0
...
...
@@ -54,8 +54,11 @@ $(eval $(call TOOL_ADD_PAYLOAD,${FWU_CERT},--fwu-cert,,FWU_))
# packed in the FIP). Developers can use their own keys by specifying the proper
# build option in the command line when building the Trusted Firmware
$(if
${KEY_ALG},$(eval
$(call
CERT_ADD_CMD_OPT,${KEY_ALG},--key-alg)))
$(if
${KEY_ALG},$(eval
$(call
CERT_ADD_CMD_OPT,${KEY_ALG},--key-alg,FWU_)))
$(if
${KEY_SIZE},$(eval
$(call
CERT_ADD_CMD_OPT,${KEY_SIZE},--key-size)))
$(if
${KEY_SIZE},$(eval
$(call
CERT_ADD_CMD_OPT,${KEY_SIZE},--key-size,FWU_)))
$(if
${HASH_ALG},$(eval
$(call
CERT_ADD_CMD_OPT,${HASH_ALG},--hash-alg)))
$(if
${HASH_ALG},$(eval
$(call
CERT_ADD_CMD_OPT,${HASH_ALG},--hash-alg,FWU_)))
$(if
${ROT_KEY},$(eval
$(call
CERT_ADD_CMD_OPT,${ROT_KEY},--rot-key)))
$(if
${ROT_KEY},$(eval
$(call
CERT_ADD_CMD_OPT,${ROT_KEY},--rot-key,FWU_)))
$(if
${PROT_KEY},$(eval
$(call
CERT_ADD_CMD_OPT,${PROT_KEY},--prot-key)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment