36 lines
731 B
JSON
36 lines
731 B
JSON
{
|
|
"description": "IA32 UEFI for i386, with Secure Boot and SMM",
|
|
"interface-types": [
|
|
"uefi"
|
|
],
|
|
"mapping": {
|
|
"device": "flash",
|
|
"executable": {
|
|
"filename": "/usr/share/edk2/ia32/OVMF_CODE.secure.fd",
|
|
"format": "raw"
|
|
},
|
|
"nvram-template": {
|
|
"filename": "/usr/share/edk2/ia32/OVMF_VARS.fd",
|
|
"format": "raw"
|
|
}
|
|
},
|
|
"targets": [
|
|
{
|
|
"architecture": "i386",
|
|
"machines": [
|
|
"pc-q35-*"
|
|
]
|
|
}
|
|
],
|
|
"features": [
|
|
"acpi-s3",
|
|
"acpi-s4",
|
|
"requires-smm",
|
|
"secure-boot",
|
|
"verbose-dynamic"
|
|
],
|
|
"tags": [
|
|
|
|
]
|
|
}
|