summaryrefslogtreecommitdiffstats
path: root/common/cmd_ext2.c
Commit message (Expand)AuthorAgeFilesLines
* Fix help text of ext2load and fatload.Pavel Machek2014-07-221-1/+1
* common: commands: make commands staticJeroen Hofstee2014-07-181-4/+4
* Fix number base handling of "load" commandWolfgang Denk2013-10-071-3/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-18/+1
* fs: rename fsload command to loadStephen Warren2012-11-041-1/+1
* fs: fix number base behaviour change in fatload/ext*loadStephen Warren2012-11-041-2/+3
* fs: add filesystem switch libary, implement ls and fsload commandsStephen Warren2012-10-291-10/+3
* ext4fs ls load supportUma Shankar2012-08-091-202/+17
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-061-2/+2
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-241-6/+4
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-2/+2
* Fix ext2load return codeWolfgang Denk2009-07-281-36/+38
* General help message cleanupWolfgang Denk2009-06-121-2/+2
* cmd_ext2.c: fix compile warningsWolfgang Denk2009-04-281-2/+2
* fs: Fix the wrong type of varGao Guanhua2009-04-281-1/+2
* Command usage cleanupPeter Tyser2009-01-281-2/+2
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-281-2/+2
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-1/+1
* CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.crichardretanubun2008-10-181-2/+2
* [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-3/+3
* common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-041-2/+2
* [PATCH 1_4] Merge common get_dev() routines for block devicesGrant Likely2007-02-201-37/+3
* Merge with /home/sr/git/u-bootWolfgang Denk2005-10-171-1/+1
|\
| * Fix identification on ext2ls help entryStefan Roese2005-10-141-1/+1
* | Cleanup for GCC-4.xWolfgang Denk2005-10-131-1/+1
|/
* * Fix get_partition_info() parameter error in all other callswdenk2005-03-041-1/+4
* * Patch by Cajus Hahn, 04 Feb 2005:wdenk2005-02-041-1/+1
* ext2fs support addedstroese2004-12-161-0/+294
OpenPOWER on IntegriCloud