@@ -239,7 +239,7 @@ The following table lists the commonly used repos. For others, you can refer to
239239+----------------+---------------------+-----------------------------------------------------+
240240| Dependency | Cmake variable | Git repo URL |
241241+================+=====================+=====================================================+
242- | TF-PSA Crypto | TF_PSA_CRYPTO_PATH | https://github.com/Mbed-TLS/TF-PSA-Crypto |
242+ | TF-PSA- Crypto | TF_PSA_CRYPTO_PATH | https://github.com/Mbed-TLS/TF-PSA-Crypto |
243243+----------------+---------------------+-----------------------------------------------------+
244244| MCUboot | MCUBOOT_PATH | https://github.com/mcu-tools/mcuboot |
245245+----------------+---------------------+-----------------------------------------------------+
@@ -257,7 +257,7 @@ The recommended versions of the dependencies are listed in ``config/config_base.
257257 An alternative is to copy out the auto-downloaded repos under the ``<build_dir>/lib/ext ``.
258258 They have been applied with patches and can be used directly.
259259
260- Example: building TF-M with local TF-PSA Crypto repo
260+ Example: building TF-M with local TF-PSA- Crypto repo
261261----------------------------------------------------
262262
263263Preparing a local repository consists of 2 steps: cloning and patching.
@@ -267,15 +267,15 @@ cloning the repo and checking out the correct branch.
267267
268268.. code-block :: bash
269269
270- cd < TF-PSA Crypto base folder>
270+ cd < TF-PSA- Crypto base folder>
271271 git clone https://github.com/Mbed-TLS/TF-PSA-Crypto
272272 cd TF-PSA-Crypto
273273 git checkout < TF_PSA_CRYPTO_VERSION> from < TF-M source dir> /config/config_base.cmake>
274274 git apply < TF-M source dir> /lib/ext/tf-psa-crypto/* .patch
275275
276276 .. Note ::
277277
278- ``<TF-PSA Crypto base folder> `` does not need to have any fixed position related
278+ ``<TF-PSA- Crypto base folder> `` does not need to have any fixed position related
279279 to the TF-M repo so alternative method to get prepared dependency repos is to
280280 let TF-M download it once and then copy them out of the ``build/lib/ext `` folder.
281281
@@ -284,7 +284,7 @@ Now build TF-M binaries
284284.. code-block :: bash
285285
286286 cd < TF-M source dir>
287- cmake -S . -B build -DTFM_PLATFORM=arm/mps2/an521 -DTF_PSA_CRYPTO_PATH=< TF-PSA Crypto base folder> /tf-psa-crypto
287+ cmake -S . -B build -DTFM_PLATFORM=arm/mps2/an521 -DTF_PSA_CRYPTO_PATH=< TF-PSA- Crypto base folder>
288288 cmake --build build -- install
289289
290290 .. _Building NSPE :
0 commit comments