Skip to content
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 trusted-firmware-m to address LPC55S69 failure #68823

Merged
merged 1 commit into from
Feb 10, 2024
Merged

Conversation

dleach02
Copy link
Member

@dleach02 dleach02 commented Feb 9, 2024

A bug was introduced with the TF-M 2.0 update. Patches have been submitted to the TF-M upstream and were also applied to the Zephyr fork.

Details on the patches applied:

Platform: nxp: Add initialization flag to the CMSIS USART driver. Avoid possible USART_Deinit() stuck found in Zephyr TFM MCUBoot. From Upstream TFM:SHA: I1f6c19c3e7e5556423ddf3aec7555ff44ed7e562

Crypto: Add FPU flags for p256m
Fixes build error in #67751
From Upstream TFM:SHA: I4ed6f6ac7c1f52fb5ced18f0006dd3eb7a6a7359

Fixes #67751

@dleach02 dleach02 added the bug The issue is a bug, or the PR is fixing a bug label Feb 9, 2024
@dleach02 dleach02 added this to the v3.6.0 milestone Feb 9, 2024
@dleach02 dleach02 requested review from d3zd3z and butok February 9, 2024 17:51
@dleach02 dleach02 added bug The issue is a bug, or the PR is fixing a bug and removed bug The issue is a bug, or the PR is fixing a bug labels Feb 9, 2024
@zephyrbot
Copy link
Collaborator

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
trusted-firmware-m zephyrproject-rtos/trusted-firmware-m@58d0b53 zephyrproject-rtos/trusted-firmware-m@0b898c9 (main) zephyrproject-rtos/[email protected]

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@henrikbrixandersen
Copy link
Member

Compliance check doesn't like your commit message.

A bug was introduced with the TF-M 2.0 update. Patches have been
submitted to the TF-M upstream and were also applied to the Zephyr
fork.

Details on the patches applied:

Platform: nxp: Add initialization flag to the CMSIS USART driver.
Avoid possible USART_Deinit() stuck found in Zephyr TFM MCUBoot.
From Upstream TFM:SHA: I1f6c19c3e7e5556423ddf3aec7555ff44ed7e562

Crypto: Add FPU flags for p256m
Fixes build error in #67751
From Upstream TFM:SHA: I4ed6f6ac7c1f52fb5ced18f0006dd3eb7a6a7359

Fixes #67751

Signed-off-by: David Leach <[email protected]>
@henrikbrixandersen henrikbrixandersen added the Hotfix Fix for issues blocking development, i.e. CI issues, tests failing in CI, etc. label Feb 10, 2024
@henrikbrixandersen henrikbrixandersen merged commit a0a2e95 into zephyrproject-rtos:main Feb 10, 2024
22 checks passed
@dleach02 dleach02 deleted the fix_67751 branch July 17, 2024 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug Hotfix Fix for issues blocking development, i.e. CI issues, tests failing in CI, etc. manifest manifest-trusted-firmware-m
Projects
None yet
Development

Successfully merging this pull request may close these issues.

lpcxpresso55s69_ns build error on tests/arch/common/timing about VFP register arguments
4 participants