Skip to content
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

Implement key ladder in ROM and RT FW. #1874

Open
wants to merge 1 commit into
base: main-2.x
Choose a base branch
from

Conversation

bluegate010
Copy link
Contributor

The key ladder is initialized in cold-boot from LDevID CDI. It is lengthened during update-reset flows to match min-SVN-since-cold-boot.

This PR does not include a smoke test, because the production application firmware doesn't yet include any APIs for exercising the key ladder.

The additional cycles from this feature depends on the firmware's SVN, and is roughly 2.7k cycles * (128 - fw_svn). In the worst case, when fw_svn = 0, the cycle count is ~350k.

The key ladder is initialized in cold-boot from LDevID CDI. It is lengthened during
update-reset flows to match min-SVN-since-cold-boot.

This PR does not include a smoke test, because the production application firmware
doesn't yet include any APIs for exercising the key ladder.

The additional cycles from this feature depends on the firmware's SVN, and is
roughly 2.7k cycles * (128 - fw_svn). In the worst case, when fw_svn = 0, the
cycle count is ~350k.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Caliptra v2.0 Items to be considered for v2.0 Release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant