index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
drivers
/
emulation
/
qemu
/
bochs.c
Age
Commit message (
Expand
)
Author
2019-12-19
src/{drivers,device,ec}: Remove unused <stdlib.h>
Elyes HAOUAS
2019-10-27
src: Use 'include <boot/coreboot_tables.h>' when appropriate
Elyes HAOUAS
2019-10-18
src: Remove unused include '<device/pci_ids.h>'
Elyes HAOUAS
2019-04-06
src: Use include <delay.h> when appropriate
Elyes HAOUAS
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
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
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-09-05
qemu: fix vga driver build
Gerd Hoffmann
2014-10-27
{arch,cpu,drivers,ec}: Don't hide pointers behind typedefs
Edward O'Callaghan
2014-08-28
qemu: fix bochs build
Gerd Hoffmann
2014-03-03
qemu: Support textmode gfx init.
Vladimir Serbinenko
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
bochs: add support for native graphics
Ronald G. Minnich
2013-06-19
qemu: complete bochs dispi interface vga driver.
Gerd Hoffmann