Hello community,
here is the log from the commit of package raspberrypi-firmware for
openSUSE:Factory checked in at 2018-04-06 17:47:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware (Old)
and /work/SRC/openSUSE:Factory/.raspberrypi-firmware.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "raspberrypi-firmware"
Fri Apr 6 17:47:49 2018 rev:32 rq:593846 version:2018.03.13
Changes:
--------
---
/work/SRC/openSUSE:Factory/raspberrypi-firmware/raspberrypi-firmware-config.changes
2018-03-16 10:43:28.444203239 +0100
+++
/work/SRC/openSUSE:Factory/.raspberrypi-firmware.new/raspberrypi-firmware-config.changes
2018-04-06 17:48:03.182727718 +0200
@@ -1,0 +2,6 @@
+Thu Apr 5 17:07:29 UTC 2018 - [email protected]
+
+- Allow user defined config options (bsc#1088356)
+- Move HDMI workaround to rpi3 section (fixes RPi2 HDMI output)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
raspberrypi-firmware.spec: same change
++++++ config.txt ++++++
--- /var/tmp/diff_new_pack.PpqsZG/_old 2018-04-06 17:48:04.434682465 +0200
+++ /var/tmp/diff_new_pack.PpqsZG/_new 2018-04-06 17:48:04.434682465 +0200
@@ -1,5 +1,10 @@
# Get more options/information on http://elinux.org/RPiconfig
# or on https://www.raspberrypi.org/documentation/configuration/config-txt.md
+#
+# !!!!! This file will get overwritten by updates. Please use !!!!!
+# !!!!! extraconfig.txt if you want to set additional !!!!!
+# !!!!! configuration options or add dt overlays. !!!!!
+
# Our kernels are located on a Linux partition. Chainload U-Boot to load them.
kernel=u-boot.bin
@@ -31,10 +36,6 @@
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]
# Max ARM freq (default 700 MHz)
@@ -52,3 +53,13 @@
# Boot in AArch64 (64-bit) mode
arm_control=0x200
+# 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
+
+
+[all]
+
+# Allow user overrides of config options
+include extraconfig.txt
+