Re: [PATCH v2 07/11] fs: exfat: Add U-Boot porting layer

2025-03-14 Thread Tom Rini
On Thu, Mar 13, 2025 at 08:13:23PM +0100, Marek Vasut wrote: > Add U-Boot adjustments to the libexfat code and integrate > the result into U-Boot filesystem layer. This provides full > read-write exfat support for U-Boot available via generic > filesystem interface. > > FS_DIRENT_NAME_LEN is incr

[PATCH v2 07/11] fs: exfat: Add U-Boot porting layer

2025-03-13 Thread Marek Vasut
Add U-Boot adjustments to the libexfat code and integrate the result into U-Boot filesystem layer. This provides full read-write exfat support for U-Boot available via generic filesystem interface. FS_DIRENT_NAME_LEN is increased to 1024 in case exfat is enabled, because EXFAT can use UTF16 names,