arm-trusted-firmware/include/lib/extensions
Alexei Fedorov f3ccf036ec TF-A AMU extension: fix detection of group 1 counters.
This patch fixes the bug when AMUv1 group1 counters was
always assumed being implemented without checking for its
presence which was causing exception otherwise.
The AMU extension code was also modified as listed below:
- Added detection of AMUv1 for ARMv8.6
- 'PLAT_AMU_GROUP1_NR_COUNTERS' build option is removed and
number of group1 counters 'AMU_GROUP1_NR_COUNTERS' is now
calculated based on 'AMU_GROUP1_COUNTERS_MASK' value
- Added bit fields definitions and access functions for
AMCFGR_EL0/AMCFGR and AMCGCR_EL0/AMCGCR registers
- Unification of amu.c Aarch64 and Aarch32 source files
- Bug fixes and TF-A coding style compliant changes.

Change-Id: I14e407be62c3026ebc674ec7045e240ccb71e1fb
Signed-off-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
2020-08-10 10:40:53 +00:00
..
amu.h TF-A AMU extension: fix detection of group 1 counters. 2020-08-10 10:40:53 +00:00
amu_private.h TF-A AMU extension: fix detection of group 1 counters. 2020-08-10 10:40:53 +00:00
mpam.h Fix MISRA defects in extension libs 2018-10-29 14:41:48 +00:00
pauth.h Refactor ARMv8.3 Pointer Authentication support code 2019-09-13 14:11:59 +01:00
ras.h Tegra194: add RAS exception handling 2020-06-12 09:43:54 -07:00
ras_arch.h Tegra194: add RAS exception handling 2020-06-12 09:43:54 -07:00
spe.h Fix MISRA defects in extension libs 2018-10-29 14:41:48 +00:00
sve.h Fix MISRA defects in extension libs 2018-10-29 14:41:48 +00:00
twed.h Enable v8.6 WFE trap delays 2020-05-19 21:49:52 +00:00