]> git.baikalelectronics.ru Git - arm-tf.git/commit
refactor(cpufeat): align FEAT_SEL2 to new feature handling
authorAndre Przywara <andre.przywara@arm.com>
Wed, 22 Feb 2023 16:53:50 +0000 (16:53 +0000)
committerAndre Przywara <andre.przywara@arm.com>
Wed, 22 Mar 2023 13:33:22 +0000 (13:33 +0000)
commit623f6140fc8eaa547d477179b67ca2fde2720fe4
tree78ec3b8cbf50ecbbeedbce2f862b69c7f6b05a52
parentd5384b69d1180a596a48014d99e46eb4341f3455
refactor(cpufeat): align FEAT_SEL2 to new feature handling

In ARMv8.4, the EL2 exception level got added to the secure world.
Adapt and rename the existing is_armv8_4_sel2_present() function, to
align its handling with the other CPU features.

Change-Id: If11e1942fdeb63c63f36ab9e89be810347d1a952
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
common/feat_detect.c
include/arch/aarch64/arch_features.h
lib/el3_runtime/aarch64/context_mgmt.c
plat/arm/board/fvp/platform.mk
services/std_svc/spmd/spmd_main.c