doc: add security assessment of the storage SPs
Change the document structure and add a security assessment section.
Add the security assessment of the PSA ITS and PSA PS SPs.
Signed-off-by: Gyorgy Szing <gyorgy.szing@arm.com>
Change-Id: I642d39c14d30e6b7c97cfa5bd7f5c69327a2d5f8
diff --git a/docs/project/glossary.rst b/docs/project/glossary.rst
index ec79dbc..053d5a6 100644
--- a/docs/project/glossary.rst
+++ b/docs/project/glossary.rst
@@ -48,7 +48,8 @@
Trusted Execution Environment. An SPE implemented using TrustZone.
TrustZone
- Hardware assisted isolation technology built into arm CPUs. See `TrustZone for Cortex-A`_.
+ Arm :sup:`®` TrustZone :sup:`®` ia a hardware assisted isolation technology built into arm CPUs. See `TrustZone
+ for Cortex-A`_.
SPE
See :term:`Secure Processing Environment`.
@@ -70,7 +71,7 @@
A Secure Partition which executes a software image in and isolated physical address space.
Logical SP
- A Secure Partition which executes a software image isolated buy without physical address space isolation.
+ A Secure Partition which executes a software image isolated without physical address space isolation.
SPM
See :term:`Secure Partition Manager`.
@@ -80,10 +81,16 @@
is built from two sub-components the :term:`Secure Partition Manager Dispatcher` and the
:term:`Secure Partition Manager Core`.
+ SPMD
+ See :term:`Secure Partition Manager Dispatcher`.
+
Secure Partition Manager Dispatcher
The SPM component responsible for SPMC initialization boot-time, and forwarding FF-A calls run-time between SPs
and between SPs and the SPMC.
+ SPMC
+ See :term:`Secure Partition Manager Core`.
+
Secure Partition Manager Core
A component responsible for SP initialization and isolation at boot-time, inter partition isolation at run-time,
inter-partition communication at run-time.