-
Notifications
You must be signed in to change notification settings - Fork 7.6k
manifest: Update tf-m module to fix STM32 platform BL2 #93037
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 module to fix STM32 platform BL2 #93037
Conversation
@etienne-lms CI is red |
west.yml
Outdated
@@ -355,7 +355,7 @@ manifest: | |||
groups: | |||
- crypto | |||
- name: trusted-firmware-a | |||
revision: 713ffbf96c5bcbdeab757423f10f73eb304eff07 | |||
revision: pull/140/head |
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.
PR is merged, link to some commit on main
Sync with TF-M to fix STM32 platforms TF-M BL2 firmware (issue 92446), and OTP provisioning build error and various build warnings. Signed-off-by: Etienne Carriere <etienne.carriere@st.com>
ea82db9
to
0369340
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. |
Sorry, I messed-up updating west.yml file. |
|
Sync with TF-M to fix STM32 platforms TF-M BL2 firmware.
Fixes issue #92446.