-
Notifications
You must be signed in to change notification settings - Fork 45
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
Reconstruct IDevId cert at runtime #709
Conversation
I'm not sure how to properly write tests for this other than some minimal validations like size. The fuses contain 0 in this setup. |
259a1e6
to
ef9621d
Compare
a0c9794
to
bdb957b
Compare
Changed the mailbox as requested to have the signature as input. |
bdb957b
to
bc685a8
Compare
PR looks good, there's just a CI failure after rebasing. I'll merge once that is fixed. |
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Retrieve the IDevId cert signature from fuses and append it to the mailbox input data. Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
This adds documentation for the GET_IDEV_CERT and GET_IDEV_INFO commands. Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Head branch was pushed to by a user without write access
bc685a8
to
00c5deb
Compare
Done. |
This adds 2 mailbox commands:
Closes #294