aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/emulation/qemu/bochs.c
AgeCommit message (Expand)Author
2020-12-17drivers: Replace set_vbe_mode_info_validPatrick Rudolph
2020-05-20drivers/emulation/qemu/bochs: Rewrite driverPatrick Rudolph
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-06src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons
2020-04-05Drop explicit NULL initializations from `device_operations`Elyes HAOUAS
2019-12-19src/{drivers,device,ec}: Remove unused <stdlib.h>Elyes HAOUAS
2019-10-27src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS
2019-10-18src: Remove unused include '<device/pci_ids.h>'Elyes HAOUAS
2019-04-06src: Use include <delay.h> when appropriateElyes HAOUAS
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-10-23src: Remove unneeded whitespaceElyes HAOUAS
2017-06-12src/drivers: Add license headersMartin Roth
2017-06-04Kconfig: Add choice of framebuffer modeNico Huber
2016-04-07edid: Make framebuffer row alignment configurableJulius Werner
2016-03-24edid: Add helper function to calculate bits-per-pixel dependent valuesJulius Werner
2015-09-05qemu: fix vga driver buildGerd Hoffmann
2014-10-27{arch,cpu,drivers,ec}: Don't hide pointers behind typedefsEdward O'Callaghan
2014-08-28qemu: fix bochs buildGerd Hoffmann
2014-03-03qemu: Support textmode gfx init.Vladimir Serbinenko
2013-12-16qemu/videoinit: Set required fields in fake EDIDVladimir Serbinenko
2013-11-26qemu: minor bochs cleanupsGerd Hoffmann
2013-11-25bochs: add support for native graphicsRonald G. Minnich
2013-06-19qemu: complete bochs dispi interface vga driver.Gerd Hoffmann