<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtd-utils.git/ubi-utils/src/pfiflash_error.h, 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 pfiflash to sort-me-out</title>
<updated>2008-01-18T14:24:07+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2008-01-18T14:24:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=0e9b3174b7410d36103d389b78758a97e8e2e941'/>
<id>urn:sha1:0e9b3174b7410d36103d389b78758a97e8e2e941</id>
<content type='text'>
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>UBI-utils: add compare feature</title>
<updated>2007-07-10T18:00:43+00:00</updated>
<author>
<name>Alexander Schmidt</name>
<email>alexs@linux.vnet.ibm.com</email>
</author>
<published>2007-07-10T15:53:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=0d62e6a7338d8f25727f56ca14236954fc8f2cef'/>
<id>urn:sha1:0d62e6a7338d8f25727f56ca14236954fc8f2cef</id>
<content type='text'>
This is a new feature for pfiflash, called "--compare". It allows the user
to simulate a pfiflash session without actually changing the flash
content. If the flash content is equal to the data in the pfif file,
pfiflash returns zero. A positive value is returned when the flash
content differs from the pfi file, which indicates that an update is
necessary. This feature is useful when a controller mounts an NFS share
during boot and has to determine if a pfi file stored on this share
contains a code update. Modified PDD values are also registered by the
compare feature.

Signed-off-by: Alexander Schmidt &lt;alexs@linux.vnet.ibm.com&gt;
</content>
</entry>
<entry>
<title>UBI Utils: pfiflash did not erase block before writing to it</title>
<updated>2007-02-21T13:23:50+00:00</updated>
<author>
<name>Alexander Schmidt</name>
<email>alexs@linux.vnet.ibm.com</email>
</author>
<published>2007-02-21T09:40:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=04d0f33ea243f307e045605603b96419ea458a26'/>
<id>urn:sha1:04d0f33ea243f307e045605603b96419ea458a26</id>
<content type='text'>
Pfiflash should erase raw flash regions before overwriting them and check for
bad blocks in case of NAND flash.

Signed-off-by: Alexander Schmidt &lt;alexs@linux.vnet.ibm.com&gt;
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>[MTD] UBI: pfiflash needs to flash raw sections and check CRC</title>
<updated>2006-11-06T15:54:10+00:00</updated>
<author>
<name>Drake Dowsett</name>
<email>dowsett@de.ibm.com</email>
</author>
<published>2006-11-06T15:54:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=31b015fc08a13a5b63245808f7d1a49eadd8193a'/>
<id>urn:sha1:31b015fc08a13a5b63245808f7d1a49eadd8193a</id>
<content type='text'>
Flashing of raw partitions should be possible now.
CRC checking of pfi files before flashing the content was added.

Signed-off-by: Frank Haverkamp &lt;haver@vnet.ibm.com&gt;
</content>
</entry>
</feed>
