summaryrefslogtreecommitdiffstats
path: root/common/cmd_ximg.c
Commit message (Expand)AuthorAgeFilesLines
* sandbox: Correct compiler warnings in cmd_bootm/cmd_ximgSimon Glass2013-09-031-2/+3
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass2013-05-141-1/+1
* x86: Fix warning in cmd_ximg.c when CONFIG_GZIP is not definedSimon Glass2013-05-131-0/+2
* common: Use new numeric setenv functionsSimon Glass2013-02-281-5/+2
* common/cmd_*.c: sparse fixesKim Phillips2012-11-041-4/+9
* checkpatch whitespace cleanupsStephen Warren2011-10-221-36/+36
* common/cmd_ximg.c: add ifdef protection for gzip uncompressionMatthew McClintock2011-07-261-0/+2
* various cmd_* files: fixed layout a little bitFrans Meulenbroeks2010-08-091-1/+2
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-1/+1
* Prepare v2010.03-rc1Wolfgang Denk2010-03-121-1/+1
* cmd_ximg.c: fix error: 'i' undeclaredWolfgang Denk2010-01-311-14/+19
* add ability to handle compressed images to imxtractWolfgang Wegner2010-01-261-7/+85
* General help message cleanupWolfgang Denk2009-06-121-5/+6
* Command usage cleanupPeter Tyser2009-01-281-1/+1
* Memory footprint optimizationsBartlomiej Sieka2008-04-241-1/+1
* [new uImage] Compilation and new uImage handling fixes for imxtractBartlomiej Sieka2008-03-201-8/+4
* [new uImage] Add new uImage format support to imgextract commandMarian Balakowicz2008-03-121-31/+78
* [new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz2008-02-291-3/+3
* [new uImage] Add dual format uImage support frameworkMarian Balakowicz2008-02-251-45/+58
* [new uImage] Rename and move print_image_hdr() routineMarian Balakowicz2008-02-211-1/+1
* [new uImage] Define a API for image handling operationsMarian Balakowicz2008-02-071-23/+13
* common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger2007-07-081-2/+2
* common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-041-1/+1
* Patch by Robert Schwebel, 13 May 2004:wdenk2004-06-091-0/+144
OpenPOWER on IntegriCloud