Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package raspberrypi-firmware for
openSUSE:Factory checked in at 2021-03-12 13:31:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware (Old)
and /work/SRC/openSUSE:Factory/.raspberrypi-firmware.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "raspberrypi-firmware"
Fri Mar 12 13:31:07 2021 rev:81 rq:877722 version:2021.01.21
Changes:
--------
---
/work/SRC/openSUSE:Factory/raspberrypi-firmware/raspberrypi-firmware-config.changes
2021-02-03 19:55:33.329662505 +0100
+++
/work/SRC/openSUSE:Factory/.raspberrypi-firmware.new.2401/raspberrypi-firmware-config.changes
2021-03-12 13:31:23.906164147 +0100
@@ -1,0 +2,6 @@
+Mon Mar 8 11:15:57 UTC 2021 - Nicolas Patricio Saenz Julienne
<[email protected]>
+
+- Enable bluetooth over PL011 by default (jsc#SLE-17223)
+- Enable VC4 by default on RPi4 (jsc#SLE-12151)
+
+-------------------------------------------------------------------
raspberrypi-firmware.changes: same change
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
raspberrypi-firmware.spec: same change
++++++ config.txt ++++++
--- /var/tmp/diff_new_pack.uwIq99/_old 2021-03-12 13:31:24.486164960 +0100
+++ /var/tmp/diff_new_pack.uwIq99/_new 2021-03-12 13:31:24.486164960 +0100
@@ -40,6 +40,10 @@
# generally so as to avoid complexity.
dtoverlay=uboot-bcm2835-pl011
+# Enables Bluetooth over the PL011 UART. Users wanting to disable it should add
+# 'dtoverlay=disable-bt' in 'extraconfig.txt'.
+dtoverlay=enable-bt
+
[pi1]
# Max ARM freq (default 700 MHz)
@@ -60,7 +64,10 @@
[pi4]
armstub=armstub8-rpi4.bin
-dtoverlay=disable-vc4
+# Note that the 7" DSI pannel isn't supported at the moment through VC4, users
+# can still use it through efifb by adding 'dtoverlay=disable-vc4' in
+# 'extraconfig.txt'.
+dtoverlay=vc4-kms-v3d-pi4,cma-default
dtoverlay=disable-v3d
[all]