Implement support for the Activity Monitor Unit on Cortex A75
authorDimitris Papastamos <dimitris.papastamos@arm.com>
Mon, 16 Oct 2017 10:40:10 +0000 (11:40 +0100)
committerDimitris Papastamos <dimitris.papastamos@arm.com>
Wed, 29 Nov 2017 09:36:05 +0000 (09:36 +0000)
commit0319a97747cc96af46220d22dea2ffe497e14b85
treec23854ebaa06d020c5707fe2808762e72de7441c
parent11a70d7e3ea58ebe183ba18319b87e2f089caf80
Implement support for the Activity Monitor Unit on Cortex A75

The Cortex A75 has 5 AMU counters.  The first three counters are fixed
and the remaining two are programmable.

A new build option is introduced, `ENABLE_AMU`.  When set, the fixed
counters will be enabled for use by lower ELs.  The programmable
counters are currently disabled.

Change-Id: I4bd5208799bb9ed7d2596e8b0bfc87abbbe18740
Signed-off-by: Dimitris Papastamos <dimitris.papastamos@arm.com>
Makefile
docs/user-guide.rst
include/lib/cpus/aarch64/cortex_a75.h
lib/cpus/aarch64/cortex_a75.S
make_helpers/defaults.mk