aboutsummaryrefslogtreecommitdiff
path: root/fs/fs.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-07Fix number base handling of "load" commandWolfgang Denk1-8/+8
2013-05-01sandbox: fs: Add support for saving files to host filesystemSimon Glass1-0/+1
2013-05-01fs: Add support for saving data to filesystemsSimon Glass1-0/+74
2013-03-04sandbox: Add host filesystemSimon Glass1-0/+10
2013-03-04fs: Move ls and read methods into ext4, fatSimon Glass1-110/+8
2013-03-04fs: Use map_sysmem() on readSimon Glass1-8/+15
2013-03-04fs: Tell probe functions where to put their resultsSimon Glass1-8/+12
2013-03-04fs: Use filesystem methods instead of switch()Simon Glass1-34/+26
2013-03-04fs: Fully populate the filesystem method structSimon Glass1-9/+47
2013-02-28fs: Use new numeric setenv functionsSimon Glass1-3/+1
2012-11-14fs/fs.c: do_fsload: measure throughputAndreas Bießmann1-1/+10
2012-11-04fs: rename fsload command to loadStephen Warren1-1/+1
2012-11-04fs: fix number base behaviour change in fatload/ext*loadStephen Warren1-4/+4
2012-11-04fs: fix do_fsload() handling of optional argumentsStephen Warren1-3/+7
2012-11-02fs: handle CONFIG_NEEDS_MANUAL_RELOCStephen Warren1-1/+12
2012-10-29fs: add filesystem switch libary, implement ls and fsload commandsStephen Warren1-0/+308