uboot-mt623x/fs/jffs2
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
..
Makefile fs: Move conditional compilation to Makefile 2008-08-31 04:24:56 +02:00
compr_lzari.c fs: Move conditional compilation to Makefile 2008-08-31 04:24:56 +02:00
compr_lzo.c fs: Move conditional compilation to Makefile 2008-08-31 04:24:56 +02:00
compr_rtime.c fs: Move conditional compilation to Makefile 2008-08-31 04:24:56 +02:00
compr_rubin.c fs: Move conditional compilation to Makefile 2008-08-31 04:24:56 +02:00
compr_zlib.c fs: Move conditional compilation to Makefile 2008-08-31 04:24:56 +02:00
jffs2_1pass.c jffs2: some fixes to summary support 2009-08-21 23:29:35 +02:00
jffs2_nand_1pass.c Remove legacy NAND and disk on chip code. 2009-07-16 19:07:47 -05:00
jffs2_nand_private.h Rewrite of NAND code based on what is in 2.6.12 Linux kernel 2005-08-17 12:55:25 +02:00
jffs2_private.h jffs2: cache data_crc results 2008-12-09 23:40:01 +01:00
mini_inflate.c fs: Move conditional compilation to Makefile 2008-08-31 04:24:56 +02:00
summary.h jffs2: summary support 2008-12-09 23:39:59 +01:00