-
Notifications
You must be signed in to change notification settings - Fork 661
manifest: update tf-m-tests to 2.1.2 #2786
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
Merged
Merged
+15
−2
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The following west manifest projects have changed revision in this Pull Request:
Additional metadata changed:
⛔ DNM label due to: 1 project with metadata changes Note: This message is automatically posted and updated by the Manifest GitHub Action. |
5344c88
to
6b8b8ee
Compare
What is changed? - Use the updated TF-M that is compatible with the Zephyr's latest Ethos-U driver repo. - Change the default behavior of TF-M builds to use Ethos driver locally fetched by Zephyr, using west update, instead of downloading it from external repo. Why is this change required? - This is to be inline with Zephyr's rules to not fetch code from external repo. Fixes #81656 Signed-off-by: Sudan Landge <[email protected]> (cherry picked from commit 9b0623e)
Updates the https://github.com/zephyrproject-rtos/trusted-firmware-m/ to fix the build error on stm32u5 due to gcc revision Signed-off-by: Francois Ramu <[email protected]> (cherry picked from commit 676c3d2)
Only set CMAKE_INSTALL_MESSAGE in a single location, remove the unconditional overrides of the value in other locations. This prevents dozens of rather pointless messages appearing in the build log when CONFIG_TFM_BUILD_LOG_QUIET is set. ``` Installing: /home/jordan/code/workspace/build/nrf5340dk/... ``` Signed-off-by: Jordan Yates <[email protected]> (cherry picked from commit b74b092)
…rry-picks Update brings in flash_area_get_sector. Signed-off-by: Dominik Ermel <[email protected]> (cherry picked from commit 789e3f3)
Update west Signed-off-by: Georgios Vasilakis <[email protected]> (cherry picked from commit d8b87d6)
Brings some commits from the upstream TF-M which introduce nRF54L10 ns support. Signed-off-by: Georgios Vasilakis <[email protected]> (cherry picked from commit 2717473)
Update TF-M to 2.1.2 from version 2.1.1. Signed-off-by: Tomi Fontanilles <[email protected]> (cherry picked from commit dfd0dd0)
6b8b8ee
to
80868ee
Compare
|
Vge0rge
approved these changes
Apr 24, 2025
degjorva
approved these changes
Apr 24, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull in the commits needed to update the tf-m-tests revision to the 2.1.2 version.