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
/
payloads
/
libpayload
/
drivers
/
video
Age
Commit message (
Expand
)
Author
2008-10-08
libpayload: Rename Geode video driver to Geode LX video driver.
Peter Stuge
2008-09-26
Use a block cursor on VGA console :-)
Stefan Reinauer
2008-09-11
makes cursorx and cursory signed, as there
Patrick Georgi
2008-08-19
make all drivers relocatable. Per default, an 1:1 mapping is assumed.
Stefan Reinauer
2008-08-19
add functions to query cursor position to video layer
Stefan Reinauer
2008-08-11
Document all of the external code we use in libpayload (trivial).
Uwe Hermann
2008-08-11
Make cursor positioning work by using both halves of the VGA cursor
Jonathan A. Kollasch
2008-08-11
video.c uses CONFIG_ variables, so it needs config.h (trivial)
Stefan Reinauer
2008-05-14
libpayload: Fix the putc function
Jordan Crouse
2008-04-11
Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial).
Uwe Hermann
2008-04-11
Various small consistency fixes (trivial):
Uwe Hermann
2008-04-11
libpayload: Add a Geode video driver
Jordan Crouse
2008-04-10
libpayload: Add video console framework
Jordan Crouse