1. 33778ea video: Check for valid FB pointer before clearing by Duncan Laurie · Sat Nov 03 11:41:40 2012 +0000
  2. e1c82c2 video: Skip bitmaps which do not fit into the screen in cfb_console by Vadim Bendebury · Fri Sep 28 15:11:17 2012 +0000
  3. 7870da3 video: Implement additional video API functions in cfb_console by Stefan Reinauer · Fri Sep 28 15:11:12 2012 +0000
  4. 4a57da3 cfb_console: Add support for some ANSI terminal escape codes by Pali Rohár · Fri Oct 19 13:30:09 2012 +0000
  5. d593218 video: cfb_console: add function to plot the logo area black by Bastian Ruppert · Thu Sep 13 22:29:02 2012 +0000
  6. a13e81f video: cfb_console: logo can be positioned via the splashpos variable by Bastian Ruppert · Thu Sep 13 22:29:01 2012 +0000
  7. c6dd2e0 video: Rename CONFIG_VIDEO_MX5 by Fabio Estevam · Thu May 31 07:23:56 2012 +0000
  8. dbad2b8 video: cfb_console: flush dcache for frame buffer in DRAM by Anatolij Gustschin · Tue Jun 05 09:19:18 2012 +0200
  9. 9d735b6 cfb_console: Ignore bell character by Pali Rohár · Sat Apr 28 07:26:47 2012 +0000
  10. 1665861 cfb_console: Add console_clear_line function by Pali Rohár · Sat Apr 28 07:26:44 2012 +0000
  11. 8898b7f cfb_console: Fix function console_back by Pali Rohár · Sat Apr 28 07:26:43 2012 +0000
  12. 814d0e1 video: cfb_console: fix build warnings by Anatolij Gustschin · Wed Dec 07 03:58:10 2011 +0000
  13. 12874de video: cfb_console: Make the software cursor non-destructive by Gabe Black · Wed Nov 30 13:50:50 2011 +0000
  14. 04c9e80 CFB: Fix font rendering on mx5 framebuffer by Marek Vasut · Wed Nov 23 16:32:16 2011 +0000
  15. 41132c0 font: split font data from video_font.h by Che-Liang Chiou · Fri Oct 21 17:04:21 2011 +0800
  16. 5639fc6 tools: logo: split bmp arrays from bmp_logo.h by Che-Liang Chiou · Thu Oct 20 23:04:20 2011 +0000
  17. ffbd9ee drivers/video/cfb_console.c:Fix GCC 4.6 build warning by Wolfgang Denk · Fri Nov 04 15:55:20 2011 +0000
  18. 2eb9a49 GCC4.6: Squash warning in cfb_console.c by Marek Vasut · Fri Oct 21 14:17:04 2011 +0000
  19. 0385c13 video: Moving mx3fb.c to CONFIG_VIDEO by Helmut Raiger · Wed Oct 12 23:16:29 2011 +0000
  20. a87b2a95 cfb_console.c: checkpatch cleanup by Wolfgang Denk · Sat Jul 30 12:48:09 2011 +0000
  21. 4671771 cfb_console.c: drop custom PRINTD() and use debug() instead by Wolfgang Denk · Fri Jul 29 09:55:28 2011 +0000
  22. 0b4b56e Cosmetic: reformat drivers/video/cfb_console.c by Wolfgang Denk · Fri Jul 29 09:55:27 2011 +0000
  23. e88a9a4 cfb_console: fix build breakage by Andreas Bießmann · Fri Jul 29 09:10:13 2011 +0200
  24. 61d0195 unify version_string by Andreas Bießmann · Mon Jul 18 20:24:04 2011 +0200
  25. ce5f8df cfb_console: fix RLE bitmap drawing code by Anatolij Gustschin · Mon Feb 21 21:33:29 2011 +0100
  26. 7b899b5 Merge branch 'next' of /home/wd/git/u-boot/next by Wolfgang Denk · Tue Sep 28 23:30:47 2010 +0200
  27. 0fce992 video: cfb_console: add support for 4bpp bitmaps with GDF_32BIT_X888RGB by Timur Tabi · Mon Aug 23 16:58:00 2010 -0500
  28. be0c74e video: cfb_console: fix definition and usage of CURSOR_xxx macros by Timur Tabi · Fri Aug 27 15:45:47 2010 -0500
  29. 794b25c video: cleanup comments in cfb_console.c and video_fb.h by Anatolij Gustschin · Sat Jun 19 20:41:56 2010 +0200
  30. a043c34 video: cfb_console: add weak default video_set_lut() by Anatolij Gustschin · Sat May 01 22:21:09 2010 +0200
  31. 6b4e4fc video: cfb_console.c: add support for RLE8 bitmaps by Anatolij Gustschin · Mon Mar 15 14:50:25 2010 +0100
  32. 76d7086 video: Fix console display when splashscreen is used by Matthias Weisser · Tue Jan 12 12:06:31 2010 +0100
  33. 32d15b9 move prototypes for gunzip() and zunzip() to common.h by Wolfgang Wegner · Wed Dec 09 15:16:47 2009 +0100
  34. e1b0584 video: mb862xx: add option VIDEO_FB_16BPP_WORD_SWAP for IPEK01 by Wolfgang Grandegger · Fri Oct 23 12:03:15 2009 +0200
  35. e7e44a0 video: mb862xx: add option CONFIG_VIDEO_MB862xx_ACCEL for 32bpp mode by Anatolij Gustschin · Fri Oct 23 12:03:14 2009 +0200
  36. 2a7a031 stdio/device: rework function naming convention by Jean-Christophe PLAGNIOL-VILLARD · Sat May 16 12:14:54 2009 +0200
  37. 5388418 Added support for splash screen positioning by Matthias Weisser · Thu Jul 09 16:07:30 2009 +0200
  38. d0e4e2a video: Add an option to skip video initialization by Wolfgang Denk · Fri May 15 10:07:43 2009 +0200
  39. 50bc99c drv_video_init(): simplify logic by Wolfgang Denk · Fri May 15 10:07:42 2009 +0200
  40. e6e98b2 video: fix bug in cfb_console.c code by Anatolij Gustschin · Thu Apr 23 12:35:22 2009 +0200
  41. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  42. 5601c61 clean up some #if !defined() in drivers/video/cfb_console.c by Andrew Dyer · Fri Aug 29 12:30:39 2008 -0500
  43. 6c1179f video: Clean drivers/video/Makefile by Michal Simek · Mon Jul 14 19:45:45 2008 +0200
  44. 18b8036 video: fix bug in cfb_console code by Anatolij Gustschin · Fri Aug 08 18:00:40 2008 +0200
  45. 06bf2a6 video: fix bug in logo_plot by Anatolij Gustschin · Fri Aug 08 18:00:39 2008 +0200
  46. a7c5a59 video: Add missing free for logo memory by Matthias Fuchs · Mon Apr 21 11:19:04 2008 +0200
  47. 3545f59 Add Fujitsu CoralP/Lime video driver by Anatolij Gustschin · Fri Jan 11 14:30:01 2008 +0100
  48. 938db91 Fix video console newline and carriage return handling by Anatolij Gustschin · Fri Jan 11 02:39:47 2008 +0100
  49. aea6856 fix comments with new drivers organization by Marcel Ziswiler · Sun Dec 30 03:30:46 2007 +0100
  50. e6b1ec1 drivers/video : move video drivers to drivers/video by Jean-Christophe PLAGNIOL-VILLARD · Tue Nov 20 20:41:48 2007 +0100[Renamed from drivers/cfb_console.c]
  51. 30c2f24 drivers/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · Tue Jul 10 11:13:21 2007 -0500
  52. b1d408a drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · Mon Jul 09 17:30:01 2007 -0500
  53. d8c8630 drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:02:10 2007 -0500
  54. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · Thu Oct 13 16:45:02 2005 +0200
  55. 13b9369 Fix gzip bmp support (test if malloc fails, warning when truncated). by Stefan Roese · Sat Oct 08 10:19:07 2005 +0200
  56. d9d9774 Add SM501 support to HH405 board. by Stefan Roese · Thu Sep 22 09:04:17 2005 +0200
  57. da54bc9 * Patch by Martin Krause, 03 Aug 2004: by wdenk · Wed Aug 04 21:56:49 2004 +0000
  58. 7ac1610 * Code cleanup by wdenk · Sun Aug 01 22:48:16 2004 +0000
  59. a8c13d4 * Patch by Dan Poirot, 06 Jul 2004: Fix sbc8260 environment variables by wdenk · Sun Jul 11 21:49:42 2004 +0000
  60. 7dd1329 * Cleanup by wdenk · Sun Jul 11 20:04:51 2004 +0000
  61. e55402c * Patch by Pierre Aubert, 11 Mar 2004: by wdenk · Sun Mar 14 16:51:43 2004 +0000
  62. 57b2d80 * Code cleanup: by wdenk · Fri Jun 27 21:31:46 2003 +0000
  63. 9dd2b88 * Fix startup problems with VFD display on TRAB by wdenk · Tue Dec 03 21:28:10 2002 +0000
  64. c609719 Initial revision by wdenk · Sun Nov 03 00:24:07 2002 +0000