1. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  2. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  3. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  4. 892265d image: Rename load_addr, save_addr, save_size by Simon Glass · Sat Dec 28 10:45:02 2019 -0700
  5. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · Thu Nov 14 12:57:39 2019 -0700
  6. 313112a env: Move env_set_hex() to env.h by Simon Glass · Thu Aug 01 09:46:46 2019 -0600
  7. 1a974af common: Move gzip functions into a new gzip header by Simon Glass · Thu Aug 01 09:46:36 2019 -0600
  8. c220bd9 configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMAT by Tom Rini · Thu May 23 07:14:07 2019 -0400
  9. 8a86958 cmd: ximg.c: Add support for getting external data address and length by Tien Fong Chee · Tue Feb 12 20:49:30 2019 +0800
  10. 69b0ef5 cmd: ximg: Invert check for fit image compression by Stefan Theil · Mon Jan 07 10:25:52 2019 +0100
  11. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  12. 7feefe4 cmd: ximg: Respect cache line size for flushing by Mario Six · Wed Mar 28 14:39:10 2018 +0200
  13. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · Thu Aug 03 12:22:13 2017 -0600
  14. 4d949a2 env: Rename common functions related to setenv() by Simon Glass · Thu Aug 03 12:22:10 2017 -0600
  15. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · Sun Jan 17 20:53:52 2016 -0700[Renamed from cmd/cmd_ximg.c]
  16. 29499a0 Move all command code into its own directory by Simon Glass · Sun Jan 17 20:53:51 2016 -0700[Renamed from common/cmd_ximg.c]
  17. de4e949 Allow imxtract to extract part of script image. by Pierre Aubert · Wed Sep 16 08:29:11 2015 +0200
  18. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · Sun Mar 22 17:08:59 2015 -0500
  19. f52d281 common: add cache flush to imxtract function by Pieter Voorthuijsen · Mon Jan 12 16:23:18 2015 +0100
  20. 515eb12 bootm: make use of legacy image format configurable by Heiko Schocher · Wed May 28 11:33:33 2014 +0200
  21. 208d8e8 sandbox: Correct compiler warnings in cmd_bootm/cmd_ximg by Simon Glass · Fri Aug 30 11:00:09 2013 -0600
  22. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  23. 7428ad1 image: Rename fit_image_check_hashes() to fit_image_verify() by Simon Glass · Tue May 07 06:11:57 2013 +0000
  24. a039527 x86: Fix warning in cmd_ximg.c when CONFIG_GZIP is not defined by Simon Glass · Wed Apr 17 16:13:45 2013 +0000
  25. 103789d common: Use new numeric setenv functions by Simon Glass · Sun Feb 24 17:33:22 2013 +0000
  26. dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · Mon Oct 29 13:34:31 2012 +0000
  27. 6904b6e checkpatch whitespace cleanups by Stephen Warren · Tue Oct 18 11:11:49 2011 +0000
  28. c93a754 common/cmd_ximg.c: add ifdef protection for gzip uncompression by Matthew McClintock · Tue May 24 05:48:26 2011 +0000
  29. 7675a09 various cmd_* files: fixed layout a little bit by Frans Meulenbroeks · Sat Jul 31 15:01:53 2010 +0200
  30. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  31. a2cfb24 Prepare v2010.03-rc1 by Wolfgang Denk · Fri Mar 12 23:06:04 2010 +0100
  32. 3207afd cmd_ximg.c: fix error: 'i' undeclared by Wolfgang Denk · Sun Jan 31 21:51:43 2010 +0100
  33. 781afa9 add ability to handle compressed images to imxtract by Wolfgang Wegner · Thu Dec 10 10:11:21 2009 +0100
  34. c54781c General help message cleanup by Wolfgang Denk · Sun May 24 17:06:54 2009 +0200
  35. dfb72b8 Command usage cleanup by Peter Tyser · Tue Jan 27 18:03:12 2009 -0600
  36. 4786859 Memory footprint optimizations by Bartlomiej Sieka · Fri Apr 18 12:39:23 2008 +0200
  37. 3b8cc71 [new uImage] Compilation and new uImage handling fixes for imxtract by Bartlomiej Sieka · Thu Mar 20 19:38:45 2008 +0100
  38. 2321ed0 [new uImage] Add new uImage format support to imgextract command by Marian Balakowicz · Wed Mar 12 10:33:00 2008 +0100
  39. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · Fri Feb 29 14:58:34 2008 +0100
  40. dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · Mon Feb 04 08:28:09 2008 +0100
  41. a1cc147 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · Thu Feb 21 17:27:41 2008 +0100
  42. 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · Tue Jan 08 18:14:09 2008 +0100
  43. 4c17634 common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · Sun Jul 08 18:05:39 2007 -0500
  44. 3de8b24 common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:01:54 2007 -0500
  45. 0359dde Patch by Robert Schwebel, 13 May 2004: by wdenk · Wed Jun 09 10:15:00 2004 +0000