Hello community,
here is the log from the commit of package raspberrypi-firmware-dt for
openSUSE:Leap:15.2 checked in at 2020-04-12 15:38:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/raspberrypi-firmware-dt (Old)
and /work/SRC/openSUSE:Leap:15.2/.raspberrypi-firmware-dt.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "raspberrypi-firmware-dt"
Sun Apr 12 15:38:40 2020 rev:28 rq:792877 version:2020.04.02
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
2020-04-05 17:07:44.858256666 +0200
+++
/work/SRC/openSUSE:Leap:15.2/.raspberrypi-firmware-dt.new.3248/raspberrypi-firmware-dt.changes
2020-04-12 15:38:45.266028623 +0200
@@ -1,0 +2,16 @@
+Mon Apr 6 09:40:40 UTC 2020 - Nicolas Patricio Saenz Julienne
<[email protected]>
+
+- Update to b08ce72793b5 (2020-04-02) (bsc#1167761)
+ * Based on v5.6.y
+ * Uses upstream's CMA handling
+ * Introduces GPIO labels
+ * Fixes DMA issues with firmware DT node
+ * Introduces thermal nodes
+- Remove rpi4-thermal.dts as it's now available in the stock device-tree.
+- Remove rpi4-gpio-names-overlay.dts as it's now available in the stock
device-tree.
+- Remove rpi4-firmware-dma-ranges-overlay.dts as it's now available in the
stock device-tree.
+- Remove upstream-cma.patch as it's now available in the stock device-tree.
+- Remove upstream-pcie-dma-ranges.patch as it's now available in the stock
device-tree.
+- Refresh upstream-emmc2bus.patch so it applies on v5.6.y
+
+-------------------------------------------------------------------
Old:
----
raspberrypi-firmware-dt-2020.02.03.tar.xz
rpi4-firmware-dma-ranges-overlay.dts
rpi4-gpio-names-overlay.dts
rpi4-thermal.dts
upstream-cma.patch
upstream-pcie-dma-ranges.patch
New:
----
raspberrypi-firmware-dt-2020.04.02.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ raspberrypi-firmware-dt.spec ++++++
--- /var/tmp/diff_new_pack.jDZJRO/_old 2020-04-12 15:38:45.870029079 +0200
+++ /var/tmp/diff_new_pack.jDZJRO/_new 2020-04-12 15:38:45.870029079 +0200
@@ -17,7 +17,7 @@
Name: raspberrypi-firmware-dt
-Version: 2020.02.03
+Version: 2020.04.02
Release: 0
Summary: Device trees for the Raspberry Pi firmware loader
License: GPL-2.0-only
@@ -25,14 +25,9 @@
URL: https://github.com/raspberrypi/linux/
Source: raspberrypi-firmware-dt-%{version}.tar.xz
Source1: disable-vc4-overlay.dts
-Source2: rpi4-thermal.dts
-Source3: rpi4-gpio-names-overlay.dts
-Source4: uboot-bcm2835-pl011-overlay.dts
-Source5: rpi4-firmware-dma-ranges-overlay.dts
+Source2: uboot-bcm2835-pl011-overlay.dts
Source100: get-from-git.sh
-Patch0: upstream-pcie-dma-ranges.patch
-Patch1: upstream-emmc2bus.patch
-Patch2: upstream-cma.patch
+Patch0: upstream-emmc2bus.patch
Requires: raspberrypi-firmware
BuildRequires: dtc
BuildRequires: raspberrypi-firmware
@@ -47,8 +42,6 @@
%prep
%setup
%patch0 -p1
-%patch1 -p1
-%patch2 -p1
%build
SRCDIR=`pwd`
@@ -63,7 +56,7 @@
done
export DTC_FLAGS="-R 0 -p 0 -@ -H epapr"
-for dts in arch/arm/boot/dts/overlays/*dts %{SOURCE1} %{SOURCE2} %{SOURCE3}
%{SOURCE4} %{SOURCE5}; do
+for dts in arch/arm/boot/dts/overlays/*dts %{SOURCE1} %{SOURCE2}; do
target=$(basename ${dts%*.dts})
target=${target%*-overlay}
mkdir -p $PPDIR/overlays
++++++ get-from-git.sh ++++++
--- /var/tmp/diff_new_pack.jDZJRO/_old 2020-04-12 15:38:45.910029110 +0200
+++ /var/tmp/diff_new_pack.jDZJRO/_new 2020-04-12 15:38:45.910029110 +0200
@@ -1,6 +1,6 @@
#!/bin/bash
-LINUX_BRANCH=rpi-5.5.y
+LINUX_BRANCH=rpi-5.6.y
# this is a huge hunk of stuff, so reuse the local repo if possible
if [ -d linux/.git ]; then
++++++ raspberrypi-firmware-dt-2020.02.03.tar.xz ->
raspberrypi-firmware-dt-2020.04.02.tar.xz ++++++
/work/SRC/openSUSE:Leap:15.2/raspberrypi-firmware-dt/raspberrypi-firmware-dt-2020.02.03.tar.xz
/work/SRC/openSUSE:Leap:15.2/.raspberrypi-firmware-dt.new.3248/raspberrypi-firmware-dt-2020.04.02.tar.xz
differ: char 26, line 1
++++++ upstream-emmc2bus.patch ++++++
--- /var/tmp/diff_new_pack.jDZJRO/_old 2020-04-12 15:38:45.958029146 +0200
+++ /var/tmp/diff_new_pack.jDZJRO/_new 2020-04-12 15:38:45.958029146 +0200
@@ -1,4 +1,4 @@
-From ef4aaff92087fa708c47fa4df44caee77a7c3508 Mon Sep 17 00:00:00 2001
+From c5473f23939bd2aeafa3cee2f37eb28ee51bb068 Mon Sep 17 00:00:00 2001
From: Nicolas Saenz Julienne <[email protected]>
Date: Wed, 4 Mar 2020 18:47:55 +0100
Subject: [PATCH] ARM: dts: bcm2711: Move emmc2 into its own bus
@@ -18,7 +18,7 @@
2 files changed, 21 insertions(+), 5 deletions(-)
diff --git a/arch/arm/boot/dts/bcm2711-rpi-4-b.dts
b/arch/arm/boot/dts/bcm2711-rpi-4-b.dts
-index e5978243aa9c..2814c0904e6b 100644
+index f399bc45038d..3649622a388b 100644
--- a/arch/arm/boot/dts/bcm2711-rpi-4-b.dts
+++ b/arch/arm/boot/dts/bcm2711-rpi-4-b.dts
@@ -19,6 +19,7 @@ memory@0 {
@@ -27,13 +27,13 @@
aliases {
+ emmc2bus = &emmc2bus;
ethernet0 = &genet;
+ pcie0 = &pcie0;
};
-
diff --git a/arch/arm/boot/dts/bcm2711.dtsi b/arch/arm/boot/dts/bcm2711.dtsi
-index e2f6ffb00aa9..3dd55936819b 100644
+index d1e684d0acfd..086aa6d40341 100644
--- a/arch/arm/boot/dts/bcm2711.dtsi
+++ b/arch/arm/boot/dts/bcm2711.dtsi
-@@ -252,17 +252,32 @@ pwm1: pwm@7e20c800 {
+@@ -241,17 +241,32 @@ pwm1: pwm@7e20c800 {
status = "disabled";
};
@@ -72,5 +72,5 @@
arm-pmu {
--
-2.25.1
+2.26.0