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