<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/tools/firmware-utils/src/addpattern.c, branch v17.01.0</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>firmware-utils: add E2100L support to addpattern.c</title>
<updated>2016-12-14T17:42:48+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jo@mein.io</email>
</author>
<published>2016-12-02T10:39:42+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=38ebd1d133e247d80106a71af64587af8dc198c2'/>
<id>38ebd1d133e247d80106a71af64587af8dc198c2</id>
<content type='text'>
Based on OpenWrt PR#250

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on OpenWrt PR#250

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: adapt addpattern for WD's Range Extender</title>
<updated>2013-11-07T22:31:48+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2013-11-07T22:31:48+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=5a85a21e061772188f4a3cdc76d451d98cc8ae57'/>
<id>5a85a21e061772188f4a3cdc76d451d98cc8ae57</id>
<content type='text'>
A few things had to be changed to add support for these devices:
 - support code patterns with 8 characters
 - new board definition for the range extender device

Patchwork: http://patchwork.openwrt.org/patch/4280/
Signed-off-by: Christian Lamparter &lt;chunkeey@googlemail.com&gt;
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 38685
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A few things had to be changed to add support for these devices:
 - support code patterns with 8 characters
 - new board definition for the range extender device

Patchwork: http://patchwork.openwrt.org/patch/4280/
Signed-off-by: Christian Lamparter &lt;chunkeey@googlemail.com&gt;
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 38685
</pre>
</div>
</content>
</entry>
<entry>
<title>preset stable and try* flags for TRX2 headers</title>
<updated>2010-07-01T10:40:22+00:00</updated>
<author>
<name>Markus Wigge</name>
<email>mwigge@marcant.net</email>
</author>
<published>2010-07-01T10:40:22+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=642a6e1a5186e1e5aff49075d0a5de51b60c77fe'/>
<id>642a6e1a5186e1e5aff49075d0a5de51b60c77fe</id>
<content type='text'>
* changed addpattern.c to preset the stable and try flags used in TRXv2 images
to dupe CFE and pretend a stable image.
* changed trx.c to calculate TRXv2 CRC with stable and try flags set to 0xFF
like CFE does on startup
* fixed compile warnings in trx.c by explicit casting

SVN-Revision: 22012
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* changed addpattern.c to preset the stable and try flags used in TRXv2 images
to dupe CFE and pretend a stable image.
* changed trx.c to calculate TRXv2 CRC with stable and try flags set to 0xFF
like CFE does on startup
* fixed compile warnings in trx.c by explicit casting

SVN-Revision: 22012
</pre>
</div>
</content>
</entry>
<entry>
<title>added support for wrt54g3gv2-vf and new trx header format</title>
<updated>2010-03-25T19:34:49+00:00</updated>
<author>
<name>Markus Wigge</name>
<email>mwigge@marcant.net</email>
</author>
<published>2010-03-25T19:34:49+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=d9a698e77c827f67e5fc9a4595168af19b0aa097'/>
<id>d9a698e77c827f67e5fc9a4595168af19b0aa097</id>
<content type='text'>
 - hacked addpattern due to changes in header format
 - added "-5" to addpattern, some 0xFF are needed for trx2 header
   "-4" broke CRC checking in CFE
 - hacked trx.c due to new header format version
 - added target to create trx-V2 images

the flashmap driver possibly needs to be customized.

SVN-Revision: 20433
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - hacked addpattern due to changes in header format
 - added "-5" to addpattern, some 0xFF are needed for trx2 header
   "-4" broke CRC checking in CFE
 - hacked trx.c due to new header format version
 - added target to create trx-V2 images

the flashmap driver possibly needs to be customized.

SVN-Revision: 20433
</pre>
</div>
</content>
</entry>
<entry>
<title>firmware-utils/addpattern: add support for the WRT160NL</title>
<updated>2009-08-06T09:15:05+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2009-08-06T09:15:05+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=59c1e90fd7a31421c627cc5746f5cd89d85e683e'/>
<id>59c1e90fd7a31421c627cc5746f5cd89d85e683e</id>
<content type='text'>
SVN-Revision: 17140
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 17140
</pre>
</div>
</content>
</entry>
<entry>
<title>Add AG241 code pattern (fixes #1089)</title>
<updated>2008-03-11T00:45:22+00:00</updated>
<author>
<name>Matteo Croce</name>
<email>rootkit85@yahoo.it</email>
</author>
<published>2008-03-11T00:45:22+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=001f82bf2cc51d3a3cba212b2f38dd9fa961a5c7'/>
<id>001f82bf2cc51d3a3cba212b2f38dd9fa961a5c7</id>
<content type='text'>
SVN-Revision: 10584
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 10584
</pre>
</div>
</content>
</entry>
<entry>
<title>move target/utils to tools/firmware-utils</title>
<updated>2006-12-06T23:41:38+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2006-12-06T23:41:38+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ebdcc6d40c1abb39c248b90e83f653ffd429578a'/>
<id>ebdcc6d40c1abb39c248b90e83f653ffd429578a</id>
<content type='text'>
SVN-Revision: 5702
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 5702
</pre>
</div>
</content>
</entry>
</feed>
