]> www.infradead.org Git - mtd-utils.git/commit
ubi-utils: return old tools
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Wed, 23 Jan 2008 17:42:44 +0000 (19:42 +0200)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Wed, 23 Jan 2008 18:01:03 +0000 (20:01 +0200)
commit45941c0018cc0937beeb9d4aa8e6a6070c7a3466
treee65cad8bac744151b047136e9643abf1e343dd97
parent3ad29ab55ad71d706152781b70a43d9f6be407b9
ubi-utils: return old tools

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
65 files changed:
ubi-utils/old-tools/Makefile [new file with mode: 0644]
ubi-utils/old-tools/README [moved from ubi-utils/README with 92% similarity]
ubi-utils/old-tools/inc/libubi.h [new file with mode: 0644]
ubi-utils/old-tools/scripts/Makefile [new file with mode: 0644]
ubi-utils/old-tools/scripts/README [new file with mode: 0644]
ubi-utils/old-tools/scripts/bin2nand2bin_test.sh [new file with mode: 0644]
ubi-utils/old-tools/scripts/f128_nand_sample.cfg [new file with mode: 0644]
ubi-utils/old-tools/scripts/f64_nor_sample.cfg [new file with mode: 0644]
ubi-utils/old-tools/scripts/inject_biterror.pl [new file with mode: 0644]
ubi-utils/old-tools/scripts/jffs2_test.sh [new file with mode: 0755]
ubi-utils/old-tools/scripts/mkdevs.pl [new file with mode: 0755]
ubi-utils/old-tools/scripts/mkpfi [new file with mode: 0644]
ubi-utils/old-tools/scripts/pdd.txt [new file with mode: 0644]
ubi-utils/old-tools/scripts/run_all.sh [new file with mode: 0755]
ubi-utils/old-tools/scripts/test.cfg [new file with mode: 0644]
ubi-utils/old-tools/scripts/ubi_test.sh [new file with mode: 0755]
ubi-utils/old-tools/scripts/ubi_tools_test.sh [new file with mode: 0755]
ubi-utils/old-tools/scripts/ubicrc32.pl [new file with mode: 0644]
ubi-utils/old-tools/scripts/unubi_test.sh [new file with mode: 0644]
ubi-utils/old-tools/src/bin2nand.c [new file with mode: 0644]
ubi-utils/old-tools/src/bootenv.c [new file with mode: 0644]
ubi-utils/old-tools/src/bootenv.h [new file with mode: 0644]
ubi-utils/old-tools/src/common.c [new file with mode: 0644]
ubi-utils/old-tools/src/common.h [new file with mode: 0644]
ubi-utils/old-tools/src/config.h [new file with mode: 0644]
ubi-utils/old-tools/src/crc32.c [new file with mode: 0644]
ubi-utils/old-tools/src/crc32.h [new file with mode: 0644]
ubi-utils/old-tools/src/eb_chain.c [new file with mode: 0644]
ubi-utils/old-tools/src/ecclayouts.h [new file with mode: 0644]
ubi-utils/old-tools/src/error.c [new file with mode: 0644]
ubi-utils/old-tools/src/error.h [new file with mode: 0644]
ubi-utils/old-tools/src/example_ubi.h [new file with mode: 0644]
ubi-utils/old-tools/src/hashmap.c [new file with mode: 0644]
ubi-utils/old-tools/src/hashmap.h [new file with mode: 0644]
ubi-utils/old-tools/src/libpfiflash.c [new file with mode: 0644]
ubi-utils/old-tools/src/libubi.c [new file with mode: 0644]
ubi-utils/old-tools/src/libubi_int.h [new file with mode: 0644]
ubi-utils/old-tools/src/libubigen.c [new file with mode: 0644]
ubi-utils/old-tools/src/libubimirror.c [new file with mode: 0644]
ubi-utils/old-tools/src/list.c [new file with mode: 0644]
ubi-utils/old-tools/src/list.h [new file with mode: 0644]
ubi-utils/old-tools/src/mkbootenv.c [new file with mode: 0644]
ubi-utils/old-tools/src/nand2bin.c [new file with mode: 0644]
ubi-utils/old-tools/src/nandcorr.c [new file with mode: 0644]
ubi-utils/old-tools/src/nandecc.c [new file with mode: 0644]
ubi-utils/old-tools/src/nandecc.h [new file with mode: 0644]
ubi-utils/old-tools/src/pddcustomize.c [new file with mode: 0644]
ubi-utils/old-tools/src/peb.c [new file with mode: 0644]
ubi-utils/old-tools/src/peb.h [new file with mode: 0644]
ubi-utils/old-tools/src/pfi.c [new file with mode: 0644]
ubi-utils/old-tools/src/pfi.h [new file with mode: 0644]
ubi-utils/old-tools/src/pfi2bin.c [new file with mode: 0644]
ubi-utils/old-tools/src/pfiflash.c [new file with mode: 0644]
ubi-utils/old-tools/src/pfiflash.h [new file with mode: 0644]
ubi-utils/old-tools/src/pfiflash_error.h [new file with mode: 0644]
ubi-utils/old-tools/src/reader.c [new file with mode: 0644]
ubi-utils/old-tools/src/reader.h [new file with mode: 0644]
ubi-utils/old-tools/src/ubigen.c [new file with mode: 0644]
ubi-utils/old-tools/src/ubigen.h [new file with mode: 0644]
ubi-utils/old-tools/src/ubimirror.c [new file with mode: 0644]
ubi-utils/old-tools/src/ubimirror.h [new file with mode: 0644]
ubi-utils/old-tools/src/ubiupdate.c [new file with mode: 0644]
ubi-utils/old-tools/src/unubi.c [new file with mode: 0644]
ubi-utils/old-tools/src/unubi_analyze.c [new file with mode: 0644]
ubi-utils/old-tools/src/unubi_analyze.h [new file with mode: 0644]