arm-trusted-firmware/services/std_svc/sdei
Govindraj Raja 0a33adc058 refactor(mte): deprecate CTX_INCLUDE_MTE_REGS
Currently CTX_INCLUDE_MTE_REGS is used for dual purpose,
to enable allocation tags register and to context save and restore
them and also to check if mte feature is available.

To make it more meaningful, remove CTX_INCLUDE_MTE_REGS
and introduce FEAT_MTE. This would enable allocation tags register
when FEAT_MTE is enabled and also supported from platform.

Also arch features can be conditionally enabled disabled based on
arch version from `make_helpers/arch_features.mk`

Change-Id: Ibdd2d43874634ad7ddff93c7edad6044ae1631ed
Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
2024-01-23 11:58:55 -06:00
..
sdei_dispatch.S Make setjmp.h prototypes comply with the C standard 2019-02-08 13:42:38 +00:00
sdei_event.c feat(sdei): add a function to return total number of events registered 2022-10-05 15:25:28 +01:00
sdei_intr_mgmt.c refactor(mte): deprecate CTX_INCLUDE_MTE_REGS 2024-01-23 11:58:55 -06:00
sdei_main.c Merge "fix(smccc): ensure that mpidr passed through SMC is valid" into integration 2023-11-07 13:35:30 +01:00
sdei_private.h Switch AARCH32/AARCH64 to __aarch64__ 2019-08-01 13:45:03 -07:00
sdei_state.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00