On Mon, 17 Mar 2025 04:12:39 +0100, Marek Vasut wrote: > Import exfat-fuse libexfat, add U-Boot filesystem layer porting glue > code and wire exfat support into generic filesystem support code. This > adds exfat support to U-Boot. > > Fill in generic filesystem interface for mkdir and rm commands. > Make filesystem tests test the generic interface as well as exfat, > to make sure this code does not fall apart. > > [...]
Applied to u-boot/next, thanks! [01/11] cmd: fs: Add generic mkdir implementation commit: 52227015c54c1177d0b29fd2857201ecf99a4f65 [02/11] cmd: fs: Add generic rm implementation commit: fa4c9826e222136b9257247bbbb64408437d1906 [03/11] test_fs: Allow testing FS_GENERIC commit: 6592425c6d7e4e010f3de88bc8ced7163e4f12e2 [04/11] linux: Add generic struct stat {} commit: be96ac51ec68fe669c33b1d0ffe5c1aed06afebe [05/11] fs: Add generic fs_devread() implementation commit: 9e0e0ff2601d76b0f9b6fed40c55967b1256c427 [06/11] fs: exfat: Import libexfat from fuse-exfat commit: 88c1acd3579aa2ccc7d5c2cdd5f9a48e74ec7e8e [07/11] fs: exfat: Add U-Boot porting layer commit: b86a651b646c0c676ab2746344edb2d7e5d81e98 [08/11] fs: exfat: Fix conversion overflow errors commit: 74eb84686f9600d5aeed001f913c1e8c91b1a4ca [09/11] fs: exfat: Demote filesystem detection failure message to debug() commit: 2375f713a219f03c36a0deb0bac90f0b2c2d2162 [10/11] configs: sandbox: Enable exfat support commit: 99b976712b70ec6ddef239f4a00142fb014b0c77 [11/11] test_fs: Add exfat tests commit: 8d0cc62a60b5b92a010f75fd61d9eb9cb8299567 -- Tom