aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorManish Pandey <manish.pandey2@arm.com>2021-04-29 13:57:31 +0200
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2021-04-29 13:57:31 +0200
commit08e7cc533e5a019b53e466a3e03eb646980710fa (patch)
treec492c08b08291e0701c92e9b1aef3119e8003490 /docs
parent800b8849c0e2ca0ac2eaa652d7bd0ed44d36c669 (diff)
parent62fbb31516807207d58cdba705d2adf54fec3a5d (diff)
downloadtrusted-firmware-a-08e7cc533e5a019b53e466a3e03eb646980710fa.tar.gz
Merge changes I15e7cc43,Id7411bd5,I92bafe70,I8f1c0658 into integration
* changes: stm32mp1: enable PIE for BL32 stm32mp1: set BL sizes regardless of flags Add PIE support for AARCH32 Avoid the use of linker *_SIZE__ macros
Diffstat (limited to 'docs')
-rw-r--r--docs/getting_started/build-options.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/getting_started/build-options.rst b/docs/getting_started/build-options.rst
index 5935b4e6c9..2c3cd6bb50 100644
--- a/docs/getting_started/build-options.rst
+++ b/docs/getting_started/build-options.rst
@@ -252,7 +252,8 @@ Common build options
- ``ENABLE_PIE``: Boolean option to enable Position Independent Executable(PIE)
support within generic code in TF-A. This option is currently only supported
- in BL2_AT_EL3, BL31, and BL32 (TSP). Default is 0.
+ in BL2_AT_EL3, BL31, and BL32 (TSP) for AARCH64 binaries, and in BL32
+ (SP_min) for AARCH32. Default is 0.
- ``ENABLE_PMF``: Boolean option to enable support for optional Performance
Measurement Framework(PMF). Default is 0.
@@ -847,4 +848,4 @@ commands can be used:
--------------
-*Copyright (c) 2019-2020, Arm Limited. All rights reserved.*
+*Copyright (c) 2019-2021, Arm Limited. All rights reserved.*