aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2018-08-28 11:13:55 +0100
committerSoby Mathew <soby.mathew@arm.com>2018-10-29 09:54:31 +0000
commit3bd17c0fef46a7cd894974ac4c996801458f6d09 (patch)
tree0e880caf9e19ce8863399087b3e0daaa069414f4 /docs
parent6a7b30057806c3573ee0194b7aa583bd60c89371 (diff)
downloadplatform_external_arm-trusted-firmware-3bd17c0fef46a7cd894974ac4c996801458f6d09.tar.gz
platform_external_arm-trusted-firmware-3bd17c0fef46a7cd894974ac4c996801458f6d09.tar.bz2
platform_external_arm-trusted-firmware-3bd17c0fef46a7cd894974ac4c996801458f6d09.zip
Basic Makefile changes for PIE
Change-Id: I0b8ccba15024c55bb03927cdb50370913eb8010c Signed-off-by: Soby Mathew <soby.mathew@arm.com>
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.