summaryrefslogtreecommitdiff
path: root/common/cmd_ext2.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-07Fix number base handling of "load" commandWolfgang Denk1-3/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-18/+1
2012-11-04fs: rename fsload command to loadStephen Warren1-1/+1
2012-11-04fs: fix number base behaviour change in fatload/ext*loadStephen Warren1-2/+3
2012-10-30fs: add filesystem switch libary, implement ls and fsload commandsStephen Warren1-10/+3
2012-08-10ext4fs ls load supportUma Shankar1-202/+17
2012-03-07Convert cmd_usage() calls in common to use a return valueSimon Glass1-2/+2
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-6/+4
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-2/+2
2009-07-29Fix ext2load return codeWolfgang Denk1-36/+38
2009-06-12General help message cleanupWolfgang Denk1-2/+2
2009-04-28cmd_ext2.c: fix compile warningsWolfgang Denk1-2/+2
2009-04-28fs: Fix the wrong type of varGao Guanhua1-1/+2
2009-01-28Command usage cleanupPeter Tyser1-2/+2
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-2/+2
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-10-18CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.crichardretanubun1-2/+2
2007-11-21[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely1-4/+0
2007-07-09common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger1-3/+3
2007-07-04common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-2/+2
2007-02-20[PATCH 1_4] Merge common get_dev() routines for block devicesGrant Likely1-37/+3
2005-10-17Merge with /home/sr/git/u-bootWolfgang Denk1-1/+1
2005-10-14Fix identification on ext2ls help entryStefan Roese1-1/+1
2005-10-13Cleanup for GCC-4.xWolfgang Denk1-1/+1
2005-03-04* Fix get_partition_info() parameter error in all other callswdenk1-1/+4
2005-02-04* Patch by Cajus Hahn, 04 Feb 2005:wdenk1-1/+1
2004-12-16ext2fs support addedstroese1-0/+294