Re: [U-Boot] [PATCH 0/9] Replace the FAT filesystem code

2015-08-10 Thread Stephen Warren
On 08/07/2015 09:09 PM, 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] fat: handle paths

[U-Boot] [PATCH 0/9] Replace the FAT filesystem code

2015-08-07 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