diff options
author | Soby Mathew <soby.mathew@arm.com> | 2020-01-27 17:01:07 +0000 |
---|---|---|
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2020-01-27 17:01:07 +0000 |
commit | 0281e60c3d59d7552a589ecae1b1223b9dededd1 (patch) | |
tree | 44f29826e8c125f780b240da7ebad61def7440a7 /docs | |
parent | 432e9ee243409ea9a823e617942aed18853ca31f (diff) | |
parent | 7af2131787ed1e5a4fea17f17d13967d13f7d9ee (diff) | |
download | platform_external_arm-trusted-firmware-0281e60c3d59d7552a589ecae1b1223b9dededd1.tar.gz platform_external_arm-trusted-firmware-0281e60c3d59d7552a589ecae1b1223b9dededd1.tar.bz2 platform_external_arm-trusted-firmware-0281e60c3d59d7552a589ecae1b1223b9dededd1.zip |
Merge changes from topic "pie" into integration
* changes:
uniphier: make all BL images completely position-independent
uniphier: make uniphier_mmap_setup() work with PIE
uniphier: pass SCP base address as a function parameter
uniphier: set buffer offset and length for io_block dynamically
uniphier: use more mmap_add_dynamic_region() for loading images
bl_common: add BL_END macro
uniphier: turn on ENABLE_PIE
TSP: add PIE support
BL2_AT_EL3: add PIE support
BL31: discard .dynsym .dynstr .hash sections to make ENABLE_PIE work
PIE: pass PIE options only to BL31
Build: support per-BL LDFLAGS
Diffstat (limited to 'docs')
-rw-r--r-- | docs/getting_started/build-options.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started/build-options.rst b/docs/getting_started/build-options.rst index d7bb0449e..fc4545571 100644 --- a/docs/getting_started/build-options.rst +++ b/docs/getting_started/build-options.rst @@ -213,7 +213,7 @@ 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 BL31. Default is 0. + in BL2_AT_EL3, BL31, and BL32 (TSP). Default is 0. - ``ENABLE_PMF``: Boolean option to enable support for optional Performance Measurement Framework(PMF). Default is 0. |