<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtd-utils.git/ubi-utils/src/bin2nand.c, branch v2.3.1</title>
<subtitle>A mirror of http://git.infradead.org/mtd-utils.git</subtitle>
<id>https://git.infraroot.at/mtd-utils.git/atom?h=v2.3.1</id>
<link rel='self' href='https://git.infraroot.at/mtd-utils.git/atom?h=v2.3.1'/>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/'/>
<updated>2009-03-17T08:16:38+00:00</updated>
<entry>
<title>ubi-utils: re-arrange directory layout</title>
<updated>2009-03-17T08:16:38+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2009-03-17T08:14:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=606f38a2221648ca5c5fa292c9f71d2ddd59fa66'/>
<id>urn:sha1:606f38a2221648ca5c5fa292c9f71d2ddd59fa66</id>
<content type='text'>
Move new-utils to ubi-utils and old ones to ubi-utils/old-utils.

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>Revert ubi-tools changes</title>
<updated>2008-02-19T14:41:16+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2008-02-19T12:54:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=86dd9696d3a1acb036d65909d93d73455b8aed3a'/>
<id>urn:sha1:86dd9696d3a1acb036d65909d93d73455b8aed3a</id>
<content type='text'>
Restore ubi tools to their "original" state, which means to
the state they were before I stareted cleaning them up.

Instead, create a "new-utils" subdirectory and move my work
there.

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>ubi-utils: move various stuff to sort-me-out</title>
<updated>2008-01-18T12:04:15+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2008-01-18T12:01:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=c842430437cbf2e584994c8eba71bf29bab6cdfc'/>
<id>urn:sha1:c842430437cbf2e584994c8eba71bf29bab6cdfc</id>
<content type='text'>
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>ubi-utils: bin2nand, nand2bin add support of different ecc layouts</title>
<updated>2008-01-15T10:47:00+00:00</updated>
<author>
<name>Frank Haverkamp</name>
<email>haver@vnet.ibm.com</email>
</author>
<published>2008-01-07T13:05:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=4bf037f3a2aea4328e10422379f751370d288d46'/>
<id>urn:sha1:4bf037f3a2aea4328e10422379f751370d288d46</id>
<content type='text'>
Both tools were lacking support of alternate ECC layouts. Only our intitial
format was supported. With this change, it should be very easy to add more
layouts in addtion to the already supported ones, which are: IBM (our format),
and the MTD default layout. NAND OOB sizes of 512 and 2048 are currently
supported.

In contrast to the old version of bin2nand, the holes inbetween the ECC data
is now not filled with 0x00 anymore but instead 0xff (like deleted flash) is
used. This should not cause any difference. The testcase reflects the different
layouts too.

Signed-off-by: Frank Haverkamp &lt;haver@vnet.ibm.com&gt;
</content>
</entry>
<entry>
<title>ubi-utils: remove useless build information</title>
<updated>2007-08-29T16:03:56+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2007-08-29T16:03:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=8dc9f98e39ff4ba019c838f2a7349c1211676ad4'/>
<id>urn:sha1:8dc9f98e39ff4ba019c838f2a7349c1211676ad4</id>
<content type='text'>
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>ubi-utils: get rid of compile warnings</title>
<updated>2007-08-29T15:51:07+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2007-08-29T15:51:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=914e5f6e143d7d9e5bd661218d503bd573163eb7'/>
<id>urn:sha1:914e5f6e143d7d9e5bd661218d503bd573163eb7</id>
<content type='text'>
Just silly hacks. Also remove udevsettle() invocation from UBI
library. If it must be called, it is not library's business
anyway. Wa added it to make scripts which use ubimkvol utility
run, so it is the only caller that really needs this. So
just move the cruft to the utility.

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>UBI Utils: Fix uninitialized written parameter</title>
<updated>2007-02-21T13:23:19+00:00</updated>
<author>
<name>Frank Haverkamp</name>
<email>haver@vnet.ibm.com</email>
</author>
<published>2007-02-16T15:22:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=e1e4f5429a155a6bd9a9d384f91d597cab157ee3'/>
<id>urn:sha1:e1e4f5429a155a6bd9a9d384f91d597cab157ee3</id>
<content type='text'>
The variable written was not properly initialized. That causes the
-j option to fail.

Signed-off-by: Frank Haverkamp &lt;haver@vnet.ibm.com&gt;
Signed-off-by: Josh Boyer &lt;jwboyer@gmail.com&gt;
</content>
</entry>
<entry>
<title>[PATCH] Minor ubi utils cleanups</title>
<updated>2006-12-12T08:22:48+00:00</updated>
<author>
<name>Josh Boyer</name>
<email>jwboyer@linux.ibm.com</email>
</author>
<published>2006-12-12T08:22:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=d45b87985d5371b2e47458ee0666f7979d5a8c21'/>
<id>urn:sha1:d45b87985d5371b2e47458ee0666f7979d5a8c21</id>
<content type='text'>
Remove getopt extern declarations

Minor whitespace cleanups

Remove incorrect program names that snuck in during getopt rewrite

Change comments to match reality

Signed-off-by: Josh Boyer &lt;jwboyer@linux.vnet.ibm.com&gt;
Acked-by: Frank Haverkamp &lt;haver@vnet.ibm.com&gt;
</content>
</entry>
<entry>
<title>[MTD] UBI Utils: Tools should have individual version numbers</title>
<updated>2006-12-11T13:34:23+00:00</updated>
<author>
<name>Frank Haverkamp</name>
<email>haver@vnet.ibm.com</email>
</author>
<published>2006-12-11T13:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=da59698ccf81a1df3a250edb81a91f1b8a3decf0'/>
<id>urn:sha1:da59698ccf81a1df3a250edb81a91f1b8a3decf0</id>
<content type='text'>
The tools had a mixture of different version numbers. This is changed now.
The internal change to move to remove glibc dependencies should be reflected
by an increase of the version number, so that we can react if trouble is 
seen with the new code.

Singed-off-by: Frank Haverkamp &lt;haver@vnet.ibm.com&gt;
</content>
</entry>
<entry>
<title>[PATCH 1/13] Convert bin2nand to use getopt option parsing</title>
<updated>2006-12-11T13:34:22+00:00</updated>
<author>
<name>Josh Boyer</name>
<email>jwboyer@linux.ibm.com</email>
</author>
<published>2006-12-11T13:34:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=0fc595749f057629a3af9506ca0447e6230c0962'/>
<id>urn:sha1:0fc595749f057629a3af9506ca0447e6230c0962</id>
<content type='text'>
Signed-off-by: Josh Boyer &lt;jwboyer@linux.vnet.ibm.com&gt;
Acked-by: Frank Haverkamp &lt;haver@vnet.ibm.com&gt;
</content>
</entry>
</feed>
