commit u-boot for openSUSE:Leap:15.2:Update

2020-11-07 Thread root
Hello community,

here is the log from the commit of package u-boot for openSUSE:Leap:15.2:Update 
checked in at 2020-11-07 10:56:02

Comparing /work/SRC/openSUSE:Leap:15.2:Update/u-boot (Old)
 and  /work/SRC/openSUSE:Leap:15.2:Update/.u-boot.new.11331 (New)


Package is "u-boot"

Sat Nov  7 10:56:02 2020 rev:2 rq:846438 version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.gBwQcZ/_old  2020-11-07 10:56:03.809560956 +0100
+++ /var/tmp/diff_new_pack.gBwQcZ/_new  2020-11-07 10:56:03.809560956 +0100
@@ -1 +1 @@
-
+




commit u-boot for openSUSE:Leap:15.2

2020-06-02 Thread root
Hello community,

here is the log from the commit of package u-boot for openSUSE:Leap:15.2 
checked in at 2020-06-02 22:26:39

Comparing /work/SRC/openSUSE:Leap:15.2/u-boot (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.u-boot.new.3606 (New)


Package is "u-boot"

Tue Jun  2 22:26:39 2020 rev:60 rq:810938 version:2020.01

Changes:

--- /work/SRC/openSUSE:Leap:15.2/u-boot/u-boot.changes  2020-05-07 
19:38:10.322790469 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.u-boot.new.3606/u-boot.changes
2020-06-02 22:26:39.815099089 +0200
@@ -1,0 +2,8 @@
+Tue Jun  2 06:44:54 UTC 2020 - Matthias Brugger 
+
+- Fix RAM discovery for 8GB devices (bsc#1172283)
+Patch queue updated from git://github.com/openSUSE/u-boot.git sle15-sp2
+* Patches added:
+  0033-configs-rpi-set-NR_DRAM_BANKS-to-fo.patch
+
+---

New:

  0033-configs-rpi-set-NR_DRAM_BANKS-to-fo.patch



Other differences:
--
++ u-boot.spec ++
--- /var/tmp/diff_new_pack.vB7X0I/_old  2020-06-02 22:26:40.463101117 +0200
+++ /var/tmp/diff_new_pack.vB7X0I/_new  2020-06-02 22:26:40.467101129 +0200
@@ -233,6 +233,7 @@
 Patch0030:  0030-config-Enable-support-for-the-XHCI-.patch
 Patch0031:  0031-arm-rpi-Add-function-to-trigger-VL8.patch
 Patch0032:  0032-usb-xhci-Load-Raspberry-Pi-4-VL805-.patch
+Patch0033:  0033-configs-rpi-set-NR_DRAM_BANKS-to-fo.patch
 # Patches: end
 BuildRequires:  bc
 BuildRequires:  bison

++ 0033-configs-rpi-set-NR_DRAM_BANKS-to-fo.patch ++
>From de03778b6939b38aecb60fa1bdf23eb9e28c60d4 Mon Sep 17 00:00:00 2001
From: Matthias Brugger 
Date: Fri, 29 May 2020 16:42:22 +0200
Subject: [PATCH] configs: rpi: set NR_DRAM_BANKS to four

With the new RPi4 which has 8 GB of RAM, we can have up to four DRAM
banks. Bump up the configuration files to detect all the memory in
U-Boot.

Signed-off-by: Matthias Brugger 
(cherry picked from commit a61cf765f7e3a4ba80453150e16acaaecbd913ac)
---
 configs/rpi_4_32b_defconfig | 2 +-
 configs/rpi_4_defconfig | 2 +-
 configs/rpi_arm64_defconfig | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/rpi_4_32b_defconfig b/configs/rpi_4_32b_defconfig
index 9a0e23368d..e9486b0ccb 100644
--- a/configs/rpi_4_32b_defconfig
+++ b/configs/rpi_4_32b_defconfig
@@ -4,7 +4,7 @@ CONFIG_SYS_TEXT_BASE=0x8000
 CONFIG_TARGET_RPI_4_32B=y
 CONFIG_SYS_MALLOC_F_LEN=0x2000
 CONFIG_ENV_SIZE=0x4000
-CONFIG_NR_DRAM_BANKS=2
+CONFIG_NR_DRAM_BANKS=4
 CONFIG_DISTRO_DEFAULTS=y
 CONFIG_OF_BOARD_SETUP=y
 # CONFIG_ARCH_FIXUP_FDT_MEMORY is not set
diff --git a/configs/rpi_4_defconfig b/configs/rpi_4_defconfig
index 6dfb69e797..30b328 100644
--- a/configs/rpi_4_defconfig
+++ b/configs/rpi_4_defconfig
@@ -4,7 +4,7 @@ CONFIG_SYS_TEXT_BASE=0x0008
 CONFIG_TARGET_RPI_4=y
 CONFIG_SYS_MALLOC_F_LEN=0x2000
 CONFIG_ENV_SIZE=0x4000
-CONFIG_NR_DRAM_BANKS=2
+CONFIG_NR_DRAM_BANKS=4
 CONFIG_DISTRO_DEFAULTS=y
 CONFIG_OF_BOARD_SETUP=y
 # CONFIG_ARCH_FIXUP_FDT_MEMORY is not set
diff --git a/configs/rpi_arm64_defconfig b/configs/rpi_arm64_defconfig
index 4083cabdd3..4c75f08b80 100644
--- a/configs/rpi_arm64_defconfig
+++ b/configs/rpi_arm64_defconfig
@@ -3,7 +3,7 @@ CONFIG_ARCH_BCM283X=y
 CONFIG_SYS_TEXT_BASE=0x0008
 CONFIG_TARGET_RPI_ARM64=y
 CONFIG_SYS_MALLOC_F_LEN=0x2000
-CONFIG_NR_DRAM_BANKS=2
+CONFIG_NR_DRAM_BANKS=4
 CONFIG_DISTRO_DEFAULTS=y
 CONFIG_OF_BOARD_SETUP=y
 CONFIG_USE_PREBOOT=y





commit u-boot for openSUSE:Leap:15.2

2020-05-07 Thread root
Hello community,

here is the log from the commit of package u-boot for openSUSE:Leap:15.2 
checked in at 2020-05-07 19:29:01

Comparing /work/SRC/openSUSE:Leap:15.2/u-boot (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.u-boot.new.2738 (New)


Package is "u-boot"

Thu May  7 19:29:01 2020 rev:59 rq:801260 version:2020.01

Changes:

--- /work/SRC/openSUSE:Leap:15.2/u-boot/u-boot.changes  2020-04-17 
13:37:33.452220520 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.u-boot.new.2738/u-boot.changes
2020-05-07 19:38:10.322790469 +0200
@@ -1,0 +2,26 @@
+Wed May  6 07:39:58 UTC 2020 - Matthias Brugger 
+
+- Enable USB on RPi4 (jsc#SLE-12150)
+Patch queue updated from git://github.com/openSUSE/u-boot.git sle15-sp2
+* Patches added:
+  0022-usb-xhci-Add-missing-cache-flush-in.patch
+  0023-usb-xhci-Use-only-32-bit-accesses-i.patch
+  0024-pci-Move-some-PCIe-register-offset-.patch
+  0025-rpi4-shorten-a-mapping-for-the-DRAM.patch
+  0026-rpi4-add-a-mapping-for-the-PCIe-XHC.patch
+  0027-linux-bitfield.h-Add-primitives-for.patch
+  0028-pci-Add-some-PCI-Express-capability.patch
+  0029-pci-Add-driver-for-Broadcom-STB-PCI.patch
+  0030-config-Enable-support-for-the-XHCI-.patch
+  0031-arm-rpi-Add-function-to-trigger-VL8.patch
+  0032-usb-xhci-Load-Raspberry-Pi-4-VL805-.patch
+
+---
+Mon May  4 16:31:16 UTC 2020 - Matthias Brugger 
+
+Fix grub2 console (bsc#1166971, bsc#1160464)
+Patch queue updated from git://github.com/openSUSE/u-boot.git sle15-sp2
+* Patches added:
+  0021-efi_loader-imply-VIDEO_ANSI.patch
+
+---

New:

  0021-efi_loader-imply-VIDEO_ANSI.patch
  0022-usb-xhci-Add-missing-cache-flush-in.patch
  0023-usb-xhci-Use-only-32-bit-accesses-i.patch
  0024-pci-Move-some-PCIe-register-offset-.patch
  0025-rpi4-shorten-a-mapping-for-the-DRAM.patch
  0026-rpi4-add-a-mapping-for-the-PCIe-XHC.patch
  0027-linux-bitfield.h-Add-primitives-for.patch
  0028-pci-Add-some-PCI-Express-capability.patch
  0029-pci-Add-driver-for-Broadcom-STB-PCI.patch
  0030-config-Enable-support-for-the-XHCI-.patch
  0031-arm-rpi-Add-function-to-trigger-VL8.patch
  0032-usb-xhci-Load-Raspberry-Pi-4-VL805-.patch



Other differences:
--
++ u-boot.spec ++
--- /var/tmp/diff_new_pack.m25LUr/_old  2020-05-07 19:38:12.082793991 +0200
+++ /var/tmp/diff_new_pack.m25LUr/_new  2020-05-07 19:38:12.082793991 +0200
@@ -221,6 +221,18 @@
 Patch0018:  0018-net-bcmgenet-Don-t-set-ID_MODE_DIS-.patch
 Patch0019:  0019-uboot-fs-btrfs-Use-LZO_LEN-to-repla.patch
 Patch0020:  0020-uboot-fs-btrfs-Fix-LZO-false-decomp.patch
+Patch0021:  0021-efi_loader-imply-VIDEO_ANSI.patch
+Patch0022:  0022-usb-xhci-Add-missing-cache-flush-in.patch
+Patch0023:  0023-usb-xhci-Use-only-32-bit-accesses-i.patch
+Patch0024:  0024-pci-Move-some-PCIe-register-offset-.patch
+Patch0025:  0025-rpi4-shorten-a-mapping-for-the-DRAM.patch
+Patch0026:  0026-rpi4-add-a-mapping-for-the-PCIe-XHC.patch
+Patch0027:  0027-linux-bitfield.h-Add-primitives-for.patch
+Patch0028:  0028-pci-Add-some-PCI-Express-capability.patch
+Patch0029:  0029-pci-Add-driver-for-Broadcom-STB-PCI.patch
+Patch0030:  0030-config-Enable-support-for-the-XHCI-.patch
+Patch0031:  0031-arm-rpi-Add-function-to-trigger-VL8.patch
+Patch0032:  0032-usb-xhci-Load-Raspberry-Pi-4-VL805-.patch
 # Patches: end
 BuildRequires:  bc
 BuildRequires:  bison

++ 0021-efi_loader-imply-VIDEO_ANSI.patch ++
>From bb1b7896523272adc3139b9c8f17f008273b1e73 Mon Sep 17 00:00:00 2001
From: Heinrich Schuchardt 
Date: Wed, 15 Jan 2020 00:49:35 +0100
Subject: [PATCH] efi_loader: imply VIDEO_ANSI

UEFI programs like GRUB make change terminal colors which requires support
for ANSI escape sequences.

Let CONFIG_EFI_LOADER=y imply CONFIG_VIDEO_ANSI.

Signed-off-by: Heinrich Schuchardt 
---
 lib/efi_loader/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig
index 21ef440341..5016a61f49 100644
--- a/lib/efi_loader/Kconfig
+++ b/lib/efi_loader/Kconfig
@@ -15,6 +15,7 @@ config EFI_LOADER
select HAVE_BLOCK_DEVICE
select REGEX
imply CFB_CONSOLE_ANSI
+   imply VIDEO_ANSI
help
  Select this option if you want to run UEFI applications (like GNU
  GRUB or iPXE) on top of U-Boot. If this option is enabled, U-Boot
++ 0022-usb-xhci-Add-missing-cache-flush-in.patch ++
>From 92a2d04e443ce6e8b68e8746a745e688a094681f Mon Sep 17 00:00:00 2001
From: Sylwester Nawrocki 
Date: Mon, 4 May 2020 14:45:14 +0200
Subject: [PATCH] usb: xhci: Add missing cache flush in the scratchpad array
 initialization

In current code there is no 

commit u-boot for openSUSE:Leap:15.2

2020-04-17 Thread root
Hello community,

here is the log from the commit of package u-boot for openSUSE:Leap:15.2 
checked in at 2020-04-17 13:37:32

Comparing /work/SRC/openSUSE:Leap:15.2/u-boot (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.u-boot.new.2738 (New)


Package is "u-boot"

Fri Apr 17 13:37:32 2020 rev:58 rq:793937 version:2020.01

Changes:

--- /work/SRC/openSUSE:Leap:15.2/u-boot/u-boot.changes  2020-04-02 
16:49:34.606043872 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.u-boot.new.2738/u-boot.changes
2020-04-17 13:37:33.452220520 +0200
@@ -1,0 +2,16 @@
+Tue Apr 14 09:16:06 UTC 2020 - Matthias Brugger 
+
+- set udpate_git.sh branch to sle15-sp2
+
+---
+Mon Apr  6 06:46:54 UTC 2020 - Guillaume GARDET 
+
+- Build odroid-n2 version
+
+---
+Tue Mar 31 21:34:26 UTC 2020 - Petr Tesařík 
+
+- Use proper quoting for the modalias Supplements (see also
+  https://github.com/openSUSE/libzypp/issues/216).
+
+---



Other differences:
--
++ u-boot.spec ++
--- /var/tmp/diff_new_pack.vzhvLk/_old  2020-04-17 13:37:34.532221332 +0200
+++ /var/tmp/diff_new_pack.vzhvLk/_new  2020-04-17 13:37:34.536221335 +0200
@@ -132,7 +132,7 @@
 %if  "%target" == "dragonboard410c" || "%target" == "dragonboard820c"
 %define is_armv8 1
 %endif
-%if  "%target" == "geekbox" || "%target" == "hikey" || "%target" == 
"khadas-vim" || "%target" == "khadas-vim2" || "%target" == "libretech-ac" || 
"%target" == "libretech-cc" || "%target" == "ls1012afrdmqspi" || "%target" == 
"mvebudb-88f3720" || "%target" == "mvebudbarmada8k" || "%target" == 
"mvebuespressobin-88f3720" || "%target" == "mvebumcbin-88f8040" || "%target" == 
"odroid-c2" || "%target" == "p2371-2180" || "%target" == "p2771--500" || 
"%target" == "p3450-" || "%target" == "poplar"
+%if  "%target" == "geekbox" || "%target" == "hikey" || "%target" == 
"khadas-vim" || "%target" == "khadas-vim2" || "%target" == "libretech-ac" || 
"%target" == "libretech-cc" || "%target" == "ls1012afrdmqspi" || "%target" == 
"mvebudb-88f3720" || "%target" == "mvebudbarmada8k" || "%target" == 
"mvebuespressobin-88f3720" || "%target" == "mvebumcbin-88f8040" || "%target" == 
"odroid-c2" || "%target" == "odroid-n2" || "%target" == "p2371-2180" || 
"%target" == "p2771--500" || "%target" == "p3450-" || "%target" == 
"poplar"
 %define is_armv8 1
 %endif
 %if "%target" == "avnetultra96rev1" || "%target" == "xilinxzynqmpgeneric" || 
"%target" == "xilinxzynqmpzcu102rev10"
@@ -313,12 +313,12 @@
 Provides:   Sinovoip_BPI_M2_Plus
 %endif
 %if "%{name}" == "u-boot-rpiarm64"
+Supplements:modalias(of:NfirmwareT*Craspberrypi%2Cbcm2835-firmwareC*)
 # Provides one u-boot image for both RPi3 and RPi4
 Obsoletes:  u-boot-rpi3 < %{version}
 Provides:   u-boot-rpi3 = %{version}
 Obsoletes:  u-boot-rpi4 < %{version}
 Provides:   u-boot-rpi4 = %{version}
-Supplements:modalias(of:NfirmwareT*Craspberrypi?bcm2835-firmwareC*)
 %endif
 
 %description

++ _multibuild ++
--- /var/tmp/diff_new_pack.vzhvLk/_old  2020-04-17 13:37:34.608221389 +0200
+++ /var/tmp/diff_new_pack.vzhvLk/_new  2020-04-17 13:37:34.612221392 +0200
@@ -48,6 +48,7 @@
   nanopineoair
   odroid
   odroid-c2
+  odroid-n2
   odroid-xu3
   omap3beagle
   omap4panda



++ update_git.sh ++
--- /var/tmp/diff_new_pack.vzhvLk/_old  2020-04-17 13:37:34.648221420 +0200
+++ /var/tmp/diff_new_pack.vzhvLk/_new  2020-04-17 13:37:34.648221420 +0200
@@ -13,7 +13,7 @@
 
 GIT_TREE=git://github.com/openSUSE/u-boot.git
 GIT_LOCAL_TREE=~/git/u-boot-opensuse
-GIT_BRANCH=tumbleweed-2020.01
+GIT_BRANCH=sle15-sp2
 GIT_UPSTREAM_TAG=v2020.01
 GIT_DIR=/dev/shm/u-boot-factory-git-dir
 CMP_DIR=/dev/shm/u-boot-factory-cmp-dir




commit u-boot for openSUSE:Leap:15.2

2020-04-02 Thread root
Hello community,

here is the log from the commit of package u-boot for openSUSE:Leap:15.2 
checked in at 2020-04-02 16:49:33

Comparing /work/SRC/openSUSE:Leap:15.2/u-boot (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.u-boot.new.3248 (New)


Package is "u-boot"

Thu Apr  2 16:49:33 2020 rev:57 rq:790785 version:2020.01

Changes:

--- /work/SRC/openSUSE:Leap:15.2/u-boot/u-boot.changes  2020-03-21 
16:50:27.65393 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.u-boot.new.3248/u-boot.changes
2020-04-02 16:49:34.606043872 +0200
@@ -1,0 +2,6 @@
+Fri Mar 27 12:43:30 UTC 2020 - Petr Tesařík 
+
+- Add a modalias Supplements to u-boot-rpiarm64, so the package
+  gets selected automatically on a Raspberry Pi.
+
+---



Other differences:
--
++ u-boot.spec ++
--- /var/tmp/diff_new_pack.lWPJUs/_old  2020-04-02 16:49:36.170045729 +0200
+++ /var/tmp/diff_new_pack.lWPJUs/_new  2020-04-02 16:49:36.170045729 +0200
@@ -318,6 +318,7 @@
 Provides:   u-boot-rpi3 = %{version}
 Obsoletes:  u-boot-rpi4 < %{version}
 Provides:   u-boot-rpi4 = %{version}
+Supplements:modalias(of:NfirmwareT*Craspberrypi?bcm2835-firmwareC*)
 %endif
 
 %description






commit u-boot for openSUSE:Leap:15.2

2020-03-21 Thread root
Hello community,

here is the log from the commit of package u-boot for openSUSE:Leap:15.2 
checked in at 2020-03-21 16:47:00

Comparing /work/SRC/openSUSE:Leap:15.2/u-boot (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.u-boot.new.3160 (New)


Package is "u-boot"

Sat Mar 21 16:47:00 2020 rev:56 rq:787022 version:2020.01

Changes:

--- /work/SRC/openSUSE:Leap:15.2/u-boot/u-boot.changes  2020-02-25 
12:17:36.624485594 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.u-boot.new.3160/u-boot.changes
2020-03-21 16:50:27.65393 +0100
@@ -1,0 +2,9 @@
+Thu Mar 19 14:15:58 UTC 2020 - Matthias Brugger 
+
+Fix BTRFS access with LZO compression enabled (bsc#1166468)
+Patch queue updated from git://github.com/openSUSE/u-boot.git 
tumbleweed-2020.01
+* Patches added:
+  0019-uboot-fs-btrfs-Use-LZO_LEN-to-repla.patch
+  0020-uboot-fs-btrfs-Fix-LZO-false-decomp.patch
+
+---

New:

  0019-uboot-fs-btrfs-Use-LZO_LEN-to-repla.patch
  0020-uboot-fs-btrfs-Fix-LZO-false-decomp.patch



Other differences:
--
++ u-boot.spec ++
--- /var/tmp/diff_new_pack.fbaY4o/_old  2020-03-21 16:50:29.029778272 +0100
+++ /var/tmp/diff_new_pack.fbaY4o/_new  2020-03-21 16:50:29.033778274 +0100
@@ -219,6 +219,8 @@
 Patch0016:  0016-configs-am335x_evm-disable-BTRFS.patch
 Patch0017:  0017-net-phy-Fix-overlong-PHY-timeout.patch
 Patch0018:  0018-net-bcmgenet-Don-t-set-ID_MODE_DIS-.patch
+Patch0019:  0019-uboot-fs-btrfs-Use-LZO_LEN-to-repla.patch
+Patch0020:  0020-uboot-fs-btrfs-Fix-LZO-false-decomp.patch
 # Patches: end
 BuildRequires:  bc
 BuildRequires:  bison

++ 0019-uboot-fs-btrfs-Use-LZO_LEN-to-repla.patch ++
>From 528169a95fac4edbc0935796d919876b1c64b204 Mon Sep 17 00:00:00 2001
From: Qu Wenruo 
Date: Thu, 19 Mar 2020 20:30:05 +0800
Subject: [PATCH] uboot: fs/btrfs: Use LZO_LEN to replace immediate number

Just a cleanup. The immediate number makes my eye hurt.

Signed-off-by: Qu Wenruo 
Signed-off-by: Matthias Brugger 
---
 fs/btrfs/compression.c | 22 --
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/fs/btrfs/compression.c b/fs/btrfs/compression.c
index 346875d45a..4ef44ce114 100644
--- a/fs/btrfs/compression.c
+++ b/fs/btrfs/compression.c
@@ -12,36 +12,38 @@
 #include 
 #include 
 
+/* Header for each segment, LE32, recording the compressed size */
+#define LZO_LEN4
 static u32 decompress_lzo(const u8 *cbuf, u32 clen, u8 *dbuf, u32 dlen)
 {
u32 tot_len, in_len, res;
size_t out_len;
int ret;
 
-   if (clen < 4)
+   if (clen < LZO_LEN)
return -1;
 
tot_len = le32_to_cpu(get_unaligned((u32 *)cbuf));
-   cbuf += 4;
-   clen -= 4;
-   tot_len -= 4;
+   cbuf += LZO_LEN;
+   clen -= LZO_LEN;
+   tot_len -= LZO_LEN;
 
if (tot_len == 0 && dlen)
return -1;
-   if (tot_len < 4)
+   if (tot_len < LZO_LEN)
return -1;
 
res = 0;
 
-   while (tot_len > 4) {
+   while (tot_len > LZO_LEN) {
in_len = le32_to_cpu(get_unaligned((u32 *)cbuf));
-   cbuf += 4;
-   clen -= 4;
+   cbuf += LZO_LEN;
+   clen -= LZO_LEN;
 
-   if (in_len > clen || tot_len < 4 + in_len)
+   if (in_len > clen || tot_len < LZO_LEN + in_len)
return -1;
 
-   tot_len -= 4 + in_len;
+   tot_len -= (LZO_LEN + in_len);
 
out_len = dlen;
ret = lzo1x_decompress_safe(cbuf, in_len, dbuf, _len);
++ 0020-uboot-fs-btrfs-Fix-LZO-false-decomp.patch ++
>From a6aa59c7e4daef9ba202eb260daf23c4c5de63c1 Mon Sep 17 00:00:00 2001
From: Qu Wenruo 
Date: Thu, 19 Mar 2020 20:30:06 +0800
Subject: [PATCH] uboot: fs/btrfs: Fix LZO false decompression error caused by
 pending zero

[BUG]
For certain btrfs files with compressed file extent, uboot will fail to
load it:

  btrfs_read_extent_reg: disk_bytenr=14229504 disk_len=73728 offset=0 
nr_bytes=131
  072
  decompress_lzo: tot_len=70770
  decompress_lzo: in_len=1389
  decompress_lzo: in_len=2400
  decompress_lzo: in_len=3002
  decompress_lzo: in_len=1379
  decompress_lzo: in_len=88539136
  decompress_lzo: header error, in_len=88539136 clen=65534 tot_len=62580

NOTE: except the last line, all other lines are debug output.

[CAUSE]
Btrfs lzo compression uses its own format to record compressed size
(segmant header, LE32).

However to make decompression easier, we never put such segment header
across page boundary.

In above case, the xxd dump of the lzo compressed data looks like this:

1fe0: 4cdc 02fc 0bfd 02c0 dc02 0d13 0100 0001  L...

commit u-boot for openSUSE:Leap:15.2

2020-02-25 Thread root
Hello community,

here is the log from the commit of package u-boot for openSUSE:Leap:15.2 
checked in at 2020-02-25 12:17:36

Comparing /work/SRC/openSUSE:Leap:15.2/u-boot (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.u-boot.new.26092 (New)


Package is "u-boot"

Tue Feb 25 12:17:36 2020 rev:55 rq:778829 version:2020.01

Changes:

--- /work/SRC/openSUSE:Leap:15.2/u-boot/u-boot.changes  2020-02-19 
18:49:21.599072642 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.u-boot.new.26092/u-boot.changes   
2020-02-25 12:17:36.624485594 +0100
@@ -1,0 +2,8 @@
+Fri Feb 21 12:43:10 UTC 2020 - Matthias Brugger 
+
+Fix ethernet on RPi4 (bsc#1164512)
+Patch queue updated from git://github.com/openSUSE/u-boot.git 
tumbleweed-2020.01
+* Patches added:
+  0018-net-bcmgenet-Don-t-set-ID_MODE_DIS-.patch
+
+---

New:

  0018-net-bcmgenet-Don-t-set-ID_MODE_DIS-.patch



Other differences:
--
++ u-boot.spec ++
--- /var/tmp/diff_new_pack.UKMakB/_old  2020-02-25 12:17:38.576489639 +0100
+++ /var/tmp/diff_new_pack.UKMakB/_new  2020-02-25 12:17:38.580489648 +0100
@@ -218,6 +218,7 @@
 Patch0015:  0015-configs-Re-sync-with-CONFIG_DISTRO_.patch
 Patch0016:  0016-configs-am335x_evm-disable-BTRFS.patch
 Patch0017:  0017-net-phy-Fix-overlong-PHY-timeout.patch
+Patch0018:  0018-net-bcmgenet-Don-t-set-ID_MODE_DIS-.patch
 # Patches: end
 BuildRequires:  bc
 BuildRequires:  bison

++ 0018-net-bcmgenet-Don-t-set-ID_MODE_DIS-.patch ++
>From 1a8daf7eef525b8c0c54f6b6274d0bb64f2787cc Mon Sep 17 00:00:00 2001
From: Nicolas Saenz Julienne 
Date: Thu, 20 Feb 2020 17:36:31 +0100
Subject: [PATCH] net: bcmgenet: Don't set ID_MODE_DIS when not using RGMII

As per Linux's driver, ID_MODE_DIS is only set when the PHY interface is
RGMII. Don't enable it for the rest of setups.

This has been seen to misconfigure RPi4's PHY when booting Linux.

Upstream submission:
https://patchwork.ozlabs.org/patch/1241570/

Fixes: d53e3fa385 ("net: Add support for Broadcom GENETv5 Ethernet
controller")
Signed-off-by: Nicolas Saenz Julienne 
Signed-off-by: Matthias Brugger 
---
 drivers/net/bcmgenet.c | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/drivers/net/bcmgenet.c b/drivers/net/bcmgenet.c
index 8f4848aec6..e971b556ac 100644
--- a/drivers/net/bcmgenet.c
+++ b/drivers/net/bcmgenet.c
@@ -448,7 +448,10 @@ static int bcmgenet_adjust_link(struct bcmgenet_eth_priv 
*priv)
}
 
clrsetbits_32(priv->mac_reg + EXT_RGMII_OOB_CTRL, OOB_DISABLE,
-   RGMII_LINK | RGMII_MODE_EN | ID_MODE_DIS);
+   RGMII_LINK | RGMII_MODE_EN);
+
+   if (phy_dev->interface == PHY_INTERFACE_MODE_RGMII)
+   setbits_32(priv->mac_reg + EXT_RGMII_OOB_CTRL, ID_MODE_DIS);
 
writel(speed << CMD_SPEED_SHIFT, (priv->mac_reg + UMAC_CMD));
 





commit u-boot for openSUSE:Leap:15.2

2020-02-19 Thread root
Hello community,

here is the log from the commit of package u-boot for openSUSE:Leap:15.2 
checked in at 2020-02-19 18:49:20

Comparing /work/SRC/openSUSE:Leap:15.2/u-boot (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.u-boot.new.26092 (New)


Package is "u-boot"

Wed Feb 19 18:49:20 2020 rev:54 rq:777347 version:2020.01

Changes:

--- /work/SRC/openSUSE:Leap:15.2/u-boot/u-boot.changes  2020-02-01 
06:10:37.102791261 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.u-boot.new.26092/u-boot.changes   
2020-02-19 18:49:21.599072642 +0100
@@ -1,0 +2,6 @@
+Mon Feb 17 16:56:17 UTC 2020 - Guillaume GARDET 
+
+- Update patch to fix boo#1163723 :
+  * 0001-XXX-openSUSE-XXX-Prepend-partition-.patch
+
+---



Other differences:
--
++ 0001-XXX-openSUSE-XXX-Prepend-partition-.patch ++
--- /var/tmp/diff_new_pack.r7nssL/_old  2020-02-19 18:49:22.563073668 +0100
+++ /var/tmp/diff_new_pack.r7nssL/_new  2020-02-19 18:49:22.563073668 +0100
@@ -1,8 +1,10 @@
-From b7b82306b7a5bd33c353c53341b143966b41d2bc Mon Sep 17 00:00:00 2001
+From 14aae2bd722de8aa56e75c3ed2b07211fb9f8bce Mon Sep 17 00:00:00 2001
 From: Guillaume GARDET 
 Date: Wed, 13 Apr 2016 13:44:29 +0200
-Subject: [PATCH] XXX openSUSE XXX: Prepend partition 2 (and 3 fo chromebook
- snow) to list of boot partition to load DTB before EFI Also add new folders
+Subject: [PATCH] XXX openSUSE XXX: Prepend partition 3 (and 4 for chromebook
+ snow) to the list of boot partition to load DTB before EFI. It used to be 2
+ and 3 up to python-kiwi 9.18.34, since swap was the last partition at that
+ time. Keep #2 for compatibility purpose. Fix boo#1163723 Also add new folders
  to find DTB
 
 ---
@@ -10,7 +12,7 @@
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h
-index fc0935fa21..54fe9391fd 100644
+index fc0935fa21..f9cda052e1 100644
 --- a/include/config_distro_bootcmd.h
 +++ b/include/config_distro_bootcmd.h
 @@ -141,7 +141,7 @@
@@ -27,7 +29,7 @@
"part list ${devtype} ${devnum} -bootable devplist; " \
"env exists devplist || setenv devplist 1; "  \
 -  "for distro_bootpart in ${devplist}; do " \
-+  "for distro_bootpart in 2 3 ${devplist}; do " \
++  "for distro_bootpart in 3 4 2 ${devplist}; do " \
"if fstype ${devtype} "   \
"${devnum}:${distro_bootpart} "   \
"bootfstype; then "   \

++ 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch ++
--- /var/tmp/diff_new_pack.r7nssL/_old  2020-02-19 18:49:22.575073681 +0100
+++ /var/tmp/diff_new_pack.r7nssL/_new  2020-02-19 18:49:22.575073681 +0100
@@ -1,4 +1,4 @@
-From 1798872d0b37adcdd850c46d949338ef3b428e0d Mon Sep 17 00:00:00 2001
+From 770252742a9d4ec8aa7e53c41e552d26f1253eb4 Mon Sep 17 00:00:00 2001
 From: Alexander Graf 
 Date: Mon, 2 May 2016 23:25:07 +0200
 Subject: [PATCH] Revert "Revert "omap3: Use raw SPL by default for mmc1""

++ 0003-rpi-Use-firmware-provided-device-tr.patch ++
--- /var/tmp/diff_new_pack.r7nssL/_old  2020-02-19 18:49:22.579073685 +0100
+++ /var/tmp/diff_new_pack.r7nssL/_new  2020-02-19 18:49:22.579073685 +0100
@@ -1,4 +1,4 @@
-From 741743044fdc2008ea45ac7f271daa567c4dd9f0 Mon Sep 17 00:00:00 2001
+From 9f8b17cd1c23f8bb4e5702d16da2951e8cd79ab1 Mon Sep 17 00:00:00 2001
 From: Alexander Graf 
 Date: Wed, 21 Feb 2018 17:41:13 +0100
 Subject: [PATCH] rpi: Use firmware provided device tree

++ 0004-Temp-workaround-for-Chromebook-snow.patch ++
--- /var/tmp/diff_new_pack.r7nssL/_old  2020-02-19 18:49:22.587073694 +0100
+++ /var/tmp/diff_new_pack.r7nssL/_new  2020-02-19 18:49:22.587073694 +0100
@@ -1,4 +1,4 @@
-From f0bc44197a99ff78759064332e88bc6656ae3c38 Mon Sep 17 00:00:00 2001
+From 4e8c64e9062a728cc79d1c8c37ffe4f896ead1df Mon Sep 17 00:00:00 2001
 From: Guillaume GARDET 
 Date: Mon, 9 Apr 2018 10:28:26 +0200
 Subject: [PATCH] Temp workaround for Chromebook snow to avoid the 'unable to

++ 0005-zynqmp-Add-generic-target.patch ++
--- /var/tmp/diff_new_pack.r7nssL/_old  2020-02-19 18:49:22.591073698 +0100
+++ /var/tmp/diff_new_pack.r7nssL/_new  2020-02-19 18:49:22.595073703 +0100
@@ -1,4 +1,4 @@
-From 2e8cd6c9e8d9cc22a40cd98d45a0f2797587c280 Mon Sep 17 00:00:00 2001
+From c2399d8f5ee5d8a87689936f800ed8f5f431b791 Mon Sep 17 00:00:00 2001
 From: Alexander Graf 
 Date: Tue, 24 Apr 2018 21:25:23 +0200
 Subject: [PATCH] zynqmp: Add generic target

++ 0006-tools-zynqmpbif-Add-support-for-loa.patch ++
--- /var/tmp/diff_new_pack.r7nssL/_old  

commit u-boot for openSUSE:Leap:15.2

2020-01-31 Thread root
Hello community,

here is the log from the commit of package u-boot for openSUSE:Leap:15.2 
checked in at 2020-02-01 06:10:23

Comparing /work/SRC/openSUSE:Leap:15.2/u-boot (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.u-boot.new.26092 (New)


Package is "u-boot"

Sat Feb  1 06:10:23 2020 rev:53 rq:768891 version:2020.01

Changes:

--- /work/SRC/openSUSE:Leap:15.2/u-boot/u-boot.changes  2020-01-15 
16:26:36.704692215 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.u-boot.new.26092/u-boot.changes   
2020-02-01 06:10:37.102791261 +0100
@@ -1,0 +2,74 @@
+Thu Jan 30 10:43:44 UTC 2020 - Matthias Brugger 
+
+Patch queue updated from git://github.com/openSUSE/u-boot.git 
tumbleweed-2020.01
+* Patches added:
+  0017-net-phy-Fix-overlong-PHY-timeout.patch
+
+---
+Wed Jan 29 09:28:32 UTC 2020 - Matthias Brugger 
+
+Patch queue updated from git://github.com/openSUSE/u-boot.git 
tumbleweed-2020.01
+  Add support for Jetson Nano.
+  Enable btrfs by default. (jsc#SLE-10302)
+  Add network support for RPi4 (jsc#SLE-7276)
+* Patches added:
+  0010-ARM-tegra-Add-NVIDIA-Jetson-Nano-De.patch
+  0011-net-Add-support-for-Broadcom-GENETv.patch
+  0012-rpi4-Update-memory-map-to-accommoda.patch
+  0013-rpi4-Enable-GENET-Ethernet-controll.patch
+  0014-Kconfig-add-btrfs-to-distro-boot.patch
+  0015-configs-Re-sync-with-CONFIG_DISTRO_.patch
+  0016-configs-am335x_evm-disable-BTRFS.patch
+
+---
+Wed Jan 22 08:09:47 UTC 2020 - Guillaume GARDET 
+
+- Package u-boot.img instead of u-boot.bin for snow and spring
+
+---
+Fri Jan 10 10:45:00 UTC 2020 - Guillaume GARDET 
+
+- Fix firefly-rk3288 and tinker-rk3288 by using TPL instead of SPL
+  (SPL too big)
+
+---
+Fri Jan 10 09:53:50 UTC 2020 - Guillaume GARDET 
+
+- Fix mx6qsabrelite build
+
+---
+Tue Jan  7 08:32:01 UTC 2020 - Guillaume GARDET 
+
+- Update to v2020.01:
+  * Now requires python 3.5+ (2.x support dropped)
+  * Add Orange Pi Zero Plus 2 support
+  * Platfrom fixes: atmel, fsl, imx, Marvell, RPi, rockchip, sunxi, TI
+  * EFI fixes
+  * I2C fixes
+  * MMC fixes
+  * SPI fixes
+  * USB fixes
+- Patch queue updated from git://github.com/openSUSE/u-boot.git 
tumbleweed-2020.01
+  * Patches dropped:
+0009-libfdt-fdt_address_cells-and-fdt_si.patch
+0010-libfdt-return-correct-value-if-size.patch
+0011-libfdt-Allow-size-cells-of-0.patch
+0012-dm-Fix-default-address-cells-return.patch
+0013-arm-arm11-allow-unaligned-memory-ac.patch
+0014-fdt-fix-bcm283x-dm-pre-reloc-defini.patch
+0015-arm-dts-bcm283x-Rename-U-Boot-file.patch
+0016-drivers-bcm283x-Set-pre-location-fl.patch
+0017-pinctrl-bcm283x-Add-compatible-for-.patch
+0018-rpi-push-fw_dtb_pointer-in-the-.dat.patch
+0019-ARM-bcm283x-Move-BCM283x_BASE-to-a-.patch
+0020-ARM-bcm283x-Set-rpi_bcm283x_base-at.patch
+0021-ARM-bcm283x-Set-memory-map-at-run-t.patch
+0022-ARM-defconfig-add-unified-config-fo.patch
+0023-boo-1144161-Remove-nand-mtd-spi-dfu.patch
+0024-rpi-fix-dram-bank-initialization.patch
+0025-rpi-Enable-DRAM-bank-initialization.patch
+0026-ARM-defconfig-Fix-32bit-config-for-.patch
+  * Patches added:
+0009-boo-1144161-Remove-nand-mtd-spi-dfu.patch
+
+---

Old:

  0009-libfdt-fdt_address_cells-and-fdt_si.patch
  0010-libfdt-return-correct-value-if-size.patch
  0011-libfdt-Allow-size-cells-of-0.patch
  0012-dm-Fix-default-address-cells-return.patch
  0013-arm-arm11-allow-unaligned-memory-ac.patch
  0014-fdt-fix-bcm283x-dm-pre-reloc-defini.patch
  0015-arm-dts-bcm283x-Rename-U-Boot-file.patch
  0016-drivers-bcm283x-Set-pre-location-fl.patch
  0017-pinctrl-bcm283x-Add-compatible-for-.patch
  0018-rpi-push-fw_dtb_pointer-in-the-.dat.patch
  0019-ARM-bcm283x-Move-BCM283x_BASE-to-a-.patch
  0020-ARM-bcm283x-Set-rpi_bcm283x_base-at.patch
  0021-ARM-bcm283x-Set-memory-map-at-run-t.patch
  0022-ARM-defconfig-add-unified-config-fo.patch
  0023-boo-1144161-Remove-nand-mtd-spi-dfu.patch
  0024-rpi-fix-dram-bank-initialization.patch
  0025-rpi-Enable-DRAM-bank-initialization.patch
  0026-ARM-defconfig-Fix-32bit-config-for-.patch
  u-boot-2019.10.tar.bz2
  u-boot-2019.10.tar.bz2.sig

New:

  0009-boo-1144161-Remove-nand-mtd-spi-dfu.patch
  0010-ARM-tegra-Add-NVIDIA-Jetson-Nano-De.patch
  0011-net-Add-support-for-Broadcom-GENETv.patch
  0012-rpi4-Update-memory-map-to-accommoda.patch
  0013-rpi4-Enable-GENET-Ethernet-controll.patch
  0014-Kconfig-add-btrfs-to-distro-boot.patch
  0015-configs-Re-sync-with-CONFIG_DISTRO_.patch