1. b24a7d9 video: cmd: Drop old LCD code by Simon Glass · Sun Oct 16 15:57:41 2022 -0600
  2. de368f8 video: Move bmp_display() prototype to video.h by Simon Glass · Tue Oct 18 07:41:14 2022 -0600
  3. 858198c video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZE by Simon Glass · Tue Oct 18 06:46:08 2022 -0600
  4. 8b883a3 video: Split SPLASH_SCREEN_ALIGN from bmp command by Simon Glass · Tue Oct 18 06:24:16 2022 -0600
  5. 03fbd25 video: Drop references to CONFIG_VIDEO et al by Simon Glass · Sun Jan 23 07:04:08 2022 -0700
  6. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · Sat Jul 24 09:03:30 2021 -0600
  7. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · Sat Jul 24 09:03:29 2021 -0600
  8. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  9. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  10. 85f1378 common: Move the image globals into image.h by Simon Glass · Sat Dec 28 10:45:03 2019 -0700
  11. 892265d image: Rename load_addr, save_addr, save_size by Simon Glass · Sat Dec 28 10:45:02 2019 -0700
  12. 1a974af common: Move gzip functions into a new gzip header by Simon Glass · Thu Aug 01 09:46:36 2019 -0600
  13. fedd94c cmd: bmp: Make integer-to-pointer cast platform, independent by Adam Heinrich · Mon Dec 31 12:11:08 2018 +0100
  14. 28e07f3 cmd: bmp: manage centered display by Patrick Delaunay · Sat Dec 01 14:41:07 2018 +0100
  15. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  16. c7298e7 dm: Use uclass_first_device_err() where it is useful by Simon Glass · Thu Feb 11 13:23:26 2016 -0700
  17. 476e8af cmd: Fix control bmp_display() by Simon Glass · Sat Jan 30 15:45:15 2016 -0700
  18. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · Sun Jan 17 20:53:52 2016 -0700[Renamed from cmd/cmd_bmp.c]
  19. 29499a0 Move all command code into its own directory by Simon Glass · Sun Jan 17 20:53:51 2016 -0700[Renamed from common/cmd_bmp.c]
  20. 68b2627 dm: video: Implement the bmp command for driver model by Simon Glass · Mon Jan 18 19:52:22 2016 -0700
  21. cd161d8 sandbox: Support the bmp command by Simon Glass · Tue Jan 05 09:30:58 2016 -0700
  22. 92e1f85 Remove typedefs from bmp_layout.h by Simon Glass · Wed May 13 07:02:27 2015 -0600
  23. ec7fbf5 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · Fri Oct 04 17:43:24 2013 +0200
  24. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  25. b9b5eaf video: consolidate splash screen alignment code by Anatolij Gustschin · Tue Jul 02 00:04:05 2013 +0200
  26. e59e0ff lcd: align bmp header when uncopmressing image by Piotr Wilczek · Wed Jun 05 08:14:30 2013 +0200
  27. 987d1d8 video: Provide an API to access video parameters by Stefan Reinauer · Fri Sep 28 15:11:11 2012 +0000
  28. 7a49e6f cmd_bmp.c: make bmp_display() usable by drivers or board code by Anatolij Gustschin · Fri Apr 27 04:38:06 2012 +0000
  29. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · Sat Dec 10 08:44:01 2011 +0000
  30. 2444b17 lcd: add clear and draw bitmap declaration by Che-Liang Chiou · Thu Oct 20 23:07:03 2011 +0000
  31. af42bb3 cmd_bmp.c: message about compressed formats is debug info only. by Wolfgang Denk · Wed Feb 09 15:11:10 2011 +0100
  32. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · Thu Oct 28 20:00:11 2010 +0200
  33. aeb2991 ARM: add relocation support by Heiko Schocher · Fri Sep 17 13:10:39 2010 +0200
  34. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · Sat Jul 17 01:06:04 2010 +0200
  35. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  36. c59bc50 cmd_bmp.c: add standard subcommand handling by Frans Meulenbroeks · Sat Mar 27 11:16:10 2010 +0100
  37. 32d15b9 move prototypes for gunzip() and zunzip() to common.h by Wolfgang Wegner · Wed Dec 09 15:16:47 2009 +0100
  38. 465c45a video: move extern declarations from C to headers by Alessandro Rubini · Sun Jul 19 17:52:27 2009 +0200
  39. e68fdc3 Remove static declaration from gunzip_bmp() by Mark Jackson · Tue Jul 21 11:30:53 2009 +0100
  40. c54781c General help message cleanup by Wolfgang Denk · Sun May 24 17:06:54 2009 +0200
  41. dfb72b8 Command usage cleanup by Peter Tyser · Tue Jan 27 18:03:12 2009 -0600
  42. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · Tue Jan 27 18:03:10 2009 -0600
  43. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  44. ea00044 Fix compilation problem in common/cmd_bmp.c by Anatolij Gustschin · Fri Jan 11 02:15:02 2008 +0100
  45. 68d89dc cmd_bmp: Add support for displaying gzip compressed bmps by Hans-Christian Egtvedt · Fri Nov 30 17:29:59 2007 +0100
  46. c0d32e9 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · Mon Sep 24 09:05:31 2007 -0600
  47. 54324d0 common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · Sun Jul 08 17:51:39 2007 -0500
  48. 8692c60 common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:01:43 2007 -0500
  49. 13b9369 Fix gzip bmp support (test if malloc fails, warning when truncated). by Stefan Roese · Sat Oct 08 10:19:07 2005 +0200
  50. 9ca7bbc * Clean up tools/bmp_logo.c to not add trailing white space by wdenk · Sat Oct 09 23:25:58 2004 +0000
  51. 7ac1610 * Code cleanup by wdenk · Sun Aug 01 22:48:16 2004 +0000
  52. e55402c * Patch by Pierre Aubert, 11 Mar 2004: by wdenk · Sun Mar 14 16:51:43 2004 +0000
  53. f287a24 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · Tue Jul 01 21:06:45 2003 +0000
  54. b9bbd24 * Patch by Seb James, 30 Jun 2003: by wdenk · Mon Jun 30 16:24:52 2003 +0000
  55. f12e396 Fix some missing commands, cleanup header files by wdenk · Sun Jun 29 21:03:46 2003 +0000
  56. f5f146e Add files needed for bitmap load support by wdenk · Sun Apr 20 16:52:09 2003 +0000