Skip to content

Commit ea6b36e

Browse files
authored
Small fixes
1 parent f0598c8 commit ea6b36e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/porting/psa/spm.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
SPM (Secure Partition Manager) is a part of the PSA Firmware Framework that is responsible for isolating software in Partitions, managing the execution of software within Partitions, and providing IPC between Partitions.
44

5+
For more information about SPM, refer to [TODO: WHEN READY, SPM OVERVIEW PAGE LINK]
6+
57
**This page gives guidelines for silicon partners wishing to have Secure Partition Manager capabilities**
68

79

@@ -86,8 +88,7 @@ MEMORY
8688

8789
## Mailbox
8890

89-
Mailbox is the SPM mechanism in charge of Inter Processor Communication.
90-
Therefore, it is relevant for multi-core systems only.
91+
Mailbox is the SPM mechanism in charge of Inter Processor Communication, and is **relevant for multi-core systems only**.
9192

9293
#### Concepts
9394
The mailbox mechanism is based on message queues and dispatcher threads.

0 commit comments

Comments
 (0)