Added Xilinx UltraScale+ MPSoC CSU Support#545
Merged
danielinux merged 5 commits intowolfSSL:masterfrom Mar 26, 2025
Merged
Conversation
e8c2aa1 to
c0a248e
Compare
danielinux
requested changes
Mar 13, 2025
Member
danielinux
left a comment
There was a problem hiding this comment.
This looks great.
I only have one objection about the PKA naming because that came from "public key accelerator" on other targets. Could this perhaps be renamed to CSU_SHA3 or HW_SHA3 or something more specific? (docs/Targets.md and tools/config.mk to be updated accordingly)
Enabled support for offloading SHA3 hashing to CSU hardware using PKA=1. Added support for enabling JTAG at runtime if CSU_DEBUG is set. Requires patching PMUFW to enable register access. See: https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/2587197506/Zynq+UltraScale+MPSoC+JTAG+Enable+in+U-Boot
…ed CSU PUF code, since it is only supported with eFuses (it cannot be used adhoc).
danielinux
approved these changes
Mar 26, 2025
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.
Added Xilinx UltraScale+ MPSoC CSU Support: