<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/gemini/image/Makefile, branch v18.06.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>gemini: create zImage for DIR-685</title>
<updated>2018-05-14T14:24:09+00:00</updated>
<author>
<name>Linus Walleij</name>
<email>linus.walleij@linaro.org</email>
</author>
<published>2018-05-11T17:10:16+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3b48111df9b87dc31c8eb5101cd30bfbe60cf7cf'/>
<id>3b48111df9b87dc31c8eb5101cd30bfbe60cf7cf</id>
<content type='text'>
Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gemini: fix hard disk boot on D-Link devices</title>
<updated>2018-05-05T04:57:00+00:00</updated>
<author>
<name>Roman Yeryomin</name>
<email>roman@advem.lv</email>
</author>
<published>2018-05-04T15:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ce93b05bf1465b240366000f833e413c0b916125'/>
<id>ce93b05bf1465b240366000f833e413c0b916125</id>
<content type='text'>
Since the D-Link devices boot from hard disk we need to
add the following changes to Gemini:

- Supply a bootarg in the device tree so we can boot from
  the right partition (/dev/sda4 on DNS-313)
- Disable forced command line in config so the kernel picks
  up the right bootargs from the device tree
- Enable EXT4 in the config as this is used for rootfs else
  we get nowhere, we cannot load this as a module because,
  well, it is supposed to be loaded from the root partition
  (chicken and egg problem).
- Enable jbd2 and mbcache (needed by ext4)

Also clean out the premature attempts to dynamically
modify the command line in the Image makefile: we should
pass this with the device tree bootargs instead, it works
much better.

Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
Signed-off-by: Roman Yeryomin &lt;roman@advem.lv&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the D-Link devices boot from hard disk we need to
add the following changes to Gemini:

- Supply a bootarg in the device tree so we can boot from
  the right partition (/dev/sda4 on DNS-313)
- Disable forced command line in config so the kernel picks
  up the right bootargs from the device tree
- Enable EXT4 in the config as this is used for rootfs else
  we get nowhere, we cannot load this as a module because,
  well, it is supposed to be loaded from the root partition
  (chicken and egg problem).
- Enable jbd2 and mbcache (needed by ext4)

Also clean out the premature attempts to dynamically
modify the command line in the Image makefile: we should
pass this with the device tree bootargs instead, it works
much better.

Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
Signed-off-by: Roman Yeryomin &lt;roman@advem.lv&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gemini: add rtl8366rb to dir-685 board</title>
<updated>2018-05-05T04:57:00+00:00</updated>
<author>
<name>Roman Yeryomin</name>
<email>roman@advem.lv</email>
</author>
<published>2018-05-01T18:33:17+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2c35bcffd080abaf1262d0afd905b04ea8696829'/>
<id>2c35bcffd080abaf1262d0afd905b04ea8696829</id>
<content type='text'>
Signed-off-by: Roman Yeryomin &lt;roman@advem.lv&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Roman Yeryomin &lt;roman@advem.lv&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gemini: switch to 4.14</title>
<updated>2018-05-05T04:57:00+00:00</updated>
<author>
<name>Roman Yeryomin</name>
<email>roman@advem.lv</email>
</author>
<published>2018-04-29T16:07:05+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=6409b159e8b84e172da7755088d587ccd99103ab'/>
<id>6409b159e8b84e172da7755088d587ccd99103ab</id>
<content type='text'>
This introduces Device/ infrastructure and images
for all boards available upstream.

Changes from Linus submitted version:
- fix Raidsonic image generation
- remove redundant (old) image generation
- remove redundant header tool for dns313 board

Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
Signed-off-by: Roman Yeryomin &lt;roman@advem.lv&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This introduces Device/ infrastructure and images
for all boards available upstream.

Changes from Linus submitted version:
- fix Raidsonic image generation
- remove redundant (old) image generation
- remove redundant header tool for dns313 board

Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
Signed-off-by: Roman Yeryomin &lt;roman@advem.lv&gt;
</pre>
</div>
</content>
</entry>
<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>gemini: copy kernel image to BIN_DIR</title>
<updated>2015-07-14T07:41:43+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-07-14T07:41:43+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ea5b09bda355fc55388f5cf6548f283b1107077d'/>
<id>ea5b09bda355fc55388f5cf6548f283b1107077d</id>
<content type='text'>
Signed-off-by: Roman Yeryomin &lt;roman@advem.lv&gt;

SVN-Revision: 46351
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Roman Yeryomin &lt;roman@advem.lv&gt;

SVN-Revision: 46351
</pre>
</div>
</content>
</entry>
<entry>
<title>gemini: fix imagebuilder</title>
<updated>2015-05-29T11:28:33+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-05-29T11:28:33+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=1985e88b359d5f343cb45cba6bd27698b8e81e92'/>
<id>1985e88b359d5f343cb45cba6bd27698b8e81e92</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 45822
</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: 45822
</pre>
</div>
</content>
</entry>
<entry>
<title>gemini: use common image prefix</title>
<updated>2015-05-27T15:18:36+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2015-05-27T15:18:36+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=e814e946a62e04eb76f08d09dc338ad6097d71db'/>
<id>e814e946a62e04eb76f08d09dc338ad6097d71db</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 45782
</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: 45782
</pre>
</div>
</content>
</entry>
<entry>
<title>gemini: make dd commands more portable</title>
<updated>2015-03-26T20:37:19+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2015-03-26T20:37:19+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=65708f749a5a9bf484fdcbb6c5cb2cf74a20cf8e'/>
<id>65708f749a5a9bf484fdcbb6c5cb2cf74a20cf8e</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 45039
</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: 45039
</pre>
</div>
</content>
</entry>
<entry>
<title>gemini: add basic nas4220 board support</title>
<updated>2014-11-19T14:09:10+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-11-19T14:09:10+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=da5001475c093f296248fe6842d9188d4f64fd4e'/>
<id>da5001475c093f296248fe6842d9188d4f64fd4e</id>
<content type='text'>
Few notes:
- redboot partitions are unusable
- redboot declares only 16M of RAM, hence the mem arg in cmdline and separate kernel config
- boots fine but only ethernet works for now
- split wiliboard and raidsonic boards into different subtargets

Signed-off-by: Roman Yeryomin &lt;roman@advem.lv&gt;

SVN-Revision: 43319
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Few notes:
- redboot partitions are unusable
- redboot declares only 16M of RAM, hence the mem arg in cmdline and separate kernel config
- boots fine but only ethernet works for now
- split wiliboard and raidsonic boards into different subtargets

Signed-off-by: Roman Yeryomin &lt;roman@advem.lv&gt;

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