summaryrefslogtreecommitdiff
path: root/payloads/libpayload/drivers/video
AgeCommit message (Expand)Author
2015-01-03libpayload: don't test for unsigned >= 0Patrick Georgi
2014-12-30libpayload: video: Check for 'console' pointer before dereferencing itJulius Werner
2014-12-30libpayload: video: Make cursor fixup independent of visibilityJulius Werner
2014-12-22libpayload: console: Allow output drivers to print whole strings at onceJulius Werner
2014-08-05libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black
2014-07-10libpayload: Keep physical addresses in console driversNico Huber
2013-03-13libpayload: If no video drivers initialize in video_init, return 1.Gabe Black
2013-03-12libpayload: Remove unnecessary include of arch/msr.hGabe Black
2012-11-15libpayload: Always use virtual pointers in struct sysinfo_tNico Huber
2012-11-09libpayload: Add a function to retrieve the rows and cols of the video console.Gabe Black
2012-11-09libpayload: Separate video initialization and the video console.Gabe Black
2010-08-18libpayload: fix garbage on screen with Geode-LX VGAJens Rottmann
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
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-26Use a block cursor on VGA console :-)Stefan Reinauer
2008-09-11makes cursorx and cursory signed, as therePatrick Georgi
2008-08-19make all drivers relocatable. Per default, an 1:1 mapping is assumed.Stefan Reinauer
2008-08-19add functions to query cursor position to video layerStefan Reinauer
2008-08-11Document all of the external code we use in libpayload (trivial).Uwe Hermann
2008-08-11Make cursor positioning work by using both halves of the VGA cursorJonathan A. Kollasch
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-11Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial).Uwe Hermann
2008-04-11Various small consistency fixes (trivial):Uwe Hermann
2008-04-11libpayload: Add a Geode video driverJordan Crouse
2008-04-10libpayload: Add video console frameworkJordan Crouse