aboutsummaryrefslogtreecommitdiffstats
path: root/docs/user-guide.rst
diff options
context:
space:
mode:
authordavidcunado-arm <david.cunado@arm.com>2017-11-29 10:41:33 +0000
committerGitHub <noreply@github.com>2017-11-29 10:41:33 +0000
commit3642ca951bfd06afbd8024b295ce3c14860024b3 (patch)
tree18ffa579368d4c21243b86f2a4bd6e051f1637e6 /docs/user-guide.rst
parent11a70d7e3ea58ebe183ba18319b87e2f089caf80 (diff)
parentef69e1ea629542865f2c9b04df578aaa3966fb6a (diff)
downloadplatform_external_arm-trusted-firmware-3642ca951bfd06afbd8024b295ce3c14860024b3.tar.gz
platform_external_arm-trusted-firmware-3642ca951bfd06afbd8024b295ce3c14860024b3.tar.bz2
platform_external_arm-trusted-firmware-3642ca951bfd06afbd8024b295ce3c14860024b3.zip
Merge pull request #1170 from dp-arm/dp/amu
Add support for Activity Monitors
Diffstat (limited to 'docs/user-guide.rst')
-rw-r--r--docs/user-guide.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/user-guide.rst b/docs/user-guide.rst
index 95fa22e08..79d660d02 100644
--- a/docs/user-guide.rst
+++ b/docs/user-guide.rst
@@ -321,6 +321,11 @@ Common build options
payload. Please refer to the "Booting an EL3 payload" section for more
details.
+- ``ENABLE_AMU``: Boolean option to enable Activity Monitor Unit extensions.
+ This is an optional architectural feature available on v8.4 onwards. Some
+ v8.2 implementations also implement an AMU and this option can be used to
+ enable this feature on those systems as well. Default is 0.
+
- ``ENABLE_ASSERTIONS``: This option controls whether or not calls to ``assert()``
are compiled out. For debug builds, this option defaults to 1, and calls to
``assert()`` are left in place. For release builds, this option defaults to 0