summaryrefslogtreecommitdiffstats
path: root/common/cmd_bmp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove typedefs from bmp_layout.hSimon Glass2015-06-101-8/+8
* Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2013-10-141-3/+3
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* video: consolidate splash screen alignment codeAnatolij Gustschin2013-07-081-0/+3
* lcd: align bmp header when uncopmressing imagePiotr Wilczek2013-07-011-14/+28
* video: Provide an API to access video parametersStefan Reinauer2012-11-061-3/+2
* cmd_bmp.c: make bmp_display() usable by drivers or board codeAnatolij Gustschin2012-05-251-2/+1
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-061-3/+3
* lcd: add clear and draw bitmap declarationChe-Liang Chiou2011-11-151-3/+1
* cmd_bmp.c: message about compressed formats is debug info only.Wolfgang Denk2011-02-091-1/+1
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-291-1/+1
* ARM: add relocation supportHeiko Schocher2010-09-191-0/+6
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-241-9/+5
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-3/+3
* cmd_bmp.c: add standard subcommand handlingFrans Meulenbroeks2010-04-091-25/+56
* move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner2009-12-211-2/+0
* video: move extern declarations from C to headersAlessandro Rubini2009-07-251-0/+1
* Remove static declaration from gunzip_bmp()Mark Jackson2009-07-231-2/+2
* General help message cleanupWolfgang Denk2009-06-121-1/+1
* Command usage cleanupPeter Tyser2009-01-281-1/+1
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-281-2/+2
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-5/+5
* Fix compilation problem in common/cmd_bmp.cAnatolij Gustschin2008-01-121-1/+1
* cmd_bmp: Add support for displaying gzip compressed bmpsHans-Christian Egtvedt2008-01-091-49/+85
* [BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely2007-11-201-4/+0
* common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger2007-07-081-2/+2
* common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-041-2/+2
* Fix gzip bmp support (test if malloc fails, warning when truncated).Stefan Roese2005-10-081-0/+52
* * Clean up tools/bmp_logo.c to not add trailing white spacewdenk2004-10-091-0/+1
* * Code cleanupwdenk2004-08-011-4/+5
* * Patch by Pierre Aubert, 11 Mar 2004:wdenk2004-03-141-8/+20
* Patch by Kenneth Johansson, 30 Jun 2003:wdenk2003-07-011-2/+2
* * Patch by Seb James, 30 Jun 2003:wdenk2003-06-301-1/+1
* Fix some missing commands, cleanup header fileswdenk2003-06-291-0/+7
* Add files needed for bitmap load supportwdenk2003-04-201-0/+118
OpenPOWER on IntegriCloud