aboutsummaryrefslogtreecommitdiff
path: root/make_helpers
diff options
context:
space:
mode:
authorAlexei Fedorov <Alexei.Fedorov@arm.com>2020-01-23 14:27:38 +0000
committerAlexei Fedorov <Alexei.Fedorov@arm.com>2020-01-28 16:51:40 +0000
commit8c105290f3733eafb789e17da4a0649e85c7b360 (patch)
tree204f88f59c8d18a4af387d7185fe5c5f51a04fa4 /make_helpers
parent29763ac260d379c425650c6bf2256fcd5e045437 (diff)
downloadarm-trusted-firmware-8c105290f3733eafb789e17da4a0649e85c7b360.tar.gz
Measured Boot: add function for hash calculation
This patch adds 'calc_hash' function using Mbed TLS library required for Measured Boot support. Change-Id: Ifc5aee0162d04db58ec6391e0726a526f29a52bb Signed-off-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
Diffstat (limited to 'make_helpers')
-rw-r--r--make_helpers/defaults.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/make_helpers/defaults.mk b/make_helpers/defaults.mk
index 53832c561..4af1da6b2 100644
--- a/make_helpers/defaults.mk
+++ b/make_helpers/defaults.mk
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2016-2019, ARM Limited and Contributors. All rights reserved.
+# Copyright (c) 2016-2020, ARM Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -139,6 +139,9 @@ HW_ASSISTED_COHERENCY := 0
# Set the default algorithm for the generation of Trusted Board Boot keys
KEY_ALG := rsa
+# Option to build TF with Measured Boot support
+MEASURED_BOOT := 0
+
# NS timer register save and restore
NS_TIMER_SWITCH := 0