summaryrefslogtreecommitdiff
path: root/make_helpers
diff options
context:
space:
mode:
authordavidcunado-arm <david.cunado@arm.com>2017-11-09 22:38:37 +0000
committerGitHub <noreply@github.com>2017-11-09 22:38:37 +0000
commit9500d5a438806297ac62faa9621f4ad2d604526a (patch)
treee1bcd28ccd5a1a5e7e9c36359437833f27e8d9e4 /make_helpers
parent8705ec8990d9b8847bfa65654d565f346e27e706 (diff)
parente29efeb1b40a3ac364fc0bf1e15928b400a57e72 (diff)
Merge pull request #1148 from antonio-nino-diaz-arm/an/spm
Introduce Secure Partition Manager
Diffstat (limited to 'make_helpers')
-rw-r--r--make_helpers/defaults.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/make_helpers/defaults.mk b/make_helpers/defaults.mk
index 412c3b72..16e7f1c4 100644
--- a/make_helpers/defaults.mk
+++ b/make_helpers/defaults.mk
@@ -118,6 +118,9 @@ SEPARATE_CODE_AND_RODATA := 0
# SPD choice
SPD := none
+# For including the Secure Partition Manager
+ENABLE_SPM := 0
+
# Flag to introduce an infinite loop in BL1 just before it exits into the next
# image. This is meant to help debugging the post-BL2 phase.
SPIN_ON_BL1_EXIT := 0