<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/mtd/src/mtd.c, branch reboot</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>packages: clean up the package folder</title>
<updated>2013-06-21T16:54:37+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2013-06-21T16:54:37+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4ebf19b48fafc8d94e14e4ba779969613b241a6a'/>
<id>4ebf19b48fafc8d94e14e4ba779969613b241a6a</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 37007
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 37007
</pre>
</div>
</content>
</entry>
<entry>
<title>mtd: do not include error.h</title>
<updated>2012-11-21T20:27:02+00:00</updated>
<author>
<name>Florian Fainelli</name>
<email>florian@openwrt.org</email>
</author>
<published>2012-11-21T20:27:02+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=7453b0dd8ec45a68dd3cd3ce0c37a3f5a4aa59d0'/>
<id>7453b0dd8ec45a68dd3cd3ce0c37a3f5a4aa59d0</id>
<content type='text'>
We do not use anything from it, and it is not available with all libcs.
Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;

SVN-Revision: 34294
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We do not use anything from it, and it is not available with all libcs.
Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;

SVN-Revision: 34294
</pre>
</div>
</content>
</entry>
<entry>
<title>package/mtd: add option for fixing seama images</title>
<updated>2012-10-18T07:22:59+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2012-10-18T07:22:59+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=a67d5fd24fa80d3f0989f0e6a3f137b8c18cdc41'/>
<id>a67d5fd24fa80d3f0989f0e6a3f137b8c18cdc41</id>
<content type='text'>
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 33841
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 33841
</pre>
</div>
</content>
</entry>
<entry>
<title>mtd: fix trx_fixup</title>
<updated>2012-07-25T17:28:32+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-07-25T17:28:32+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=5832e754fbf502a7d2f2d7bee054eae1b6ad0520'/>
<id>5832e754fbf502a7d2f2d7bee054eae1b6ad0520</id>
<content type='text'>
With the BRCM47xx image I have built (Linksys E3000), there are additional
writes following the completion of "mtd_replace_jffs2" which invalidate the
'trx_fixup' performed by 'mtd_replace_jffs2'.  Moving the 'trx_fixup' to somewhere
after all writes have completed fixes the problem.  I also noticed that 'erasesize'
used to compute 'block_offset' in 'mtd_fixtrx' is used before it is computed by
'mtd_check_open'; moving the call to 'mtd_check_open' up a few lines fixes this.

Unlike 'mtd_fixtrx', 'trx_fixup' appears to assume that the TRX header is always at
offset 0; which may be the cause of the problem described in Ticket #8960.

Signed-off-by: Nathan Hintz &lt;nlhintz@hotmail.com&gt;

SVN-Revision: 32866
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the BRCM47xx image I have built (Linksys E3000), there are additional
writes following the completion of "mtd_replace_jffs2" which invalidate the
'trx_fixup' performed by 'mtd_replace_jffs2'.  Moving the 'trx_fixup' to somewhere
after all writes have completed fixes the problem.  I also noticed that 'erasesize'
used to compute 'block_offset' in 'mtd_fixtrx' is used before it is computed by
'mtd_check_open'; moving the call to 'mtd_check_open' up a few lines fixes this.

Unlike 'mtd_fixtrx', 'trx_fixup' appears to assume that the TRX header is always at
offset 0; which may be the cause of the problem described in Ticket #8960.

Signed-off-by: Nathan Hintz &lt;nlhintz@hotmail.com&gt;

SVN-Revision: 32866
</pre>
</div>
</content>
</entry>
<entry>
<title>mtd - add partition offset parameter</title>
<updated>2012-07-04T11:37:53+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2012-07-04T11:37:53+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=0b837752020c98e26d6f66004b5c73855864d06f'/>
<id>0b837752020c98e26d6f66004b5c73855864d06f</id>
<content type='text'>
The offset parameter can be used to write the data at the offset
instead of writing it to the beginning of the partition.

Signed-off-by: Marek Linder &lt;lindner_marek@yahoo.de&gt;

SVN-Revision: 32600
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The offset parameter can be used to write the data at the offset
instead of writing it to the beginning of the partition.

Signed-off-by: Marek Linder &lt;lindner_marek@yahoo.de&gt;

SVN-Revision: 32600
</pre>
</div>
</content>
</entry>
<entry>
<title>mtd: define MTDREFRESH if not defined (external kernel)</title>
<updated>2012-02-06T17:15:40+00:00</updated>
<author>
<name>Florian Fainelli</name>
<email>florian@openwrt.org</email>
</author>
<published>2012-02-06T17:15:40+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=486d54bf052f433a1c2f71e08aafa75ec0a23728'/>
<id>486d54bf052f433a1c2f71e08aafa75ec0a23728</id>
<content type='text'>
SVN-Revision: 30340
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 30340
</pre>
</div>
</content>
</entry>
<entry>
<title>target: linux: mtd: fix MTDREFRESH to an arbitrary high number</title>
<updated>2011-11-09T21:16:36+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2011-11-09T21:16:36+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f53128f79b8fa5ec781c6c8957477b46c6198e8f'/>
<id>f53128f79b8fa5ec781c6c8957477b46c6198e8f</id>
<content type='text'>
To make the ioctl number "stable", use an arbitrary high number to prevent
conflicts with new mtd ioctls that would push MTDREFRESH's number.

Also make mtd use the in-kernel mtd headers.

SVN-Revision: 28893
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To make the ioctl number "stable", use an arbitrary high number to prevent
conflicts with new mtd ioctls that would push MTDREFRESH's number.

Also make mtd use the in-kernel mtd headers.

SVN-Revision: 28893
</pre>
</div>
</content>
</entry>
<entry>
<title>package/mtd: don't append jffs2 data multiple times</title>
<updated>2011-07-02T08:38:00+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2011-07-02T08:38:00+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=091ea637192e56227393f16a67f51bf66e1a567e'/>
<id>091ea637192e56227393f16a67f51bf66e1a567e</id>
<content type='text'>
SVN-Revision: 27358
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 27358
</pre>
</div>
</content>
</entry>
<entry>
<title>package/mtd: make fixtrx available on ar71xx as well</title>
<updated>2011-01-05T19:27:55+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2011-01-05T19:27:55+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=9abe5cf11047a9590417f6baf2226e86a3a12f54'/>
<id>9abe5cf11047a9590417f6baf2226e86a3a12f54</id>
<content type='text'>
SVN-Revision: 24911
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 24911
</pre>
</div>
</content>
</entry>
<entry>
<title>mtd: Added fixtrx for brcm63xx imagetag. This allows brcm63xx boards which experience a CRC on second boot due to the JFFS2 creation / DEADC0DE deletion to work correctly when mtd fixtrx is run on first boot</title>
<updated>2010-12-26T04:18:01+00:00</updated>
<author>
<name>Daniel Dickinson</name>
<email>crazycshore@gmail.com</email>
</author>
<published>2010-12-26T04:18:01+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=daa854ee2d213d21938760e5d52d27212e947054'/>
<id>daa854ee2d213d21938760e5d52d27212e947054</id>
<content type='text'>
Signed-off-by: Daniel Dickinson &lt;daniel@cshore.neomailbox.net&gt;

SVN-Revision: 24835
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Daniel Dickinson &lt;daniel@cshore.neomailbox.net&gt;

SVN-Revision: 24835
</pre>
</div>
</content>
</entry>
</feed>
