Hello community,
here is the log from the commit of package raspberrypi-firmware for
openSUSE:Factory checked in at 2018-02-20 17:55:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware (Old)
and /work/SRC/openSUSE:Factory/.raspberrypi-firmware.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "raspberrypi-firmware"
Tue Feb 20 17:55:33 2018 rev:30 rq:578147 version:2018.02.09
Changes:
--------
---
/work/SRC/openSUSE:Factory/raspberrypi-firmware/raspberrypi-firmware-config.changes
2018-02-19 13:01:15.013466201 +0100
+++
/work/SRC/openSUSE:Factory/.raspberrypi-firmware.new/raspberrypi-firmware-config.changes
2018-02-20 17:55:43.901046296 +0100
@@ -1,0 +2,6 @@
+Mon Feb 19 10:48:28 UTC 2018 - [email protected]
+
+- Add overlays to match previous U-Boot provided DT
+- Add Recommends: on dt and config packages
+
+-------------------------------------------------------------------
raspberrypi-firmware.changes: same change
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ raspberrypi-firmware.spec ++++++
--- /var/tmp/diff_new_pack.iMjPT2/_old 2018-02-20 17:55:45.165000786 +0100
+++ /var/tmp/diff_new_pack.iMjPT2/_new 2018-02-20 17:55:45.169000641 +0100
@@ -29,6 +29,8 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Requires(post): util-linux
+Recommends: raspberrypi-firmware-dt
+Recommends: raspberrypi-firmware-config
%description
Binary bootloader and firmware files for Raspberry Pi
++++++ config.txt ++++++
--- /var/tmp/diff_new_pack.iMjPT2/_old 2018-02-20 17:55:45.216998913 +0100
+++ /var/tmp/diff_new_pack.iMjPT2/_new 2018-02-20 17:55:45.216998913 +0100
@@ -22,6 +22,18 @@
# Disable warning overlays as they don't work well together with linux's
graphical output
avoid_warnings=1
+# These are not applied automatically? Needed to use respective upstream
drivers.
+dtoverlay=vc4-kms-v3d
+dtoverlay=dwc2
+
+# This overlay fixes divergences between the RPi device tree and what
+# upstream provides
+dtoverlay=upstream-mmc
+dtoverlay=upstream-aux-interrupt
+
+# Older kernels didn't support HDMI connection detection on the rpi3, so force
+# HDMI to always plugged in there. This overlay is only effective on rpi3.
+dtoverlay=rpi3-hdmi
[pi1]
@@ -39,3 +51,4 @@
# Boot in AArch64 (64-bit) mode
arm_control=0x200
+