aboutsummaryrefslogtreecommitdiffstats
path: root/docs/user-guide.rst
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2018-09-20 12:44:39 +0200
committerSandrine Bailleux <sandrine.bailleux@arm.com>2018-09-20 12:44:54 +0200
commit1843a1997440b18ad568d4ffe9ff8ea497714008 (patch)
tree7cdf99377dd9fa9e807d5febf636b26d742b89b9 /docs/user-guide.rst
parent52f6db9e503a7a500a5e845db91112f3e378caed (diff)
downloadplatform_external_arm-trusted-firmware-1843a1997440b18ad568d4ffe9ff8ea497714008.tar.gz
platform_external_arm-trusted-firmware-1843a1997440b18ad568d4ffe9ff8ea497714008.tar.bz2
platform_external_arm-trusted-firmware-1843a1997440b18ad568d4ffe9ff8ea497714008.zip
User guide: Document ENABLE_SPM build flag
Change-Id: Ib9a045200de4fcd00387b114cbbd006e46ad6a8b Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
Diffstat (limited to 'docs/user-guide.rst')
-rw-r--r--docs/user-guide.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/user-guide.rst b/docs/user-guide.rst
index 806b8504c..bffc062c6 100644
--- a/docs/user-guide.rst
+++ b/docs/user-guide.rst
@@ -396,6 +396,10 @@ Common build options
The default is 1 but is automatically disabled when the target architecture
is AArch32.
+- ``ENABLE_SPM`` : Boolean option to enable the Secure Partition Manager (SPM).
+ Refer to the `Secure Partition Manager Design guide`_ for more details about
+ this feature. Default is 0.
+
- ``ENABLE_SVE_FOR_NS``: Boolean option to enable Scalable Vector Extension
(SVE) for the Non-secure world only. SVE is an optional architectural feature
for AArch64. Note that when SVE is enabled for the Non-secure world, access
@@ -2090,3 +2094,4 @@ wakeup interrupt from RTC.
.. _FVP models: https://developer.arm.com/products/system-design/fixed-virtual-platforms
.. _Juno Getting Started Guide: http://infocenter.arm.com/help/topic/com.arm.doc.dui0928e/DUI0928E_juno_arm_development_platform_gsg.pdf
.. _PSCI: http://infocenter.arm.com/help/topic/com.arm.doc.den0022d/Power_State_Coordination_Interface_PDD_v1_1_DEN0022D.pdf
+.. _Secure Partition Manager Design guide: secure-partition-manager-design.rst