summaryrefslogtreecommitdiff
path: root/0035-add-file-edk2-aarch64-json.patch
diff options
context:
space:
mode:
Diffstat (limited to '0035-add-file-edk2-aarch64-json.patch')
-rw-r--r--0035-add-file-edk2-aarch64-json.patch50
1 files changed, 50 insertions, 0 deletions
diff --git a/0035-add-file-edk2-aarch64-json.patch b/0035-add-file-edk2-aarch64-json.patch
new file mode 100644
index 0000000..2103508
--- /dev/null
+++ b/0035-add-file-edk2-aarch64-json.patch
@@ -0,0 +1,50 @@
+From 32a67be9c4f5d12a0beeacff4142bb47c9cd0ee7 Mon Sep 17 00:00:00 2001
+From: tzing_t <zhengting13@huawei.com>
+Date: Mon, 30 Oct 2023 11:00:44 +0000
+Subject: [PATCH] add file edk2-aarch64.json
+
+---
+ edk2-aarch64.json | 31 +++++++++++++++++++++++++++++++
+ 1 file changed, 31 insertions(+)
+ create mode 100644 edk2-aarch64.json
+
+diff --git a/edk2-aarch64.json b/edk2-aarch64.json
+new file mode 100644
+index 0000000..5bbfa6a
+--- /dev/null
++++ b/edk2-aarch64.json
+@@ -0,0 +1,31 @@
++{
++ "description": "UEFI firmware for ARM64 virtual machines",
++ "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": [
++
++ ],
++ "tags": [
++
++ ]
++}
+--
+2.33.0
+