summaryrefslogtreecommitdiff
path: root/50-edk2-aarch64-qcow2.json
diff options
context:
space:
mode:
Diffstat (limited to '50-edk2-aarch64-qcow2.json')
-rw-r--r--50-edk2-aarch64-qcow2.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/50-edk2-aarch64-qcow2.json b/50-edk2-aarch64-qcow2.json
new file mode 100644
index 0000000..937d295
--- /dev/null
+++ b/50-edk2-aarch64-qcow2.json
@@ -0,0 +1,32 @@
+{
+ "description": "UEFI firmware for ARM64 virtual machines",
+ "interface-types": [
+ "uefi"
+ ],
+ "mapping": {
+ "device": "flash",
+ "mode": "split",
+ "executable": {
+ "filename": "/usr/share/edk2/aarch64/QEMU_EFI-silent-pflash.qcow2",
+ "format": "qcow2"
+ },
+ "nvram-template": {
+ "filename": "/usr/share/edk2/aarch64/vars-template-pflash.qcow2",
+ "format": "qcow2"
+ }
+ },
+ "targets": [
+ {
+ "architecture": "aarch64",
+ "machines": [
+ "virt-*"
+ ]
+ }
+ ],
+ "features": [
+
+ ],
+ "tags": [
+
+ ]
+}