aboutsummaryrefslogtreecommitdiffstats
path: root/docs/user-guide.rst
diff options
context:
space:
mode:
authorJeenu Viswambharan <jeenu.viswambharan@arm.com>2017-07-19 13:52:12 +0100
committerJeenu Viswambharan <jeenu.viswambharan@arm.com>2017-07-24 08:26:07 +0100
commitc1232c31ce48c852328a17d317143c44b1ddccfd (patch)
treeb67aeb3e93e9c9d22cb4313606ebe5a5451fba7f /docs/user-guide.rst
parentaa965e1583349b36ce7edd2b3fe9f1f461ef8b23 (diff)
downloadplatform_external_arm-trusted-firmware-c1232c31ce48c852328a17d317143c44b1ddccfd.tar.gz
platform_external_arm-trusted-firmware-c1232c31ce48c852328a17d317143c44b1ddccfd.tar.bz2
platform_external_arm-trusted-firmware-c1232c31ce48c852328a17d317143c44b1ddccfd.zip
Fix alphabetic ordering
Commit d832aee90, which added SPE support, got the alphabetical ordering wrong for documentation and Makefile addition. This patch fixes that. Change-Id: I061ecfba4db363902c9d7d577d2ce6c612cb9e1d Signed-off-by: Jeenu Viswambharan <jeenu.viswambharan@arm.com>
Diffstat (limited to 'docs/user-guide.rst')
-rw-r--r--docs/user-guide.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/user-guide.rst b/docs/user-guide.rst
index 6b82e3d10..ec8c2333e 100644
--- a/docs/user-guide.rst
+++ b/docs/user-guide.rst
@@ -337,6 +337,11 @@ Common build options
Currently, only PSCI is instrumented. Enabling this option enables
the ``ENABLE_PMF`` build option as well. Default is 0.
+- ``ENABLE_SPE_FOR_LOWER_ELS`` : Boolean option to enable Statistical Profiling
+ extensions. This is an optional architectural feature available only for
+ AArch64 8.2 onwards. This option defaults to 1 but is automatically
+ disabled when the target architecture is AArch32 or AArch64 8.0/8.1.
+
- ``ENABLE_STACK_PROTECTOR``: String option to enable the stack protection
checks in GCC. Allowed values are "all", "strong" and "0" (default).
"strong" is the recommended stack protection level if this feature is
@@ -563,11 +568,6 @@ Common build options
cluster platforms). If this option is enabled, then warm boot path
enables D-caches immediately after enabling MMU. This option defaults to 0.
-- ``ENABLE_SPE_FOR_LOWER_ELS`` : Boolean option to enable Statistical Profiling
- extensions. This is an optional architectural feature available only for
- AArch64 8.2 onwards. This option defaults to 1 but is automatically
- disabled when the target architecture is AArch32 or AArch64 8.0/8.1.
-
ARM development platform specific build options
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^