forked from pool/u-boot
Accepting request 1061482 from hardware👢staging
OBS-URL: https://build.opensuse.org/request/show/1061482 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=181
This commit is contained in:
parent
7f8f83bc5c
commit
8b30c6ea28
28
0017-rpi-fix-boot-from-USB-on-RPi4-boo-1.patch
Normal file
28
0017-rpi-fix-boot-from-USB-on-RPi4-boo-1.patch
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
From e6c5aae6b083283e054b7614d1264126a1db78ff Mon Sep 17 00:00:00 2001
|
||||||
|
From: Guillaume Gardet <guillaume.gardet@arm.com>
|
||||||
|
Date: Fri, 27 Jan 2023 09:07:58 +0100
|
||||||
|
Subject: [PATCH] rpi: fix boot from USB on RPi4 - boo#1207562
|
||||||
|
|
||||||
|
---
|
||||||
|
configs/rpi_4_defconfig | 1 +
|
||||||
|
configs/rpi_arm64_defconfig | 1 +
|
||||||
|
2 files changed, 2 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/configs/rpi_4_defconfig b/configs/rpi_4_defconfig
|
||||||
|
index a6fe2feab2..1701b15789 100644
|
||||||
|
--- a/configs/rpi_4_defconfig
|
||||||
|
+++ b/configs/rpi_4_defconfig
|
||||||
|
@@ -65,3 +65,4 @@ CONFIG_VIDEO_BCM2835=y
|
||||||
|
CONFIG_CONSOLE_SCROLL_LINES=10
|
||||||
|
CONFIG_PHYS_TO_BUS=y
|
||||||
|
CONFIG_OF_LIBFDT_OVERLAY=y
|
||||||
|
+CONFIG_LMB_MAX_REGIONS=64
|
||||||
|
diff --git a/configs/rpi_arm64_defconfig b/configs/rpi_arm64_defconfig
|
||||||
|
index 031ed69ff0..f3e9a822a4 100644
|
||||||
|
--- a/configs/rpi_arm64_defconfig
|
||||||
|
+++ b/configs/rpi_arm64_defconfig
|
||||||
|
@@ -57,3 +57,4 @@ CONFIG_VIDEO_BCM2835=y
|
||||||
|
CONFIG_CONSOLE_SCROLL_LINES=10
|
||||||
|
CONFIG_PHYS_TO_BUS=y
|
||||||
|
CONFIG_OF_LIBFDT_OVERLAY=y
|
||||||
|
+CONFIG_LMB_MAX_REGIONS=64
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 27 08:09:35 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 19 14:17:33 UTC 2023 - Andreas Schwab <schwab@suse.de>
|
Thu Jan 19 14:17:33 UTC 2023 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
@ -238,6 +238,7 @@ Patch0013: 0013-Disable-timer-check-in-file-loading.patch
|
|||||||
Patch0014: 0014-Enable-EFI-and-ISO-partitions-suppo.patch
|
Patch0014: 0014-Enable-EFI-and-ISO-partitions-suppo.patch
|
||||||
Patch0015: 0015-cmd-boot-add-brom-cmd-to-reboot-to-.patch
|
Patch0015: 0015-cmd-boot-add-brom-cmd-to-reboot-to-.patch
|
||||||
Patch0016: 0016-cmd-boot-add-brom-cmd-to-reboot-to-.patch
|
Patch0016: 0016-cmd-boot-add-brom-cmd-to-reboot-to-.patch
|
||||||
|
Patch0017: 0017-rpi-fix-boot-from-USB-on-RPi4-boo-1.patch
|
||||||
# Patches: end
|
# Patches: end
|
||||||
BuildRequires: bc
|
BuildRequires: bc
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
|
Loading…
Reference in New Issue
Block a user