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

2025-03-11 Thread Tom Rini
On Sat, Mar 08, 2025 at 09:12:11PM +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. [snip] > diff --git a/fs/exfat/

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

2025-03-10 Thread Marek Vasut
On 3/10/25 4:18 PM, Tom Rini wrote: On Sat, Mar 08, 2025 at 09:12:11PM +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.

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

2025-03-08 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,