aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_bmp.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-09cmd_bmp.c: message about compressed formats is debug info only.Wolfgang Denk1-1/+1
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-1/+1
2010-09-19ARM: add relocation supportHeiko Schocher1-0/+6
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-9/+5
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-3/+3
2010-04-09cmd_bmp.c: add standard subcommand handlingFrans Meulenbroeks1-25/+56
2009-12-21move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner1-2/+0
2009-07-25video: move extern declarations from C to headersAlessandro Rubini1-0/+1
2009-07-23Remove static declaration from gunzip_bmp()Mark Jackson1-2/+2
2009-06-12General help message cleanupWolfgang Denk1-1/+1
2009-01-28Command usage cleanupPeter Tyser1-1/+1
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-2/+2
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-5/+5
2008-01-12Fix compilation problem in common/cmd_bmp.cAnatolij Gustschin1-1/+1
2008-01-09cmd_bmp: Add support for displaying gzip compressed bmpsHans-Christian Egtvedt1-49/+85
2007-11-20[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely1-4/+0
2007-07-08common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger1-2/+2
2007-07-04common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-2/+2
2005-10-08Fix gzip bmp support (test if malloc fails, warning when truncated).Stefan Roese1-0/+52
2004-10-09* Clean up tools/bmp_logo.c to not add trailing white spacewdenk1-0/+1
2004-08-01* Code cleanupwdenk1-4/+5
2004-03-14* Patch by Pierre Aubert, 11 Mar 2004:wdenk1-8/+20
2003-07-01Patch by Kenneth Johansson, 30 Jun 2003:wdenk1-2/+2
2003-06-30* Patch by Seb James, 30 Jun 2003:wdenk1-1/+1
2003-06-29Fix some missing commands, cleanup header filesU-Boot-0_4_1wdenk1-0/+7
2003-04-20Add files needed for bitmap load supportwdenk1-0/+118