aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/drivers/video/video.c
AgeCommit message (Expand)Author
2010-03-25Add coreboot framebuffer support to libpayloadStefan Reinauer
2009-07-31* drop duplicate prototype for lib_get_sysinfo()Stefan Reinauer
2008-11-24[PATCH] libpayload: rename config.h to libpayload-config.hJordan Crouse
2008-10-21[PATCH] fix video console initJordan Crouse
2008-10-21This patch removes most of the #ifdefs in libc/console.c, andPatrick Georgi
2008-10-08libpayload: Rename Geode video driver to Geode LX video driver.Peter Stuge
2008-09-11makes cursorx and cursory signed, as therePatrick Georgi
2008-08-19add functions to query cursor position to video layerStefan Reinauer
2008-08-11video.c uses CONFIG_ variables, so it needs config.h (trivial)Stefan Reinauer
2008-05-14libpayload: Fix the putc functionJordan Crouse
2008-04-11libpayload: Add a Geode video driverJordan Crouse
2008-04-10libpayload: Add video console frameworkJordan Crouse