mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
feat(tc): make TCR2 feature asymmetric
Signed-off-by: Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com> Change-Id: I6209dc46ddecaa09cc1220fe9488b3771ea6dc38
This commit is contained in:
parent
b76929825b
commit
3e8a82a030
1 changed files with 2 additions and 1 deletions
|
@ -36,8 +36,9 @@ ENABLE_AMU_FCONF := 1
|
|||
ENABLE_AMU_AUXILIARY_COUNTERS := 1
|
||||
ENABLE_MPMM := 1
|
||||
ENABLE_MPMM_FCONF := 1
|
||||
ENABLE_FEAT_MTE2 := 2
|
||||
ENABLE_FEAT_MTE2 := 2
|
||||
ENABLE_SPE_FOR_NS := 3
|
||||
ENABLE_FEAT_TCR2 := 3
|
||||
|
||||
CTX_INCLUDE_AARCH32_REGS := 0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue