diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-09-01 15:48:52 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-11-14 16:03:19 +0100 |
commit | c710c6a3c06a1c6182c783fecb84a35d463c402a (patch) | |
tree | c8e58d601c9be8ace22fd8a05ab7457968fea729 /configs/seabios-128k | |
parent | 1e256aecb0ef8a5cbddf521473476378dd16a319 (diff) | |
download | qemu-firmware-c710c6a3c06a1c6182c783fecb84a35d463c402a.tar.gz |
Add build rules and configs for seabios
Largely identical to roms/Makefile in qemu repo.
Paths have been adapted to qemu-firmware repo layout.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'configs/seabios-128k')
-rw-r--r-- | configs/seabios-128k | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/configs/seabios-128k b/configs/seabios-128k new file mode 100644 index 0000000..486ef0e --- /dev/null +++ b/configs/seabios-128k @@ -0,0 +1,16 @@ +# for qemu machine types 1.7 + older +# need to turn off features (xhci,uas) to make it fit into 128k +CONFIG_QEMU=y +CONFIG_ROM_SIZE=128 +CONFIG_BOOTSPLASH=n +CONFIG_XEN=n +CONFIG_USB_OHCI=n +CONFIG_USB_XHCI=n +CONFIG_USB_UAS=n +CONFIG_SDCARD=n +CONFIG_TCGBIOS=n +CONFIG_MPT_SCSI=n +CONFIG_PVSCSI=n +CONFIG_NVME=n +CONFIG_USE_SMM=n +CONFIG_VGAHOOKS=n |