arm-trusted-firmware/include/arch/aarch64
johpow01 dc78e62d80 feat(sme): enable SME functionality
This patch adds two new compile time options to enable SME in TF-A:
ENABLE_SME_FOR_NS and ENABLE_SME_FOR_SWD for use in non-secure and
secure worlds respectively. Setting ENABLE_SME_FOR_NS=1 will enable
SME for non-secure worlds and trap SME, SVE, and FPU/SIMD instructions
in secure context. Setting ENABLE_SME_FOR_SWD=1 will disable these
traps, but support for SME context management does not yet exist in
SPM so building with SPD=spmd will fail.

The existing ENABLE_SVE_FOR_NS and ENABLE_SVE_FOR_SWD options cannot
be used with SME as it is a superset of SVE and will enable SVE and
FPU/SIMD along with SME.

Signed-off-by: John Powell <john.powell@arm.com>
Change-Id: Iaaac9d22fe37b4a92315207891da848a8fd0ed73
2021-11-12 10:38:00 -06:00
..
arch.h feat(sme): enable SME functionality 2021-11-12 10:38:00 -06:00
arch_features.h feat(rme): add register definitions and helper functions for FEAT_RME 2021-10-01 16:54:44 -05:00
arch_helpers.h feat(sme): enable SME functionality 2021-11-12 10:38:00 -06:00
asm_macros.S refactor(aarch64): remove `FEAT_BTI` architecture check 2021-06-22 13:42:26 +01:00
assert_macros.S Reorganize architecture-dependent header files 2019-01-04 10:43:16 +00:00
console_macros.S Console: remove deprecated finish_console_register 2019-04-03 14:55:18 +01:00
el2_common_macros.S refactor(fvp_r): remove unused files and clean up makefiles 2021-10-29 09:43:19 -05:00
el3_common_macros.S feat(sme): enable SME functionality 2021-11-12 10:38:00 -06:00
smccc_helpers.h Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00