16c9a4257a
- edk2-spec-build-amdsev-variant.patch [bz#2054661] - edk2-OvmfPkg-AmdSev-SecretPei-Mark-SEV-launch-secret-area.patch [bz#2041755] - Resolves: bz#2054661 (RFE: Support measured AMD SEV boot with kernel/initrd/cmdline in OVMF) - Resolves: bz#2041755 (Mark SEV launch secret area as reserved)
31 lines
566 B
JSON
31 lines
566 B
JSON
{
|
|
"description": "OVMF with SEV-ES support",
|
|
"interface-types": [
|
|
"uefi"
|
|
],
|
|
"mapping": {
|
|
"device": "flash",
|
|
"mode": "stateless",
|
|
"executable": {
|
|
"filename": "/usr/share/edk2/ovmf/OVMF.amdsev.fd",
|
|
"format": "raw"
|
|
}
|
|
},
|
|
"targets": [
|
|
{
|
|
"architecture": "x86_64",
|
|
"machines": [
|
|
"pc-q35-rhel8.5.0"
|
|
]
|
|
}
|
|
],
|
|
"features": [
|
|
"amd-sev",
|
|
"amd-sev-es",
|
|
"verbose-dynamic"
|
|
],
|
|
"tags": [
|
|
|
|
]
|
|
}
|