summaryrefslogtreecommitdiffstats
path: root/src/drivers/emulation/qemu/bochs.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/emulation/qemu: Add missing include for MMIONico Huber2021-10-171-0/+1
* drivers: Replace set_vbe_mode_info_validPatrick Rudolph2020-12-171-9/+3
* drivers/emulation/qemu/bochs: Rewrite driverPatrick Rudolph2020-05-201-37/+75
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-12/+2
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-051-1/+0
* src/{drivers,device,ec}: Remove unused <stdlib.h>Elyes HAOUAS2019-12-191-1/+0
* 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