]> www.infradead.org Git - mtd-utils.git/commit
ubi-utils: introduce ubinfo utility
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sat, 22 Dec 2007 13:43:19 +0000 (15:43 +0200)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sat, 22 Dec 2007 15:49:58 +0000 (17:49 +0200)
commitc036f9958b3719a949999ca4fe9866ba56b3f713
treec223609251d68d34b57d6b2989451d51960f1580
parentc4d478578c7a1343ad053fca79d80fdc4962ca6f
ubi-utils: introduce ubinfo utility

Add new handy UBI utility which prints various type of UBI information.

This commit also includes a lot of fixes and cleanups in libubi, and
other utilities. It was quite complex to separate this all out and
I figured that nobody anyway would really need this, and decided to
save my time for more useful things.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
ubi-utils/Makefile
ubi-utils/inc/libubi.h
ubi-utils/src/common.c
ubi-utils/src/common.h
ubi-utils/src/libubi.c
ubi-utils/src/libubi_int.h
ubi-utils/src/ubimkvol.c
ubi-utils/src/ubinfo.c [new file with mode: 0644]
ubi-utils/src/ubirmvol.c