From 209a60cca5c6a8cd1b68e6e0e53f0b66555a4458 Mon Sep 17 00:00:00 2001 From: Soby Mathew Date: Mon, 26 Mar 2018 12:43:37 +0100 Subject: Allow disabling authentication dynamically This patch allows platforms to dynamically disable authentication of images during cold boot. This capability is controlled via the DYN_DISABLE_AUTH build flag and is only meant for development purposes. Change-Id: Ia3df8f898824319bb76d5cc855b5ad6c3d227260 Signed-off-by: Soby Mathew --- make_helpers/defaults.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'make_helpers') diff --git a/make_helpers/defaults.mk b/make_helpers/defaults.mk index 4bbff034..cea85338 100644 --- a/make_helpers/defaults.mk +++ b/make_helpers/defaults.mk @@ -58,6 +58,10 @@ DEBUG := 0 # Build platform DEFAULT_PLAT := fvp +# Enable capability to disable authentication dynamically. Only meant for +# development platforms. +DYN_DISABLE_AUTH := 0 + # Flag to enable Performance Measurement Framework ENABLE_PMF := 0 -- cgit v1.2.3