Re: [U-Boot] [PATCH v2 8/8] FAT: Make it possible to read from any file position

2012-09-22 Thread Benoît Thébaudeau
On Saturday, September 15, 2012 12:02:53 AM, Tom Rini wrote: > On 09/14/2012 03:03 PM, Benoît Thébaudeau wrote: > > On Friday, September 14, 2012 10:49:04 PM, Tom Rini wrote: > >> On Mon, Sep 03, 2012 at 04:17:09PM +0200, Beno??t Th??baudeau > >> wrote: > >>> Dear Wolfgang Denk, > >>> > >>> On Sund

Re: [U-Boot] [PATCH v2 8/8] FAT: Make it possible to read from any file position

2012-09-14 Thread Tom Rini
On 09/14/2012 03:03 PM, Benoît Thébaudeau wrote: > On Friday, September 14, 2012 10:49:04 PM, Tom Rini wrote: >> On Mon, Sep 03, 2012 at 04:17:09PM +0200, Beno??t Th??baudeau wrote: >>> Dear Wolfgang Denk, >>> >>> On Sunday, September 2, 2012 5:28:09 PM, Wolfgang Denk wrote: Dear Beno??t Th??b

Re: [U-Boot] [PATCH v2 8/8] FAT: Make it possible to read from any file position

2012-09-14 Thread Benoît Thébaudeau
On Friday, September 14, 2012 10:49:04 PM, Tom Rini wrote: > On Mon, Sep 03, 2012 at 04:17:09PM +0200, Beno??t Th??baudeau wrote: > > Dear Wolfgang Denk, > > > > On Sunday, September 2, 2012 5:28:09 PM, Wolfgang Denk wrote: > > > Dear Beno??t Th??baudeau, > > > > > > In message > > > <1285759492.

Re: [U-Boot] [PATCH v2 8/8] FAT: Make it possible to read from any file position

2012-09-14 Thread Tom Rini
On Mon, Sep 03, 2012 at 04:17:09PM +0200, Beno??t Th??baudeau wrote: > Dear Wolfgang Denk, > > On Sunday, September 2, 2012 5:28:09 PM, Wolfgang Denk wrote: > > Dear Beno??t Th??baudeau, > > > > In message > > <1285759492.332736.1342790529256.javamail.r...@advansee.com> you > > wrote: > > > When

Re: [U-Boot] [PATCH v2 8/8] FAT: Make it possible to read from any file position

2012-09-03 Thread Benoît Thébaudeau
Dear Wolfgang Denk, On Sunday, September 2, 2012 5:28:09 PM, Wolfgang Denk wrote: > Dear Benoît Thébaudeau, > > In message > <1285759492.332736.1342790529256.javamail.r...@advansee.com> you > wrote: > > When storage devices contain files larger than the embedded RAM, it > > is usef> ul to > > be

Re: [U-Boot] [PATCH v2 8/8] FAT: Make it possible to read from any file position

2012-09-02 Thread Wolfgang Denk
Dear Benoît Thébaudeau, In message <1285759492.332736.1342790529256.javamail.r...@advansee.com> you wrote: > When storage devices contain files larger than the embedded RAM, it is usef> > ul to > be able to read these files by chunks, e.g. for a software update to the > embedded NAND Flash from

[U-Boot] [PATCH v2 8/8] FAT: Make it possible to read from any file position

2012-07-20 Thread Benoît Thébaudeau
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 r