a19f633550
- edk2-add-aarch64-qcow2-images.patch [bz#2186754] - edk2-update-json-files.patch [bz#2186754] - edk2-add-libvirt-version-conflict.patch [bz#2186754] - edk2-add-dbx-update-blob-rh-only.patch [RHEL-377] - edk2-spec-apply-dbx-update-rh-only.patch [RHEL-377] - Resolves: bz#2186754 (edk2: Add firmware images in qcow2 format) - Resolves: RHEL-377 (edk2: ship secure build variable store with latest dbx updates)
32 lines
674 B
JSON
32 lines
674 B
JSON
{
|
|
"description": "UEFI firmware for ARM64 virtual machines, verbose logs",
|
|
"interface-types": [
|
|
"uefi"
|
|
],
|
|
"mapping": {
|
|
"device": "flash",
|
|
"executable": {
|
|
"filename": "/usr/share/edk2/aarch64/QEMU_EFI-pflash.raw",
|
|
"format": "raw"
|
|
},
|
|
"nvram-template": {
|
|
"filename": "/usr/share/edk2/aarch64/vars-template-pflash.raw",
|
|
"format": "raw"
|
|
}
|
|
},
|
|
"targets": [
|
|
{
|
|
"architecture": "aarch64",
|
|
"machines": [
|
|
"virt-*"
|
|
]
|
|
}
|
|
],
|
|
"features": [
|
|
"verbose-static"
|
|
],
|
|
"tags": [
|
|
|
|
]
|
|
}
|