aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/drivers/video/video.c
AgeCommit message (Expand)Author
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2019-03-07payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-12-09libpayload: Don't try to use invalid row countMartin Roth
2015-09-08video_printf: align textDaisuke Nojiri
2015-09-08video: add video_printfDaisuke Nojiri
2015-06-30libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer
2015-06-08Remove empty lines at end of fileElyes HAOUAS
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
2013-03-13libpayload: If no video drivers initialize in video_init, return 1.Gabe Black
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-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