-
Notifications
You must be signed in to change notification settings - Fork 44
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
MLDSA validation #692
base: main
Are you sure you want to change the base?
MLDSA validation #692
Conversation
bc507fc
to
352be98
Compare
@@ -265,8 +266,10 @@ module caliptra_top_tb_services | |||
// 8'h7F - Do nothing | |||
// 8'h80: 8'h87 - Inject ECC_SEED to kv_key register | |||
// 8'h90 - Issue PCR singing with fixed vector | |||
// 8'h91 - Issue PCR singing with randomized vector | |||
// 8'h92 - Check PCR singing with randomized vector | |||
// 8'h91 - Issue PCR ECC singing with randomized vector |
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.
nit: typos in comments
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.
What is the purpose of this linker file?
It seems like it can be omitted, since it uses the standard offsets, and assumes the smaller 128KiB DCCM size (without failing, apparently).
If it's needed, I recommend updating it to match the other custom mldsa linkers.
_bss_vma_end = _bss_vma_start + SIZEOF(.bss); | ||
|
||
_end = _bss_lma_end; | ||
ASSERT( _end < 0x0000C000, "ERROR: ROM size exceeds 48KiB") |
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.
This linker also has old ram sizes baked in
Caliptra:
AdamsBridge: