Statistics
| Branch: | Revision:

root / roms / Makefile @ 34b5d2c6

History | View | Annotate | Download (2.7 kB)

# Date Author Comment
95ca557d 03/25/2013 10:07 am Gerd Hoffmann

ipxe: disable two second timeout

Signed-off-by: Gerd Hoffmann <>

2397edd7 03/18/2013 11:21 am Gerd Hoffmann

Add Makefile rules to build nic rom binaries

"make -C roms pxerom" will build the ipxe roms and update
the binaries in pc-bios/, i.e. it basically documents how
the build process of our current nic roms works.

Signed-off-by: Gerd Hoffmann <>

2f3f430d 03/18/2013 11:21 am Gerd Hoffmann

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...

7527bd85 11/30/2012 05:24 pm Gerd Hoffmann

roms: also copy the dsdt when updating seabios.

Signed-off-by: Gerd Hoffmann <>

b4566776 07/12/2012 04:25 pm Gerd Hoffmann

Add vgabios build rules to roms/Makefile

This patch adds some glue to roms/Makefile to build vgabios binaries for
qemu. It covers both the lgpl'ed vgabios implementation used by qemu
traditionally and the new seabios implementation.

The purpose of this patch is to (a) document the vgabios build process...

b1c0d031 03/12/2012 02:56 pm Gerd Hoffmann

Add seabios build scripts to roms/

Signed-off-by: Gerd Hoffmann <>