<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/mtd/src/fis.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 - remove partition table assumption when writing fis table</title>
<updated>2012-07-04T11:56:25+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2012-07-04T11:56:25+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=38cb1da868fc8ee3fd35a2260862dd0e20babdd0'/>
<id>38cb1da868fc8ee3fd35a2260862dd0e20babdd0</id>
<content type='text'>
When mtd alters the fis partition table it assumes that the first partition
table entry also is the first logical parition table entry. For instance our
table could look like this (irrelevant partitions put aside):
 * vmlinux.bin.l7 0xA8710000
 * rootfs         0xA8030000
Here mtd would assume vmlinux.bin.l7 being the first partition and use its
address to calculate the size and offset which ultimately leads to a broken
partition table.
This patch alters the behavior by checking what partition has the smaller
address to do the calculations based on that address.

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

SVN-Revision: 32601
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When mtd alters the fis partition table it assumes that the first partition
table entry also is the first logical parition table entry. For instance our
table could look like this (irrelevant partitions put aside):
 * vmlinux.bin.l7 0xA8710000
 * rootfs         0xA8030000
Here mtd would assume vmlinux.bin.l7 being the first partition and use its
address to calculate the size and offset which ultimately leads to a broken
partition table.
This patch alters the behavior by checking what partition has the smaller
address to do the calculations based on that address.

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

SVN-Revision: 32601
</pre>
</div>
</content>
</entry>
<entry>
<title>mtd: request locked pages when mmap'ing the FIS table, cures random segfaults in table rewrite until http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=2d4dc890b5c8fabd818a8586607e6843c4375e62 is added.</title>
<updated>2010-06-16T23:34:38+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2010-06-16T23:34:38+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2dcfed2eff694b155ef70ef20447da0a9347eb69'/>
<id>2dcfed2eff694b155ef70ef20447da0a9347eb69</id>
<content type='text'>
SVN-Revision: 21823
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 21823
</pre>
</div>
</content>
</entry>
<entry>
<title>package/mtd: fix automatic partition size detection in fis_remap</title>
<updated>2010-03-28T07:16:27+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2010-03-28T07:16:27+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ebab30b7c71564a015eed10323878fd8244422b9'/>
<id>ebab30b7c71564a015eed10323878fd8244422b9</id>
<content type='text'>
SVN-Revision: 20537
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 20537
</pre>
</div>
</content>
</entry>
<entry>
<title>mtd: treat failure to open FIS partition as fatal when a fis_layout is given, aborts mtd write if reformat is needed and FIS table not available</title>
<updated>2010-01-19T21:28:22+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2010-01-19T21:28:22+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c8e7192064680ec3c44c6161312e93be6e871c83'/>
<id>c8e7192064680ec3c44c6161312e93be6e871c83</id>
<content type='text'>
SVN-Revision: 19231
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 19231
</pre>
</div>
</content>
</entry>
<entry>
<title>mtd: update copyright headers</title>
<updated>2009-09-21T10:09:02+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2009-09-21T10:09:02+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=a512be592f49c8e15ba50d9788f5aa7f2c2709fe'/>
<id>a512be592f49c8e15ba50d9788f5aa7f2c2709fe</id>
<content type='text'>
SVN-Revision: 17660
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 17660
</pre>
</div>
</content>
</entry>
<entry>
<title>mtd: add support for rewriting the fis table layout on redboot based systems</title>
<updated>2009-09-21T09:58:41+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2009-09-21T09:58:41+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=63c91af40444020930fadf0c0bff49aefa35cc68'/>
<id>63c91af40444020930fadf0c0bff49aefa35cc68</id>
<content type='text'>
SVN-Revision: 17659
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 17659
</pre>
</div>
</content>
</entry>
</feed>
