From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgZkX-000521-IL for qemu-devel@nongnu.org; Fri, 10 Apr 2015 10:17:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YgZkR-0007Dj-82 for qemu-devel@nongnu.org; Fri, 10 Apr 2015 10:17:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56182) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgZkQ-0007D2-VR for qemu-devel@nongnu.org; Fri, 10 Apr 2015 10:17:31 -0400 From: Gerd Hoffmann Date: Fri, 10 Apr 2015 16:17:05 +0200 Message-Id: <1428675432-31433-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 0/7] ipxe: update pxe boot roms for qemu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: ipxe-devel@ipxe.org, Gerd Hoffmann Hi, This patch series updates the ipxe submodule in qemu to latest ipxe git, adds some patches needed to work correctly on efi (ovmf), applies some smaller tweaks to the build process and finally updates the prebuilt binaries shipped in pc-bios/efi-*.rom This is also available in the git repository at: git://git.kraxel.org/qemu rebase/roms-next cheers, Gerd Gerd Hoffmann (7): ipxe: update from 35c53797 to dc795b9 ipxe: rm local config in cleanup ipxe: add local patches ipxe: disable load file protocol ipxe: add qemu branding ipxe: don't override GITVERSION ipxe: update binaries pc-bios/efi-e1000.rom | Bin 197120 -> 190464 bytes pc-bios/efi-eepro100.rom | Bin 197632 -> 191488 bytes pc-bios/efi-ne2k_pci.rom | Bin 195584 -> 189952 bytes pc-bios/efi-pcnet.rom | Bin 195584 -> 189952 bytes pc-bios/efi-rtl8139.rom | Bin 200192 -> 193024 bytes pc-bios/efi-virtio.rom | Bin 194048 -> 187904 bytes roms/Makefile | 15 +- roms/config.ipxe.branding.h | 2 + roms/config.ipxe.general.h | 1 + roms/ipxe | 2 +- ...rove-compliance-with-the-EFI_SIMPLE_NETWO.patch | 160 +++++++++++++++++++++ ...0002-efi-make-load-file-protocol-optional.patch | 102 +++++++++++++ 12 files changed, 277 insertions(+), 5 deletions(-) create mode 100644 roms/config.ipxe.branding.h create mode 100644 roms/ipxe-patches/0001-efi_snp-improve-compliance-with-the-EFI_SIMPLE_NETWO.patch create mode 100644 roms/ipxe-patches/0002-efi-make-load-file-protocol-optional.patch -- 1.8.3.1