upstream u-boot with additional patches for our devices/boards: https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ; Gbit ethernet patch for some LIME2 revisions ; with SPI flash support
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
u-boot/fs/jffs2
Wolfgang Denk 74f92e6a3f Add crc of data to jffs2 (in jffs2_1pass_build_lists()). 19 years ago
..
Makefile Major upate of JFFS2 code; now in sync with snapshot of MTD CVS of 20 years ago
compr_lzari.c It's better to handle LZO and LZARI compression mdoes for JFFS2 with 20 years ago
compr_lzo.c It's better to handle LZO and LZARI compression mdoes for JFFS2 with 20 years ago
compr_rtime.c
compr_rubin.c Cleanup for GCC-4.x 19 years ago
compr_zlib.c
jffs2_1pass.c Add crc of data to jffs2 (in jffs2_1pass_build_lists()). 19 years ago
jffs2_nand_1pass.c Re-factoring the legacy NAND code (legacy NAND now only in board-specific 19 years ago
jffs2_nand_private.h Rewrite of NAND code based on what is in 2.6.12 Linux kernel 19 years ago
jffs2_private.h Add crc of data to jffs2 (in jffs2_1pass_build_lists()). 19 years ago
mini_inflate.c