summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMadhukar Pappireddy <madhukar.pappireddy@arm.com>2025-10-29 15:49:46 -0500
committerJayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>2026-03-02 11:45:15 +0000
commitf5cb144df1d96c9adf45fbf2376b4068d16d8701 (patch)
tree04e08d10e1fba08d51db87a59a32603dacae3b53 /Makefile
parent33246d390b2a2209d4016e2ba849ffc40e4f478c (diff)
downloadarm-trusted-firmware-f5cb144df1d96c9adf45fbf2376b4068d16d8701.tar.gz
arm-trusted-firmware-f5cb144df1d96c9adf45fbf2376b4068d16d8701.zip
feat(lfa): build flags for SP live activation support
This patch introduces new build flags necessary for SP live activation support and ensures all constraints are met. BREAKING CHANGE: Temporarily fails to build Change-Id: I17fba2ee935845816ae40067ca349b1eb9bb310c Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8aa9db61b..98ce28ea1 100644
--- a/Makefile
+++ b/Makefile
@@ -644,6 +644,7 @@ $(eval $(call assert_booleans,\
PRESERVE_DSU_PMU_REGS \
HOB_LIST \
LFA_SUPPORT \
+ SUPPORT_SP_LIVE_ACTIVATION \
)))
# Numeric_Flags
@@ -916,6 +917,7 @@ $(eval $(call add_defines,\
HOB_LIST \
HW_CONFIG_BASE \
LFA_SUPPORT \
+ SUPPORT_SP_LIVE_ACTIVATION \
)))
ifeq (${PLATFORM_REPORT_CTX_MEM_USE}, 1)