Home
last modified time | relevance | path

Searched hist:"1170 e634dd2a6fdd541ae2153fd3fd73919da8fc" (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dfat.h1170e634dd2a6fdd541ae2153fd3fd73919da8fc Tue Sep 18 08:14:56 UTC 2012 Benoît Thébaudeau <benoit.thebaudeau@advansee.com> 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>
/rk3399_rockchip-uboot/fs/fat/
H A Dfat_write.c1170e634dd2a6fdd541ae2153fd3fd73919da8fc Tue Sep 18 08:14:56 UTC 2012 Benoît Thébaudeau <benoit.thebaudeau@advansee.com> 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>
H A Dfat.c1170e634dd2a6fdd541ae2153fd3fd73919da8fc Tue Sep 18 08:14:56 UTC 2012 Benoît Thébaudeau <benoit.thebaudeau@advansee.com> 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>