<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/broadcom-diag/src, branch mtk-20170518</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>broadcom-diag: support for the WNDR3700v3</title>
<updated>2013-04-28T21:11:17+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2013-04-28T21:11:17+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ca7f9638d59b62454c660dd0342367b861764a80'/>
<id>ca7f9638d59b62454c660dd0342367b861764a80</id>
<content type='text'>
I recently picked up a WNDR3700 to put OpenWRT on, and only after tearing into the box did I find it
was one of the v3 boards, with poor OpenWRT support. This patch should add the board detection and
LED/button control to the broadcom-diag module, and should generate a netgear .chk image that the
bootloader and stock firmware will accept.

The changes to the broadcom-diag module are more than a few lines because the WNDR3700v3 is driving
its LEDs through an HC164 8-bit shift register.

Signed-off-by: Owen Kirby &lt;osk@exegin.com&gt;

SVN-Revision: 36482
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I recently picked up a WNDR3700 to put OpenWRT on, and only after tearing into the box did I find it
was one of the v3 boards, with poor OpenWRT support. This patch should add the board detection and
LED/button control to the broadcom-diag module, and should generate a netgear .chk image that the
bootloader and stock firmware will accept.

The changes to the broadcom-diag module are more than a few lines because the WNDR3700v3 is driving
its LEDs through an HC164 8-bit shift register.

Signed-off-by: Owen Kirby &lt;osk@exegin.com&gt;

SVN-Revision: 36482
</pre>
</div>
</content>
</entry>
<entry>
<title>broadcom-diag: add support for e3200 v1</title>
<updated>2013-02-24T17:57:28+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2013-02-24T17:57:28+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=58eea9dc28c3edfd887a136cfa58cd26c5f5037a'/>
<id>58eea9dc28c3edfd887a136cfa58cd26c5f5037a</id>
<content type='text'>
Hex values in nvram seem to be uppercase on my e3200 device.

Define one power led and two buttons (reset/wps).

Signed-off-by: Tijs Van Buggenhout &lt;tvb@able.be&gt;
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 35766
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hex values in nvram seem to be uppercase on my e3200 device.

Define one power led and two buttons (reset/wps).

Signed-off-by: Tijs Van Buggenhout &lt;tvb@able.be&gt;
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 35766
</pre>
</div>
</content>
</entry>
<entry>
<title>broadcom-diag: Detection of WNDR3400v1</title>
<updated>2013-02-24T17:56:00+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2013-02-24T17:56:00+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c3563fbea602b4472c3b36c73dc462d26fcd6839'/>
<id>c3563fbea602b4472c3b36c73dc462d26fcd6839</id>
<content type='text'>
nvram variable "boardtype" is unique for now.
-button gpio were taken from nvram.
-led information was taken from dd-wrt
( http://svn.dd-wrt.com/browser/src/router/libutils/utils.c )

I hope that I changed the values correctly.

Signed-off-by: Dirk Neukirchen &lt;dirkneukirchen@web.de&gt;
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 35765
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nvram variable "boardtype" is unique for now.
-button gpio were taken from nvram.
-led information was taken from dd-wrt
( http://svn.dd-wrt.com/browser/src/router/libutils/utils.c )

I hope that I changed the values correctly.

Signed-off-by: Dirk Neukirchen &lt;dirkneukirchen@web.de&gt;
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 35765
</pre>
</div>
</content>
</entry>
<entry>
<title>broadcom-diag: use new in kernel board detection code</title>
<updated>2013-02-24T17:55:09+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2013-02-24T17:55:09+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=49ff283df8f9b3c0fd6ff5870d57303331be5d0c'/>
<id>49ff283df8f9b3c0fd6ff5870d57303331be5d0c</id>
<content type='text'>
SVN-Revision: 35764
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 35764
</pre>
</div>
</content>
</entry>
<entry>
<title>broadcom-diag: add diag support for Linksys E1000 V1</title>
<updated>2013-01-03T02:07:11+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2013-01-03T02:07:11+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ac383f95a515c4092f7fafe91046b8443beceaef'/>
<id>ac383f95a515c4092f7fafe91046b8443beceaef</id>
<content type='text'>
This adds diag leds/buttons support for Linksys E1000 V1. It worked on
my router, however it may need some tweaking by people more familiar
with openwrt and c to make it fit for commiting.

Thank you hhm for this patch.

SVN-Revision: 34996
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds diag leds/buttons support for Linksys E1000 V1. It worked on
my router, however it may need some tweaking by people more familiar
with openwrt and c to make it fit for commiting.

Thank you hhm for this patch.

SVN-Revision: 34996
</pre>
</div>
</content>
</entry>
<entry>
<title>get rid of the IRQF_SAMPLE_RANDOM flag</title>
<updated>2012-09-26T12:53:58+00:00</updated>
<author>
<name>Florian Fainelli</name>
<email>florian@openwrt.org</email>
</author>
<published>2012-09-26T12:53:58+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4a67ccb16328fcc54a964a48ab54ad2dfe66ae42'/>
<id>4a67ccb16328fcc54a964a48ab54ad2dfe66ae42</id>
<content type='text'>
SVN-Revision: 33558
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 33558
</pre>
</div>
</content>
</entry>
<entry>
<title>brcm47xx: use libgpio instaed of implementing the gpio interface ourself.</title>
<updated>2012-08-04T19:46:25+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2012-08-04T19:46:25+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=075899682416938171ad47cba21de5dceebcdb43'/>
<id>075899682416938171ad47cba21de5dceebcdb43</id>
<content type='text'>
SVN-Revision: 32992
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 32992
</pre>
</div>
</content>
</entry>
<entry>
<title>broadcom-diag: add missing break into switch case statement.</title>
<updated>2012-04-28T23:30:05+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2012-04-28T23:30:05+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=164dd71afe46c929302c2ea58aa75ac58d2e62c4'/>
<id>164dd71afe46c929302c2ea58aa75ac58d2e62c4</id>
<content type='text'>
SVN-Revision: 31506
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 31506
</pre>
</div>
</content>
</entry>
<entry>
<title>broadcom-diag: add missing brackets breakign the detection logic (#10836)</title>
<updated>2012-02-17T09:04:23+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2012-02-17T09:04:23+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8dd93fbc1f34747785a3ef43f6180d36df7883fd'/>
<id>8dd93fbc1f34747785a3ef43f6180d36df7883fd</id>
<content type='text'>
SVN-Revision: 30610
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 30610
</pre>
</div>
</content>
</entry>
</feed>
