1. f9b7bd7 video: cmd: Drop old LCD code by Simon Glass · 2 years, 1 month ago
  2. f24404d video: Move bmp_display() prototype to video.h by Simon Glass · 2 years, 1 month ago
  3. e655003 video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZE by Simon Glass · 2 years, 1 month ago
  4. 988d19d video: Split SPLASH_SCREEN_ALIGN from bmp command by Simon Glass · 2 years, 1 month ago
  5. 1fa43ca video: Drop references to CONFIG_VIDEO et al by Simon Glass · 2 years, 10 months ago
  6. 0b1284e global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
  7. 7e5f460 global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
  8. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
  9. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 6 months ago
  10. 8e8ccfe common: Move the image globals into image.h by Simon Glass · 4 years, 11 months ago
  11. bb872dd image: Rename load_addr, save_addr, save_size by Simon Glass · 4 years, 11 months ago
  12. 0c670fc common: Move gzip functions into a new gzip header by Simon Glass · 5 years ago
  13. 7719521 cmd: bmp: Make integer-to-pointer cast platform, independent by Adam Heinrich · 6 years ago
  14. b0fcedb cmd: bmp: manage centered display by Patrick Delaunay · 6 years ago
  15. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  16. 3f603cb dm: Use uclass_first_device_err() where it is useful by Simon Glass · 9 years ago
  17. e517db7 cmd: Fix control bmp_display() by Simon Glass · 9 years ago
  18. 2e192b2 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_bmp.c]
  19. 72a8cf8 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_bmp.c]
  20. b01c792 dm: video: Implement the bmp command for driver model by Simon Glass · 9 years ago
  21. 72b335e sandbox: Support the bmp command by Simon Glass · 9 years ago
  22. 1c3dbe5 Remove typedefs from bmp_layout.h by Simon Glass · 10 years ago
  23. 93e1459 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · 11 years ago
  24. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  25. ff8fb56 video: consolidate splash screen alignment code by Anatolij Gustschin · 11 years ago
  26. f7ef9d6 lcd: align bmp header when uncopmressing image by Piotr Wilczek · 11 years ago
  27. f674f7c video: Provide an API to access video parameters by Stefan Reinauer · 12 years ago
  28. de3b49c cmd_bmp.c: make bmp_display() usable by drivers or board code by Anatolij Gustschin · 13 years ago
  29. 4c12eeb Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  30. 0211090 lcd: add clear and draw bitmap declaration by Che-Liang Chiou · 13 years ago
  31. 17f79e4 cmd_bmp.c: message about compressed formats is debug info only. by Wolfgang Denk · 14 years ago
  32. 2e5167c Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  33. f1d2b31 ARM: add relocation support by Heiko Schocher · 14 years ago
  34. 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  35. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  36. 9acd4f0 cmd_bmp.c: add standard subcommand handling by Frans Meulenbroeks · 15 years ago
  37. 87d93a1 move prototypes for gunzip() and zunzip() to common.h by Wolfgang Wegner · 15 years ago
  38. 6111722 video: move extern declarations from C to headers by Alessandro Rubini · 15 years ago
  39. c01171e Remove static declaration from gunzip_bmp() by Mark Jackson · 15 years ago
  40. a89c33d General help message cleanup by Wolfgang Denk · 15 years ago
  41. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  42. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  43. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  44. 5ba7390 Fix compilation problem in common/cmd_bmp.c by Anatolij Gustschin · 17 years ago
  45. 43ef1c3 cmd_bmp: Add support for displaying gzip compressed bmps by Hans-Christian Egtvedt · 17 years ago
  46. 4a43719 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · 17 years ago
  47. baa26db common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · 17 years ago
  48. a76adc8 common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  49. c29ab9d Fix gzip bmp support (test if malloc fails, warning when truncated). by Stefan Roese · 19 years ago
  50. 8655b6f * Clean up tools/bmp_logo.c to not add trailing white space by wdenk · 20 years ago
  51. 281e00a * Code cleanup by wdenk · 20 years ago
  52. 4b248f3 * Patch by Pierre Aubert, 11 Mar 2004: by wdenk · 21 years ago
  53. 0d49839 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · 21 years ago
  54. b37c7e5 * Patch by Seb James, 30 Jun 2003: by wdenk · 21 years ago
  55. b0fce99 Fix some missing commands, cleanup header files by wdenk · 21 years ago
  56. 059ae17 Add files needed for bitmap load support by wdenk · 22 years ago