-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[for CI only] modules: tf-m: make changes needed for nrfx 4.0 #25243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[for CI only] modules: tf-m: make changes needed for nrfx 4.0 #25243
Conversation
This reverts commit a4d8151.
This file gets included by nrfx_config.h in TF-M for RTE defines. With the update of nrfx to 4.0 includes of nrf.h (MDK) are replaced by nrfx.h (nrfx), so we end up in a chicken-and-egg situation where the configuration header file for nrfx includes and depends on nrfx itself. To remedy that, replace uses of MDK defines by TF-M compile definitions and remove the header file inclusion. Signed-off-by: Tomi Fontanilles <[email protected]>
Add defines for the NRF53 RPMSG region for TF-M so that it can configure the region as non secure. Signed-off-by: Georgios Vasilakis <[email protected]> (cherry picked from commit 64a5c29) Signed-off-by: Tomi Fontanilles <[email protected]>
Update TF-M revision which allows configuring the RPMSG NRF53 region as non secure. Signed-off-by: Georgios Vasilakis <[email protected]> (cherry picked from commit 50722c5) Signed-off-by: Tomi Fontanilles <[email protected]>
Pull in changes needed to work with nrfx 4.0. Signed-off-by: Tomi Fontanilles <[email protected]>
|
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 2 projects with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:trusted-firmware-m: PR head: 28d10d785239350b22a7a89b1dce1c55051834a4 more detailstrusted-firmware-m:
sdk-nrf:
mcuboot:
Github labels
List of changed files detected by CI (352)Outputs:ToolchainVersion: 2b2cd9579a Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
Fix include path. Signed-off-by: Tomi Fontanilles <[email protected]>
Recreating #25199 on the collab branch to test in CI.