1. 14b7eed lcd: support displaying 24bpp BMPs on >= 24bpp LCDs by Hannes Petermaier · Tue Jul 15 16:28:46 2014 +0200
  2. 68dcc41 lcd: remove unused lcd_puts_xy by Jeroen Hofstee · Thu Jul 10 22:21:11 2014 +0200
  3. 021c2b3 lcd: cleanup unused functions by Hannes Petermaier · Fri Mar 07 18:45:20 2014 +0100
  4. 95f87df Add support for 32-bit organized framebuffers by Hannes Petermaier · Fri Mar 07 18:55:40 2014 +0100
  5. 0d1e1f7 stdio: Pass device pointer to stdio methods by Simon Glass · Wed Jul 23 06:54:59 2014 -0600
  6. b9ddbf4 sandbox: Add LCD driver by Simon Glass · Thu Feb 27 13:26:19 2014 -0700
  7. c3bf15e common: lcd.c: fix data abort exception when try to access bmp header by Przemyslaw Marczak · Wed Jan 22 11:24:13 2014 +0100
  8. fa50d90 lcd: allow overriding lcd_get_size() by Anatolij Gustschin · Sat Nov 09 11:00:09 2013 +0100
  9. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · Mon Oct 07 13:07:26 2013 +0200
  10. 1e000f8 video: Encapsulate font in video_font_data.h by Marek Vasut · Tue Jul 30 23:37:57 2013 +0200
  11. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  12. b9b5eaf video: consolidate splash screen alignment code by Anatolij Gustschin · Tue Jul 02 00:04:05 2013 +0200
  13. 2a90ed0 video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO by Robert Winkler · Mon Jun 17 11:31:29 2013 -0700
  14. c4b7d65 lcd: remove unaligned access in lcd_dt_simplefb_configure_node() by Stephen Warren · Thu Jun 13 17:13:11 2013 -0600
  15. efe6428 lcd: add functions to set up simplefb device tree by Stephen Warren · Mon May 27 18:31:17 2013 +0000
  16. 0259159 video: bcm2835: fix build issues by Anatolij Gustschin · Fri Mar 29 14:00:13 2013 +0100
  17. 6bcdd9d Merge branch 'for-v2013.04' by Anatolij Gustschin · Fri Mar 29 13:54:10 2013 +0100
  18. ada32ec Fix bitmap offsets for non 8-bit LCDs by Andre Renaud · Wed Feb 13 17:48:00 2013 +0000
  19. cdc348a common/lcd.c: move the macro's to the c file by Jeroen Hofstee · Sat Jan 12 12:07:59 2013 +0000
  20. 729b09e common/lcd: cosmetic: clean up a bit by Jeroen Hofstee · Sat Jan 12 12:07:56 2013 +0000
  21. 881c4ec common/lcd.c: remove global lcd_base by Jeroen Hofstee · Tue Jan 22 10:44:12 2013 +0000
  22. b9092e6 common/lcd.c: cleanup use of global variables by Jeroen Hofstee · Tue Jan 22 10:44:11 2013 +0000
  23. 67f5391 common/lcd.c: cleanup use of global variables by Wolfgang Denk · Sat Jan 05 09:45:48 2013 +0000
  24. efc8f79 lcd: calculate line_length after lcd_ctrl_init() by Stephen Warren · Tue Jan 29 16:37:38 2013 +0000
  25. 2f3e2ca lcd: implement a callback for splashimage by Nikita Kiryanov · Sun Feb 24 21:28:43 2013 +0000
  26. e0eba1f lcd: add option for board specific splash screen preparation by Nikita Kiryanov · Wed Jan 30 21:39:57 2013 +0000
  27. 8ef7f1f lcd: restore ability to display 8 bpp BMPs on 16 bpp LCDs by Nikita Kiryanov · Thu Dec 20 00:52:34 2012 +0000
  28. 56b3ba1 Merge branch 'master' of git://git.denx.de/u-boot into resolve by Minkyu Kang · Mon Dec 10 13:44:41 2012 +0900
  29. af3e280 lcd: Add CONFIG_CONSOLE_SCROLL_LINES option to speed console by Simon Glass · Wed Oct 17 13:24:59 2012 +0000
  30. ef45ffd lcd: Add support for flushing LCD fb from dcache after update by Simon Glass · Tue Oct 30 13:40:18 2012 +0000
  31. 599a4df lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignment by Simon Glass · Wed Oct 17 13:24:54 2012 +0000
  32. 79926a4 lcd: Implement RLE8 bitmap decoding by Tom Wai-Hong Tam · Fri Sep 28 15:11:16 2012 +0000
  33. 93f04d6 lcd: Fix BMP decode bug that skips the wrong padded row by Tom Wai-Hong Tam · Fri Sep 28 15:11:14 2012 +0000
  34. a7eaa2f lcd: Provide an API to access LCD parameters by Vadim Bendebury · Fri Sep 28 15:11:13 2012 +0000
  35. 4bb5fa4 common/lcd: fix build breakage for at91sam9x5ek and trats boards by Anatolij Gustschin · Sat Sep 22 06:55:53 2012 +0000
  36. 5c540b2 common/lcd: add protection from null bmp pointer by Nikita Kiryanov · Sun Aug 19 19:32:30 2012 +0000
  37. b457118 common lcd: simplify lcd_display_bitmap by Nikita Kiryanov · Thu Aug 09 00:14:53 2012 +0000
  38. 2242527 common lcd: simplify core functions by Nikita Kiryanov · Thu Aug 09 00:14:52 2012 +0000
  39. b4eb54d common lcd: simplify lcd_display by Nikita Kiryanov · Thu Aug 09 00:14:51 2012 +0000
  40. 2b246c4 common lcd: simplify lcd_logo by Nikita Kiryanov · Thu Aug 09 00:14:50 2012 +0000
  41. 1f82841 common lcd: minor coding style changes by Nikita Kiryanov · Thu May 24 01:42:38 2012 +0000
  42. bf345a1 LCD: display 32bpp decompressed bitmap image by Donghwa Lee · Wed May 09 19:23:37 2012 +0000
  43. 6f1378f common/lcd.c: reduce one CONFIG_LCD_LOGO ifdef by Anatolij Gustschin · Fri Apr 27 04:41:27 2012 +0000
  44. 81b99b8 common/lcd.c: reduce some CONFIG_LCD_*_LOGO ifdefs by Anatolij Gustschin · Fri Apr 27 04:41:16 2012 +0000
  45. 218e6a0 common/lcd.c: use ARRAY_SIZE by Anatolij Gustschin · Fri Apr 27 04:41:06 2012 +0000
  46. 85cc88a PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X by Marek Vasut · Sat Nov 26 07:20:07 2011 +0100
  47. 41132c0 font: split font data from video_font.h by Che-Liang Chiou · Fri Oct 21 17:04:21 2011 +0800
  48. 5639fc6 tools: logo: split bmp arrays from bmp_logo.h by Che-Liang Chiou · Thu Oct 20 23:04:20 2011 +0000
  49. 2444b17 lcd: add clear and draw bitmap declaration by Che-Liang Chiou · Thu Oct 20 23:07:03 2011 +0000
  50. df5d8c1 GCC4.6: Squash warnings in lcd.c by Marek Vasut · Mon Sep 26 02:26:04 2011 +0200
  51. 1bb9871 lcd: align fb writing address for horizontal display offset by Liu Ying · Tue Jan 11 15:29:58 2011 +0800
  52. 23cf8e4 Enable PXAFB for PXA27X and PXA3XX by Marek Vasut · Sat Nov 28 13:57:43 2009 +0100
  53. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  54. 2d68c26 lcd: make 16bpp work by Alessandro Rubini · Sat Mar 13 17:44:08 2010 +0100
  55. 460c7d2 lcd: remove CONFIG_ATMEL_LCD ifdefs from lcd_setfgcolor by Anatolij Gustschin · Sat Dec 12 21:20:57 2009 +0100
  56. ab1a6e9 lcd: remove '#if 0' 32-bit scroll, now memcpy does it by Alessandro Rubini · Sat Oct 10 11:51:26 2009 +0200
  57. 465c45a video: move extern declarations from C to headers by Alessandro Rubini · Sun Jul 19 17:52:27 2009 +0200
  58. 2a7a031 stdio/device: rework function naming convention by Jean-Christophe PLAGNIOL-VILLARD · Sat May 16 12:14:54 2009 +0200
  59. 5388418 Added support for splash screen positioning by Matthias Weisser · Thu Jul 09 16:07:30 2009 +0200
  60. c54781c General help message cleanup by Wolfgang Denk · Sun May 24 17:06:54 2009 +0200
  61. a11ca28 lcd: Fix compilation warning in common/lcd.c by Anatolij Gustschin · Wed Feb 25 20:28:13 2009 +0100
  62. 332d0b5 LCD: support 8bpp BMPs on 16bpp displays by Guennadi Liakhovetski · Fri Feb 06 10:37:53 2009 +0100
  63. 7b298f3 Add 16bpp BMP support by Mark Jackson · Fri Feb 06 10:37:49 2009 +0100
  64. 95f0282 lcd_putc bug fix for tab. by Derek Ou · Tue Feb 03 16:00:07 2009 -0700
  65. dfb72b8 Command usage cleanup by Peter Tyser · Tue Jan 27 18:03:12 2009 -0600
  66. 0075ca0 lcd: Let the board code show board-specific info cleanup by Peter Tyser · Fri Oct 31 11:12:38 2008 -0500
  67. ddbcf95 lcd: Let the board code show board-specific info by Haavard Skinnemoen · Mon Sep 01 16:21:22 2008 +0200
  68. 7eb8b23 lcd: Set lcd_is_enabled before clearing the screen by Haavard Skinnemoen · Mon Sep 01 16:21:21 2008 +0200
  69. 010c773 lcd: Implement lcd_printf() by Haavard Skinnemoen · Mon Sep 01 16:21:20 2008 +0200
  70. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  71. 58cd54a common: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · Wed Aug 13 01:40:38 2008 +0200
  72. 82ccfde TQM823L: re-enable logo support; update LCD_INFO text by Wolfgang Denk · Mon Jul 07 01:22:29 2008 +0200
  73. 8886b53 Fix bitmap display for atmel lcd controller by Mark Jackson · Fri Aug 01 09:48:29 2008 +0100
  74. 45bc5ea Add gzipped logo support by Mark Jackson · Thu Jul 31 16:09:00 2008 +0100
  75. dc770c7 Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · Mon Jul 14 15:19:07 2008 +0200
  76. 509cd07 Fix printf() format issues with sizeof_t types by using %zu by Wolfgang Denk · Mon Jul 14 15:06:35 2008 +0200
  77. 794c966 Cleanup nand_info[] declaration. by Stelian Pop · Tue May 13 17:31:24 2008 +0200
  78. f6f8665 Add ATMEL LCD driver by Stelian Pop · Fri May 09 21:57:18 2008 +0200
  79. 052fc84 common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · Sun Jul 08 18:10:08 2007 -0500
  80. e4ea796 common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:02:05 2007 -0500
  81. 6d89f0c MCC200: Fix uninitialized variable problem in LCD driver by Wolfgang Denk · Fri Oct 20 15:51:21 2006 +0200
  82. 4df0da5 Coding style cleanup by Wolfgang Denk · Mon Oct 09 00:42:01 2006 +0200
  83. d4321d3 Add splashscreen support for MCC200 board. by Wolfgang Denk · Wed Aug 30 23:09:00 2006 +0200
  84. 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · Fri Mar 31 18:32:53 2006 +0200
  85. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · Thu Oct 13 16:45:02 2005 +0200
  86. c4df5a4 Fix computation of framebuffer palette for 8bpp LCD bitmaps by Wolfgang Denk · Wed Sep 21 15:24:52 2005 +0200
  87. 2b9d186 * Patch by Detlev Zundel, 30 Jun 2005: by wdenk · Mon Jul 04 00:03:16 2005 +0000
  88. 5ceea26 Fix watchdog reset problems on LWMON board by wdenk · Sun Jun 05 20:30:43 2005 +0000
  89. bc3202a * Patch by Yuli Barcohen, 08 Nov 2004: by wdenk · Sun Apr 03 23:11:38 2005 +0000
  90. b3a4a70 * Clean up CMC PU2 flash driver by wdenk · Fri Dec 10 11:40:40 2004 +0000
  91. 9ca7bbc * Clean up tools/bmp_logo.c to not add trailing white space by wdenk · Sat Oct 09 23:25:58 2004 +0000