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
8c00bcce
Commit
8c00bcce
authored
Sep 21, 2020
by
Olivier Deprez
Committed by
TrustedFirmware Code Review
Sep 21, 2020
Browse files
Merge "defaults.mk: default KEY_SIZE to 2048 in case of RSA algorithm" into integration
parents
101daafd
ee15a172
Changes
1
Hide whitespace changes
Inline
Side-by-side
make_helpers/defaults.mk
View file @
8c00bcce
...
...
@@ -157,6 +157,11 @@ HW_ASSISTED_COHERENCY := 0
# Set the default algorithm for the generation of Trusted Board Boot keys
KEY_ALG
:=
rsa
# Set the default key size in case KEY_ALG is rsa
ifeq
($(KEY_ALG),rsa)
KEY_SIZE
:=
2048
endif
# Option to build TF with Measured Boot support
MEASURED_BOOT
:=
0
...
...
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