-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Update TF-M support to v1.2 #14354
Merged
Merged
Update TF-M support to v1.2 #14354
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
9e48b78
Add copyright header to hash_wrappers.c
LDong-Arm e364157
Move hash_wrappers.c to platform subdirectory
LDong-Arm e0d2c3d
Fix paths in Mbed TLS importer
LDong-Arm 410a1ba
Import mbedtls-2.24 and Mbed PSA Service (non-TFM)
LDong-Arm b0da9d0
Switch to using `TARGET_TFM_LATEST`
jainvikas8 260a335
core: Upgrade TFM v1.2 related files
jainvikas8 ab09a69
Add mbedtls_ecc_group_to_psa() to PSA in TF-M 1.2
jainvikas8 0ccf4db
Update partition files for `ARM_MUSCA_B1`
jainvikas8 65e2d45
Update target `ARM_MUSCA_B1` TF-M V1.2 binaries
jainvikas8 1ac58a8
Update `ARM_MUSCA_B1.py` post binary hook script
jainvikas8 c0721a9
Update partition files for `ARM_MUSCA_S1`
jainvikas8 39e226b
Update target `ARM_MUSCA_S1` TF-M V1.2 binaries
jainvikas8 ef9ed98
Update `ARM_MUSCA_S1.py` post binary hook script
jainvikas8 8648e4f
Remove: ARM_MUSCA_A1 support
jainvikas8 308ffe9
Remove old binary signing scripts of TF-M 1.1
jainvikas8 1a8386a
Refactor: MUSCA targets post binary hook scripts
jainvikas8 79755ea
Add missing license header and SPDX identifier
jainvikas8 ac4533a
Exclude Musca signing layouts from compilation
LDong-Arm 88a38c2
Musca S1: include missing `cmsis_nvic.h`
LDong-Arm 12b2c89
PSA/TF-M: support key enrollment algorithm
LDong-Arm eb0ac59
Deprecation warnings for key enrollment algorithm
LDong-Arm 63523bd
Remove _NS aliases for Musca B1/S1
LDong-Arm 241b062
Update .gitignore for Mbed TLS importer
LDong-Arm 1f4f6dd
Mbed TLS importer: don't import unnecessary files
LDong-Arm 0dd4397
Import mbedtls_ecp_write_key for Cypress Mbed TLS driver
LDong-Arm 2807a01
"Updated directory platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARG…
LDong-Arm 29f7f9f
"Updated secure binaries for [('ARM_MUSCA_B1', 'ARMCLANG')]"
LDong-Arm 6ab4b1c
"Updated secure binaries for [('ARM_MUSCA_S1', 'ARMCLANG')]"
LDong-Arm 62c8379
TARGET_TFM_V1_0: compatibility with Mbed TLS 2.24.0
LDong-Arm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
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.
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.
I agree that using a generic name like
TFM_LATEST
simplifies the maintenance but it is less explicit than before. Since you explained in your documentation PR how to mapTFM_LATEST
to the actual TFM release that is supported, this should be fine.