index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
drivers
/
emulation
Age
Commit message (
Expand
)
Author
2020-09-21
src/drivers: Drop unneeded empty lines
Elyes HAOUAS
2020-05-20
drivers/emulation/qemu/bochs: Rewrite driver
Patrick Rudolph
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-06
treewide: replace GPLv2 long form headers with SPDX header
Patrick Georgi
2020-05-06
treewide: Move "is part of the coreboot project" line in its own comment
Patrick Georgi
2020-04-06
src/drivers: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-05
Drop explicit NULL initializations from `device_operations`
Elyes HAOUAS
2020-03-03
treewide: Replace BOARD_EMULATION_QEMU_X86
Angel Pons
2019-12-19
src/{drivers,device,ec}: Remove unused <stdlib.h>
Elyes HAOUAS
2019-10-27
src/[arch-lib]: change "unsigned" to "unsigned int"
Martin Roth
2019-10-27
src: Use 'include <boot/coreboot_tables.h>' when appropriate
Elyes HAOUAS
2019-10-22
AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS file
Martin Roth
2019-10-18
src: Remove unused include '<device/pci_ids.h>'
Elyes HAOUAS
2019-05-29
drivers/emulation/qemu_debugcon: Don't use CAR_GLOBAL
Arthur Heymans
2019-04-06
src: Use include <delay.h> when appropriate
Elyes HAOUAS
2019-03-23
console/qemu_debugcon: Support additional stages
Patrick Rudolph
2019-03-20
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-04
arch/io.h: Drop unnecessary include
Kyösti Mälkki
2018-10-23
src: Remove unneeded whitespace
Elyes HAOUAS
2017-06-12
src/drivers: Add license headers
Martin Roth
2017-06-04
Kconfig: Add choice of framebuffer mode
Nico Huber
2017-06-02
Kconfig: Introduce HAVE_(VBE_)LINEAR_FRAMEBUFFER
Nico Huber
2017-06-02
Kconfig: Rework MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG
Nico Huber
2016-04-19
drivers/emulation: Switch to src/drivers/[X]/[Y]/ scheme
Stefan Reinauer
2016-04-07
edid: Make framebuffer row alignment configurable
Julius Werner
2016-03-24
edid: Add helper function to calculate bits-per-pixel dependent values
Julius Werner
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-09-05
qemu: fix vga driver build
Gerd Hoffmann
2015-06-08
Remove empty lines at end of file
Elyes HAOUAS
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2014-10-27
{arch,cpu,drivers,ec}: Don't hide pointers behind typedefs
Edward O'Callaghan
2014-08-28
qemu: fix cirrus build
Gerd Hoffmann
2014-08-28
qemu: fix bochs build
Gerd Hoffmann
2014-03-03
qemu: Support textmode gfx init.
Vladimir Serbinenko
2014-02-06
QEMU debugcon: Move under drivers/emulation/qemu
Kyösti Mälkki
2013-12-16
qemu/videoinit: Set required fields in fake EDID
Vladimir Serbinenko
2013-11-26
qemu: minor bochs cleanups
Gerd Hoffmann
2013-11-25
qemu: cirrus native video init
Vladimir Serbinenko
2013-11-25
bochs: add support for native graphics
Ronald G. Minnich
2013-06-19
qemu: complete bochs dispi interface vga driver.
Gerd Hoffmann
2012-11-27
Get rid of drivers class
Patrick Georgi
2011-04-15
Handle drivers/ equally to any other sub directory.
Stefan Reinauer
2010-11-22
Printing coreboot debug messages on VGA console is pretty much useless, since
Stefan Reinauer
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-02-07
newconfig is no more.
Patrick Georgi
2009-10-17
Remove CONFIG_ from #defines that aren't config variables. Trivial.
Myles Watson
2007-10-24
Ever wondered where those "setting incorrect section attributes for
Stefan Reinauer
2004-06-28
add qemu graphics card initialization driver
Stefan Reinauer