Re: [U-Boot] [PATCH V2 00/10] Replace the FAT filesystem code

2015-08-17 Thread Stephen Warren
On 08/12/2015 08:56 PM, Simon Glass wrote: > Hi Stephen, > > On 11 August 2015 at 08:55, Stephen Warren wrote: >> The existing FAT filesystem implementation in U-Boot has some bugs that >> are tricky to fix cleanly without significant rework of the code. For >> example, see: >> >> http://lists.de

Re: [U-Boot] [PATCH V2 00/10] Replace the FAT filesystem code

2015-08-14 Thread Tom Rini
On Tue, Aug 11, 2015 at 08:55:35AM -0600, Stephen Warren wrote: > The existing FAT filesystem implementation in U-Boot has some bugs that > are tricky to fix cleanly without significant rework of the code. For > example, see: > > http://lists.denx.de/pipermail/u-boot/2015-July/221054.html > [PATC

Re: [U-Boot] [PATCH V2 00/10] Replace the FAT filesystem code

2015-08-12 Thread Simon Glass
Hi Stephen, On 11 August 2015 at 08:55, Stephen Warren wrote: > The existing FAT filesystem implementation in U-Boot has some bugs that > are tricky to fix cleanly without significant rework of the code. For > example, see: > > http://lists.denx.de/pipermail/u-boot/2015-July/221054.html > [PATCH]

[U-Boot] [PATCH V2 00/10] Replace the FAT filesystem code

2015-08-11 Thread Stephen Warren
The existing FAT filesystem implementation in U-Boot has some bugs that are tricky to fix cleanly without significant rework of the code. For example, see: http://lists.denx.de/pipermail/u-boot/2015-July/221054.html [PATCH] fat: handle paths that include ../ This series replaces U-Boot's FAT file