Skip to content

Commit 33c97f6

Browse files
theotherjimmygalak
authored andcommitted
board: docs: Describe mps3 an547 firmware modes
Documented both secure-only and nonsecure firmware modes Signed-off-by: Jimmy Brisson <[email protected]>
1 parent fe687fa commit 33c97f6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

boards/arm/mps3_an547/doc/index.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,22 @@ To run the Fixed Virtual Platform simulation tool you must download "FVP model
3535
for the Corstone-300 MPS3" from Arm and install it on your host PC. This board
3636
has been tested with version 11.12.57 (Nov 2 2020).
3737

38+
Zephyr board options
39+
====================
40+
41+
The MPS3+ AN547 is an SoC with Cortex-M55 architecture. Zephyr provides support
42+
for building for both Secure and Non-Secure firmware.
43+
44+
The BOARD options are summarized below:
45+
46+
+----------------------+-----------------------------------------------+
47+
| BOARD | Description |
48+
+======================+===============================================+
49+
| mps3_an547 | For building Secure (or Secure-only) firmware |
50+
+----------------------+-----------------------------------------------+
51+
| mps3_an547_ns | For building Non-Secure firmware |
52+
+----------------------+-----------------------------------------------+
53+
3854
Hardware
3955
********
4056

0 commit comments

Comments
 (0)