summaryrefslogtreecommitdiff
path: root/plat/arm/board/fvp
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2023-03-03 10:30:06 +0000
committerManish Pandey <manish.pandey2@arm.com>2023-03-27 19:36:15 +0100
commitb57e16a4f96b6cfa4da9e3b2cc6d6d4533da1950 (patch)
tree10e651165d5673daa1c6d300345955188fe5b5a2 /plat/arm/board/fvp
parentd23acc9e4f94d95280ee7985e3f96482eb7fe04d (diff)
downloadarm-trusted-firmware-b57e16a4f96b6cfa4da9e3b2cc6d6d4533da1950.tar.gz
refactor(amu): use new AMU feature check routines
The AMU extension code was using its own feature detection routines. Replace them with the generic CPU feature handlers (defined in arch_features.h), which get updated to cover the v1p1 variant as well. Change-Id: I8540f1e745d7b02a25a6c6cdf2a39d6f5e21f2aa Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'plat/arm/board/fvp')
-rw-r--r--plat/arm/board/fvp/platform.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/plat/arm/board/fvp/platform.mk b/plat/arm/board/fvp/platform.mk
index 0d254fb00..c35bf7f36 100644
--- a/plat/arm/board/fvp/platform.mk
+++ b/plat/arm/board/fvp/platform.mk
@@ -320,6 +320,7 @@ endif
# Enable Activity Monitor Unit extensions by default
ENABLE_FEAT_AMU := 2
+ENABLE_FEAT_AMUv1p1 := 2
# Enable dynamic mitigation support by default
DYNAMIC_WORKAROUND_CVE_2018_3639 := 1