On 28/01/16 10:19, Gerd Hoffmann wrote:
No idea. qemu is a very specific case, ipxe has drivers for the qemu
nics (both virtual such as virtio-net and emulated such as rtl8139), and
right now we actually build ipxe tree times (bios, efi-ia32,
efi-x86_64), then combine them into a single image, using EfiRom
(shipped with edk2).
Slightly off-topic: you can do the combining using iPXE's own
util/catrom.pl:
./util/catrom.pl bin/8086100e.mrom \
bin-x86_64-efi/8086100e.efirom \
bin-i386-efi/8086100e.efirom \
> efi-e1000.rom
Michael