<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-raspberrypi.git, branch ag/rpi4</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=ag%2Frpi4</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/atom?h=ag%2Frpi4'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/'/>
<updated>2019-06-28T16:43:28+00:00</updated>
<entry>
<title>raspberrypi4: Use vc4-fkms-v3d</title>
<updated>2019-06-28T16:43:28+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2019-06-27T20:55:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=8812722ab7638566ace1139be8c1785110cc445d'/>
<id>urn:sha1:8812722ab7638566ace1139be8c1785110cc445d</id>
<content type='text'>
Currently, we use vc4-kms-v3d as the default overlay for VC4 but this
seems to break vc4 at runtime on RPi4. Change this to vc4-fkms-v3d for
now as this is the default Raspbian ons as well.

Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>rpi-base.inc: Include the "fake" KMS dtbo</title>
<updated>2019-06-28T16:43:28+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2019-06-27T20:54:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=1e993c74f9f6a67092bbe9f6744fa2c170e68e64'/>
<id>urn:sha1:1e993c74f9f6a67092bbe9f6744fa2c170e68e64</id>
<content type='text'>
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>linux-firmware-rpidistro: Fix WiFi on RaspberryPi 4</title>
<updated>2019-06-28T16:43:28+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2019-06-27T20:48:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=54dc201fd433c56ce37c76bf258da711cf773ee5'/>
<id>urn:sha1:54dc201fd433c56ce37c76bf258da711cf773ee5</id>
<content type='text'>
The official Raspbian with RPi4 support has an additional change for the
NVRAM WiFi configuration: boardflags3 value is changed from "0x48200100"
to "0x44200100". Without this change the interface never comes up. It is
confusing because the deb changelog doesn't say anything about it and
the repository upstream doesn't have this change. Asked for more info
here:
https://github.com/RPi-Distro/firmware-nonfree/issues/3

In the meanwhile we import this change. Also, we remove the .pc directory
which confuses the patch step.

Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>raspberrypi4.conf: Add initial machine 32 bit configuration</title>
<updated>2019-06-28T16:43:28+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2019-06-27T17:36:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=36e038c718bbcc229b6befcfffb7deb3456527a0'/>
<id>urn:sha1:36e038c718bbcc229b6befcfffb7deb3456527a0</id>
<content type='text'>
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>firmware: Update to 20190620</title>
<updated>2019-06-28T16:43:28+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2019-06-27T17:35:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=539914a88ea3cb4c68f08d237eb3f21190559bb0'/>
<id>urn:sha1:539914a88ea3cb4c68f08d237eb3f21190559bb0</id>
<content type='text'>
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>rpi-base: Rename the rpi0w dtb</title>
<updated>2019-06-28T16:43:28+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2019-06-27T17:34:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=c6bc8ce98652563ced75db81e203afef85224608'/>
<id>urn:sha1:c6bc8ce98652563ced75db81e203afef85224608</id>
<content type='text'>
This change is following the rename in the kernel:

    commit 6f91b5dbfdb62a434571a73f2dc15181963e3bea
    Author: Phil Elwell &lt;phil@raspberrypi.org&gt;
    Date:   Tue May 28 16:36:04 2019 +0100

Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>linux-raspberrypi: Update 4.19 kernel to 4.19.56</title>
<updated>2019-06-28T16:43:28+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2019-06-27T13:23:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=0059cef1f1af32c7652cac6d8259bbcd932436d4'/>
<id>urn:sha1:0059cef1f1af32c7652cac6d8259bbcd932436d4</id>
<content type='text'>
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>linux-raspberrypi: Include configuration for RaspberryPi3 defconfig</title>
<updated>2019-06-27T13:10:43+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2019-06-27T13:10:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=3a6640a0f9c3fb59265e573b88f711a4cd981025'/>
<id>urn:sha1:3a6640a0f9c3fb59265e573b88f711a4cd981025</id>
<content type='text'>
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>raspberrypi3.conf: Clarify machine mode</title>
<updated>2019-06-27T13:10:16+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2019-06-27T13:10:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=8aafe91371fce5ca2bfd535a0e205c5fc661be80'/>
<id>urn:sha1:8aafe91371fce5ca2bfd535a0e205c5fc661be80</id>
<content type='text'>
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>rpi-base.inc: Include rpi4 dtb</title>
<updated>2019-06-27T13:09:43+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2019-06-27T13:09:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=fb5cab4dde1a4e7452257a82364c7d9ddb3ca54a'/>
<id>urn:sha1:fb5cab4dde1a4e7452257a82364c7d9ddb3ca54a</id>
<content type='text'>
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
</feed>
