summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* cbgfx: remove load_bitmapDaisuke Nojiri2015-10-271-14/+0
* cbgfx: add get_image_dimensionDaisuke Nojiri2015-10-271-0/+31
* cbgfx: make the code more descriptiveDaisuke Nojiri2015-10-271-151/+157
* cbgfx: add pivot option to draw_bitmapDaisuke Nojiri2015-10-271-57/+166
* cbgfx: use bilinear interpolation to scale bitmapDaisuke Nojiri2015-10-271-11/+44
* cbgfx: add load_bitmapDaisuke Nojiri2015-10-271-0/+15
* cbgfx: add clear_screenDaisuke Nojiri2015-10-271-0/+16
* cbgfx: allow draw_bitmap to render outside canvasDaisuke Nojiri2015-10-271-71/+125
* cbgfx: add draw_bitmapDaisuke Nojiri2015-10-272-2/+270
* cbgfx: coreboot graphics libraryDaisuke Nojiri2015-10-271-0/+148
* 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-082-2/+0
* libpayload: don't test for unsigned >= 0Patrick Georgi2015-01-031-1/+1
* libpayload: video: Check for 'console' pointer before dereferencing itJulius Werner2014-12-301-13/+15
* libpayload: video: Make cursor fixup independent of visibilityJulius Werner2014-12-302-14/+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: Keep physical addresses in console driversNico Huber2014-07-101-5/+8
* libpayload: If no video drivers initialize in video_init, return 1.Gabe Black2013-03-131-0/+1
* libpayload: Remove unnecessary include of arch/msr.hGabe Black2013-03-121-1/+0
* libpayload: Always use virtual pointers in struct sysinfo_tNico Huber2012-11-151-3/+3
* 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
* libpayload: fix garbage on screen with Geode-LX VGAJens Rottmann2010-08-181-3/+3
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-1/+1
* Add coreboot framebuffer support to libpayloadStefan Reinauer2010-03-254-14/+303
* * 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-082-15/+15
* Use a block cursor on VGA console :-)Stefan Reinauer2008-09-261-0/+14
* makes cursorx and cursory signed, as therePatrick Georgi2008-09-111-3/+7
* make all drivers relocatable. Per default, an 1:1 mapping is assumed.Stefan Reinauer2008-08-192-33/+36
* add functions to query cursor position to video layerStefan Reinauer2008-08-191-0/+20
* Document all of the external code we use in libpayload (trivial).Uwe Hermann2008-08-111-2/+2
* Make cursor positioning work by using both halves of the VGA cursorJonathan A. Kollasch2008-08-111-4/+4
* 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
* Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial).Uwe Hermann2008-04-111-2/+0
* Various small consistency fixes (trivial):Uwe Hermann2008-04-111-2/+2
* libpayload: Add a Geode video driverJordan Crouse2008-04-114-0/+4988
* libpayload: Add video console frameworkJordan Crouse2008-04-102-0/+300