aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/emulation/qemu/Makefile.inc
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2013-06-18 23:41:21 +0200
committerRonald G. Minnich <rminnich@gmail.com>2013-06-19 02:00:08 +0200
commit414b9478518836ce72084edba1c3a51b0a745d0c (patch)
treefb34cae69da830af28d24022fbbd5883448180e6 /src/drivers/emulation/qemu/Makefile.inc
parent0ea3664bc30f81fbeb9d2ce9b7ca1e83e788aa23 (diff)
qemu: complete bochs dispi interface vga driver.
Ditch unused fb*.h files. Rename init.c (name is _way_ to generic) to bochs.c. Add proper bochs dispi interface detection and mode setup. Hook up coreboot framebuffer table initialization. Change-Id: I7154b1593902e7d42606b64819217872eee10683 Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-on: http://review.coreboot.org/3500 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/drivers/emulation/qemu/Makefile.inc')
-rw-r--r--src/drivers/emulation/qemu/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/emulation/qemu/Makefile.inc b/src/drivers/emulation/qemu/Makefile.inc
index 8bd3e57665..77b8c74665 100644
--- a/src/drivers/emulation/qemu/Makefile.inc
+++ b/src/drivers/emulation/qemu/Makefile.inc
@@ -1 +1 @@
-ramstage-$(CONFIG_DRIVERS_EMULATION_QEMU) += init.c
+ramstage-$(CONFIG_DRIVERS_EMULATION_QEMU_BOCHS) += bochs.c