-
Notifications
You must be signed in to change notification settings - Fork 792
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[manuf] Calculate OTP measurements in ft_personalize
This calculates the measurement of the OTP partitions in `ft_personalize` and pass them to `dice_uds_tbs_cert_build()`. This change is necessary because the CreatorSwCfg and OwnerSwCfg might not be fully provisioned to the OTP when building the UDS certification. By calculating the final measurements in `ft_personalize`, we can get the values of unprovisioned field from the OTP image to ensure the correct values are used in the certificate generation process. Signed-off-by: Anthony Chen <[email protected]>
- Loading branch information
1 parent
ca3a53a
commit dbd0a4a
Showing
5 changed files
with
103 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters