<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtd-utils.git, branch v1.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=v1.3.1</id>
<link rel='self' href='https://git.infraroot.at/mtd-utils.git/atom?h=v1.3.1'/>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/'/>
<updated>2010-01-15T17:12:24+00:00</updated>
<entry>
<title>ubiformat: boost version to 1.5</title>
<updated>2010-01-15T17:12:24+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2010-01-15T17:04:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=a67747b7a314e685085b62e8239442ea54959dbc'/>
<id>urn:sha1:a67747b7a314e685085b62e8239442ea54959dbc</id>
<content type='text'>
We fixed the sequence numbers bug, which is quite serious.

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>ubiformat: be consistent with sequence numbers</title>
<updated>2010-01-15T17:12:24+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2010-01-09T23:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=2caf2c6fda66f1f09502245229230743dc20295b'/>
<id>urn:sha1:2caf2c6fda66f1f09502245229230743dc20295b</id>
<content type='text'>
This commit fixes a stupid an nasty bug. When we flash an UBI image,
we do not change its sequence numbers. But when we format the rest
of the PEBs (beyond the flashed image), we use a random (or specified
via cmdline) sequence number. As a result, we have a broken flash
format and UBI refuses it, because half of it has one sequence number,
another half has a different one.

What we have to do instead, we have to substitute image's sequence
number with ours.

Reported-by: Jeff Angielski &lt;jeff@theptrgroup.com&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
Tested-by: Jeff Angielski &lt;jeff@theptrgroup.com&gt;
</content>
</entry>
<entry>
<title>ubiformat: always initialize seq number</title>
<updated>2010-01-15T17:12:24+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2010-01-09T23:33:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=48d5de6f84325f2895ae66830d82ce23e827ff6e'/>
<id>urn:sha1:48d5de6f84325f2895ae66830d82ce23e827ff6e</id>
<content type='text'>
For some reasons sequence number was set to 0 in some case, which
is wrong.

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>ubiformat: fix error message</title>
<updated>2009-12-09T14:42:59+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2009-12-09T14:42:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=a4e502d99129da8ebba6d40b373a4422a175e9af'/>
<id>urn:sha1:a4e502d99129da8ebba6d40b373a4422a175e9af</id>
<content type='text'>
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>ubiformat: check that min IO size is power of 2</title>
<updated>2009-12-09T14:31:41+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2009-12-09T14:31:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=34e28bf35f7cc7758f87e6a2b82adf6ca186afdb'/>
<id>urn:sha1:34e28bf35f7cc7758f87e6a2b82adf6ca186afdb</id>
<content type='text'>
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>flash_unlock: enhancing for unlocking of specified number of blocks</title>
<updated>2009-12-09T10:32:50+00:00</updated>
<author>
<name>Vimal Singh</name>
<email>vimal.newwork@gmail.com</email>
</author>
<published>2009-12-02T14:30:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=2426f4b7219c77b3d33b40c01f6d97d0ca0adc5f'/>
<id>urn:sha1:2426f4b7219c77b3d33b40c01f6d97d0ca0adc5f</id>
<content type='text'>
This patch enhances the flash_unlock utility to be able to do
unlocking for specified blocks range.
This patch also fixes calculation of 'length' as in previous patch.

Say there are 240 blocks present in the device. Then:
offset starts from: 0x0
and full size of device: 0x1E00000

doing: 240 * 0x20000 gives -&gt; 0x1E00000
But last block address should be 0x1DE0000 (which spans for 0x20000
bytes, adding up to size of 0x1E00000)

Signed-off-by: Vimal Singh &lt;vimalsingh@ti.com&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>flash_lock: fix length being passed</title>
<updated>2009-12-08T12:17:58+00:00</updated>
<author>
<name>Vimal Singh</name>
<email>vimal.newwork@gmail.com</email>
</author>
<published>2009-12-02T14:28:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=43feb39f35a9ee0ed318df80433243c0bfe263ea'/>
<id>urn:sha1:43feb39f35a9ee0ed318df80433243c0bfe263ea</id>
<content type='text'>
This patch fixes the 'length' calculation.
Making it:
+       mtdLockInfo.length = (num_sectors - 1) * mtdInfo.erasesize;
Rather:
-       mtdLockInfo.length = num_sectors * mtdInfo.erasesize;

Say there are 240 blocks present in the device. Then:
offset starts from: 0x0
and full size of device: 0x1E00000

doing: 240 * 0x20000 gives -&gt; 0x1E00000
But last block address should be 0x1DE0000 (which spans for 0x20000
bytes, adding upto size of 0x1E00000)

Signed-off-by: Vimal Singh &lt;vimalsingh@ti.com&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>ubi-utils: add ubirsvol to .gitignore</title>
<updated>2009-11-26T09:40:18+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2009-11-26T09:40:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=27d38823cc38f30ea9e2cb580f171fd722dd1734'/>
<id>urn:sha1:27d38823cc38f30ea9e2cb580f171fd722dd1734</id>
<content type='text'>
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>ubiformat: fix --erase-counter handling</title>
<updated>2009-11-26T09:38:45+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2009-11-26T09:38:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=14da740cec46d151e813905e449e7ff21e85c01f'/>
<id>urn:sha1:14da740cec46d151e813905e449e7ff21e85c01f</id>
<content type='text'>
The --erase-counter option did not work and this was reproted by
Darwin Rambo &lt;drambo@broadcom.com&gt;

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>mkfs.ubifs: fix crosscompilation issues</title>
<updated>2009-10-24T17:12:24+00:00</updated>
<author>
<name>Matthias Fuchs</name>
<email>matthias.fuchs@esd.eu</email>
</author>
<published>2009-10-23T16:05:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=600337e7c81e812d34460b413c5b044f454bc49d'/>
<id>urn:sha1:600337e7c81e812d34460b413c5b044f454bc49d</id>
<content type='text'>
This patch adds support for passing the location of the lzo
library and headers.

Also BUILDDIR must be referenced to find the libubi.a archive.

Signed-off-by: Matthias Fuchs &lt;matthias.fuchs@esd.eu&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
</feed>
