From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mtagate5.de.ibm.com ([195.212.29.154]) by pentafluge.infradead.org with esmtps (Exim 4.63 #1 (Red Hat Linux)) id 1Icggi-0000zV-6H for linux-mtd@lists.infradead.org; Tue, 02 Oct 2007 13:17:25 +0100 Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate5.de.ibm.com (8.13.8/8.13.8) with ESMTP id l92CG30e615880 for ; Tue, 2 Oct 2007 12:16:03 GMT Received: from d12av01.megacenter.de.ibm.com (d12av01.megacenter.de.ibm.com [9.149.165.212]) by d12nrmr1607.megacenter.de.ibm.com (8.13.8/8.13.8/NCO v8.5) with ESMTP id l92CG3lS536808 for ; Tue, 2 Oct 2007 14:16:03 +0200 Received: from d12av01.megacenter.de.ibm.com (loopback [127.0.0.1]) by d12av01.megacenter.de.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id l92CG3N4007835 for ; Tue, 2 Oct 2007 14:16:03 +0200 From: Alexander Schmidt To: "linux-mtd@lists.infradead.org" Subject: [PATCH 0/4 try3] ubi-utils: migrate to new libubi Date: Tue, 2 Oct 2007 14:16:02 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710021416.02621.alexs@linux.vnet.ibm.com> Cc: Andreas Arnez , Frank Haverkamp List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This patchset migrates the remaining tools (pddcustomize, ubimirror and pfiflash) to the new libubi. Changes since try2: I use PATH_MAX from limits.h now instead of a self-defined value Changes since try1: I have discarded the libubi_common files, device paths are now integrated in every utility. I've tested the new version with the scripts in ubi-utils/scripts/ubi_* and everything works fine. mtd-utils.orig/ubi-utils/inc/libubiold.h | 310 ---------- mtd-utils.orig/ubi-utils/src/libubiold.c | 768 ------------------------- mtd-utils.orig/ubi-utils/src/libubiold_int.h | 119 --- mtd-utils.orig/ubi-utils/src/libubiold_sysfs.c | 232 ------- mtd-utils.orig/ubi-utils/src/libubiold_sysfs.h | 109 --- ubi-utils/Makefile | 6 ubi-utils/src/libpfiflash.c | 141 +++- ubi-utils/src/libubimirror.c | 51 + ubi-utils/src/pddcustomize.c | 47 - ubi-utils/src/pfiflash.c | 3 ubi-utils/src/ubimirror.c | 3 11 files changed, 171 insertions(+), 1618 deletions(-) Kind regards, Alexander Schmidt