aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSughosh Ganu <sughosh.ganu@arm.com>2018-11-14 10:40:33 +0530
committerSughosh Ganu <sughosh.ganu@arm.com>2018-11-14 11:18:22 +0530
commit8a3588a7c8d15d53aeaa0080f47e1f949390ab71 (patch)
tree44cdd5c6f51369d9585e9ae2bc0445dec0e973ee /docs
parenta6febeab812269d68ac4dae3e0e6c2adb88fb2aa (diff)
downloadplatform_external_arm-trusted-firmware-8a3588a7c8d15d53aeaa0080f47e1f949390ab71.tar.gz
platform_external_arm-trusted-firmware-8a3588a7c8d15d53aeaa0080f47e1f949390ab71.tar.bz2
platform_external_arm-trusted-firmware-8a3588a7c8d15d53aeaa0080f47e1f949390ab71.zip
SPM: EHF: Build EHF module along with Secure Partition Manager
Add a dependency for building EL3 exception handling framework(EHF) module with the secure partition manager(SPM). The EHF module is needed for raising the core's running priority before the core enters the secure partition, and lowering it subsequently on exit from the secure partition. Change-Id: Icbe2d0a63f00b46dc593ff3d86b676c9333506c3 Signed-off-by: Sughosh Ganu <sughosh.ganu@arm.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/secure-partition-manager-design.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/secure-partition-manager-design.rst b/docs/secure-partition-manager-design.rst
index fec7c00c7..73406b202 100644
--- a/docs/secure-partition-manager-design.rst
+++ b/docs/secure-partition-manager-design.rst
@@ -125,8 +125,9 @@ Interface). This will be referred to as the *Standalone MM Secure Partition* in
the rest of this document.
To enable SPM support in TF-A, the source code must be compiled with the build
-flag ``ENABLE_SPM=1``. On Arm platforms the build option ``ARM_BL31_IN_DRAM``
-must be set to 1. Also, the location of the binary that contains the BL32 image
+flag ``ENABLE_SPM=1``, along with ``EL3_EXCEPTION_HANDLING=1``. On Arm
+platforms the build option ``ARM_BL31_IN_DRAM`` must be set to 1. Also, the
+location of the binary that contains the BL32 image
(``BL32=path/to/image.bin``) must be specified.
First, build the Standalone MM Secure Partition. To build it, refer to the