aboutsummaryrefslogtreecommitdiff
path: root/make_helpers
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2020-01-15 10:23:25 +0100
committerSandrine Bailleux <sandrine.bailleux@arm.com>2020-01-29 14:00:33 +0100
commit3bff910dc16ad5ed97d470064b25481d3674732b (patch)
tree087f519991d5bf70efebb45473929c7f38ce0c14 /make_helpers
parent067f7e9c52f5aa19bac2cb91a96e6e4f9dee6cb9 (diff)
downloadarm-trusted-firmware-3bff910dc16ad5ed97d470064b25481d3674732b.tar.gz
Introduce COT build option
Allows to select the chain of trust to use when the Trusted Boot feature is enabled. This affects both the cert_create tool and the firmware itself. Right now, the only available CoT is TBBR. Change-Id: I7ab54e66508a1416cb3fcd3dfb0f055696763b3d Signed-off-by: Sandrine Bailleux <sandrine.bailleux@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..a211f6606 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
#
@@ -201,6 +201,9 @@ USE_DEBUGFS := 0
# Build option to choose whether Trusted Firmware uses library at ROM
USE_ROMLIB := 0
+# Chain of trust.
+COT := tbbr
+
# Use tbbr_oid.h instead of platform_oid.h
USE_TBBR_DEFS := 1