forked from virtee/sev
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OVMF: - New OVMF changes added section SVSM_CAA to OvmfSevMetadata. To calculate the measurement with this new section, the new section has to be added and needs to be treated as zero pages when encountered. - Upstream OVMF has these changes for AmdSevOvmf, so both OVMF test binaries AmdSevOvmf and OvmfX64 were regenerated to match the latest EDk2 release: https://github.com/tianocore/edk2/releases/tag/edk2-stable202405 VCPU types: - Added the ability to convert from an i32 (signature value) to a CpuType. There are only 4 possible cpu signatures, that match to more than one CpuType. If user provides a cpu signature, we can just match it to a main CpuType (Epyc, Rome, Milan, Genoa). Guest Policy: - Make use of the Guest Policy structure defined in guest firmware. - Fixed default policy value for ID-BLOCK, the default value should be 0x30000. Family and Image Ids: - Image Id is now a type of Family Id (less repetitive code) - Instantiation Functions were added VMMType: - Can get vmm type from a string. SnpLaunchDigest: - Make use of this strucutre and return it as calculation result. - Added a print as hex function Signed-off-by: DGonzalezVillal <Diego.GonzalezVillalobos@amd.com>
- Loading branch information
1 parent
4f8cbc7
commit 27b4e17
Showing
12 changed files
with
237 additions
and
168 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
Oops, something went wrong.