Initial support for STM32MP13 HAL#8223
Merged
dgarske merged 1 commit intowolfSSL:masterfrom Nov 26, 2024
Merged
Conversation
dgarske
reviewed
Nov 25, 2024
Member
dgarske
left a comment
There was a problem hiding this comment.
Changes look great! I'll test them out here too.
You'll need to add __ASSEMBLER__ to .wolfssl_known_macro_extras.
Member
Author
|
Many thanks, should be fixed now. |
dgarske
requested changes
Nov 25, 2024
Member
dgarske
left a comment
There was a problem hiding this comment.
Also I started a thread with ST to get our Cube pack working with the MP1 parts.
Member
Author
|
Updated some of the MD doc items to clarify things. |
This adds support for the STM32MP13 HAL, tested on the STM32MP135F MPU. Using the HAL this modifies our previous RNG, AES-CBC, AES-GCM, HASH, ECDSA and DES3 ST HAL acceleration to work with the MPU. It also works around bugs found in the AES-GCM code of the HAL. The HAL does not appear to have support for MD5 HASH at the moment, so this has been given a flag to disable it on this MPU.
dgarske
approved these changes
Nov 26, 2024
Member
|
Retest this please. Generic config |
dgarske
approved these changes
Nov 26, 2024
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.
Description
This adds support for the STM32MP13 HAL, tested on the STM32MP135F MPU.
Using the HAL this modifies our previous RNG, AES-CBC, AES-GCM, HASH, ECDSA and DES3 ST HAL acceleration to work with the MPU. It also works around bugs found in the AES-GCM code of the HAL.
The HAL does not appear to have support for MD5 HASH at the moment, so this has been given a flag to disable it on this MPU.
Testing
On an STM32MP135-DK in Engineering Mode. The included additional documentation file outlines how to configure the board to work.
Checklist