]> git.proxmox.com Git - qemu.git/commit
Add Makefile rules to build nic rom binaries with efi support
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 26 Feb 2013 15:45:58 +0000 (16:45 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 18 Mar 2013 09:21:56 +0000 (10:21 +0100)
commit2f3f430d7cca3f67ef9b539dbc008d71eb6a3bd0
tree2201b2db2c2f11cd42d553f9e61a892597b31c4e
parentc3d8dab3298c64267411fb470e3d1e18871a359b
Add Makefile rules to build nic rom binaries with efi support

"make -C roms efirom" will build rom binaries with EFI support.
They are composed from three images: legacy bios, efi ia32
and efi x64.  So netbooting via SeaBIOS will continue to work
like it does today, and additionally we get network support
for EFI.  This target needs the EfiRom utility (shipped with
edk2) somewhere in the $PATH.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
roms/Makefile