167eadb8ba
So we can easily use wildcards to catch them for subpackage file lists ...and a bunch of other small cleanups to get things fully working
37 lines
782 B
JSON
37 lines
782 B
JSON
{
|
|
"description": "OVMF for x86_64, 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",
|
|
"amd-sev",
|
|
"enrolled-keys",
|
|
"requires-smm",
|
|
"secure-boot",
|
|
"verbose-dynamic"
|
|
],
|
|
"tags": [
|
|
|
|
]
|
|
}
|