summaryrefslogtreecommitdiffstats
path: root/src/drivers/emulation
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-172-17/+5
* src/drivers: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* drivers/emulation/qemu/bochs: Rewrite driverPatrick Rudolph2020-05-201-37/+75
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-113-3/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-11/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-062-24/+4
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-052-2/+0
* treewide: Replace BOARD_EMULATION_QEMU_X86Angel Pons2020-03-031-1/+1
* src/{drivers,device,ec}: Remove unused <stdlib.h>Elyes HAOUAS2019-12-192-2/+0
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-15/+15
* src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS2019-10-272-2/+0
* AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth2019-10-222-5/+0
* src: Remove unused include '<device/pci_ids.h>'Elyes HAOUAS2019-10-182-2/+0
* drivers/emulation/qemu_debugcon: Don't use CAR_GLOBALArthur Heymans2019-05-291-4/+3
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-062-5/+0
* console/qemu_debugcon: Support additional stagesPatrick Rudolph2019-03-231-0/+2
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-202-2/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-082-4/+4
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* 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-043-17/+28
* Kconfig: Introduce HAVE_(VBE_)LINEAR_FRAMEBUFFERNico Huber2017-06-021-0/+1
* Kconfig: Rework MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFGNico Huber2017-06-021-0/+1
* drivers/emulation: Switch to src/drivers/[X]/[Y]/ schemeStefan Reinauer2016-04-192-2/+0
* edid: Make framebuffer row alignment configurableJulius Werner2016-04-072-2/+2
* edid: Add helper function to calculate bits-per-pixel dependent valuesJulius Werner2016-03-242-8/+2
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-312-8/+0
* qemu: fix vga driver buildGerd Hoffmann2015-09-052-4/+4
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-212-3/+2
* {arch,cpu,drivers,ec}: Don't hide pointers behind typedefsEdward O'Callaghan2014-10-272-2/+2
* qemu: fix cirrus buildGerd Hoffmann2014-08-281-1/+3
* qemu: fix bochs buildGerd Hoffmann2014-08-281-1/+3
* qemu: Support textmode gfx init.Vladimir Serbinenko2014-03-033-0/+22
* QEMU debugcon: Move under drivers/emulation/qemuKyösti Mälkki2014-02-062-0/+44
* qemu/videoinit: Set required fields in fake EDIDVladimir Serbinenko2013-12-162-0/+6
* qemu: minor bochs cleanupsGerd Hoffmann2013-11-261-2/+4
* qemu: cirrus native video initVladimir Serbinenko2013-11-252-0/+351
* bochs: add support for native graphicsRonald G. Minnich2013-11-251-29/+13
* qemu: complete bochs dispi interface vga driver.Gerd Hoffmann2013-06-196-600/+172
* Get rid of drivers classPatrick Georgi2012-11-271-1/+1
* Handle drivers/ equally to any other sub directory.Stefan Reinauer2011-04-154-0/+6
* Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer2010-11-221-13/+0
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-273-11/+11
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-1/+1
* newconfig is no more.Patrick Georgi2010-02-071-1/+0
* Remove CONFIG_ from #defines that aren't config variables. Trivial.Myles Watson2009-10-171-1/+1