Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2021-01-29 14:56:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and      /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "raspberrypi-firmware-dt"

Fri Jan 29 14:56:57 2021 rev:31 rq:867194 version:2021.01.22

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2021-01-26 14:44:30.351232570 +0100
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.28504/raspberrypi-firmware-dt.changes
       2021-01-29 14:57:11.393517584 +0100
@@ -1,0 +2,14 @@
+Wed Jan 27 11:51:38 UTC 2021 - Nicolas Patricio Saenz Julienne 
<[email protected]>
+
+- Introduce disable-v3d-overlay.dts, in order to be able to selectively disable
+  v3d while using vc4 as the display controller.
+
+-------------------------------------------------------------------
+Mon Jan 25 13:33:48 UTC 2021 - Nicolas Patricio Saenz Julienne 
<[email protected]>
+
+- Update to 02dbfea28f (2021-01-22):
+ * Add reserved memory template to hold firmware configuration
+
+- Drop upstream-blconfig-rmem.patch as it's now available upstream.
+
+-------------------------------------------------------------------

Old:
----
  raspberrypi-firmware-dt-2020.12.07.tar.xz
  upstream-blconfig-rmem.patch

New:
----
  disable-v3d-overlay.dts
  raspberrypi-firmware-dt-2021.01.22.tar.xz

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

Other differences:
------------------
++++++ raspberrypi-firmware-dt.spec ++++++
--- /var/tmp/diff_new_pack.xj82iP/_old  2021-01-29 14:57:12.257518855 +0100
+++ /var/tmp/diff_new_pack.xj82iP/_new  2021-01-29 14:57:12.261518861 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           raspberrypi-firmware-dt
-Version:        2020.12.07
+Version:        2021.01.22
 Release:        0
 Summary:        Device trees for the Raspberry Pi firmware loader
 License:        GPL-2.0-only
@@ -26,9 +26,9 @@
 Source:         raspberrypi-firmware-dt-%{version}.tar.xz
 Source1:        disable-vc4-overlay.dts
 Source2:        uboot-bcm2835-pl011-overlay.dts
+Source3:        disable-v3d-overlay.dts
 Source100:      get-from-git.sh
 Patch0:         upstream-overlay-rpi-poe.patch
-Patch1:         upstream-blconfig-rmem.patch
 Requires:       raspberrypi-firmware
 BuildRequires:  dtc
 BuildRequires:  raspberrypi-firmware
@@ -43,7 +43,6 @@
 %prep
 %setup
 %patch0 -p1
-%patch1 -p1
 
 %build
 SRCDIR=`pwd`
@@ -58,7 +57,7 @@
 done
 
 export DTC_FLAGS="-R 0 -p 0 -@ -H epapr"
-for dts in arch/arm/boot/dts/overlays/*dts %{SOURCE1} %{SOURCE2}; do
+for dts in arch/arm/boot/dts/overlays/*dts %{SOURCE1} %{SOURCE2} %{SOURCE3}; do
     target=$(basename ${dts%*.dts})
     target=${target%*-overlay}
     mkdir -p $PPDIR/overlays

++++++ disable-v3d-overlay.dts ++++++
/dts-v1/;
/plugin/;

/{
        compatible = "brcm,bcm2711";

        fragment@0 {
                target = <&v3d>;
                __overlay__ {
                        status = "disabled";
                };
        };
};
++++++ raspberrypi-firmware-dt-2020.12.07.tar.xz -> 
raspberrypi-firmware-dt-2021.01.22.tar.xz ++++++
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt-2020.12.07.tar.xz
 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.28504/raspberrypi-firmware-dt-2021.01.22.tar.xz
 differ: char 26, line 1

Reply via email to