<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-raspberrypi.git/conf, branch update_wifi_firmware</title>
<subtitle>Mirror of http://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi</subtitle>
<id>https://git.enea.com/cgit/linux/meta-raspberrypi.git/atom?h=update_wifi_firmware</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/atom?h=update_wifi_firmware'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/'/>
<updated>2019-09-16T13:44:39+00:00</updated>
<entry>
<title>rpi-base.inc: Introduce DISABLE_VC4GRAPHICS</title>
<updated>2019-09-16T13:44:39+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2019-09-13T11:25:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=7c1d1e1eeb98dd78a8be432b3ae17ad710210a43'/>
<id>urn:sha1:7c1d1e1eeb98dd78a8be432b3ae17ad710210a43</id>
<content type='text'>
Since we enabled vc4graphics by default[1], there is no easy way to disable
it if needed. This patch introduces a variable (DISABLE_VC4GRAPHICS)
which when set to '1' will not add 'vc4graphics' to MACHINE_FEATURES
forcing the old behaviour.
One could use it in 'local.conf' for example.

[1] https://github.com/agherzan/meta-raspberrypi/pull/417

Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>raspberrypi*.conf: Remove vc4 configuration as we already default to it</title>
<updated>2019-09-16T13:44:39+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2019-09-13T11:22:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=c1d16a30258aca6eff7948fb54b05c184e8037a1'/>
<id>urn:sha1:c1d16a30258aca6eff7948fb54b05c184e8037a1</id>
<content type='text'>
As of late[1], we defaulted to enabling vc4graphics in MACHINE_FEATURES.
Let's cleanup the machine configurations as per this change.

[1] https://github.com/agherzan/meta-raspberrypi/pull/417

Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>layer.conf: Add zeus to compatible layers</title>
<updated>2019-09-04T07:13:28+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-09-03T22:53:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=ed47e37e43276dc29f098a261b1243dfc173832d'/>
<id>urn:sha1:ed47e37e43276dc29f098a261b1243dfc173832d</id>
<content type='text'>
zeus is codename for next 3.0 release

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>raspberrypi4-64: Remove the 3G RAM limitation</title>
<updated>2019-08-15T15:50:50+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2019-08-15T15:15:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=8106df150dd2ad57620fa70f1b37f99db90c78b3'/>
<id>urn:sha1:8106df150dd2ad57620fa70f1b37f99db90c78b3</id>
<content type='text'>
The PCIe bounce buffers were ported[1] in the kernel so we can remove
this limitation now.

[1] https://github.com/raspberrypi/linux/pull/3144

Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>layer.conf: Add meta-networking to dynamic layers</title>
<updated>2019-07-28T20:51:16+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-07-27T06:58:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=37faf7553fbfd13df089a3fc4630fd9ef051105d'/>
<id>urn:sha1:37faf7553fbfd13df089a3fc4630fd9ef051105d</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>raspberrypi4-64.conf: Limit RAM to 3G</title>
<updated>2019-07-25T12:27:52+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2019-07-24T15:10:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=fafad9b02539bce62004be25012f17e57327af8f'/>
<id>urn:sha1:fafad9b02539bce62004be25012f17e57327af8f</id>
<content type='text'>
The PCI controller on the Raspberry Pi 4 acts as a DMA controller and can
only address the first 3Gb[1] of the memory space. On 32bit this was
addressed by implementing bouncing buffers[2] but this currently has no
support for arm64. In order to have working USB, as a workaround, we
limit the ram to 3G.

Fixes #446

[1] https://github.com/raspberrypi/linux/issues/3093
[2] https://github.com/raspberrypi/linux/blob/rpi-4.19.y/drivers/pci/controller/pcie-brcmstb-bounce.c

Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>raspberrypi*: Define ARMSTUB for all machines</title>
<updated>2019-07-19T19:05:53+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2019-07-19T18:33:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=0d641c8fa918b1c5ecce2cb9918c47bb3c4e1510'/>
<id>urn:sha1:0d641c8fa918b1c5ecce2cb9918c47bb3c4e1510</id>
<content type='text'>
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>rpi-base.inc: Enabling open-source vc4graphics driver for all RPI platforms</title>
<updated>2019-07-18T16:00:07+00:00</updated>
<author>
<name>Riyaz</name>
<email>Riyaz.l@ltts.com</email>
</author>
<published>2019-05-15T10:09:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=03488c61599ddb8efdecd1a48c211d083ce4ea78'/>
<id>urn:sha1:03488c61599ddb8efdecd1a48c211d083ce4ea78</id>
<content type='text'>
Vc4graphics enables drm backend on wayland Compositor (weston &amp; westeros)
Appending vc4graphics machine feature to use mesa drivers for OpenGL and
V4l2 for video.

Signed-off-by: Riyaz &lt;Riyaz.l@ltts.com&gt;
</content>
</entry>
<entry>
<title>raspberrypi4-64.conf: Remove memory limitation</title>
<updated>2019-07-18T12:27:34+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2019-07-17T13:42:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=d44c0c3f197323154144fd2ba221074087ea85ba'/>
<id>urn:sha1:d44c0c3f197323154144fd2ba221074087ea85ba</id>
<content type='text'>
We can do this because the kernel now includes a workaround for the DMA
issue.
https://github.com/raspberrypi/linux/pull/3080

Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>raspberrypi4.conf: The firmware uses kernel7l.img when LPAE is supported</title>
<updated>2019-07-16T12:38:41+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2019-07-12T16:55:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=982a81e4b85057cf289ac8719068b81ecc011209'/>
<id>urn:sha1:982a81e4b85057cf289ac8719068b81ecc011209</id>
<content type='text'>
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
</feed>
