diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2015-07-06 13:32:01 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-03-20 15:56:35 +0100 |
commit | ab5a844f906e1394c9ea614932a8f35f4221f5e6 (patch) | |
tree | cd89b3f250bd0168fa4f34ebc0d3995ab38f31f0 /Makefile | |
parent | f4c6e4c19daf3deac2d7fc3288db5294aba955ad (diff) | |
download | seabios-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |