Hi, Here comes the ipxe update for 2.7, rebasing the ipxe module to latest master and also adding boot roms for e1000e and vmxnet3.
please pull, Gerd The following changes since commit c7288767523f6510cf557707d3eb5e78e519b90d: Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160623' into staging (2016-06-23 11:53:14 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-ipxe-20160629-1 for you to fetch changes up to c52125ab9280733b8d265195f6ffe9c76772b0a5: ipxe: update prebuilt binaries (2016-06-24 14:18:19 +0200) ---------------------------------------------------------------- ipxe: update submodule from 4e03af8ec to 041863191 e1000e+vmxnet3: add boot rom ---------------------------------------------------------------- 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