[U-Boot] [PATCH 1/3] fs-test: Add FAT16 support

Tom Rini trini at konsulko.com
Sun Sep 24 21:36:11 UTC 2017


On Mon, Sep 25, 2017 at 12:07:34AM +0300, Tuomas Tynkkynen wrote:
> Currently we can only test FAT32 which is the default FAT version that
> mkfs.vfat creates by default. Instead make it explicitly create either a
> FAT16 or a FAT32 volume. This allows us to exercise more code, for
> instance the root directory handling is done differently in FAT32 than
> the older FATs.
> 
> Adding FAT12 support is a much bigger job since the test creates a 2.5GB
> file and the FAT12 maximum partition size is way smaller than that.

Ah, cool.  Please update the top of the script to note the expected
PASS/FAIL numbers now that we're testing even more.  Everything else
looks good tho.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170924/7a6feb06/attachment.sig>


More information about the U-Boot mailing list