Re: [U-Boot] [BUG] cb8af8af5ba0 "fs: fat: support write with non-zero offset" fatwrite followed by fatload and then cmp fails

2019-03-22 Thread Faiz Abbas
Hi, On 21/03/19 12:20 PM, Faiz Abbas wrote: > Tom, Akashi, > > On 18/03/19 7:29 AM, Tom Rini wrote: >> On Mon, Mar 18, 2019 at 10:57:37AM +0900, Akashi, Takahiro wrote: >>> On Sun, Mar 17, 2019 at 09:44:20PM -0400, Tom Rini wrote: On Mon, Mar 18, 2019 at 10:42:31AM +0900, Akashi, Takahiro wr

Re: [U-Boot] [BUG] cb8af8af5ba0 "fs: fat: support write with non-zero offset" fatwrite followed by fatload and then cmp fails

2019-03-20 Thread Faiz Abbas
Tom, Akashi, On 18/03/19 7:29 AM, Tom Rini wrote: > On Mon, Mar 18, 2019 at 10:57:37AM +0900, Akashi, Takahiro wrote: >> On Sun, Mar 17, 2019 at 09:44:20PM -0400, Tom Rini wrote: >>> On Mon, Mar 18, 2019 at 10:42:31AM +0900, Akashi, Takahiro wrote: Hi Faiz, On Tue, Mar 12, 2019 at 0

Re: [U-Boot] [BUG] cb8af8af5ba0 "fs: fat: support write with non-zero offset" fatwrite followed by fatload and then cmp fails

2019-03-17 Thread Tom Rini
On Mon, Mar 18, 2019 at 10:57:37AM +0900, Akashi, Takahiro wrote: > On Sun, Mar 17, 2019 at 09:44:20PM -0400, Tom Rini wrote: > > On Mon, Mar 18, 2019 at 10:42:31AM +0900, Akashi, Takahiro wrote: > > > Hi Faiz, > > > > > > On Tue, Mar 12, 2019 at 02:11:08PM +0530, Faiz Abbas wrote: > > > > Hi Akas

Re: [U-Boot] [BUG] cb8af8af5ba0 "fs: fat: support write with non-zero offset" fatwrite followed by fatload and then cmp fails

2019-03-17 Thread Akashi, Takahiro
On Sun, Mar 17, 2019 at 09:44:20PM -0400, Tom Rini wrote: > On Mon, Mar 18, 2019 at 10:42:31AM +0900, Akashi, Takahiro wrote: > > Hi Faiz, > > > > On Tue, Mar 12, 2019 at 02:11:08PM +0530, Faiz Abbas wrote: > > > Hi Akashi, > > > > > > On 11/09/18 12:29 PM, Akashi, Takahiro wrote: > > > > From: A

Re: [U-Boot] [BUG] cb8af8af5ba0 "fs: fat: support write with non-zero offset" fatwrite followed by fatload and then cmp fails

2019-03-17 Thread Tom Rini
On Mon, Mar 18, 2019 at 10:42:31AM +0900, Akashi, Takahiro wrote: > Hi Faiz, > > On Tue, Mar 12, 2019 at 02:11:08PM +0530, Faiz Abbas wrote: > > Hi Akashi, > > > > On 11/09/18 12:29 PM, Akashi, Takahiro wrote: > > > From: AKASHI Takahiro > > > > > > The current write implementation is quite sim

Re: [U-Boot] [BUG] cb8af8af5ba0 "fs: fat: support write with non-zero offset" fatwrite followed by fatload and then cmp fails

2019-03-17 Thread Akashi, Takahiro
Hi Faiz, On Tue, Mar 12, 2019 at 02:11:08PM +0530, Faiz Abbas wrote: > Hi Akashi, > > On 11/09/18 12:29 PM, Akashi, Takahiro wrote: > > From: AKASHI Takahiro > > > > The current write implementation is quite simple: remove existing clusters > > and then allocating new ones and filling them with

Re: [U-Boot] [BUG] cb8af8af5ba0 "fs: fat: support write with non-zero offset" fatwrite followed by fatload and then cmp fails

2019-03-13 Thread Tom Rini
On Wed, Mar 13, 2019 at 10:41:15PM +0530, Rizvi, Mohammad Faiz Abbas wrote: > Tom, > > On 3/12/2019 2:11 PM, Faiz Abbas wrote: > > Hi Akashi, > > > > On 11/09/18 12:29 PM, Akashi, Takahiro wrote: > >> From: AKASHI Takahiro > >> > >> The current write implementation is quite simple: remove existi

Re: [U-Boot] [BUG] cb8af8af5ba0 "fs: fat: support write with non-zero offset" fatwrite followed by fatload and then cmp fails

2019-03-13 Thread Rizvi, Mohammad Faiz Abbas
Tom, On 3/12/2019 2:11 PM, Faiz Abbas wrote: > Hi Akashi, > > On 11/09/18 12:29 PM, Akashi, Takahiro wrote: >> From: AKASHI Takahiro >> >> The current write implementation is quite simple: remove existing clusters >> and then allocating new ones and filling them with data. This, inevitably, >> e

[U-Boot] [BUG] cb8af8af5ba0 "fs: fat: support write with non-zero offset" fatwrite followed by fatload and then cmp fails

2019-03-12 Thread Faiz Abbas
Hi Akashi, On 11/09/18 12:29 PM, Akashi, Takahiro wrote: > From: AKASHI Takahiro > > The current write implementation is quite simple: remove existing clusters > and then allocating new ones and filling them with data. This, inevitably, > enforces always writing from the beginning of a file. >