u-boot-brain/fs/fat
Benoît Thébaudeau 1170e634dd FAT: Make it possible to read from any file position
When storage devices contain files larger than the embedded RAM, it is
useful to be able to read these files by chunks, e.g. for a software
update to the embedded NAND Flash from an external storage device (USB
stick, SD card, etc.).

Hence, this patch makes it possible by adding a new FAT API to read
files from a given position. This patch also adds this feature to the
fatload command.

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Cc: Wolfgang Denk <wd@denx.de>
Signed-off-by: Tom Rini <trini@ti.com>
2012-09-26 11:11:32 -07:00
..
fat_write.c FAT: Make it possible to read from any file position 2012-09-26 11:11:32 -07:00
fat.c FAT: Make it possible to read from any file position 2012-09-26 11:11:32 -07:00
file.c fs/fat: Big code cleanup. 2010-07-24 20:54:46 +02:00
Makefile FAT: Add FAT write feature 2011-10-26 21:40:44 +02:00