summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGovindraj Raja <govindraj.raja@arm.com>2025-12-04 22:06:30 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2025-12-04 22:06:30 +0000
commitfd2fb5b7612810ee53ab6bce74dffe955e1f252a (patch)
tree78b2439d72b3f513ffc9253eb1ec5be0a14d1062 /Makefile
parent2ba920f479aaf6e70495a4f4c674a550b51d2b48 (diff)
parent4286d16f0fc3b0b97acb9900726658c1a6968f8c (diff)
downloadarm-trusted-firmware-fd2fb5b7612810ee53ab6bce74dffe955e1f252a.tar.gz
arm-trusted-firmware-fd2fb5b7612810ee53ab6bce74dffe955e1f252a.zip
Merge changes from topic "ar/feat_uinj" into integration
* changes: feat(cpufeat): add support for FEAT_UINJ feat(cpufeat): enable mandatory Armv9.4–Armv9.6 features by default fix(cpufeat): update feature names and comments fix(cpufeat): simplify AArch32 feature disablement
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 03f4dccdb..8be3417e3 100644
--- a/Makefile
+++ b/Makefile
@@ -684,6 +684,7 @@ $(eval $(call assert_numerics,\
ENABLE_FEAT_EBEP \
ENABLE_FEAT_FGT \
ENABLE_FEAT_FGT2 \
+ ENABLE_FEAT_UINJ \
ENABLE_FEAT_FGWTE3 \
ENABLE_FEAT_FPMR \
ENABLE_FEAT_HCX \
@@ -867,6 +868,7 @@ $(eval $(call add_defines,\
ENABLE_MPMM \
ENABLE_FEAT_FGT \
ENABLE_FEAT_FGT2 \
+ ENABLE_FEAT_UINJ \
ENABLE_FEAT_FGWTE3 \
ENABLE_FEAT_FPMR \
ENABLE_FEAT_ECV \