]> git.baikalelectronics.ru Git - arm-tf.git/commit
Add support for FEAT_MTPMU for Armv8.6
authorJavier Almansa Sobrino <javier.almansasobrino@arm.com>
Mon, 23 Nov 2020 18:38:15 +0000 (18:38 +0000)
committerJavier Almansa Sobrino <javier.almansasobrino@arm.com>
Fri, 11 Dec 2020 12:49:20 +0000 (12:49 +0000)
commit0063dd1708e67e5d36168caaf2a0df383bbe1455
treed6297557e50a6c6c4672f78b37efa649f4439c74
parent852e494075d92199e9bddfe92d364f2107a5a25d
Add support for FEAT_MTPMU for Armv8.6

If FEAT_PMUv3 is implemented and PMEVTYPER<n>(_EL0).MT bit is implemented
as well, it is possible to control whether PMU counters take into account
events happening on other threads.

If FEAT_MTPMU is implemented, EL3 (or EL2) can override the MT bit
leaving it to effective state of 0 regardless of any write to it.

This patch introduces the DISABLE_MTPMU flag, which allows to diable
multithread event count from EL3 (or EL2). The flag is disabled
by default so the behavior is consistent with those architectures
that do not implement FEAT_MTPMU.

Signed-off-by: Javier Almansa Sobrino <javier.almansasobrino@arm.com>
Change-Id: Iee3a8470ae8ba13316af1bd40c8d4aa86e0cb85e
13 files changed:
Makefile
bl1/bl1.mk
bl2/bl2.mk
bl31/bl31.mk
bl32/sp_min/sp_min.mk
docs/getting_started/build-options.rst
include/arch/aarch32/arch.h
include/arch/aarch32/el3_common_macros.S
include/arch/aarch64/arch.h
include/arch/aarch64/el3_common_macros.S
lib/extensions/mtpmu/aarch32/mtpmu.S [new file with mode: 0644]
lib/extensions/mtpmu/aarch64/mtpmu.S [new file with mode: 0644]
make_helpers/defaults.mk