summaryrefslogtreecommitdiffstats
path: root/src/drivers/emulation/qemu/bochs.c
Commit message (Expand)AuthorAgeFilesLines
* src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS2019-10-271-1/+0
* src: Remove unused include '<device/pci_ids.h>'Elyes HAOUAS2019-10-181-1/+0
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-2/+0
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-2/+2
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-231-1/+1
* src/drivers: Add license headersMartin Roth2017-06-121-0/+13
* Kconfig: Add choice of framebuffer modeNico Huber2017-06-041-6/+13
* edid: Make framebuffer row alignment configurableJulius Werner2016-04-071-1/+1
* edid: Add helper function to calculate bits-per-pixel dependent valuesJulius Werner2016-03-241-4/+1
* qemu: fix vga driver buildGerd Hoffmann2015-09-051-2/+2
* {arch,cpu,drivers,ec}: Don't hide pointers behind typedefsEdward O'Callaghan2014-10-271-1/+1
* qemu: fix bochs buildGerd Hoffmann2014-08-281-1/+3
* qemu: Support textmode gfx init.Vladimir Serbinenko2014-03-031-0/+9
* qemu/videoinit: Set required fields in fake EDIDVladimir Serbinenko2013-12-161-0/+3
* qemu: minor bochs cleanupsGerd Hoffmann2013-11-261-2/+4
* bochs: add support for native graphicsRonald G. Minnich2013-11-251-29/+13
* qemu: complete bochs dispi interface vga driver.Gerd Hoffmann2013-06-191-0/+150