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

[feat] Image generator and verifier updates for Caliptra 2.0 FW ECC + LMS image #1694

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

Conversation

mhatrevi
Copy link
Collaborator

@mhatrevi mhatrevi commented Oct 1, 2024

No description provided.

Copy link

linux-foundation-easycla bot commented Oct 1, 2024

CLA Not Signed

@mhatrevi mhatrevi added the Caliptra v2.0 Items to be considered for v2.0 Release label Oct 1, 2024
@mhatrevi mhatrevi changed the title [feat] Image generator update for generating Caliptra 2.0 FW ECC + LMA image [feat] Image generator update for generating Caliptra 2.0 FW ECC + LMS image Oct 1, 2024
image/app/src/create/config.rs Outdated Show resolved Hide resolved
image/serde/src/lib.rs Outdated Show resolved Hide resolved
image/serde/src/lib.rs Outdated Show resolved Hide resolved
@mhatrevi mhatrevi changed the title [feat] Image generator update for generating Caliptra 2.0 FW ECC + LMS image [feat] Image generator and verifier updates for Caliptra 2.0 FW ECC + LMS image Oct 15, 2024
Copy link

@swenson swenson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but curious about those two TODOs

@@ -516,7 +516,9 @@ fn test_fmc_is_16k() {
assert!(errs.is_empty());
}

#[test]
//#[test]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this need to be disabled still?

@@ -345,6 +415,8 @@ impl<Env: ImageVerificationEnv> ImageVerifier<Env> {
caliptra_cfi_lib::cfi_assert_eq_12_words(&expected, &actual);
}

// [TODO] Verify active public key's digest from the descriptor hash list.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this still need to be done in this PR?

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.

3 participants