<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/at91/Makefile, 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>at91: reorganize at91 subtargets</title>
<updated>2018-05-05T04:55:22+00:00</updated>
<author>
<name>Sandeep Sheriker Mallikarjun</name>
<email>sandeepsheriker.mallikarjun@microchip.com</email>
</author>
<published>2018-05-04T17:27:50+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=60750ab505bae8d1cb70c6fe495b755b213a1ebf'/>
<id>60750ab505bae8d1cb70c6fe495b755b213a1ebf</id>
<content type='text'>
reorganizing at91 subtargets based on sama5 soc features and this fix
below problems.
  1. able to set neon flags to sama5d2 &amp; sama5d4 subtargets.
  2. fix the make clean which removes all the subtargets in bin folder.
  3. able to configure kernel specific to subtarget.
  4. able to set vfpu4 flags to samad3 subtargets.

Signed-off-by: Sandeep Sheriker Mallikarjun &lt;sandeepsheriker.mallikarjun@microchip.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
reorganizing at91 subtargets based on sama5 soc features and this fix
below problems.
  1. able to set neon flags to sama5d2 &amp; sama5d4 subtargets.
  2. fix the make clean which removes all the subtargets in bin folder.
  3. able to configure kernel specific to subtarget.
  4. able to set vfpu4 flags to samad3 subtargets.

Signed-off-by: Sandeep Sheriker Mallikarjun &lt;sandeepsheriker.mallikarjun@microchip.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>at91: update to kernel 4.9</title>
<updated>2017-10-22T13:15:55+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2017-10-15T17:06:08+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=95627665cbcb03c20a4356df3123b19285f5c083'/>
<id>95627665cbcb03c20a4356df3123b19285f5c083</id>
<content type='text'>
This brings the at91 target to kernel 4.9.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
Tested-by: Ben Whitten &lt;ben.whitten@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This brings the at91 target to kernel 4.9.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
Tested-by: Ben Whitten &lt;ben.whitten@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>at91: Add ext4 filesystem</title>
<updated>2017-10-13T22:33:34+00:00</updated>
<author>
<name>Sandeep Sheriker Mallikarjun</name>
<email>sandeepsheriker.mallikarjun@microchip.com</email>
</author>
<published>2017-10-13T17:21:51+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=1b368f164131f21bb6870a1e75421d30e6acd0ac'/>
<id>1b368f164131f21bb6870a1e75421d30e6acd0ac</id>
<content type='text'>
Add ext4 filesystem for creating sdcard image with ext4 rootfs and
removing ext2 as it superset of ext4.

Signed-off-by: Sandeep Sheriker Mallikarjun &lt;sandeepsheriker.mallikarjun@microchip.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add ext4 filesystem for creating sdcard image with ext4 rootfs and
removing ext2 as it superset of ext4.

Signed-off-by: Sandeep Sheriker Mallikarjun &lt;sandeepsheriker.mallikarjun@microchip.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>at91: Renaming subtarget sama5d3 to sama5</title>
<updated>2017-09-20T07:00:14+00:00</updated>
<author>
<name>Sandeep Sheriker Mallikarjun</name>
<email>sandeepsheriker.mallikarjun@microchip.com</email>
</author>
<published>2017-09-13T18:51:13+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f8a5ac1a8835b9c826286469379a143ff9e532d5'/>
<id>f8a5ac1a8835b9c826286469379a143ff9e532d5</id>
<content type='text'>
Renaming at91 subtarget sama5d3 to sama5 and using at91-sama5d3_xplained
as a target device in sama5 subtarget.This will enable to add other
sama5d2 &amp; sama5d4 target devices in sama5 subtraget.This will avoid
code duplication when sama5d2 &amp; sama5d4 added as different subtarget.

Signed-off-by: Sandeep Sheriker Mallikarjun &lt;sandeepsheriker.mallikarjun@microchip.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Renaming at91 subtarget sama5d3 to sama5 and using at91-sama5d3_xplained
as a target device in sama5 subtarget.This will enable to add other
sama5d2 &amp; sama5d4 target devices in sama5 subtraget.This will avoid
code duplication when sama5d2 &amp; sama5d4 added as different subtarget.

Signed-off-by: Sandeep Sheriker Mallikarjun &lt;sandeepsheriker.mallikarjun@microchip.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>at91: convert boards to generic build target</title>
<updated>2017-06-12T19:07:31+00:00</updated>
<author>
<name>Ben Whitten</name>
<email>ben.whitten@gmail.com</email>
</author>
<published>2017-05-03T21:15:20+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c2f052acaeb480e89d3ce39c47f49ad16b3464ac'/>
<id>c2f052acaeb480e89d3ce39c47f49ad16b3464ac</id>
<content type='text'>
Evaluation boards are left in component form to ease flashing
using vendor tooling and instructions. These boards also do
not include the EOF marker in the UBIFS as the bootloaders
are recent and easily upgradeable.

The end product boards use factory.bin images based on the
dts layout and include EOF markers as bootloader UBI support
is not determined.

Signed-off-by: Ben Whitten &lt;ben.whitten@gmail.com&gt;
Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Evaluation boards are left in component form to ease flashing
using vendor tooling and instructions. These boards also do
not include the EOF marker in the UBIFS as the bootloaders
are recent and easily upgradeable.

The end product boards use factory.bin images based on the
dts layout and include EOF markers as bootloader UBI support
is not determined.

Signed-off-by: Ben Whitten &lt;ben.whitten@gmail.com&gt;
Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: clean up usb gadget support</title>
<updated>2016-09-15T11:11:21+00:00</updated>
<author>
<name>Tim Harvey</name>
<email>tharvey@gateworks.com</email>
</author>
<published>2016-09-08T15:40:03+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=dc17fde99436fd7912914c0e4d3f106820ffe9e8'/>
<id>dc17fde99436fd7912914c0e4d3f106820ffe9e8</id>
<content type='text'>
clean up usb gadget support:
- rename gadget modules so that they appear together and are easier to
  identify as gadget modules
- make usb-lib-composite and usb-gadget hidden as there is no point in
  selecting those without gadget drivers that require them as deps

Signed-off-by: Tim Harvey &lt;tharvey@gateworks.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
clean up usb gadget support:
- rename gadget modules so that they appear together and are easier to
  identify as gadget modules
- make usb-lib-composite and usb-gadget hidden as there is no point in
  selecting those without gadget drivers that require them as deps

Signed-off-by: Tim Harvey &lt;tharvey@gateworks.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>at91: move to 4.4 kernel</title>
<updated>2016-01-19T10:15:32+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2016-01-19T10:15:32+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=83c246dffd94ccc94e2ddf7eead47f0591ea8b56'/>
<id>83c246dffd94ccc94e2ddf7eead47f0591ea8b56</id>
<content type='text'>
Signed-off-by: Ben Whitten &lt;ben.whitten@gmail.com&gt;

SVN-Revision: 48353
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Ben Whitten &lt;ben.whitten@gmail.com&gt;

SVN-Revision: 48353
</pre>
</div>
</content>
</entry>
<entry>
<title>at91: USB gadget subsystem cleanup and driver fix.</title>
<updated>2015-02-19T09:06:56+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-02-19T09:06:56+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3cf87e67b2bcb206a964211b08dd4e268d5e9455'/>
<id>3cf87e67b2bcb206a964211b08dd4e268d5e9455</id>
<content type='text'>
Signed-off-by: Owen Kirby &lt;osk@exegin.com&gt;

SVN-Revision: 44491
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Owen Kirby &lt;osk@exegin.com&gt;

SVN-Revision: 44491
</pre>
</div>
</content>
</entry>
<entry>
<title>at91: bump to v3.18</title>
<updated>2015-02-18T13:35:46+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-02-18T13:35:46+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4a6e4685884e4b9542ca660be7948d48810d8788'/>
<id>4a6e4685884e4b9542ca660be7948d48810d8788</id>
<content type='text'>
Signed-off-by: Your Name &lt;blogic@openwrt.org&gt;

SVN-Revision: 44489
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Your Name &lt;blogic@openwrt.org&gt;

SVN-Revision: 44489
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: makefiles: make use of new var KERNEL_PATCHVER</title>
<updated>2014-10-24T19:34:02+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-10-24T19:34:02+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c288d2d6d9a2dcca593157dae8175d40267135f4'/>
<id>c288d2d6d9a2dcca593157dae8175d40267135f4</id>
<content type='text'>
replace all occurences of LINUX_VERSION with the cleaner
approach. future kernel upgrades must mostly touch only
one file. the only platform left is netlogic, because it
uses a intermediate kernel 3.14.16

Signed-off-by: Bastian Bittorf &lt;bittorf@bluebottle.com&gt;

SVN-Revision: 43047
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
replace all occurences of LINUX_VERSION with the cleaner
approach. future kernel upgrades must mostly touch only
one file. the only platform left is netlogic, because it
uses a intermediate kernel 3.14.16

Signed-off-by: Bastian Bittorf &lt;bittorf@bluebottle.com&gt;

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