summaryrefslogtreecommitdiffstats
path: root/roms/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* ipxe: disable two second timeoutGerd Hoffmann2013-03-251-2/+5
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* Add Makefile rules to build nic rom binaries with efi supportGerd Hoffmann2013-03-181-12/+37
| | | | | | | | | | | "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>
* Add Makefile rules to build nic rom binariesGerd Hoffmann2013-03-181-0/+21
| | | | | | | | "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 <kraxel@redhat.com>
* roms: also copy the dsdt when updating seabios.Gerd Hoffmann2012-11-301-0/+1
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* Add vgabios build rules to roms/MakefileGerd Hoffmann2012-07-121-0/+17
| | | | | | | | | | | 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 and (b) simplify seavgabios testing for those who want to play with it. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* Add seabios build scripts to roms/Gerd Hoffmann2012-03-121-0/+10
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
OpenPOWER on IntegriCloud