summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>2023-03-07 10:43:19 +0000
committerManish V Badarkhe <manish.badarkhe@arm.com>2023-03-28 17:19:13 +0200
commit2b0bc4e028a75d75c6d6942ddd404ef331db29be (patch)
tree43ffe9ea8787fcf8e71c411045d59a36df313936 /Makefile
parent45007acd46981b9f289f03b283eb53e7ba37bb67 (diff)
downloadarm-trusted-firmware-2b0bc4e028a75d75c6d6942ddd404ef331db29be.tar.gz
feat(cpufeat): enable FEAT_SVE for FEAT_STATE_CHECKED
Add support for runtime detection (ENABLE_SVE_FOR_NS=2), by splitting sve_supported() into an ID register reading function and a second function to report the support status. That function considers both build time settings and runtime information (if needed), and is used before we do SVE specific setup. Change the FVP platform default to the now supported dynamic option (=2), so the right decision can be made by the code at runtime. Change-Id: I1caaba2216e8e2a651452254944a003607503216 Signed-off-by: Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 20b2aa296..d2427227c 100644
--- a/Makefile
+++ b/Makefile
@@ -1106,7 +1106,6 @@ $(eval $(call assert_booleans,\
ENABLE_PSCI_STAT \
ENABLE_RUNTIME_INSTRUMENTATION \
ENABLE_SME_FOR_SWD \
- ENABLE_SVE_FOR_NS \
ENABLE_SVE_FOR_SWD \
ERROR_DEPRECATED \
FAULT_INJECTION_SUPPORT \
@@ -1193,6 +1192,7 @@ $(eval $(call assert_numerics,\
ENABLE_SPE_FOR_NS \
ENABLE_SYS_REG_TRACE_FOR_NS \
ENABLE_SME_FOR_NS \
+ ENABLE_SVE_FOR_NS \
ENABLE_TRF_FOR_NS \
FW_ENC_STATUS \
NR_OF_FW_BANKS \