arm-trusted-firmware/include/lib/extensions
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
..
amu.h feat(amu): enable per-core AMU auxiliary counters 2021-10-26 12:15:33 +01:00
mpam.h refactor(mpam): remove unused function declaration 2021-07-09 22:03:38 +02:00
pauth.h Refactor ARMv8.3 Pointer Authentication support code 2019-09-13 14:11:59 +01:00
ras.h Tegra194: add RAS exception handling 2020-06-12 09:43:54 -07:00
ras_arch.h Tegra194: add RAS exception handling 2020-06-12 09:43:54 -07:00
sme.h feat(sme): enable SME functionality 2021-11-12 10:38:00 -06:00
spe.h Fix MISRA defects in extension libs 2018-10-29 14:41:48 +00:00
sve.h feat(sme): enable SME functionality 2021-11-12 10:38:00 -06:00
sys_reg_trace.h feat(sys_reg_trace): enable trace system registers access from lower NS ELs 2021-08-26 09:29:51 +01:00
trbe.h feat(trbe): enable access to trace buffer control registers from lower NS EL 2021-08-26 09:29:39 +01:00
trf.h feat(trf): enable trace filter control register access from lower NS EL 2021-08-26 09:32:35 +01:00
twed.h Enable v8.6 WFE trap delays 2020-05-19 21:49:52 +00:00