<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/ramips/rt288x, branch v17.01.4</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>ramips/rt288x: switch CPU_TYPE to 24kc</title>
<updated>2017-01-24T12:35:09+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@nbd.name</email>
</author>
<published>2017-01-24T11:25:05+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=6193e3cdeec546815e492c3df53a2ace37e8c074'/>
<id>6193e3cdeec546815e492c3df53a2ace37e8c074</id>
<content type='text'>
While rt288x only has a MIPS 4KEc processor, it implements the MIPS32r2
architecture just like the 24Kc, so the instruction set should be 100%
compatible.
Switching it to 24kc allows it to share the package architecture with a
lot of other targets instead of creating a special case, saving
buildbot resources.

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While rt288x only has a MIPS 4KEc processor, it implements the MIPS32r2
architecture just like the 24Kc, so the instruction set should be 100%
compatible.
Switching it to 24kc allows it to share the package architecture with a
lot of other targets instead of creating a special case, saving
buildbot resources.

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: add support for PCI based OHCI/EHCI support for F5D8235 V1</title>
<updated>2016-12-04T06:03:17+00:00</updated>
<author>
<name>Tobias Wolf</name>
<email>github-NTEO@vplace.de</email>
</author>
<published>2016-11-18T14:52:38+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2e020e2cef40cf14766b5269c83feccfc5b8200b'/>
<id>2e020e2cef40cf14766b5269c83feccfc5b8200b</id>
<content type='text'>
This router uses an PCI attached NEC EHCI controller to support the single USB port.

Signed-off-by: Tobias Wolf &lt;github-NTEO@vplace.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This router uses an PCI attached NEC EHCI controller to support the single USB port.

Signed-off-by: Tobias Wolf &lt;github-NTEO@vplace.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: introduce CONFIG_PCI and CONFIG_OF_*PCI for rt288x</title>
<updated>2016-12-04T06:03:17+00:00</updated>
<author>
<name>Tobias Wolf</name>
<email>github-NTEO@vplace.de</email>
</author>
<published>2016-11-15T21:31:16+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=13c0d208b23ef82f870b55d965326f313bdbc27b'/>
<id>13c0d208b23ef82f870b55d965326f313bdbc27b</id>
<content type='text'>
This is a prerequisite for F5D8235 V1 to use PCI based OHCI/EHCI.

Signed-off-by: Tobias Wolf &lt;github-NTEO@vplace.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a prerequisite for F5D8235 V1 to use PCI based OHCI/EHCI.

Signed-off-by: Tobias Wolf &lt;github-NTEO@vplace.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: fix the number of uarts for each SoC</title>
<updated>2016-06-03T10:20:33+00:00</updated>
<author>
<name>Álvaro Fernández Rojas</name>
<email>noltari@gmail.com</email>
</author>
<published>2016-05-29T10:55:12+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=604b92dbd0597e1a12a16c05ce0bb2c979326137'/>
<id>604b92dbd0597e1a12a16c05ce0bb2c979326137</id>
<content type='text'>
- Use default number of uarts (2) for rt288x/rt305x/rt3883/mt7620.
- Allow up to 3 uarts on MT7621 and MT7628.
- Remove unneeded SERIAL_8250_RT288X for MT7628.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Use default number of uarts (2) for rt288x/rt305x/rt3883/mt7620.
- Allow up to 3 uarts on MT7621 and MT7628.
- Remove unneeded SERIAL_8250_RT288X for MT7628.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: convert rt2880 to new image building code</title>
<updated>2016-05-12T01:29:36+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@phrozen.org</email>
</author>
<published>2016-05-11T22:56:03+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=a55f0c32fa84db8ccd34f81738297de9d51cdea3'/>
<id>a55f0c32fa84db8ccd34f81738297de9d51cdea3</id>
<content type='text'>
Signed-off-by: John Crispin &lt;john@phrozen.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: John Crispin &lt;john@phrozen.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: convert the remaining subtargets to 4.4</title>
<updated>2016-03-07T17:56:53+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2016-03-07T17:56:53+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3abf5ce6564e24a388b86caf1a00f91f4262b312'/>
<id>3abf5ce6564e24a388b86caf1a00f91f4262b312</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48954
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48954
</pre>
</div>
</content>
</entry>
<entry>
<title>ralink: update config files to build the cleaned up ethernet driver</title>
<updated>2015-12-17T09:26:20+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-12-17T09:26:20+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=b4bb10b3a0e12c123982391f7d38001aa63deee9'/>
<id>b4bb10b3a0e12c123982391f7d38001aa63deee9</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 47902
</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: 47902
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: add missing kernel symbols</title>
<updated>2015-12-12T21:01:02+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-12-12T21:01:02+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=5d4f5689fdd22b17d688a30717f39f036ea988a6'/>
<id>5d4f5689fdd22b17d688a30717f39f036ea988a6</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 47884
</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: 47884
</pre>
</div>
</content>
</entry>
<entry>
<title>ralink: bump to the target to v4.3</title>
<updated>2015-12-10T19:06:32+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-12-10T19:06:32+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=6df4426245be87148d6aa75859951cb6351eb24c'/>
<id>6df4426245be87148d6aa75859951cb6351eb24c</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 47831
</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: 47831
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: disable the openwrt commandline hack</title>
<updated>2015-08-30T12:18:14+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2015-08-30T12:18:14+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=efb2c403cfacc463e2479c5fc73d58895e48a6c1'/>
<id>efb2c403cfacc463e2479c5fc73d58895e48a6c1</id>
<content type='text'>
We don't make use of it, so no need to have it enabled.

Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 46759
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't make use of it, so no need to have it enabled.

Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

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