<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/malta/image, branch master</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>treewide: do not use IMG_PREFIX in Image/Prepare</title>
<updated>2017-10-26T10:26:25+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jonas.gorski@gmail.com</email>
</author>
<published>2017-10-13T12:21:53+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=6f528dfbd91f8e687e36300ab9284d16b78475b4'/>
<id>6f528dfbd91f8e687e36300ab9284d16b78475b4</id>
<content type='text'>
IMG_PREFIX can be modified in ImageBuilder by passing EXTRA_IMAGE_NAME
on command line, but Image/Prepare is not run in ImageBuilder. This
causes missing files when IMG_PREFIX is used for target file names in
Image/Prepare, then as source file names in Image/BuildKernel or
Image/Build.

Fix this by using a fixed output file name in Image/Prepare, and copy to
the expected file name in Image/BuildKernel instead, which is run by
ImageBuilder.

Signed-off-by: Jonas Gorski &lt;jonas.gorski@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
IMG_PREFIX can be modified in ImageBuilder by passing EXTRA_IMAGE_NAME
on command line, but Image/Prepare is not run in ImageBuilder. This
causes missing files when IMG_PREFIX is used for target file names in
Image/Prepare, then as source file names in Image/BuildKernel or
Image/Build.

Fix this by using a fixed output file name in Image/Prepare, and copy to
the expected file name in Image/BuildKernel instead, which is run by
ImageBuilder.

Signed-off-by: Jonas Gorski &lt;jonas.gorski@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>malta: remove hack to determine entry point</title>
<updated>2017-01-13T18:46:45+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@nbd.name</email>
</author>
<published>2017-01-13T18:19:34+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=d2424d4b21c88f1bf262665389d217d3cc8ff416'/>
<id>d2424d4b21c88f1bf262665389d217d3cc8ff416</id>
<content type='text'>
Malta has CONFIG_BOOT_RAW set, so jumping to the load address is valid

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Malta has CONFIG_BOOT_RAW set, so jumping to the load address is valid

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Prevent more gzip timestamps</title>
<updated>2015-07-14T09:57:45+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-07-14T09:57:45+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=096b3759a98cdbbc710d8620e948eaa7ee2045ed'/>
<id>096b3759a98cdbbc710d8620e948eaa7ee2045ed</id>
<content type='text'>
To improve reproducibility, prevent the inclusion of timestamps
in the gzip header.

Signed-off-by: Reiner Herrmann &lt;reiner@reiner-h.de&gt;

SVN-Revision: 46361
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To improve reproducibility, prevent the inclusion of timestamps
in the gzip header.

Signed-off-by: Reiner Herrmann &lt;reiner@reiner-h.de&gt;

SVN-Revision: 46361
</pre>
</div>
</content>
</entry>
<entry>
<title>malta: fix imagebuilder</title>
<updated>2015-05-28T12:05:57+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2015-05-28T12:05:57+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=282894a407220231b9350f240aea66bef6f38fe7'/>
<id>282894a407220231b9350f240aea66bef6f38fe7</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 45804
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 45804
</pre>
</div>
</content>
</entry>
<entry>
<title>malta: copy initramfs images</title>
<updated>2015-01-14T12:09:33+00:00</updated>
<author>
<name>Imre Kaloz</name>
<email>kaloz@openwrt.org</email>
</author>
<published>2015-01-14T12:09:33+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4f06ba07276536fa7e95673b702e20608d051549'/>
<id>4f06ba07276536fa7e95673b702e20608d051549</id>
<content type='text'>
Malta ramdisk images are no longer copied to output due to a recent change.
This change reimplements copying of ramdisk images for Malta builds.

Signed-off-by: Eric Schultz &lt;eschultz@prplfoundation.org&gt;

SVN-Revision: 43970
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Malta ramdisk images are no longer copied to output due to a recent change.
This change reimplements copying of ramdisk images for Malta builds.

Signed-off-by: Eric Schultz &lt;eschultz@prplfoundation.org&gt;

SVN-Revision: 43970
</pre>
</div>
</content>
</entry>
<entry>
<title>target/linux/*/image/Makefile: eliminate more LINUX_DIR users</title>
<updated>2014-07-21T18:42:11+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-07-21T18:42:11+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8295b1f7f2a67ad2e6a61e6fa633ec809e865703'/>
<id>8295b1f7f2a67ad2e6a61e6fa633ec809e865703</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 41792
</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: 41792
</pre>
</div>
</content>
</entry>
<entry>
<title>malta: avoid redundant vmlinux-initramfs.elf copy</title>
<updated>2013-07-19T17:12:46+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2013-07-19T17:12:46+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=68d5ce18d0658449d4ff700a880287a0fe208837'/>
<id>68d5ce18d0658449d4ff700a880287a0fe208837</id>
<content type='text'>
Patchwork: http://patchwork.openwrt.org/patch/3811/
Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 37453
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patchwork: http://patchwork.openwrt.org/patch/3811/
Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 37453
</pre>
</div>
</content>
</entry>
<entry>
<title>targets: fix remaining targets for initramfs builds</title>
<updated>2013-06-28T22:56:34+00:00</updated>
<author>
<name>Florian Fainelli</name>
<email>florian@openwrt.org</email>
</author>
<published>2013-06-28T22:56:34+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8ea5e19823917e48c97fb3195ffed9d0fac24626'/>
<id>8ea5e19823917e48c97fb3195ffed9d0fac24626</id>
<content type='text'>
Fix some bugs that slipped through while making initramfs non exclusive.

Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;

SVN-Revision: 37079
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix some bugs that slipped through while making initramfs non exclusive.

Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;

SVN-Revision: 37079
</pre>
</div>
</content>
</entry>
<entry>
<title>malta: build lzma and gzip compressed uImages</title>
<updated>2013-01-12T12:29:52+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2013-01-12T12:29:52+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3d057de4db395102e1589d2ae5df295a3cee00f8'/>
<id>3d057de4db395102e1589d2ae5df295a3cee00f8</id>
<content type='text'>
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 35117
</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: 35117
</pre>
</div>
</content>
</entry>
<entry>
<title>define a shared IMG_PREFIX variable used as a basename for image files, it contains board &amp; subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files</title>
<updated>2010-04-12T23:15:56+00:00</updated>
<author>
<name>Nicolas Thill</name>
<email>nico@openwrt.org</email>
</author>
<published>2010-04-12T23:15:56+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=e2b57ecf5f1f50f7b5f5644e483e06dd67a3cb5f'/>
<id>e2b57ecf5f1f50f7b5f5644e483e06dd67a3cb5f</id>
<content type='text'>
SVN-Revision: 20834
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 20834
</pre>
</div>
</content>
</entry>
</feed>
