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 <mbrug...@suse.com>
+
+- 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 <mbrug...@suse.com>
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 <mbrug...@suse.com>
(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=0x00008000
 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..30b2222328 100644
--- a/configs/rpi_4_defconfig
+++ b/configs/rpi_4_defconfig
@@ -4,7 +4,7 @@ CONFIG_SYS_TEXT_BASE=0x00080000
 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=0x00080000
 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



Reply via email to