summaryrefslogtreecommitdiff
path: root/common/cmd_ximg.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-03sandbox: Correct compiler warnings in cmd_bootm/cmd_ximgSimon Glass1-2/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-05-14image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass1-1/+1
2013-05-14x86: Fix warning in cmd_ximg.c when CONFIG_GZIP is not definedSimon Glass1-0/+2
2013-03-01common: Use new numeric setenv functionsSimon Glass1-5/+2
2012-11-04common/cmd_*.c: sparse fixesKim Phillips1-4/+9
2011-10-22checkpatch whitespace cleanupsStephen Warren1-36/+36
2011-07-26common/cmd_ximg.c: add ifdef protection for gzip uncompressionMatthew McClintock1-0/+2
2010-08-09various cmd_* files: fixed layout a little bitFrans Meulenbroeks1-1/+2
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2010-03-13Prepare v2010.03-rc1Wolfgang Denk1-1/+1
2010-01-31cmd_ximg.c: fix error: 'i' undeclaredWolfgang Denk1-14/+19
2010-01-26add ability to handle compressed images to imxtractWolfgang Wegner1-7/+85
2009-06-12General help message cleanupWolfgang Denk1-5/+6
2009-01-28Command usage cleanupPeter Tyser1-1/+1
2008-04-24Memory footprint optimizationsBartlomiej Sieka1-1/+1
2008-03-21[new uImage] Compilation and new uImage handling fixes for imxtractBartlomiej Sieka1-8/+4
2008-03-12[new uImage] Add new uImage format support to imgextract commandMarian Balakowicz1-31/+78
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz1-3/+3
2008-02-25[new uImage] Add dual format uImage support frameworkMarian Balakowicz1-45/+58
2008-02-21[new uImage] Rename and move print_image_hdr() routineMarian Balakowicz1-1/+1
2008-02-07[new uImage] Define a API for image handling operationsMarian Balakowicz1-23/+13
2007-07-09common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger1-2/+2
2007-07-04common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2004-06-09Patch by Robert Schwebel, 13 May 2004:wdenk1-0/+144