mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 02:54:24 +00:00
fix(fvp): enable FEAT_MTE2
ENABLE_FEAT_MTE2 controls the trapping of some MTE related system registers. If the memory_tagging_support_level parameter on the FVP command line is set to higher values, non-secure world will see the feature bits in the CPU ID registers and will use those registers, triggering a panic in BL31. Enable the feature in the optional form for the FVP build, to avoid any panics. Change-Id: I26ba444d784adf165db81048f93e11361c7f11ac Signed-off-by: Andre Przywara <andre.przywara@arm.com>
This commit is contained in:
parent
0631d68d85
commit
d081c6116e
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ ENABLE_FEAT_S2PIE := 2
|
|||
ENABLE_FEAT_S1PIE := 2
|
||||
ENABLE_FEAT_S2POE := 2
|
||||
ENABLE_FEAT_S1POE := 2
|
||||
ENABLE_FEAT_MTE2 := 2
|
||||
|
||||
# The FVP platform depends on this macro to build with correct GIC driver.
|
||||
$(eval $(call add_define,FVP_USE_GIC_DRIVER))
|
||||
|
|
Loading…
Add table
Reference in a new issue