Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
4 years ago
by
Manish Pandey
Committed by
TrustedFirmware Code Review
4 years ago
Browse files
Options
Download
Plain Diff
Merge "make_helpers: tbbr: Fix FWU certificate generation" into integration
parents
8109d2dd
8cdb1693
master
v2.5
v2.5-rc1
v2.5-rc0
v2.4
v2.4-rc2
v2.4-rc1
arm_cca_v0.2
arm_cca_v0.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
make_helpers/tbbr/tbbr_tools.mk
+3
-0
make_helpers/tbbr/tbbr_tools.mk
with
3 additions
and
0 deletions
+3
-0
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)))
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help