From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bu33A-00015j-3Q for qemu-devel@nongnu.org; Tue, 11 Oct 2016 15:49:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bu337-0005LA-Hb for qemu-devel@nongnu.org; Tue, 11 Oct 2016 15:49:19 -0400 Received: from mail-qt0-x243.google.com ([2607:f8b0:400d:c0d::243]:34083) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bu337-0005Kv-C1 for qemu-devel@nongnu.org; Tue, 11 Oct 2016 15:49:17 -0400 Received: by mail-qt0-x243.google.com with SMTP id f6so1012271qtd.1 for ; Tue, 11 Oct 2016 12:49:16 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1466771956-10729-1-git-send-email-kraxel@redhat.com> References: <1466771956-10729-1-git-send-email-kraxel@redhat.com> From: Peter Pickford Date: Tue, 11 Oct 2016 12:48:56 -0700 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [ipxe-devel] [PATCH 0/6] ipxe: update roms List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org, ipxe-devel@ipxe.org Hi, This caused a regression for me on i7 920. https://bugs.archlinux.org/task/50778 I bisected qemu and came to the patch that introduced the above. Then after some more help on irc (fixing up parserom.pl and compiling with NO_WERROR=1) biscted ipxe and came to 71560d185475117b10994d839afe059577e7768c is the first bad commit reverting this commit in ipxe master fixes my problem but probably breaks something else. bisect log https://gist.github.com/1c612fd6238888cc17f97d6e8a61a3a2 No idea why this change should affect Bloomfield processors. Thanks Peter On 24 June 2016 at 05:39, Gerd Hoffmann wrote: > Hi, > > Here comes ipxe update for qemu 2.7. It rebases the ipxe submodule > to latest upstream master. We pick up support for virtio 1.0. > Also a fix for a EFI bug which causes problems with recent edk2 > versions. > > There are some more hickups due to network boot changes in edk2 > which are not root-caused yet. They are present with both old > and new ipxe versios, so we have at least no regressions here. > But possibly we will need another (much smaller) bugfix ipxe > update during freeze. > > This patch series also adds a boot rom for the new e1000e emulation > and, while being at it, for vmxnet3 too. > > Patch 6/6 with the binary update has *not* been sent to the list > as it is pretty big. If you want the prebuild roms for testing > please fetch them from the git repository at: > git://git.kraxel.org/qemu work/ipxe > > cheers, > Gerd > > Gerd Hoffmann (6): > ipxe: update submodule from 4e03af8ec to 041863191 > ipxe: add e1000e rom > ipxe: add vmxnet3 rom > e1000e: add boot rom > vmxnet3: add boot rom > ipxe: update prebuilt binaries > > hw/net/e1000e.c | 1 + > hw/net/vmxnet3.c | 1 + > include/hw/i386/pc.h | 4 ++++ > pc-bios/efi-e1000.rom | Bin 196608 -> 209408 bytes > pc-bios/efi-e1000e.rom | Bin 0 -> 209408 bytes > pc-bios/efi-eepro100.rom | Bin 197120 -> 209920 bytes > pc-bios/efi-ne2k_pci.rom | Bin 195584 -> 208384 bytes > pc-bios/efi-pcnet.rom | Bin 195584 -> 208384 bytes > pc-bios/efi-rtl8139.rom | Bin 199168 -> 211456 bytes > pc-bios/efi-virtio.rom | Bin 193024 -> 211456 bytes > pc-bios/efi-vmxnet3.rom | Bin 0 -> 205312 bytes > roms/Makefile | 8 ++++++-- > roms/ipxe | 2 +- > 13 files changed, 13 insertions(+), 3 deletions(-) > create mode 100644 pc-bios/efi-e1000e.rom > create mode 100644 pc-bios/efi-vmxnet3.rom > > -- > 1.8.3.1 > > _______________________________________________ > ipxe-devel mailing list > ipxe-devel@lists.ipxe.org > https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel >