aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2018-10-29 10:56:30 +0000
committerGitHub <noreply@github.com>2018-10-29 10:56:30 +0000
commitcf0886e2f11481f55898f745d288c8705e704f53 (patch)
tree2a1e8c8f334e30fd663e7909c0ea01e7294b7839 /docs
parentc38941f0c9cce5fcd3996f98ef789ae7481d356b (diff)
parentfc922ca87cc6af8277dc0eb710fc63a2957f0194 (diff)
downloadplatform_external_arm-trusted-firmware-cf0886e2f11481f55898f745d288c8705e704f53.tar.gz
platform_external_arm-trusted-firmware-cf0886e2f11481f55898f745d288c8705e704f53.tar.bz2
platform_external_arm-trusted-firmware-cf0886e2f11481f55898f745d288c8705e704f53.zip
Merge pull request #1644 from soby-mathew/sm/pie_proto
Position Indepedent Executable (PIE) Support
Diffstat (limited to 'docs')
-rw-r--r--docs/user-guide.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/user-guide.rst b/docs/user-guide.rst
index f4ef85d2a..52cb45c09 100644
--- a/docs/user-guide.rst
+++ b/docs/user-guide.rst
@@ -371,6 +371,10 @@ Common build options
partitioning in EL3, however. Platform initialisation code should configure
and use partitions in EL3 as required. This option defaults to ``0``.
+- ``ENABLE_PIE``: Boolean option to enable Position Independent Executable(PIE)
+ support within generic code in TF-A. This option is currently only supported
+ in BL31. Default is 0.
+
- ``ENABLE_PMF``: Boolean option to enable support for optional Performance
Measurement Framework(PMF). Default is 0.