aboutsummaryrefslogtreecommitdiff
path: root/docs/design_documents
diff options
context:
space:
mode:
authorKevin Peng <kevin.peng@arm.com>2020-07-30 15:17:05 +0800
committerKevin Peng <kevin.peng@arm.com>2020-08-13 10:38:40 +0800
commit1a2f3655456b402d60080515e14a079fd87120fd (patch)
tree9e9e13c6d0df7354399bd64b4f6241eacfc7460d /docs/design_documents
parent1de988d633bb2ccf09b12f3fb508cbdc87124588 (diff)
downloadtrusted-firmware-m-1a2f3655456b402d60080515e14a079fd87120fd.tar.gz
Docs: Update docs to reflect migration of test and app
Change-Id: I5c8aacdf417a5565641d69df1ab0dbe1525ec063 Signed-off-by: Kevin Peng <kevin.peng@arm.com>
Diffstat (limited to 'docs/design_documents')
-rw-r--r--docs/design_documents/source_structure.rst1
-rw-r--r--docs/design_documents/tfm_its_service.rst4
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/design_documents/source_structure.rst b/docs/design_documents/source_structure.rst
index 826f6fc68e..957b7a3a1d 100644
--- a/docs/design_documents/source_structure.rst
+++ b/docs/design_documents/source_structure.rst
@@ -45,7 +45,6 @@ docs The documentations. No.
lib The 3rd party library. No.
**platform** Platform intermedia files. See `'platform'`_.
**secure_fw** The secure firmware. See `'secure_fw'`_.
-test Tests. No.
tools Tools in scripts for building. No.
============= ==================================== ====================
diff --git a/docs/design_documents/tfm_its_service.rst b/docs/design_documents/tfm_its_service.rst
index c2315eaa2a..a9c71b7ac6 100644
--- a/docs/design_documents/tfm_its_service.rst
+++ b/docs/design_documents/tfm_its_service.rst
@@ -62,6 +62,8 @@ Code structure
==============
The code structure of the service will be as follows:
+TF-M repo:
+
``interface/``
- ``include/psa/internal_trusted_storage.h`` - PSA ITS API
@@ -81,6 +83,8 @@ manifest)
- ``flash_fs/`` - Filesystem
- ``flash/`` - Flash interface
+tf-m-tests repo:
+
``test/suites/its/``
- ``non_secure/psa_its_ns_interface_testsuite.c`` - Non-secure interface tests