mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-21 20:14:29 +00:00
fix(tc): do not enable MPMM and Aux AMU counters always
There are requirements in which the MPMM and Auxiliary AMU counters have to be disabled. Hence removing the "override" here which helps in disabling them during the build. Change-Id: I2c0a808d5d9968082a508a9206e34f7a57f2e33a Signed-off-by: Davidson K <davidson.kumaresan@arm.com>
This commit is contained in:
parent
d2e44e7d71
commit
fc42f84560
1 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (c) 2021-2023, Arm Limited. All rights reserved.
|
# Copyright (c) 2021-2024, Arm Limited. All rights reserved.
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
#
|
#
|
||||||
|
@ -159,11 +159,11 @@ override CTX_INCLUDE_PAUTH_REGS := 1
|
||||||
override ENABLE_SPE_FOR_NS := 0
|
override ENABLE_SPE_FOR_NS := 0
|
||||||
|
|
||||||
override ENABLE_FEAT_AMU := 1
|
override ENABLE_FEAT_AMU := 1
|
||||||
override ENABLE_AMU_AUXILIARY_COUNTERS := 1
|
ENABLE_AMU_AUXILIARY_COUNTERS := 1
|
||||||
override ENABLE_AMU_FCONF := 1
|
ENABLE_AMU_FCONF := 1
|
||||||
|
|
||||||
override ENABLE_MPMM := 1
|
ENABLE_MPMM := 1
|
||||||
override ENABLE_MPMM_FCONF := 1
|
ENABLE_MPMM_FCONF := 1
|
||||||
|
|
||||||
# Include Measured Boot makefile before any Crypto library makefile.
|
# Include Measured Boot makefile before any Crypto library makefile.
|
||||||
# Crypto library makefile may need default definitions of Measured Boot build
|
# Crypto library makefile may need default definitions of Measured Boot build
|
||||||
|
|
Loading…
Add table
Reference in a new issue