diff options
author | Paul Beesley <paul.beesley@arm.com> | 2019-10-14 15:27:12 +0000 |
---|---|---|
committer | Manish Pandey <manish.pandey2@arm.com> | 2019-12-20 16:03:32 +0000 |
commit | 538b002046b567ed3c431633623f335b90476e40 (patch) | |
tree | ab7cad1fed63ba04a30a4d5fa073497038bd0224 /docs | |
parent | 3f3c341ae58321ec1b86162916d80b6db9187759 (diff) | |
download | arm-trusted-firmware-538b002046b567ed3c431633623f335b90476e40.tar.gz |
spm: Remove SPM Alpha 1 prototype and support files
The Secure Partition Manager (SPM) prototype implementation is
being removed. This is preparatory work for putting in place a
dispatcher component that, in turn, enables partition managers
at S-EL2 / S-EL1.
This patch removes:
- The core service files (std_svc/spm)
- The Resource Descriptor headers (include/services)
- SPRT protocol support and service definitions
- SPCI protocol support and service definitions
Change-Id: Iaade6f6422eaf9a71187b1e2a4dffd7fb8766426
Signed-off-by: Paul Beesley <paul.beesley@arm.com>
Signed-off-by: Artsem Artsemenka <artsem.artsemenka@arm.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/getting_started/build-options.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/getting_started/build-options.rst b/docs/getting_started/build-options.rst index 87ce94eb4..87429f285 100644 --- a/docs/getting_started/build-options.rst +++ b/docs/getting_started/build-options.rst @@ -235,11 +235,6 @@ Common build options The default is 1 but is automatically disabled when the target architecture is AArch32. -- ``ENABLE_SPM`` : Boolean option to enable the SPCI-based Secure Partition - Manager (SPM) implementation. - Refer to the :ref:`Secure Partition Manager` 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 |