aboutsummaryrefslogtreecommitdiff
path: root/docs/getting_started
diff options
context:
space:
mode:
authorSummer Qin <summer.qin@arm.com>2020-11-04 14:41:54 +0800
committerAnton Komlev <Anton.Komlev@arm.com>2020-11-04 13:16:16 +0000
commit001ce9d8ae57216cc1d3c91b1f6a5fcf42fde621 (patch)
tree78d88dcd5a2c85725bccd6e4e1f087a801994879 /docs/getting_started
parentf09553cd3ad2529536fffda31b7ed9367906c369 (diff)
downloadtrusted-firmware-m-001ce9d8ae57216cc1d3c91b1f6a5fcf42fde621.tar.gz
Docs: Correct Protected Storage build option name
TFM_PARTITION_PS is updated to TFM_PARTITION_PROTECTED_STORAGE. Change-Id: Ifda85cf3c52892f797ec0888fa230c230e2048c3 Signed-off-by: Summer Qin <summer.qin@arm.com>
Diffstat (limited to 'docs/getting_started')
-rw-r--r--docs/getting_started/tfm_build_instruction.rst82
1 files changed, 41 insertions, 41 deletions
diff --git a/docs/getting_started/tfm_build_instruction.rst b/docs/getting_started/tfm_build_instruction.rst
index 6ca626c965..2f26eec5ee 100644
--- a/docs/getting_started/tfm_build_instruction.rst
+++ b/docs/getting_started/tfm_build_instruction.rst
@@ -198,47 +198,47 @@ files, where now build options are controlled by variables. For ease of
transition, a table below is provided that maps the legacy files to the current
variables, in the format of cmake command line parameters.
-+------------------------------------------+-----------------------------------+
-| File | Cmake command line |
-+==========================================+===================================+
-| ConfigDefault.cmake | <No options> |
-+------------------------------------------+-----------------------------------+
-| ConfigCoreIPC.cmake | -DTFM_PSA_API=ON |
-+------------------------------------------+-----------------------------------+
-| ConfigCoreIPCTfmLevel2.cmake | -DTFM_PSA_API=ON |
-| | -DTFM_ISOLATION_LEVEL=2 |
-+------------------------------------------+-----------------------------------+
-| ConfigDefaultProfileS.cmake | -DTFM_PROFILE=profile_small |
-+------------------------------------------+-----------------------------------+
-| ConfigDefaultProfileM.cmake | -DTFM_PROFILE=profile_medium |
-+------------------------------------------+-----------------------------------+
-| ConfigRegression.cmake | -DTEST_NS=ON -DTEST_S=ON |
-+------------------------------------------+-----------------------------------+
-| ConfigRegressionIPC.cmake | -DTEST_NS=ON -DTEST_S=ON |
-| | -DTFM_PSA_API=ON |
-+------------------------------------------+-----------------------------------+
-| ConfigRegressionIPCTfmLevel2.cmake | -DTEST_NS=ON -DTEST_S=ON |
-| | -DTFM_PSA_API=ON |
-| | -DTFM_ISOLATION_LEVEL=2 |
-+------------------------------------------+-----------------------------------+
-| ConfigRegressionProfileS.cmake | -DTFM_PROFILE=profile_small |
-| | -DTEST_NS=ON -DTEST_S=ON |
-+------------------------------------------+-----------------------------------+
-| ConfigRegressionProfileM.cmake | -DTFM_PROFILE=profile_medium |
-| | -DTEST_NS=ON -DTEST_S=ON |
-+------------------------------------------+-----------------------------------+
-| ConfigPsaApiTest.cmake | -DTEST_PSA_API=<test_suite> |
-+------------------------------------------+-----------------------------------+
-| ConfigPsaApiTestIPC.cmake | -DTEST_PSA_API=<test_suite> |
-| | -DTFM_PSA_API=ON |
-+------------------------------------------+-----------------------------------+
-| ConfigPsaApiTestIPCTfmLevel2.cmake | -DTEST_PSA_API=<test_suite> |
-| | -DTFM_PSA_API=ON |
-| | -DTFM_ISOLATION_LEVEL=2 |
-+------------------------------------------+-----------------------------------+
-| ConfigDefaultProfileM.cmake | -DTFM_PROFILE=profile_medium |
-| + profile_m_config_ext_ps_disabled.cmake | -DTFM_PARTITION_PS=OFF |
-+------------------------------------------+-----------------------------------+
++------------------------------------------+---------------------------------------+
+| File | Cmake command line |
++==========================================+=======================================+
+| ConfigDefault.cmake | <No options> |
++------------------------------------------+---------------------------------------+
+| ConfigCoreIPC.cmake | -DTFM_PSA_API=ON |
++------------------------------------------+---------------------------------------+
+| ConfigCoreIPCTfmLevel2.cmake | -DTFM_PSA_API=ON |
+| | -DTFM_ISOLATION_LEVEL=2 |
++------------------------------------------+---------------------------------------+
+| ConfigDefaultProfileS.cmake | -DTFM_PROFILE=profile_small |
++------------------------------------------+---------------------------------------+
+| ConfigDefaultProfileM.cmake | -DTFM_PROFILE=profile_medium |
++------------------------------------------+---------------------------------------+
+| ConfigRegression.cmake | -DTEST_NS=ON -DTEST_S=ON |
++------------------------------------------+---------------------------------------+
+| ConfigRegressionIPC.cmake | -DTEST_NS=ON -DTEST_S=ON |
+| | -DTFM_PSA_API=ON |
++------------------------------------------+---------------------------------------+
+| ConfigRegressionIPCTfmLevel2.cmake | -DTEST_NS=ON -DTEST_S=ON |
+| | -DTFM_PSA_API=ON |
+| | -DTFM_ISOLATION_LEVEL=2 |
++------------------------------------------+---------------------------------------+
+| ConfigRegressionProfileS.cmake | -DTFM_PROFILE=profile_small |
+| | -DTEST_NS=ON -DTEST_S=ON |
++------------------------------------------+---------------------------------------+
+| ConfigRegressionProfileM.cmake | -DTFM_PROFILE=profile_medium |
+| | -DTEST_NS=ON -DTEST_S=ON |
++------------------------------------------+---------------------------------------+
+| ConfigPsaApiTest.cmake | -DTEST_PSA_API=<test_suite> |
++------------------------------------------+---------------------------------------+
+| ConfigPsaApiTestIPC.cmake | -DTEST_PSA_API=<test_suite> |
+| | -DTFM_PSA_API=ON |
++------------------------------------------+---------------------------------------+
+| ConfigPsaApiTestIPCTfmLevel2.cmake | -DTEST_PSA_API=<test_suite> |
+| | -DTFM_PSA_API=ON |
+| | -DTFM_ISOLATION_LEVEL=2 |
++------------------------------------------+---------------------------------------+
+| ConfigDefaultProfileM.cmake | -DTFM_PROFILE=profile_medium |
+| + profile_m_config_ext_ps_disabled.cmake | -DTFM_PARTITION_PROTECTED_STORAGE=OFF |
++------------------------------------------+---------------------------------------+
There has also been some changes to the PSA manifest file generation. The files
are now generated into a seperate tree in the ``<tfm build dir>/generated``