aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2015-07-06 13:32:01 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-03-20 15:56:35 +0100
commitab5a844f906e1394c9ea614932a8f35f4221f5e6 (patch)
treecd89b3f250bd0168fa4f34ebc0d3995ab38f31f0 /Makefile
parentf4c6e4c19daf3deac2d7fc3288db5294aba955ad (diff)
downloadseabios-ab5a844f906e1394c9ea614932a8f35f4221f5e6.tar.gz
kvmtool: initial support
Add CONFIG_KVMTOOL config option. kvmtool supports virtio only, so disable drivers for all kinds of qemu emulated hardware and leave only virtio-blk and virtio-scsi enabled. Set rom default size to 128k. Enable serial console for kvmtool. Add ram detection. Add pci devices scan. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d16d1ae7..43674da6 100644
--- a/Makefile
+++ b/Makefile
@@ -92,6 +92,7 @@ endif
target-y :=
target-$(CONFIG_QEMU) += $(OUT)bios.bin
+target-$(CONFIG_KVMTOOL) += $(OUT)bios.bin
target-$(CONFIG_CSM) += $(OUT)Csm16.bin
target-$(CONFIG_COREBOOT) += $(OUT)bios.bin.elf
target-$(CONFIG_BUILD_VGABIOS) += $(OUT)vgabios.bin