]> git.proxmox.com Git - pve-qemu-kvm.git/commitdiff
add ovmf uefi roms V2
authorAlexandre Derumier <aderumier@odiso.com>
Sat, 21 Nov 2015 07:52:50 +0000 (08:52 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 26 Nov 2015 06:51:08 +0000 (07:51 +0100)
src : https://www.kraxel.org/repos/jenkins/edk2/edk2.git-ovmf-x64-0-20151117.b1317.g386cdfb.noarch.rpm

https://wiki.archlinux.org/index.php/PCI_passthrough_via_OVMF

changelog:

add OVMF-pure-efi.fd instead OVMF-CODE-pure-efi.fd to have virtio support

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
debian/OVMF-pure-efi.fd [new file with mode: 0644]
debian/OVMF_VARS-pure-efi.fd [new file with mode: 0644]
debian/rules

diff --git a/debian/OVMF-pure-efi.fd b/debian/OVMF-pure-efi.fd
new file mode 100644 (file)
index 0000000..c8e086c
Binary files /dev/null and b/debian/OVMF-pure-efi.fd differ
diff --git a/debian/OVMF_VARS-pure-efi.fd b/debian/OVMF_VARS-pure-efi.fd
new file mode 100644 (file)
index 0000000..3b8bb9b
Binary files /dev/null and b/debian/OVMF_VARS-pure-efi.fd differ
index fec839efd5e4ebbe44e46d2d1f219758fefa5d9a..525a965125a887c5bc85662d868d9e6590f0655d 100755 (executable)
@@ -83,6 +83,10 @@ install: build
        install -D -m 0755 $(CURDIR)/debian/kvm-ifup $(destdir)/etc/kvm/kvm-ifup
        install -D -m 0755 $(CURDIR)/debian/kvm-ifdown $(destdir)/etc/kvm/kvm-ifdown
 
+       #install ovmf uefi rom
+       install -D -m 0755 $(CURDIR)/debian/OVMF-pure-efi.fd $(destdir)/usr/share/kvm/OVMF-pure-efi.fd
+       install -D -m 0755 $(CURDIR)/debian/OVMF_VARS-pure-efi.fd $(destdir)/usr/share/kvm/OVMF_VARS-pure-efi.fd
+
        # we do not need openbios files (sparc/ppc)
        rm -rf $(destdir)/usr/share/kvm/openbios-*
        # remove ppc files