-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
manifest: update TF-M with latest upstream #35510
manifest: update TF-M with latest upstream #35510
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
a1ff651
to
a6c5ceb
Compare
a6c5ceb
to
f3bdf94
Compare
f3bdf94
to
a7c1268
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on:
- lpcxpresso5s69_ns
- mps2_an521_nonsecure
Also tested for issue #34962 ... fixes problem: ./scripts/twister -p mps2_an521_nonsecure -N --inline-logs \
-s samples/tfm_integration/tfm_psa_test/sample.tfm.psa_internal_trusted_storage_test
|
38b1a41
to
42f1127
Compare
Tested on all platforms that support TF-M
|
@MaureenHelm @galak looks to me that the CI failure is relevant to the fact that the LPC build in TF-M is pulling HAL from external tries. What should we do about this? I confirm that the failing test builds fine locally. |
Do you mean this?
|
No, not this one. @MaureenHelm where did you get this log? |
https://buildkite.com/zephyr/zephyr/builds/31235#a79acfd7-ae18-4309-9dd8-5cd98d3d35ef, line 1639 |
I removed the HW test block label, since i actually tested this. |
42f1127
to
2ed5963
Compare
The TF-M update brings in the latest PSA crypto headers, after TF-M switched formally to MBedTLS 2.26.0. It also brings in some important fixes for cache enabling in nRF platforms. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
Removes the dependency on the external test service from the CONFIG_TFM_REGRESSION_S test suite, instead demonstrating how to make direct IPC calls to the CRYPTO service that is available as a part of standard TF-M builds. Signed-off-by: Kevin Townsend <kevin.townsend@linaro.org>
The flash layout definition has changed in upstream TF-M for the LCPXPRESSO55S69 platform, for builds without bootloader. Fix the layout in the boards' configuration, as well. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
Update overlay file for nucleo_l552ze_q_ns board, since now the sample does not enable REGRESSION, and thus regular TF-M flash layout for the board is used. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
Minor documentation fixes for the DT overlay files for stm32l562e_dk_ns board. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2ed5963
to
d8e29c1
Compare
The TF-M update brings in the latest PSA crypto headers,
after TF-M switched formally to MBedTLS 2.26.0. It also
brings in some important fixes for cache enabling in nRF
platforms.
Signed-off-by: Ioannis Glaropoulos Ioannis.Glaropoulos@nordicsemi.no
Fixes #33423.
Fixes #33667.
Fixes #34962
Supersedes #35455