arm-trusted-firmware/bl32/tsp
Govindraj Raja c282384dbb refactor(mte): remove mte, mte_perm
Currently both FEAT_MTE and FEAT_MTE_PERM aren't used for enabling
of any feature bits in EL3. So remove both FEAT handling.

All mte regs that are currently context saved/restored are needed
only when FEAT_MTE2 is enabled, so move to usage of FEAT_MTE2 and
remove FEAT_MTE usage.

BREAKING CHANGE: Any platform or downstream code trying to use
SCR_EL3.ATA bit(26) will see failures as this is now moved to be
used only with FEAT_MTE2 with
commit@ef0d0e5478a3f19cbe70a378b9b184036db38fe2

Change-Id: Id01e154156571f7792135639e17dc5c8d0e17cf8
Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
2024-03-26 14:30:58 -05:00
..
aarch64 feat(tsp): add FF-A support to the TSP 2022-08-24 14:46:30 +01:00
ffa_helpers.c fix(el3-spmc): fix coverity scan warnings 2022-12-08 12:30:10 +00:00
ffa_helpers.h feat(tsp): enable test cases for EL3 SPMC 2022-08-25 14:57:20 +01:00
tsp.ld.S feat(build): check that .text section starts at page boundary 2023-11-06 23:22:25 +03:00
tsp.mk build: use toolchain identifiers in conditions 2024-02-06 11:14:52 +00:00
tsp_common.c feat(tsp): enable test cases for EL3 SPMC 2022-08-25 14:57:20 +01:00
tsp_ffa_main.c fix(tsp): fix destination ID in direct request 2023-06-21 22:12:03 +01:00
tsp_interrupt.c feat(tsp): enable test cases for EL3 SPMC 2022-08-25 14:57:20 +01:00
tsp_main.c refactor(mte): remove mte, mte_perm 2024-03-26 14:30:58 -05:00
tsp_private.h feat(tsp): enable test cases for EL3 SPMC 2022-08-25 14:57:20 +01:00
tsp_timer.c Correct typographical errors 2019-01-15 15:16:02 +00:00