mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-25 14:25:44 +00:00
fix(tc): enable FEAT_MTE2
Commitc282384db
("refactor(mte): remove mte, mte_perm") removes the option FEAT_MTE and introduces FEAT_MTE2 option. Afterwards, the FEAT_MTE2 option is missed on the TC platform and the feature is disabled. As a result, it causes the panic in secure world. This patch enables the FEAT_MTE2 option for TC platform to allow the secure world can access the MTE registers properly. Change-Id: If697236aa59bf4fb374e0ff43b53455ac2154e9c Fixes:c282384db
("refactor(mte): remove mte, mte_perm") Signed-off-by: Leo Yan <leo.yan@arm.com>
This commit is contained in:
parent
93a7a6d0ea
commit
154eb0a22f
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ CTX_INCLUDE_AARCH32_REGS := 0
|
|||
|
||||
ifeq (${SPD},spmd)
|
||||
SPMD_SPM_AT_SEL2 := 1
|
||||
ENABLE_FEAT_MTE2 := 1
|
||||
CTX_INCLUDE_PAUTH_REGS := 1
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue