]> git.proxmox.com Git - pve-qemu-kvm.git/commitdiff
add new and correct ovmf images
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 6 Sep 2016 08:26:59 +0000 (10:26 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 8 Sep 2016 08:59:31 +0000 (10:59 +0200)
this adds ovmf images with a readme how they were
compiled

this also includes the logo and the OVMF_CODE image,
which is needed when we want to use an efidisk

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
debian/Logo.bmp [new file with mode: 0644]
debian/OVMF-pure-efi.fd [deleted file]
debian/OVMF_CODE-pure-efi.fd [new file with mode: 0644]
debian/OVMF_README.txt [new file with mode: 0644]
debian/rules

diff --git a/debian/Logo.bmp b/debian/Logo.bmp
new file mode 100644 (file)
index 0000000..4c46dd8
Binary files /dev/null and b/debian/Logo.bmp differ
diff --git a/debian/OVMF-pure-efi.fd b/debian/OVMF-pure-efi.fd
deleted file mode 100644 (file)
index c8e086c..0000000
Binary files a/debian/OVMF-pure-efi.fd and /dev/null differ
diff --git a/debian/OVMF_CODE-pure-efi.fd b/debian/OVMF_CODE-pure-efi.fd
new file mode 100644 (file)
index 0000000..807676d
Binary files /dev/null and b/debian/OVMF_CODE-pure-efi.fd differ
diff --git a/debian/OVMF_README.txt b/debian/OVMF_README.txt
new file mode 100644 (file)
index 0000000..7085e29
--- /dev/null
@@ -0,0 +1,11 @@
+The OVMF images were built through the edk2 github repository.
+
+git clone https://github.com/tianocore/edk2
+
+set up the build environment
+
+copy the Logo.bmp to ./edk2/MdeModulePkg/Logo/
+
+call ./edk2/OvmfPkg/build.sh -a X64 -b RELEASE
+
+The license is under ./edk2/OvmfPkg/License.txt
index 7b9b732c362d47232cd7f3b7b9f6ef4310debbd0..bc0fba07a09942c2789bfe83132912fb869a6908 100755 (executable)
@@ -84,7 +84,7 @@ install: build
        install -D -m 0755 $(CURDIR)/debian/kvm-ifdown $(destdir)/etc/kvm/kvm-ifdown
 
        #install ovmf uefi rom
-       install -D -m 0644 $(CURDIR)/debian/OVMF-pure-efi.fd $(destdir)/usr/share/kvm/OVMF-pure-efi.fd
+       install -D -m 0644 $(CURDIR)/debian/OVMF_CODE-pure-efi.fd $(destdir)/usr/share/kvm/OVMF_CODE-pure-efi.fd
        install -D -m 0644 $(CURDIR)/debian/OVMF_VARS-pure-efi.fd $(destdir)/usr/share/kvm/OVMF_VARS-pure-efi.fd
 
        # we do not need openbios files (sparc/ppc)