You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/porting/psa/spm.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
Secure Partition Manager (SPM) 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 interprocessor communication (IPC) between partitions.
4
4
5
-
For more information about SPM, please refer to [the SPM overview page](/docs/development/apis/mbed-psa.html).
5
+
For more information about SPM, please refer to [the SPM overview page](../docs/development/apis/mbed-psa.html).
6
6
7
-
**This page gives guidelines for silicon partners wishing to have Secure Partition Manager capabilities**
7
+
<spanclass="notes">This page gives guidelines for silicon partners wishing to have Secure Partition Manager capabilities.</span>
8
8
9
9
### New target configuration
10
10
@@ -192,7 +192,7 @@ Mailbox is the mechanism used to implement Inter Processor Communication and **o
192
192
193
193
#### Concepts
194
194
195
-
The mailbox mechanism is based on message queues and dispatcher threads. Each core has a single dispatcher thread and a single message queue. The dispatcher thread waits on a mailbox event. Once this event occurs, the dispatcher thread reads and runs "tasks" accumulated on its local message queue.
195
+
The mailbox mechanism is based on message queues and dispatcher threads. Each core has a single dispatcher thread and a single message queue. The dispatcher thread waits on a mailbox event. Once this event occurs, the dispatcher thread reads and runs "tasks" accumulated on its local message queue.
0 commit comments