integrate tf-psa-crypto 1.1#1
Merged
tomi-font merged 5 commits intoMar 20, 2026
Merged
Conversation
aab7015 to
d0df3e1
Compare
d0df3e1 to
70ba97c
Compare
a3ca844 to
b8a61f0
Compare
tejlmand
suggested changes
Mar 17, 2026
tejlmand
left a comment
There was a problem hiding this comment.
Please read the module guidelines: https://docs.zephyrproject.org/latest/develop/modules.html#contributing-changes-to-modules
Especially the section on module contribution.
090d5f8 to
cbef434
Compare
Collaborator
Author
|
Rebased the PR on the (current) release commit for TF-PSA-Crypto 1.1. |
84 tasks
cbef434 to
5783157
Compare
tomi-font
approved these changes
Mar 19, 2026
tejlmand
approved these changes
Mar 19, 2026
tejlmand
left a comment
There was a problem hiding this comment.
Approved.
Patches discussed offline, and agreed to accept for this PR.
Follow-up work in future related to framework repo integration expected.
ceolin
approved these changes
Mar 20, 2026
tomi-font
requested changes
Mar 20, 2026
Collaborator
tomi-font
left a comment
There was a problem hiding this comment.
Shouldn't you add a zephyr/module.yml file? (to be able to reference the path to the module in CMake)
tomi-font
approved these changes
Mar 20, 2026
…ost generated files Signed-off-by: Valerio Setti <vsetti@baylibre.com> Upstream PR #: 718
mldsa-native is being checked out by Zephyr's west tool. Framework instead contains test data files and python scripts. Since we don't use Mbed TLS' testing system and we don't generate files at build time, the framework repo is completely removed. "CMakeLists.txt" is updated to forcedly ignore this change. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
TF-PSA-Crypto repo by default automatically generates some files. In order to achieve this Python scripts are being used and these require "framework" submodule to be present. Since we might need to patch some of these files and also save some disk space by not having "framework" repo checked out, we check out these auto-generated files. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
Add "module.yml" in order to have CMake variable ZEPHYR_TF_PSA_CRYPTO_MODULE_DIR in Zephyr build. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
997be31 to
2d6e6a1
Compare
Point to our own guidelines. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
2d6e6a1 to
461d6e8
Compare
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
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.
See commits for details
Destination branch for this PR corresponds to commit Mbed-TLS@ed3c7d2 which is the target release commit for TF-PSA-Crypto 1.1.
This is being tested from zephyrproject-rtos/zephyr#104031