summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/drivers/video/video.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-071-6/+6
* libpayload: Don't try to use invalid row countMartin Roth2018-12-091-0/+3
* video_printf: align textDaisuke Nojiri2015-09-081-1/+25
* video: add video_printfDaisuke Nojiri2015-09-081-0/+21
* libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer2015-06-301-6/+6
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* libpayload: video: Check for 'console' pointer before dereferencing itJulius Werner2014-12-301-13/+15
* libpayload: video: Make cursor fixup independent of visibilityJulius Werner2014-12-301-10/+2
* libpayload: console: Allow output drivers to print whole strings at onceJulius Werner2014-12-221-0/+1
* libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black2014-08-051-6/+6
* libpayload: If no video drivers initialize in video_init, return 1.Gabe Black2013-03-131-0/+1
* libpayload: Add a function to retrieve the rows and cols of the video console.Gabe Black2012-11-091-0/+10
* libpayload: Separate video initialization and the video console.Gabe Black2012-11-091-16/+23
* Add coreboot framebuffer support to libpayloadStefan Reinauer2010-03-251-5/+14
* * drop duplicate prototype for lib_get_sysinfo()Stefan Reinauer2009-07-311-1/+1
* [PATCH] libpayload: rename config.h to libpayload-config.hJordan Crouse2008-11-241-1/+1
* [PATCH] fix video console initJordan Crouse2008-10-211-2/+1
* This patch removes most of the #ifdefs in libc/console.c, andPatrick Georgi2008-10-211-0/+11
* libpayload: Rename Geode video driver to Geode LX video driver.Peter Stuge2008-10-081-4/+4
* makes cursorx and cursory signed, as therePatrick Georgi2008-09-111-3/+7
* add functions to query cursor position to video layerStefan Reinauer2008-08-191-0/+20
* video.c uses CONFIG_ variables, so it needs config.h (trivial)Stefan Reinauer2008-08-111-0/+1
* libpayload: Fix the putc functionJordan Crouse2008-05-141-2/+2
* libpayload: Add a Geode video driverJordan Crouse2008-04-111-0/+7
* libpayload: Add video console frameworkJordan Crouse2008-04-101-0/+160