<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-enea-bsp-arm.git, branch master</title>
<subtitle>Enea specific BSP modifications for ARM</subtitle>
<id>https://git.enea.com/cgit/linux/meta-enea-bsp-arm.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-enea-bsp-arm.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-enea-bsp-arm.git/'/>
<updated>2016-10-20T09:27:33+00:00</updated>
<entry>
<title>Replace dependency on meta-fsl-arm with meta-freescale</title>
<updated>2016-10-20T09:27:33+00:00</updated>
<author>
<name>Adrian Dudau</name>
<email>adrian.dudau@enea.com</email>
</author>
<published>2016-10-19T14:22:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-enea-bsp-arm.git/commit/?id=1f67cc4f255403abdd64c768f1c5b5d5914c962d'/>
<id>urn:sha1:1f67cc4f255403abdd64c768f1c5b5d5914c962d</id>
<content type='text'>
Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
Signed-off-by: Martin Borg &lt;martin.borg@enea.com&gt;
</content>
</entry>
<entry>
<title>ls1021aiot.conf: Convert SOC_FAMILY to MACHINEOVERRIDES</title>
<updated>2016-09-29T13:44:42+00:00</updated>
<author>
<name>Adrian Dudau</name>
<email>adrian.dudau@enea.com</email>
</author>
<published>2016-09-29T08:50:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-enea-bsp-arm.git/commit/?id=f057719111729755fbae2db41febce25128292aa'/>
<id>urn:sha1:f057719111729755fbae2db41febce25128292aa</id>
<content type='text'>
meta-fsl-arm switched from using the SOC_FAMILY indirection to using directly
MACHINEOVERRIDES. They also removed the inclusion of soc-family.inc in
qoriq-arm.inc, rendering the SOC_FAMILY override ineffective in including machine
confs. In consequence the virtual/kernel for ls1021aiot becomes linux-dummy.

Reference: commit 90c00bba1ce3d3df78138c146323c7244099aa26 on meta-fsl-arm.

Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
Signed-off-by: Martin Borg &lt;martin.borg@enea.com&gt;
</content>
</entry>
<entry>
<title>README: Update maintainers and contribution information</title>
<updated>2016-07-04T14:19:12+00:00</updated>
<author>
<name>Adrian Dudau</name>
<email>adrian.dudau@enea.com</email>
</author>
<published>2016-07-04T14:18:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-enea-bsp-arm.git/commit/?id=53068335801db56d4268ccfd3df076043631da7e'/>
<id>urn:sha1:53068335801db56d4268ccfd3df076043631da7e</id>
<content type='text'>
Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
</content>
</entry>
<entry>
<title>linux-ls1: enable IKCONFIG feature</title>
<updated>2016-06-27T13:07:43+00:00</updated>
<author>
<name>Stefan Sicleru</name>
<email>stefan.sicleru@enea.com</email>
</author>
<published>2016-06-21T15:28:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-enea-bsp-arm.git/commit/?id=c433680b3f3e3f60d7141e05b28d2a9fa3536719'/>
<id>urn:sha1:c433680b3f3e3f60d7141e05b28d2a9fa3536719</id>
<content type='text'>
Provide gzip-compressed kernel configuration file at run-time which
stores the kernel config file used to build the kernel.

Signed-off-by: Stefan Sicleru &lt;stefan.sicleru@enea.com&gt;
Signed-off-by: Martin Borg &lt;martin.borg@enea.com&gt;
</content>
</entry>
<entry>
<title>linux-ls1: fix reset issue</title>
<updated>2016-06-14T08:17:46+00:00</updated>
<author>
<name>Stefan Sicleru</name>
<email>stefan.sicleru@enea.com</email>
</author>
<published>2016-06-13T13:20:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-enea-bsp-arm.git/commit/?id=8dce58d4412dd6784139613184ce655a88d05222'/>
<id>urn:sha1:8dce58d4412dd6784139613184ce655a88d05222</id>
<content type='text'>
Watchdog failed to assert reset signal so the board hanged everytime
a reboot command was issued. The watchdog (same controller used for
i.MX platforms) has an errata mentioning a software workaround for
a hardware issue that has no scheduled fix.

Implemented the workaround described in the errata. The workaround is
already present in upstream repositories.

Signed-off-by: Stefan Sicleru &lt;stefan.sicleru@enea.com&gt;
Signed-off-by: Martin Borg &lt;martin.borg@enea.com&gt;
</content>
</entry>
<entry>
<title>recipes-kernel: Remove staging kernel leftovers</title>
<updated>2016-06-13T08:48:16+00:00</updated>
<author>
<name>Adrian Dudau</name>
<email>adrian.dudau@enea.com</email>
</author>
<published>2016-06-09T07:56:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-enea-bsp-arm.git/commit/?id=5d967bd08988d949d5d775994db572c1ac730d51'/>
<id>urn:sha1:5d967bd08988d949d5d775994db572c1ac730d51</id>
<content type='text'>
The staging kernel concept is not actual anymore, so these files are
useless.

Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
Signed-off-by: Martin Borg &lt;martin.borg@enea.com&gt;
</content>
</entry>
<entry>
<title>linux-ls1: Apply kernel configs</title>
<updated>2016-06-09T15:04:01+00:00</updated>
<author>
<name>Adrian Dudau</name>
<email>adrian.dudau@enea.com</email>
</author>
<published>2016-06-08T12:44:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-enea-bsp-arm.git/commit/?id=92f7911635dfe561484b7aa9df513d34d204559a'/>
<id>urn:sha1:92f7911635dfe561484b7aa9df513d34d204559a</id>
<content type='text'>
Aplpy the same kernel configs as for the qoriq kernel. meta-fsl-arm has
a class overwriting the .config file in do_configure_prepend which makes
it impossible to make changes to it in a .bbappend. So we are forced to
change it in do_configure_append and force another configuration.

Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
</content>
</entry>
<entry>
<title>conf/machine: Remove proliant-m400 definition</title>
<updated>2016-06-02T13:56:02+00:00</updated>
<author>
<name>Adrian Dudau</name>
<email>adrian.dudau@enea.com</email>
</author>
<published>2016-06-01T12:48:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-enea-bsp-arm.git/commit/?id=1d66379144ea6cc28ef5e9b9fe841158b0011774'/>
<id>urn:sha1:1d66379144ea6cc28ef5e9b9fe841158b0011774</id>
<content type='text'>
We're not supporting it anymore so no need to be here.

Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
Signed-off-by: Martin Borg &lt;martin.borg@enea.com&gt;
</content>
</entry>
<entry>
<title>linux-ls1: Fix kernel oops caused by fsnotify race condition</title>
<updated>2016-05-31T12:05:50+00:00</updated>
<author>
<name>Adrian Dudau</name>
<email>adrian.dudau@enea.com</email>
</author>
<published>2016-05-26T08:12:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-enea-bsp-arm.git/commit/?id=746363a33825f03166c37deeb185e3b72a4b46f8'/>
<id>urn:sha1:746363a33825f03166c37deeb185e3b72a4b46f8</id>
<content type='text'>
Backport from mainline. Only kernels &lt;4.2 are affected by this.

Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
Signed-off-by: Martin Borg &lt;martin.borg@enea.com&gt;
</content>
</entry>
<entry>
<title>rename ls1021a-iot to ls1021aiot</title>
<updated>2016-04-29T09:35:07+00:00</updated>
<author>
<name>Adrian Calianu</name>
<email>adrian.calianu@enea.com</email>
</author>
<published>2016-04-29T09:27:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-enea-bsp-arm.git/commit/?id=90f55810228403b12bd663318e5dc16cc3089fc3'/>
<id>urn:sha1:90f55810228403b12bd663318e5dc16cc3089fc3</id>
<content type='text'>
And enabled tar.gz rootfs type.

Signed-off-by: Adrian Calianu &lt;adrian.calianu@enea.com&gt;
Signed-off-by: Catalina Focsa &lt;catalina.focsa@enea.com&gt;
</content>
</entry>
</feed>
