aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authordavidcunado-arm <david.cunado@arm.com>2017-11-22 11:51:29 +0000
committerGitHub <noreply@github.com>2017-11-22 11:51:29 +0000
commitec04e0f46db3e24f26a84609006b5ef3e458cb3f (patch)
treec75a7e1192f49c1d091cbe7d307ec65fe2b196a7 /docs
parent203444c50066cad7aaddd3e36b0f9225bf95a865 (diff)
parent281a08cc6438d868bd1b0bcf19bc6c95207b42ac (diff)
downloadplatform_external_arm-trusted-firmware-ec04e0f46db3e24f26a84609006b5ef3e458cb3f.tar.gz
platform_external_arm-trusted-firmware-ec04e0f46db3e24f26a84609006b5ef3e458cb3f.tar.bz2
platform_external_arm-trusted-firmware-ec04e0f46db3e24f26a84609006b5ef3e458cb3f.zip
Merge pull request #1162 from dp-arm/spe-rework
Move SPE code to lib/extensions
Diffstat (limited to 'docs')
-rw-r--r--docs/user-guide.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/user-guide.rst b/docs/user-guide.rst
index 172e7932c..eeacc1698 100644
--- a/docs/user-guide.rst
+++ b/docs/user-guide.rst
@@ -344,9 +344,9 @@ Common build options
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.
+ extensions. This is an optional architectural feature for AArch64.
+ The default is 1 but is automatically disabled when the target architecture
+ is AArch32.
- ``ENABLE_STACK_PROTECTOR``: String option to enable the stack protection
checks in GCC. Allowed values are "all", "strong" and "0" (default).