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