modules: trusted-firmware-m: add MRAMC service#28399
Conversation
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:trusted-firmware-m: PR head: e45f5f8c5b4f12843be48e136e6bcf143fa1cc5e more detailstrusted-firmware-m:
sdk-nrf:
Github labels
List of changed files detected by CI (9)Outputs:ToolchainVersion: f0aa129f09 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
You can find the documentation preview for this PR here. |
c22c206 to
22cd552
Compare
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
22cd552 to
59689aa
Compare
|
typo *service |
59689aa to
7f7e2fd
Compare
Updated hash |
MRAM controller is a secure only peripherals, accessing MRAMC will need psa_call into secure environment. Access mramc and initialise mramc functions is added to configure write permission. Signed-off-by: Travis Lam <travis.lam@nordicsemi.no>
Update tfm MRAMC service for ns application to initialise mramc driver change MRAMC write mode. Signed-off-by: Travis Lam <travis.lam@nordicsemi.no>
7f7e2fd to
a5447b2
Compare
MRAM controller is a secure only peripherals, accessing MRAMC will need psa_call into secure environment. Access mramc and initialise mramc functions is added to configure write permission.