]> xenbits.xensource.com Git - people/andrewcoop/seabios.git/commit
qemu: add bochs-display support
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 15 Nov 2017 13:43:10 +0000 (14:43 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 22 Jun 2018 05:44:07 +0000 (07:44 +0200)
commit77404b450d30a1d7860e717e98762b8a4745341d
tree1baf51c0af23cf05f75813323b171c6a670fe1a9
parent4d70b24b86012e382cf551ce72c2dd6c92a6d1fa
qemu: add bochs-display support

Use coreboot text mode emulation to also support the qemu bochs-display
device.  This is a new display device supporting simple linear
framebuffers, using the bochs register interface.  No support for legacy
vga (text modes, planar modes, cga modes, 8bpp palette modes all
dropped).  The bochs interface is compatible with the qemu stdvga.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Makefile
vgasrc/Kconfig
vgasrc/bochsdisplay.c [new file with mode: 0644]
vgasrc/vgahw.h
vgasrc/vgautil.h