From: Alexandre Derumier Date: Sat, 21 Nov 2015 07:52:50 +0000 (+0100) Subject: add ovmf uefi roms V2 X-Git-Url: https://git.proxmox.com/?p=pve-qemu-kvm.git;a=commitdiff_plain;h=36fe10c525ff97037080838894951bfbdd23d633;hp=4c78169b42d98bb11b26dd67986452227a2e854b add ovmf uefi roms V2 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 --- diff --git a/debian/OVMF-pure-efi.fd b/debian/OVMF-pure-efi.fd new file mode 100644 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 index 0000000..3b8bb9b Binary files /dev/null and b/debian/OVMF_VARS-pure-efi.fd differ diff --git a/debian/rules b/debian/rules index fec839e..525a965 100755 --- a/debian/rules +++ b/debian/rules @@ -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