You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
751 B
36 lines
751 B
2 years ago
|
{
|
||
|
"description": "OVMF with SB+SMM, SB enabled, MS certs enrolled",
|
||
|
"interface-types": [
|
||
|
"uefi"
|
||
|
],
|
||
|
"mapping": {
|
||
|
"device": "flash",
|
||
|
"executable": {
|
||
|
"filename": "/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd",
|
||
|
"format": "raw"
|
||
|
},
|
||
|
"nvram-template": {
|
||
|
"filename": "/usr/share/edk2/ovmf/OVMF_VARS.secboot.fd",
|
||
|
"format": "raw"
|
||
|
}
|
||
|
},
|
||
|
"targets": [
|
||
|
{
|
||
|
"architecture": "x86_64",
|
||
|
"machines": [
|
||
|
"pc-q35-*"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"features": [
|
||
|
"acpi-s3",
|
||
|
"enrolled-keys",
|
||
|
"requires-smm",
|
||
|
"secure-boot",
|
||
|
"verbose-dynamic"
|
||
|
],
|
||
|
"tags": [
|
||
|
|
||
|
]
|
||
|
}
|