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.
v2: two incremental tweaks to make sure the two new roms are installed properly. 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-20160704-1 for you to fetch changes up to 8df42d855c38a1b23b6ba9f38ab71b9d7fb24216: build: add pc-bios to config-host.mak deps (2016-07-01 13:31:44 +0200) ---------------------------------------------------------------- ipxe: update submodule from 4e03af8ec to 041863191 e1000e+vmxnet3: add boot rom ---------------------------------------------------------------- Gerd Hoffmann (8): 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 ipxe: add new roms to BLOBS build: add pc-bios to config-host.mak deps Makefile | 3 ++- 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 +- 14 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 pc-bios/efi-e1000e.rom create mode 100644 pc-bios/efi-vmxnet3.rom