mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-08-14 16:37:05 +02:00
fix(plat/tc0): enable AMU extension
Recent changes to enable SVE for the secure world have disabled AMU extension by default in the reset value of CPTR_EL3 register. So the platform has to enable this extension explicitly. Signed-off-by: Arunachalam Ganapathy <arunachalam.ganapathy@arm.com> Change-Id: I7d930d96ec22d7c3db961411370564bece0ce272
This commit is contained in:
parent
68ac5ed049
commit
b5863cab9a
@ -114,6 +114,8 @@ override CTX_INCLUDE_PAUTH_REGS := 1
|
|||||||
|
|
||||||
override ENABLE_SPE_FOR_LOWER_ELS := 0
|
override ENABLE_SPE_FOR_LOWER_ELS := 0
|
||||||
|
|
||||||
|
override ENABLE_AMU := 1
|
||||||
|
|
||||||
include plat/arm/common/arm_common.mk
|
include plat/arm/common/arm_common.mk
|
||||||
include plat/arm/css/common/css_common.mk
|
include plat/arm/css/common/css_common.mk
|
||||||
include plat/arm/soc/common/soc_css.mk
|
include plat/arm/soc/common/soc_css.mk
|
||||||
|
Loading…
Reference in New Issue
Block a user