aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Hu <david.hu@arm.com>2020-06-01 10:45:52 +0800
committerDavid Hu <david.hu@arm.com>2020-06-02 06:16:33 +0000
commitc51e7c56dc145e43dcbf3e2344d6319e5cdaeda1 (patch)
tree52b8fa6469a0e5cd481bb44a2eb47da59dc5e0d5 /docs
parentd3db85d34470c44600d7144359c250d5a60293d0 (diff)
downloadtrusted-firmware-m-c51e7c56dc145e43dcbf3e2344d6319e5cdaeda1.tar.gz
Docs: Add Profile Small into configuration table
Add Profile Small configuration file into configuration table in build instructions document. Change-Id: Iecad1ce86ddb785ddbfd2a51d7debdad6e58f46b Signed-off-by: David Hu <david.hu@arm.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/user_guides/tfm_build_instruction.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/user_guides/tfm_build_instruction.rst b/docs/user_guides/tfm_build_instruction.rst
index 77666c919a..5b10f8ea59 100644
--- a/docs/user_guides/tfm_build_instruction.rst
+++ b/docs/user_guides/tfm_build_instruction.rst
@@ -322,6 +322,12 @@ The following table describes the differences between the configurations:
+------------------------+------------+---------------+-----------------+----------------+---------------+-------------------+-------------------------+
| PsaApiTestIPCTfmLevel2 | IPC | 2 | No | No | No | Yes | TF-M & PSA API tests |
+------------------------+------------+---------------+-----------------+----------------+---------------+-------------------+-------------------------+
+| DefaultProfileS | Library | 1 | No | No | No | No | TF-M Profile Small, |
+| | | | | | | | no tests |
++------------------------+------------+---------------+-----------------+----------------+---------------+-------------------+-------------------------+
+| RegressionProfileS | Library | 1 | Yes | Yes | No | No | TF-M Profile Small & |
+| | | | | | | | Regression tests |
++------------------------+------------+---------------+-----------------+----------------+---------------+-------------------+-------------------------+
.. [1] Which TF-M Model is set: `CORE_IPC`. If `CORE_IPC` is set to true then the model is IPC model, otherwise it's library model.