1. ca8881c cmd: Remove duplicate newlines by Marek Vasut · 4 months ago
  2. f57988d imxtract: add support for zstd-compressed images by Dmitry Gerasimov · 6 months ago
  3. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  4. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  5. 5c1444f cmd: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  6. 25498ed imxtract: specify max gunzip size by Nikita Shubin · 2 years ago
  7. 03f146c cmd: Convert existing long help messages to the new macro by Tom Rini · 1 year, 2 months ago
  8. 364d002 global: Finish CONFIG -> CFG migration by Tom Rini · 1 year, 11 months ago
  9. bb7d3bb treewide: Drop image_header_t typedef by Simon Glass · 2 years, 3 months ago
  10. 586c22b Merge branch 'master' into next by Tom Rini · 2 years, 2 months ago
  11. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
  12. 2ebfd22 image-fit: don't set compression if it can't be read by Daniel Golle · 2 years, 3 months ago
  13. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
  14. d563c25 image: Adjust the workings of fit_check_format() by Simon Glass · 3 years, 9 months ago
  15. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  16. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  17. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  18. 892265d image: Rename load_addr, save_addr, save_size by Simon Glass · 5 years ago
  19. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  20. 313112a env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
  21. 1a974af common: Move gzip functions into a new gzip header by Simon Glass · 5 years ago
  22. c220bd9 configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMAT by Tom Rini · 6 years ago
  23. 8a86958 cmd: ximg.c: Add support for getting external data address and length by Tien Fong Chee · 6 years ago
  24. 69b0ef5 cmd: ximg: Invert check for fit image compression by Stefan Theil · 6 years ago
  25. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  26. 7feefe4 cmd: ximg: Respect cache line size for flushing by Mario Six · 7 years ago
  27. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  28. 4d949a2 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  29. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_ximg.c]
  30. 29499a0 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_ximg.c]
  31. de4e949 Allow imxtract to extract part of script image. by Pierre Aubert · 9 years ago
  32. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  33. f52d281 common: add cache flush to imxtract function by Pieter Voorthuijsen · 10 years ago
  34. 515eb12 bootm: make use of legacy image format configurable by Heiko Schocher · 10 years ago
  35. 208d8e8 sandbox: Correct compiler warnings in cmd_bootm/cmd_ximg by Simon Glass · 11 years ago
  36. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  37. 7428ad1 image: Rename fit_image_check_hashes() to fit_image_verify() by Simon Glass · 12 years ago
  38. a039527 x86: Fix warning in cmd_ximg.c when CONFIG_GZIP is not defined by Simon Glass · 12 years ago
  39. 103789d common: Use new numeric setenv functions by Simon Glass · 12 years ago
  40. dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  41. 6904b6e checkpatch whitespace cleanups by Stephen Warren · 13 years ago
  42. c93a754 common/cmd_ximg.c: add ifdef protection for gzip uncompression by Matthew McClintock · 14 years ago
  43. 7675a09 various cmd_* files: fixed layout a little bit by Frans Meulenbroeks · 14 years ago
  44. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  45. a2cfb24 Prepare v2010.03-rc1 by Wolfgang Denk · 15 years ago
  46. 3207afd cmd_ximg.c: fix error: 'i' undeclared by Wolfgang Denk · 15 years ago
  47. 781afa9 add ability to handle compressed images to imxtract by Wolfgang Wegner · 15 years ago
  48. c54781c General help message cleanup by Wolfgang Denk · 16 years ago
  49. dfb72b8 Command usage cleanup by Peter Tyser · 16 years ago
  50. 4786859 Memory footprint optimizations by Bartlomiej Sieka · 17 years ago
  51. 3b8cc71 [new uImage] Compilation and new uImage handling fixes for imxtract by Bartlomiej Sieka · 17 years ago
  52. 2321ed0 [new uImage] Add new uImage format support to imgextract command by Marian Balakowicz · 17 years ago
  53. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  54. dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  55. a1cc147 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · 17 years ago
  56. 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
  57. 4c17634 common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · 17 years ago
  58. 3de8b24 common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  59. 0359dde Patch by Robert Schwebel, 13 May 2004: by wdenk · 20 years ago