File project.diff of Package u-boot
--- u-boot.changes.orig
+++ u-boot.changes
@@ -1,19 +1,12 @@
-------------------------------------------------------------------
-Fri Jan 27 14:10:12 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
+Mon Feb 13 10:25:08 UTC 2023 - Michal Suchanek <msuchanek@suse.com>
-Patch queue updated from https://github.com/openSUSE/u-boot.git tumbleweed-2023.01
-Prefer upstream solution to fix boo#1207562
-* Patches dropped:
- 0017-rpi-fix-boot-from-USB-on-RPi4-boo-1.patch
-* Patches added:
- 0017-Backport-https-patchwork.ozlabs.org.patch
+- lmb: Treat a region which is a subset as equal (boo#1207562).
-------------------------------------------------------------------
-Fri Jan 27 08:09:35 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
+Thu Jan 26 21:08:02 UTC 2023 - Michal Suchanek <msuchanek@suse.com>
-Patch queue updated from https://github.com/openSUSE/u-boot.git tumbleweed-2023.01
-* Patches added to fix boot from USB on RPi4 - boo#1207562:
- 0017-rpi-fix-boot-from-USB-on-RPi4-boo-1.patch
+- Set CONFIG_LMB_MAX_REGIONS to 64 (boo#1207562).
-------------------------------------------------------------------
Thu Jan 19 14:17:33 UTC 2023 - Andreas Schwab <schwab@suse.de>
@@ -55,7 +48,7 @@ Wed Jul 20 11:33:07 UTC 2022 - Matthias
-------------------------------------------------------------------
Mon Jul 11 14:15:49 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
-- Update to 2022.07
+- Update to 2022.07
-------------------------------------------------------------------
Sun Jul 3 13:54:10 UTC 2022 - Michal Suchanek <msuchanek@suse.com>
@@ -3564,5 +3557,4 @@ Wed Mar 31 00:00:00 UTC 2010 - silvan.ca
- 2009.11.1-1mamba
- update to 2009.11.1
--------------------------------------------------------------------
Wed Mar 31 00:00:00 UTC 2010 -
--- u-boot.spec.orig
+++ u-boot.spec
@@ -238,7 +238,7 @@ Patch0013: 0013-Disable-timer-check
Patch0014: 0014-Enable-EFI-and-ISO-partitions-suppo.patch
Patch0015: 0015-cmd-boot-add-brom-cmd-to-reboot-to-.patch
Patch0016: 0016-cmd-boot-add-brom-cmd-to-reboot-to-.patch
-Patch0017: 0017-Backport-https-patchwork.ozlabs.org.patch
+Patch0017: u-boot-lmb-Treat-a-region-which-is-a-subset-as-equal.patch
# Patches: end
BuildRequires: bc
BuildRequires: bison
@@ -447,6 +447,10 @@ echo "CONFIG_OF_LIBFDT_OVERLAY=y" >> .co
echo "Tweaking text base for TF-A."
echo "CONFIG_SYS_TEXT_BASE=0x11000000" >> .config
%endif
+%if "%target" == "rpi4" || "%target" == "rpiarm64"
+echo "Setting CONFIG_LMB_MAX_REGIONS to 64"
+echo "CONFIG_LMB_MAX_REGIONS=64" >> .config
+%endif
make %{?_smp_mflags} CROSS_COMPILE= HOSTCFLAGS="%{optflags}" $extra_makeflags all
%if "%{name}" == "u-boot-snow" || "%{name}" == "u-boot-spring"