arm-trusted-firmware/include
Javier Almansa Sobrino 0063dd1708 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
2020-12-11 12:49:20 +00:00
..
arch Add support for FEAT_MTPMU for Armv8.6 2020-12-11 12:49:20 +00:00
bl1 Specify signed-ness of constants 2020-08-14 11:36:05 +00:00
bl2 BL2_AT_EL3: Enable pointer authentication support 2019-02-27 11:58:09 +00:00
bl2u Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
bl31 Use correct type when reading SCR register 2020-01-28 11:10:48 +00:00
bl32 spd: tlkd: support new TLK SMCs for RPMB service 2020-03-21 19:00:05 -07:00
common Don't return error information from console_flush 2020-10-09 10:21:50 -05:00
drivers Merge "Don't return error information from console_flush" into integration 2020-10-14 18:59:27 +00:00
dt-bindings fdts: stm32mp1: realign device tree with kernel 2020-09-24 09:07:57 +02:00
export Increase type widths to satisfy width requirements 2020-10-12 10:55:03 -05:00
lib Add support for Neoverse-N2 CPUs. 2020-11-30 19:12:56 +00:00
plat Merge "Use constant stack size with RECLAIM_INIT_CODE" into integration 2020-10-29 18:00:13 +00:00
services SPMC: manifest changes to support multicore boot 2020-08-20 18:06:06 +01:00
tools_share lib: fconf: Implement a parser to populate CoT 2020-09-15 16:13:26 +01:00