<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-enea-bsp-common.git, branch octeontx-bsp</title>
<subtitle>Common Enea specific BSP modifications</subtitle>
<id>https://git.enea.com/cgit/linux/meta-enea-bsp-common.git/atom?h=octeontx-bsp</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-enea-bsp-common.git/atom?h=octeontx-bsp'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-enea-bsp-common.git/'/>
<updated>2017-08-10T08:07:51+00:00</updated>
<entry>
<title>copy kernel config into deploy folder</title>
<updated>2017-08-10T08:07:51+00:00</updated>
<author>
<name>Adrian Calianu</name>
<email>adrian.calianu@enea.com</email>
</author>
<published>2017-08-10T08:07:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-enea-bsp-common.git/commit/?id=f227a2738e09996d0d88891e786dedd8f81930ed'/>
<id>urn:sha1:f227a2738e09996d0d88891e786dedd8f81930ed</id>
<content type='text'>
Signed-off-by: Adrian Calianu &lt;adrian.calianu@enea.com&gt;
</content>
</entry>
<entry>
<title>remove all kernel config fragments</title>
<updated>2017-03-09T14:33:50+00:00</updated>
<author>
<name>Adrian Calianu</name>
<email>adrian.calianu@enea.com</email>
</author>
<published>2017-03-08T12:58:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-enea-bsp-common.git/commit/?id=0ad35fda8924b89f571f0437c3fd67ab768b823e'/>
<id>urn:sha1:0ad35fda8924b89f571f0437c3fd67ab768b823e</id>
<content type='text'>
From now on Enea Linux will use Yocto kernel config style
using a separate meta data repo.

Signed-off-by: Adrian Calianu &lt;adrian.calianu@enea.com&gt;
Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
</content>
</entry>
<entry>
<title>linux-yocto: Append the 4.8 version instead</title>
<updated>2016-10-17T13:52:39+00:00</updated>
<author>
<name>Adrian Dudau</name>
<email>adrian.dudau@enea.com</email>
</author>
<published>2016-10-07T08:13:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-enea-bsp-common.git/commit/?id=e16a715b2c78602ae3c394c2c3731bbe34c817f9'/>
<id>urn:sha1:e16a715b2c78602ae3c394c2c3731bbe34c817f9</id>
<content type='text'>
Yocto is using the 4.8 kernel as default now, so that's the version we
should be patching.

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-yocto: Rename the .bbappend</title>
<updated>2016-09-13T12:07:03+00:00</updated>
<author>
<name>Adrian Dudau</name>
<email>adrian.dudau@enea.com</email>
</author>
<published>2016-09-07T08:24:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-enea-bsp-common.git/commit/?id=6434ca55813870b33c5298381f2d18d3c2fa727a'/>
<id>urn:sha1:6434ca55813870b33c5298381f2d18d3c2fa727a</id>
<content type='text'>
We have patches specific to 4.4 that may not apply to other versions.
Since we only support one kernel version for the quemu there is no
need to patch the other ones.

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:20:37+00:00</updated>
<author>
<name>Adrian Dudau</name>
<email>adrian.dudau@enea.com</email>
</author>
<published>2016-07-04T14:20:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-enea-bsp-common.git/commit/?id=a82f3d9782d5bb934d8dfe7e28eac0d287797634'/>
<id>urn:sha1:a82f3d9782d5bb934d8dfe7e28eac0d287797634</id>
<content type='text'>
Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
</content>
</entry>
<entry>
<title>linux/cfg: add config fragments to disable debug features</title>
<updated>2016-05-23T08:21:07+00:00</updated>
<author>
<name>Adrian Calianu</name>
<email>adrian.calianu@enea.com</email>
</author>
<published>2016-05-16T15:21:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-enea-bsp-common.git/commit/?id=508b8f29922ab88923d83bdb21a21e8a78a526d1'/>
<id>urn:sha1:508b8f29922ab88923d83bdb21a21e8a78a526d1</id>
<content type='text'>
New config fragments created to:
- disable debugging on target. Trying to disable any type of debugging that can
affect performances on target.
- disable profiling. Profiling is mainly based on hooks which should not affect
the performance on target. This options allow to test if profiling does affect
the performance or not.
- enable PreemptRT Low Latency Desktop
- disable erratum for new PowerPC revisions targets

Signed-off-by: Adrian Calianu &lt;adrian.calianu@enea.com&gt;
Signed-off-by: Martin Borg &lt;martin.borg@enea.com&gt;
</content>
</entry>
<entry>
<title>linux/cfg: add config fragment for offloading RCU callbacks</title>
<updated>2016-04-25T15:25:23+00:00</updated>
<author>
<name>Martin Borg</name>
<email>martin.borg@enea.com</email>
</author>
<published>2016-04-25T09:31:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-enea-bsp-common.git/commit/?id=2ba75f3637401c6d2478f2ce594d3eadc38304dd'/>
<id>urn:sha1:2ba75f3637401c6d2478f2ce594d3eadc38304dd</id>
<content type='text'>
Enable support for offloading RCU callback processing from the set
of CPUs specified at boot time by the rcu_nocbs parameter.

Signed-off-by: Martin Borg &lt;martin.borg@enea.com&gt;
Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
</content>
</entry>
<entry>
<title>linux/cfg: add config fragment for RCU priority boosting</title>
<updated>2016-04-20T12:59:03+00:00</updated>
<author>
<name>Martin Borg</name>
<email>martin.borg@enea.com</email>
</author>
<published>2016-04-19T13:40:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-enea-bsp-common.git/commit/?id=01fa98e5caa5434f092e151bfbbad1d3e67b6d8f'/>
<id>urn:sha1:01fa98e5caa5434f092e151bfbbad1d3e67b6d8f</id>
<content type='text'>
Enable support for RCU priority boosting in the kernel

Signed-off-by: Martin Borg &lt;martin.borg@enea.com&gt;
Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
</content>
</entry>
<entry>
<title>Rename layer to meta-enea-bsp-common</title>
<updated>2016-04-18T13:47:54+00:00</updated>
<author>
<name>Adrian Dudau</name>
<email>adrian.dudau@enea.com</email>
</author>
<published>2016-04-18T10:39:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-enea-bsp-common.git/commit/?id=ec8aa800e07ba78f0fb2f19976f871d9f8c87569'/>
<id>urn:sha1:ec8aa800e07ba78f0fb2f19976f871d9f8c87569</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>linux/cfg: Add config fragment for openvswitch</title>
<updated>2016-04-18T08:44:28+00:00</updated>
<author>
<name>Adrian Dudau</name>
<email>adrian.dudau@enea.com</email>
</author>
<published>2016-04-12T11:44:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-enea-bsp-common.git/commit/?id=9c44a76038c392d83e4073c5e63662d7f480fdd5'/>
<id>urn:sha1:9c44a76038c392d83e4073c5e63662d7f480fdd5</id>
<content type='text'>
Enable support for Open vSwitch in the kernel.

Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
Signed-off-by: Martin Borg &lt;martin.borg@enea.com&gt;
</content>
</entry>
</feed>
