diff options
| author | Madhukar Pappireddy <madhukar.pappireddy@arm.com> | 2025-10-29 15:49:46 -0500 |
|---|---|---|
| committer | Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com> | 2026-03-02 11:45:15 +0000 |
| commit | f5cb144df1d96c9adf45fbf2376b4068d16d8701 (patch) | |
| tree | 04e08d10e1fba08d51db87a59a32603dacae3b53 /Makefile | |
| parent | 33246d390b2a2209d4016e2ba849ffc40e4f478c (diff) | |
| download | arm-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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |
