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