diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-01-17 13:45:14 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-01-24 22:34:25 +0900 |
commit | d974301d221762a7a0c24bf1d682fa8fe198a83d (patch) | |
tree | c96296e6545a2f953d659cb074d7b45dabcf2c09 /docs | |
parent | 69af7fcf99bcce85ed218c97df0b76c377b3ed16 (diff) | |
download | platform_external_arm-trusted-firmware-d974301d221762a7a0c24bf1d682fa8fe198a83d.tar.gz platform_external_arm-trusted-firmware-d974301d221762a7a0c24bf1d682fa8fe198a83d.tar.bz2 platform_external_arm-trusted-firmware-d974301d221762a7a0c24bf1d682fa8fe198a83d.zip |
TSP: add PIE support
This implementation simply mimics that of BL31.
Change-Id: Ibbaa4ca012d38ac211c52b0b3e97449947160e07
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
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 cac7e316b..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 BL2_AT_EL3 and 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. |