<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/generic/image, 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>generic: lzma-loader: fix cache invalidation</title>
<updated>2016-03-21T13:15:09+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2016-03-21T13:15:09+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8cd8698b6f06bf52fcbb1b7d41b2de27a0b0f938'/>
<id>8cd8698b6f06bf52fcbb1b7d41b2de27a0b0f938</id>
<content type='text'>
The current code only partially invalidates both caches
because the cache size and cache-line size values are
incorrectly passed to the C code.

Fix the assembly code to pass the arguments in the correct
order.

Tested on RB532.

Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 49056
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current code only partially invalidates both caches
because the cache size and cache-line size values are
incorrectly passed to the C code.

Fix the assembly code to pass the arguments in the correct
order.

Tested on RB532.

Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 49056
</pre>
</div>
</content>
</entry>
<entry>
<title>generic: lzma-loader: remove trailing whitespaces from start.S</title>
<updated>2016-03-21T13:15:05+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2016-03-21T13:15:05+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=479a0ef957fe88a3dd999c4f8457f49b2b9bc6f2'/>
<id>479a0ef957fe88a3dd999c4f8457f49b2b9bc6f2</id>
<content type='text'>
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 49055
</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: 49055
</pre>
</div>
</content>
</entry>
<entry>
<title>generic: fix relocate build with binutils 2.25.1</title>
<updated>2016-01-24T12:36:15+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2016-01-24T12:36:15+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=96afb90f3f96c15cd4bfd6a050538292074cf9da'/>
<id>96afb90f3f96c15cd4bfd6a050538292074cf9da</id>
<content type='text'>
The new .abiflags section was kept, pushing the appended arguments to
the wrong offset and causing it to read the section instead, making
it fail on boot.

Fix this by dropping this section as well as the other sections.

Closes #21679.

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

SVN-Revision: 48474
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new .abiflags section was kept, pushing the appended arguments to
the wrong offset and causing it to read the section instead, making
it fail on boot.

Fix this by dropping this section as well as the other sections.

Closes #21679.

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

SVN-Revision: 48474
</pre>
</div>
</content>
</entry>
<entry>
<title>generic: relocate: make the cacheline size configurable</title>
<updated>2015-03-30T20:20:10+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2015-03-30T20:20:10+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8353a3bd455f1ee5e0250d0a97b5d058f21316c7'/>
<id>8353a3bd455f1ee5e0250d0a97b5d058f21316c7</id>
<content type='text'>
Different targets have different cache line sizes.

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

SVN-Revision: 45163
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Different targets have different cache line sizes.

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

SVN-Revision: 45163
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: move relocating loader to common location</title>
<updated>2015-03-30T20:20:08+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2015-03-30T20:20:08+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=703c41cf01f9ab00dc63d400bdfec45a7f4d4c6f'/>
<id>703c41cf01f9ab00dc63d400bdfec45a7f4d4c6f</id>
<content type='text'>
Allow other targets to use it, too.

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

SVN-Revision: 45162
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow other targets to use it, too.

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

SVN-Revision: 45162
</pre>
</div>
</content>
</entry>
<entry>
<title>rename target/linux/generic-2.6 to generic</title>
<updated>2010-06-26T20:42:58+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2010-06-26T20:42:58+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=da1bb88a2b900f0392b731ec47c5e1bff956fd8f'/>
<id>da1bb88a2b900f0392b731ec47c5e1bff956fd8f</id>
<content type='text'>
SVN-Revision: 21952
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 21952
</pre>
</div>
</content>
</entry>
</feed>
