aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSummer Qin <summer.qin@arm.com>2020-08-31 15:36:06 +0800
committerKen Liu <ken.liu@arm.com>2020-09-02 02:23:30 +0000
commita62b0c6afe006f6c36612ac22e749a3104fcf132 (patch)
tree173dd782cd47a3e48183904ce485cdc168a9d648 /docs
parent1f6f5afedafc5b34e1f75b5d6a37b3d098e0b360 (diff)
downloadtrusted-firmware-m-a62b0c6afe006f6c36612ac22e749a3104fcf132.tar.gz
Docs: Update source structure for 'spm/common'
Update the description for 'spm/common' in details. Change-Id: Ibd4d7a7ea6d217c8c8d8eddfca164be79cc6c3ae Signed-off-by: Summer Qin <summer.qin@arm.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/design_documents/source_structure.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/design_documents/source_structure.rst b/docs/design_documents/source_structure.rst
index 957b7a3a1d..208c7bff7f 100644
--- a/docs/design_documents/source_structure.rst
+++ b/docs/design_documents/source_structure.rst
@@ -145,7 +145,10 @@ services.
Folder name Purpose
=================================== ===========================================
include/\* SPM public headers.
-common/\* SPM common logic complies PSA-FF-M.
+common/\* SPM common logic complies with PSA-FF-M and
+ its necessary supporting functionalities,
+ such as the runtime API and the thread
+ operation, etc.
cmsis_psa/\* CMSIS implementation for PSA-FF-M SPM. [1]
cmsis_func/\* The library model implementation. [2]
\* Implementation sources.