-
Notifications
You must be signed in to change notification settings - Fork 11
otptool.py improvements #198
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
Conversation
rivos-eblot
commented
Sep 26, 2025
- add support for zeroification fields
- add support for absorbable fields
- add initial support for generation of Tock register definitions
Now that there is a dedicated ot.util module for ArgumentParser extensions, move the ArgError class to where it better belongs. Signed-off-by: Emmanuel Blot <[email protected]>
Signed-off-by: Emmanuel Blot <[email protected]>
Signed-off-by: Emmanuel Blot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not very familiar with OTP zeroization or absorption, but the code looks correct to me generally. I haven't checked the bmtest parts in detail.
a802feb
to
4e60e93
Compare
add basic support for baremetal test code generation Signed-off-by: Emmanuel Blot <[email protected]>
For now, only enumerate supported top names. Signed-off-by: Emmanuel Blot <[email protected]>
Signed-off-by: Emmanuel Blot <[email protected]>
4e60e93
to
5965f4e
Compare
I might have broken something but I have no idea on how to spot what is broken in the multi MB log... How do I find the error messages? Thanks. |
…neration Signed-off-by: Emmanuel Blot <[email protected]>
5965f4e
to
24b234c
Compare