]> git.baikalelectronics.ru Git - arm-tf.git/commit
refactor(amu): use new AMU feature check routines
authorAndre Przywara <andre.przywara@arm.com>
Fri, 3 Mar 2023 10:30:06 +0000 (10:30 +0000)
committerManish Pandey <manish.pandey2@arm.com>
Mon, 27 Mar 2023 18:36:15 +0000 (19:36 +0100)
commitb57e16a4f96b6cfa4da9e3b2cc6d6d4533da1950
tree10e651165d5673daa1c6d300345955188fe5b5a2
parentd23acc9e4f94d95280ee7985e3f96482eb7fe04d
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>
common/feat_detect.c
include/arch/aarch32/arch_features.h
include/arch/aarch64/arch_features.h
include/lib/extensions/amu.h
lib/el3_runtime/aarch32/context_mgmt.c
lib/el3_runtime/aarch64/context_mgmt.c
lib/extensions/amu/aarch32/amu.c
lib/extensions/amu/aarch64/amu.c
plat/arm/board/fvp/platform.mk