uboot-mt623x/fs
Ilya Yanok 8cf19b9fec jffs2: some fixes to summary support
This patch fixes some issues with JFFS2 summary support in U-Boot.
1/ Summary support made compilation configurable (as summary support
considered expiremental even in Linux).
2/ Summary code can do unaligned 16-bit and 32-bit memory accesses.
We need to get data byte by byte to exclude data aborts.
3/ Make summary scan in two passes so we can safely fall back to full
scan if we found unsupported entry in the summary.

Signed-off-by: Ilya Yanok <yanok@emcraft.com>
2009-08-21 23:29:35 +02:00
..
cramfs rename include/zlib.h to include/u-boot/zlib.h 2009-04-04 15:37:54 +02:00
ext2 ext2: fix inode size and calculations 2009-07-28 22:38:17 +02:00
fat FAT replace compare_sign with strncmp. 2009-06-12 20:45:48 +02:00
fdos fs: Move conditional compilation to Makefile 2008-08-31 04:24:56 +02:00
jffs2 jffs2: some fixes to summary support 2009-08-21 23:29:35 +02:00
reiserfs fs: Move conditional compilation to Makefile 2008-08-31 04:24:56 +02:00
ubifs ubifs: fix small error path mismatch 2009-06-09 23:11:53 +02:00
yaffs2 Make the YAFFS filesystem work 2008-08-21 14:05:33 -05:00
Makefile UBIFS: Implement read-only UBIFS support in U-Boot 2009-03-20 22:39:15 +01:00