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
e1b8cd1a
Commit
e1b8cd1a
authored
Oct 12, 2020
by
Manish Pandey
Committed by
TrustedFirmware Code Review
Oct 12, 2020
Browse files
Merge "TF-A: Add HASH_ALG default value to defaults.mk" into integration
parents
7ad39818
ae3cf1ff
Changes
1
Show whitespace changes
Inline
Side-by-side
make_helpers/defaults.mk
View file @
e1b8cd1a
#
#
# Copyright (c) 2016-2020, ARM Limited
and Contributors
. All rights reserved.
# Copyright (c) 2016-2020, ARM Limited. All rights reserved.
#
#
# SPDX-License-Identifier: BSD-3-Clause
# SPDX-License-Identifier: BSD-3-Clause
#
#
...
@@ -150,6 +150,10 @@ GICV2_G0_FOR_EL3 := 0
...
@@ -150,6 +150,10 @@ GICV2_G0_FOR_EL3 := 0
# by lower ELs.
# by lower ELs.
HANDLE_EA_EL3_FIRST
:=
0
HANDLE_EA_EL3_FIRST
:=
0
# Secure hash algorithm flag, accepts 3 values: sha256, sha384 and sha512.
# The default value is sha256.
HASH_ALG
:=
sha256
# Whether system coherency is managed in hardware, without explicit software
# Whether system coherency is managed in hardware, without explicit software
# operations.
# operations.
HW_ASSISTED_COHERENCY
:=
0
HW_ASSISTED_COHERENCY
:=
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