summaryrefslogtreecommitdiff
path: root/common/cmd_fat.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-17/+1
2013-03-12cmd_fat.c: Note in fatread help about alignment requirementsTom Rini1-0/+3
2012-11-04common/cmd_*.c: sparse fixesKim Phillips1-2/+3
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-73/+3
2012-10-25FAT: implement fat_set_blk_dev(), convert cmd_fat.cStephen Warren1-4/+4
2012-09-29cmd_fat.c: fix build warningAnatolij Gustschin1-1/+0
2012-09-26FAT: Make it possible to read from any file positionBenoît Thébaudeau1-10/+15
2012-09-26disk: get_device_and_partition() "auto" partition and cleanupStephen Warren1-4/+4
2012-09-26cmd_fat: use common get_device_and_partition functionRob Herring1-66/+34
2012-03-26cmd_fat: add FAT write commandDonggeun Kim1-0/+57
2010-07-24fs/fat: Big code cleanup.Wolfgang Denk1-172/+38
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-4/+4
2009-06-12General help message cleanupWolfgang Denk1-3/+3
2009-01-28Command usage cleanupPeter Tyser1-3/+3
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-1/+1
2007-11-21[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely1-7/+0
2007-07-10common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-1/+1
2007-07-09common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger1-1/+1
2007-07-04common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2007-02-20[PATCH 1_4] Merge common get_dev() routines for block devicesGrant Likely1-36/+1
2004-08-29* Add automatic update support for LWMON boardwdenk1-7/+8
2004-02-23* CVS add missing fileswdenk1-0/+6
2003-10-16* Patches by Xianghua Xiao, 15 Oct 2003:wdenk1-4/+0
2003-10-07* Update TRAB auto update codewdenk1-2/+7
2003-09-11* Patches by Denis Peter, 9 Sep 2003:wdenk1-28/+131
2003-07-02Patch by Kenneth Johansson, 30 Jun 2003:wdenk1-6/+6
2003-06-30Fix some missing commands, cleanup header fileswdenk1-1/+22
2003-06-28* Code cleanup:wdenk1-1/+0
2003-06-16* Fix CONFIG_NET_MULTI support in include/net.hwdenk1-0/+231