aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2020-02-25 16:19:46 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-02-25 16:19:46 +0000
commit7390559bee300db07e0f2f67ae8a3528d4e28a17 (patch)
tree4981a274c25db740bc379f5bb1325e40fb88ad4c /docs
parentf7427da13e2be251cdb1434c9858797f30c874c4 (diff)
parentce2b1ec6f0da35e20424c0a886d3d24dfded7189 (diff)
downloadplatform_external_arm-trusted-firmware-7390559bee300db07e0f2f67ae8a3528d4e28a17.tar.gz
platform_external_arm-trusted-firmware-7390559bee300db07e0f2f67ae8a3528d4e28a17.tar.bz2
platform_external_arm-trusted-firmware-7390559bee300db07e0f2f67ae8a3528d4e28a17.zip
Merge "SPMD: generate and add Secure Partition blobs into FIP" into integration
Diffstat (limited to 'docs')
-rw-r--r--docs/getting_started/build-options.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/getting_started/build-options.rst b/docs/getting_started/build-options.rst
index 8854a7989..7ee34c985 100644
--- a/docs/getting_started/build-options.rst
+++ b/docs/getting_started/build-options.rst
@@ -522,6 +522,11 @@ Common build options
- ``SPM_MM`` : Boolean option to enable the Management Mode (MM)-based Secure
Partition Manager (SPM) implementation. The default value is ``0``.
+- ``SP_LAYOUT_FILE``: Platform provided path to JSON file containing the
+ description of secure partitions. Build system will parse this file and
+ package all secure partition blobs in FIP. This file not necessarily be
+ part of TF-A tree. Only avaialbe when ``SPD=spmd``.
+
- ``SP_MIN_WITH_SECURE_FIQ``: Boolean flag to indicate the SP_MIN handles
secure interrupts (caught through the FIQ line). Platforms can enable
this directive if they need to handle such interruption. When enabled,