Open
Conversation
Contributor
CBMC Results (ML-DSA-87)Full Results (174 proofs)
|
Contributor
CBMC Results (ML-DSA-44)Full Results (174 proofs)
|
Contributor
CBMC Results (ML-DSA-65)Full Results (174 proofs)
|
hanno-becker
reviewed
Feb 6, 2026
hanno-becker
reviewed
Feb 6, 2026
hanno-becker
reviewed
Feb 6, 2026
hanno-becker
reviewed
Feb 6, 2026
test/baremetal/platform/m33-an524/patches/cmsis5/m33-an524.ld.patch
Outdated
Show resolved
Hide resolved
hanno-becker
reviewed
Feb 6, 2026
test/baremetal/platform/m33-an524/patches/cmsis5/m33-an524.ld.patch
Outdated
Show resolved
Hide resolved
hanno-becker
reviewed
Feb 6, 2026
hanno-becker
reviewed
Feb 6, 2026
hanno-becker
requested changes
Feb 6, 2026
Contributor
hanno-becker
left a comment
There was a problem hiding this comment.
This looks very close, thank you @jricardini. There's a bit more tidying up to do, see comments. I also still need to test that the benchmarking code works; will do that and report back.
Add bare-metal platform support for ARM Cortex-M33 on MPS3-AN524 FPGA. Works on both QEMU (qemu-system-arm -M mps3-an524) and real hardware. - CMSIS patches for AN524 board configuration - UART driver at 0x41303000 (32 MHz, 115200 baud) - Memory: 512KB Flash @ 0x10000000, 128KB SRAM @ 0x20000000 - 96KB stack for ML-DSA-87 support - Reduced RAM mode enabled by default - CI integration for automated testing Signed-off-by: Jefferson Ricardini <jeffricardini@gmail.com>
- Remove separate m33-an524-cmsis package and integrate CMSIS fetching into m33-an524 - Delete nix/m33-an524-cmsis/default.nix and remove package export from flake.nix - Move CMSIS_5 repository fetch directly into m33-an524/default.nix build phase - Consolidate all platform file assembly (pqmx + CMSIS) into single derivation Signed-off-by: Jefferson Ricardini <jeffricardini@gmail.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.
Add bare-metal platform support for ARM Cortex-M33 on MPS3-AN524 FPGA. Works on both QEMU (qemu-system-arm -M mps3-an524) and real hardware.