libpayload: Add iterators for CMOS variables
[coreboot.git] / payloads / libpayload / drivers / video /
2010-08-18 Jens Rottmannlibpayload: fix garbage on screen with Geode-LX VGA
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-03-25 Stefan ReinauerAdd coreboot framebuffer support to libpayload
2009-07-31 Stefan Reinauer* drop duplicate prototype for lib_get_sysinfo()
2008-11-24 Jordan Crouse[PATCH] libpayload: rename config.h to libpayload-config.h
2008-10-21 Jordan Crouse[PATCH] fix video console init
2008-10-21 Patrick GeorgiThis patch removes most of the #ifdefs in libc/console...
2008-10-08 Peter Stugelibpayload: Rename Geode video driver to Geode LX video...
2008-09-26 Stefan ReinauerUse a block cursor on VGA console :-)
2008-09-11 Patrick Georgimakes cursorx and cursory signed, as there
2008-08-19 Stefan Reinauermake all drivers relocatable. Per default, an 1:1 mappi...
2008-08-19 Stefan Reinaueradd functions to query cursor position to video layer
2008-08-11 Uwe HermannDocument all of the external code we use in libpayload...
2008-08-11 Jonathan A. KollaschMake cursor positioning work by using both halves of...
2008-08-11 Stefan Reinauervideo.c uses CONFIG_ variables, so it needs config...
2008-05-14 Jordan Crouselibpayload: Fix the putc function
2008-04-11 Uwe HermannDrop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE...
2008-04-11 Uwe HermannVarious small consistency fixes (trivial):
2008-04-11 Jordan Crouselibpayload: Add a Geode video driver
2008-04-10 Jordan Crouselibpayload: Add video console framework