aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-02-25 10:51:37 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-03-15 09:59:21 +0100
commit34b6ecc160749a691b80fcb8638216518d971c65 (patch)
tree344ac2b8b088553232e254fac2333d425f7e8e37 /Makefile
parent03f5061c0a44dcf8d73a05a6f375e3fe5005f050 (diff)
downloadseabios-hppa-34b6ecc160749a691b80fcb8638216518d971c65.zip
seabios-hppa-34b6ecc160749a691b80fcb8638216518d971c65.tar.gz
seabios-hppa-34b6ecc160749a691b80fcb8638216518d971c65.tar.bz2
vga: add atiext driver
Supports qemu emulated ati cards. They have been added in qemu 4.0. Acceleration support (in qemu) is pretty rough still. A simple framebuffer works fine though. Available models: * ati rage 128 pro * ati rv100 Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3aecc4d..d16d1ae 100644
--- a/Makefile
+++ b/Makefile
@@ -212,7 +212,7 @@ SRCVGA=src/output.c src/string.c src/hw/pci.c src/hw/serialio.c \
vgasrc/vgainit.c vgasrc/vgabios.c vgasrc/vgafb.c vgasrc/swcursor.c \
vgasrc/vgafonts.c vgasrc/vbe.c \
vgasrc/stdvga.c vgasrc/stdvgamodes.c vgasrc/stdvgaio.c \
- vgasrc/clext.c vgasrc/svgamodes.c vgasrc/bochsvga.c vgasrc/geodevga.c \
+ vgasrc/clext.c vgasrc/svgamodes.c vgasrc/atiext.c vgasrc/bochsvga.c vgasrc/geodevga.c \
src/fw/coreboot.c vgasrc/cbvga.c vgasrc/bochsdisplay.c vgasrc/ramfb.c
ifeq "$(CONFIG_VGA_FIXUP_ASM)" "y"