aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarton Berke <marton.berke@arm.com>2019-11-25 16:46:12 +0100
committerMarton Berke <marton.berke@arm.com>2019-12-04 14:39:38 +0100
commit8aae06ff913222e28055c792597ed43d00449d67 (patch)
treeec68ba361ffa3e2ef134f048bcb495e02326ff13
parentee7cfba10ee6c72120da7e0620621a85a4f42188 (diff)
downloadtrusted-firmware-m-8aae06ff913222e28055c792597ed43d00449d67.tar.gz
Docs: Add missing platforms to documentation
Add missing documentation for Musca-S1 and AN539 Change-Id: Ic98d3a60c3ea89513a0b5b8cbf6ad6e117506162 Signed-off-by: Marton Berke <marton.berke@arm.com>
-rw-r--r--docs/user_guides/tfm_build_instruction.rst4
-rw-r--r--docs/user_guides/tfm_integration_guide.rst5
-rw-r--r--docs/user_guides/tfm_secure_boot.rst2
-rw-r--r--docs/user_guides/tfm_user_guide.rst10
4 files changed, 21 insertions, 0 deletions
diff --git a/docs/user_guides/tfm_build_instruction.rst b/docs/user_guides/tfm_build_instruction.rst
index 70c5358028..db6e0feac5 100644
--- a/docs/user_guides/tfm_build_instruction.rst
+++ b/docs/user_guides/tfm_build_instruction.rst
@@ -202,10 +202,14 @@ line arguments:
``-DTARGET_PLATFORM=AN521``
- Cortex-M23 IoT Kit subsystem for MPS2+ (AN519)
``-DTARGET_PLATFORM=AN519``
+ - Arm SSE-123 Example Subsystem for MPS2+ (AN539)
+ ``-DTARGET_PLATFORM=AN539``
- Musca-A test chip board (Cortex-M33 SSE-200 subsystem)
``-DTARGET_PLATFORM=MUSCA_A``
- Musca-B1 test chip board (Cortex-M33 SSE-200 subsystem)
``-DTARGET_PLATFORM=MUSCA_B1``
+ - Musca-S1 test chip board (Cortex-M33 SSE-200 subsystem)
+ ``-DTARGET_PLATFORM=MUSCA_S1``
- Cortex-M33 SSE-200 subsystem for MPS3 (AN524)
``-DTARGET_PLATFORM=AN524``
diff --git a/docs/user_guides/tfm_integration_guide.rst b/docs/user_guides/tfm_integration_guide.rst
index 7db65a0e01..c9595044ec 100644
--- a/docs/user_guides/tfm_integration_guide.rst
+++ b/docs/user_guides/tfm_integration_guide.rst
@@ -21,8 +21,10 @@ The hardware platforms currently supported are:
- Soft Macro Model (SMM) Cortex-M33 SSE-200 subsystem for MPS2+ (AN521)
- Cortex-M23 IoT Kit subsystem for MPS2+ (AN519)
+- Arm SSE-123 Example Subsystem for MPS2+ (AN539)
- Musca-A test chip board (Cortex-M33 SSE-200 subsystem)
- Musca-B1 test chip board (Cortex-M33 SSE-200 subsystem)
+- Musca-S1 test chip board (Cortex-M33 SSE-200 subsystem)
- CoreLink SSE-200 Subsystem for MPS3 (AN524)
The files related to the supported platforms are contained under the
@@ -40,6 +42,9 @@ More information about the Musca-A test chip board can be found in:
More information about the Musca-B1 test chip board can be found in:
`Musca-B1 homepage <https://www.arm.com/products/development-tools/development-boards/musca-b1-iot>`__
+More information about the Musca-S1 test chip board can be found in:
+`Musca-S1 homepage <https://www.arm.com/company/news/2019/05/arm-demonstrates-new-iot-test-chip-and-board>`__
+
More information about subsystems supported by the MPS3 board can be found in:
`MPS3 homepage <https://www.arm.com/products/development-tools/development-boards/mps3>`__
diff --git a/docs/user_guides/tfm_secure_boot.rst b/docs/user_guides/tfm_secure_boot.rst
index 4adc1e6c60..3c6325803d 100644
--- a/docs/user_guides/tfm_secure_boot.rst
+++ b/docs/user_guides/tfm_secure_boot.rst
@@ -235,6 +235,8 @@ modes are supported by which platforms:
+----------+-----------------+---------------+----------+-------------+-----------------+
| Musca-B1 | Yes | No | No | Yes | No |
+----------+-----------------+---------------+----------+-------------+-----------------+
+| Musca-S1 | Yes | No | No | Yes | No |
++----------+-----------------+---------------+----------+-------------+-----------------+
| AN524 | Yes | No | No | Yes | No |
+----------+-----------------+---------------+----------+-------------+-----------------+
diff --git a/docs/user_guides/tfm_user_guide.rst b/docs/user_guides/tfm_user_guide.rst
index 1c770e9af4..a25894b3b6 100644
--- a/docs/user_guides/tfm_user_guide.rst
+++ b/docs/user_guides/tfm_user_guide.rst
@@ -243,6 +243,16 @@ Example application with BL2 bootloader
srec_cat bl2/ext/mcuboot/mcuboot.bin -Binary -offset 0xA000000 tfm_sign.bin -Binary -offset 0xA020000 -o tfm.hex -Intel
+ - For Musca-S1
+
+ - Windows::
+
+ srec_cat.exe bl2\ext\mcuboot\mcuboot.bin -Binary -offset 0xA000000 tfm_sign.bin -Binary -offset 0xA020000 -o tfm.hex -Intel
+
+ - Linux::
+
+ srec_cat bl2/ext/mcuboot/mcuboot.bin -Binary -offset 0xA000000 tfm_sign.bin -Binary -offset 0xA020000 -o tfm.hex -Intel
+
#. Power up the Musca board by connecting it to a computer with a USB lead.
Press the ``PBON`` button if the green ``ON`` LED does not immediately turn
on. The board should appear as a USB drive.