Skip to content

Commit 340ef3a

Browse files
Alexander ZilberkantGuyWi
authored andcommitted
Add more links (#1018)
* Add more links * Technical author review.
1 parent 1a744b7 commit 340ef3a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/porting/psa/spm.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Target-specific code must implement the function `spm_hal_memory_protection_init
257257
The implementation of this function must be aligned with the SPM general guidelines, as the table below describes. This table describes the allowed operations (Read, Write and Execute) on the secure and nonsecure RAM and Flash by each core:
258258

259259
- X means No access.
260-
- V means Must be able to access.
260+
- ✓ means Must be able to access.
261261
- ? means it is up to the target.
262262
- X? means it is up to the target, preferably No access.
263263

@@ -273,7 +273,12 @@ Processor access |Secure RAM |Secure FLASH|Nonsecure RAM |Nonsecu
273273

274274
### TF-M SPM porting (for ARMv8-M targets)
275275

276-
TF-M HAL functions are defined in `tfm_spm_hal.h`.
276+
The `tfm_spm_hal.h` file defines TF-M HAL functions.
277+
278+
Mbed OS integrates TF-M sources from [trusted-firmware-m.git](https://git.trustedfirmware.org/trusted-firmware-m.git/about/).
279+
280+
For more information about Mbed OS builds and related concepts, please see [Mbed OS build rules](../reference/mbed-os-build-rules.html).
281+
277282

278283
### System reset
279284

0 commit comments

Comments
 (0)