summaryrefslogtreecommitdiffstats
path: root/src/drivers/emulation/qemu/cirrus.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: Remove space between function name and '('Elyes Haouas2023-09-111-44/+44
* drivers: Replace set_vbe_mode_info_validPatrick Rudolph2020-12-171-8/+2
* src/drivers: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+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
* 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/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-15/+15
* src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS2019-10-271-1/+0
* AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth2019-10-221-2/+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-3/+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
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* Kconfig: Add choice of framebuffer modeNico Huber2017-06-041-9/+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
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* qemu: fix vga driver buildGerd Hoffmann2015-09-051-2/+2
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-2/+1
* {arch,cpu,drivers,ec}: Don't hide pointers behind typedefsEdward O'Callaghan2014-10-271-1/+1
* qemu: fix cirrus buildGerd Hoffmann2014-08-281-1/+3
* qemu: Support textmode gfx init.Vladimir Serbinenko2014-03-031-0/+10
* qemu/videoinit: Set required fields in fake EDIDVladimir Serbinenko2013-12-161-0/+3
* qemu: cirrus native video initVladimir Serbinenko2013-11-251-0/+349