]> www.infradead.org Git - mtd-utils.git/commit
ubi-utils: remove all old tools
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Wed, 23 Jan 2008 17:34:52 +0000 (19:34 +0200)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Wed, 23 Jan 2008 17:34:52 +0000 (19:34 +0200)
commit3ad29ab55ad71d706152781b70a43d9f6be407b9
tree4e5a41b23e771faef0f633c6570210a42bd9c037
parent22f5fe49d60ea43524a902408b3112a78f2c5aae
ubi-utils: remove all old tools

Remove all old tools because I cannot maintain them and the original
authors do not seem to have time for this. Some of the tools do not
work properly, some are just vague and undocumented and seem to be
oriented to the environment of the IBM guys. Nevertheless, I'll
return the tool as is in the next commit, becouse they are still
useful.

This commit also adds a ubinize utility to generate UBI images.

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