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-16 15:43:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware (Old)
 and      /work/SRC/openSUSE:Factory/.raspberrypi-firmware.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "raspberrypi-firmware"

Tue Mar 16 15:43:16 2021 rev:82 rq:879387 version:2021.03.10

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware/raspberrypi-firmware-config.changes
 2021-03-12 13:31:23.906164147 +0100
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware.new.2401/raspberrypi-firmware-config.changes
       2021-03-16 15:44:24.713037903 +0100
@@ -1,0 +2,31 @@
+Tue Mar 16 10:32:30 UTC 2021 - Nicolas Patricio Saenz Julienne 
<nsaenzjulie...@suse.com>
+
+- Fix previous change. No need to set DWC2 in host mode. OTG works fine on
+  production CM4 IO boards. It was being tested earlier on a pre-release
+  development board. (bsc#1183241)
+- Run pre_checkin.sh, which fixed some style issues.
+
+-------------------------------------------------------------------
+Mon Mar 15 15:41:43 UTC 2021 - Nicolas Patricio Saenz Julienne 
<nsaenzjulie...@suse.com>
+
+- Set CM4's DWC2 in host mode by default (bsc#1183241)
+
+-------------------------------------------------------------------
+Fri Mar 12 11:24:25 UTC 2021 - Nicolas Patricio Saenz Julienne 
<nsaenzjulie...@suse.com>
+
+- Update to 0591568b29 (2021-03-10) (bsc#1183444):
+  * firmware: video_decode lockup handling
+  * firmware: isp: Initialise extras to avoid vpitch being random
+  * firmware: usb: Fix dropouts with USB ethernet gadget
+  * firmware: imx477: Allow long exposures for the binned modes.
+  * firmware: arm_dispmanx: Use ALPHA_MIX flag
+  * firmware: power: Refactor the interface to the PMICs
+  * firmware: platform: vl805: Get BAR2 address from PCIe BAR2 registers
+  * firmware: arm_loader: Return all borrowed DMA channels
+
+-------------------------------------------------------------------
+Wed Mar 10 10:57:07 UTC 2021 - Nicolas Patricio Saenz Julienne 
<nsaenzjulie...@suse.com>
+
+- Fix typo s/pannel/panel/
+
+-------------------------------------------------------------------
raspberrypi-firmware.changes: same change

Old:
----
  raspberrypi-firmware-2021.01.21.tar.bz2

New:
----
  raspberrypi-firmware-2021.03.10.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ raspberrypi-firmware-config.spec ++++++
--- /var/tmp/diff_new_pack.0I8eKi/_old  2021-03-16 15:44:25.281038812 +0100
+++ /var/tmp/diff_new_pack.0I8eKi/_new  2021-03-16 15:44:25.285038819 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           raspberrypi-firmware-config
-Version:        2021.01.21
+Version:        2021.03.10
 Release:        0
 Summary:        Configuration for the Raspberry Pi firmware loader
 License:        MIT

++++++ raspberrypi-firmware.spec ++++++
--- /var/tmp/diff_new_pack.0I8eKi/_old  2021-03-16 15:44:25.301038844 +0100
+++ /var/tmp/diff_new_pack.0I8eKi/_new  2021-03-16 15:44:25.305038851 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           raspberrypi-firmware
-Version:        2021.01.21
+Version:        2021.03.10
 Release:        0
 Summary:        Binary bootloader and firmware files for Raspberry Pi
 License:        SUSE-Firmware
@@ -27,7 +27,7 @@
 Source1:        get-from-git.sh
 Source99:       %{name}-rpmlintrc
 Requires(post): util-linux
-Requires(preun): util-linux
+Requires(preun):util-linux
 Recommends:     raspberrypi-firmware-config
 Recommends:     raspberrypi-firmware-dt
 Supplements:    modalias(of:NfirmwareT*Craspberrypi%2Cbcm2835-firmwareC*)
@@ -41,7 +41,7 @@
 Group:          System/Boot
 Requires:       raspberrypi-firmware = %{version}-%{release}
 Requires(post): util-linux
-Requires(preun): util-linux
+Requires(preun):util-linux
 
 %description extra
 This package provides the console, experimental and debug
@@ -52,7 +52,7 @@
 Group:          System/Boot
 Requires:       raspberrypi-firmware = %{version}-%{release}
 Requires(post): util-linux
-Requires(preun): util-linux
+Requires(preun):util-linux
 
 %description extra-pi4
 This package provides the console, experimental and debug

++++++ config.txt ++++++
--- /var/tmp/diff_new_pack.0I8eKi/_old  2021-03-16 15:44:25.333038895 +0100
+++ /var/tmp/diff_new_pack.0I8eKi/_new  2021-03-16 15:44:25.333038895 +0100
@@ -64,12 +64,19 @@
 [pi4]
 
 armstub=armstub8-rpi4.bin
-# Note that the 7" DSI pannel isn't supported at the moment through VC4, users
+# Note that the 7" DSI panel 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
 
+[cm4]
+
+# The USB interface is disabled to save power by default on CM4. Enable it
+# to ease the installation process. For more information see:
+# https://datasheets.raspberrypi.org/cm4/cm4-datasheet.pdf
+dtoverlay=dwc2
+
 [all]
 
 # Allow u-boot to set arm_control

++++++ raspberrypi-firmware-2021.01.21.tar.bz2 -> 
raspberrypi-firmware-2021.03.10.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/raspberrypi-firmware/raspberrypi-firmware-2021.01.21.tar.bz2
 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware.new.2401/raspberrypi-firmware-2021.03.10.tar.bz2
 differ: char 11, line 1

Reply via email to