TF-A/Hafnium v2.15.0 release (FVP)#346
Open
odeprez wants to merge 1 commit into
Open
Conversation
odeprez
commented
May 28, 2026
| <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.14.0" clone-depth="1" remote="tfo" sync-s="true" /> | ||
| <project path="hafnium" name="hafnium/hafnium.git" revision="refs/tags/v2.15-rc1" clone-depth="1" remote="tfo" /> | ||
| <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.15-rc1" clone-depth="1" remote="tfo" sync-s="true" /> | ||
| <project path="mbedtls" name="Mbed-TLS/mbedtls.git" revision="refs/tags/mbedtls-3.6.5" sync-s="true" /> |
Contributor
Author
There was a problem hiding this comment.
I am considering removing mbedtls cloning as TF-A now has it as a submodule dependency and the integration no longer has to supply it through MBEDTLS_DIR.
Unless this dependency is still required by other projects beyond TF-A.
Contributor
There was a problem hiding this comment.
Please do. Other projects don't use this mbedtls AFAICT.
Contributor
|
|
Contributor
|
Please remove the Gerrit
Thanks! |
TF-A and Hafnium pinned to v2.15.0 tag. Remove reference to mbedTLS as it's no longer useful to TF-A build since now mbedTLS is consumed as a TF-A project submodule. Signed-off-by: Olivier Deprez <olivier.deprez@arm.com> Acked-by: Jerome Forissier <jerome.forissier@arm.com>
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.
TF-A and Hafnium pinned to v2.15.0 tag.