Accepting request 1098096 from hardware👢staging

Update to 2023.07

OBS-URL: https://build.opensuse.org/request/show/1098096
OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=191
This commit is contained in:
Guillaume GARDET 2023-07-11 10:56:28 +00:00 committed by Git OBS Bridge
parent 37726c1aad
commit 1a1f57e6ab
23 changed files with 94 additions and 81 deletions

View File

@ -1,4 +1,4 @@
From 113d5bd59da4e43700aea71eae96321d65586471 Mon Sep 17 00:00:00 2001 From 22b887600bd65cdbe57614e62c18bc6646f23d78 Mon Sep 17 00:00:00 2001
From: Guillaume GARDET <guillaume.gardet@free.fr> From: Guillaume GARDET <guillaume.gardet@free.fr>
Date: Wed, 13 Apr 2016 13:44:29 +0200 Date: Wed, 13 Apr 2016 13:44:29 +0200
Subject: [PATCH] XXX openSUSE XXX: Prepend partition 3 (and 4 for chromebook Subject: [PATCH] XXX openSUSE XXX: Prepend partition 3 (and 4 for chromebook

View File

@ -1,4 +1,4 @@
From a9f62e4e79728a3fefbd67f1e825b7b4a146f336 Mon Sep 17 00:00:00 2001 From a2a171cf41394545b679580cb74564ee1a9305f1 Mon Sep 17 00:00:00 2001
From: Alexander Graf <agraf@suse.de> From: Alexander Graf <agraf@suse.de>
Date: Mon, 2 May 2016 23:25:07 +0200 Date: Mon, 2 May 2016 23:25:07 +0200
Subject: [PATCH] Revert "Revert "omap3: Use raw SPL by default for mmc1"" Subject: [PATCH] Revert "Revert "omap3: Use raw SPL by default for mmc1""

View File

@ -1,4 +1,4 @@
From b2c0b8dbe9e52e835fa770e95509ef74c0e95304 Mon Sep 17 00:00:00 2001 From 7967ecdf06e39feacc79a5b7b6feadd840a284b7 Mon Sep 17 00:00:00 2001
From: Guillaume Gardet <guillaume.gardet@arm.com> From: Guillaume Gardet <guillaume.gardet@arm.com>
Date: Fri, 18 Sep 2020 15:27:37 +0200 Date: Fri, 18 Sep 2020 15:27:37 +0200
Subject: [PATCH] rpi: Use firmware provided device tree Subject: [PATCH] rpi: Use firmware provided device tree
@ -28,36 +28,36 @@ Signed-off-by: Guillaume Gardet <guillaume.gardet@free.fr>
5 files changed, 5 insertions(+), 5 deletions(-) 5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/configs/rpi_0_w_defconfig b/configs/rpi_0_w_defconfig diff --git a/configs/rpi_0_w_defconfig b/configs/rpi_0_w_defconfig
index 2a442373f1..1b5c5eb977 100644 index 5da334a8bc..c423afdff0 100644
--- a/configs/rpi_0_w_defconfig --- a/configs/rpi_0_w_defconfig
+++ b/configs/rpi_0_w_defconfig +++ b/configs/rpi_0_w_defconfig
@@ -23,7 +23,7 @@ CONFIG_CMD_GPIO=y
CONFIG_CMD_MMC=y
CONFIG_CMD_USB=y
CONFIG_CMD_FS_UUID=y
-CONFIG_OF_EMBED=y
+CONFIG_OF_BOARD=y
CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
diff --git a/configs/rpi_2_defconfig b/configs/rpi_2_defconfig
index 1c462f36b4..7ca996d86c 100644
--- a/configs/rpi_2_defconfig
+++ b/configs/rpi_2_defconfig
@@ -24,7 +24,7 @@ CONFIG_CMD_GPIO=y @@ -24,7 +24,7 @@ CONFIG_CMD_GPIO=y
CONFIG_CMD_MMC=y CONFIG_CMD_MMC=y
CONFIG_CMD_USB=y CONFIG_CMD_USB=y
CONFIG_CMD_FS_UUID=y CONFIG_CMD_FS_UUID=y
-CONFIG_OF_EMBED=y -CONFIG_OF_EMBED=y
+CONFIG_OF_BOARD=y
CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
diff --git a/configs/rpi_2_defconfig b/configs/rpi_2_defconfig
index 9908621607..50ddf25774 100644
--- a/configs/rpi_2_defconfig
+++ b/configs/rpi_2_defconfig
@@ -25,7 +25,7 @@ CONFIG_CMD_GPIO=y
CONFIG_CMD_MMC=y
CONFIG_CMD_USB=y
CONFIG_CMD_FS_UUID=y
-CONFIG_OF_EMBED=y
+CONFIG_OF_BOARD=y +CONFIG_OF_BOARD=y
CONFIG_ENV_FAT_DEVICE_AND_PART="0:1" CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
diff --git a/configs/rpi_3_32b_defconfig b/configs/rpi_3_32b_defconfig diff --git a/configs/rpi_3_32b_defconfig b/configs/rpi_3_32b_defconfig
index ed14571d20..9fbf376b63 100644 index 80885aa948..d4d1d6db5c 100644
--- a/configs/rpi_3_32b_defconfig --- a/configs/rpi_3_32b_defconfig
+++ b/configs/rpi_3_32b_defconfig +++ b/configs/rpi_3_32b_defconfig
@@ -23,7 +23,7 @@ CONFIG_CMD_GPIO=y @@ -24,7 +24,7 @@ CONFIG_CMD_GPIO=y
CONFIG_CMD_MMC=y CONFIG_CMD_MMC=y
CONFIG_CMD_USB=y CONFIG_CMD_USB=y
CONFIG_CMD_FS_UUID=y CONFIG_CMD_FS_UUID=y
@ -67,22 +67,9 @@ index ed14571d20..9fbf376b63 100644
CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig
index eb92519371..b91574ab39 100644 index bb6fe12806..d27054a6f8 100644
--- a/configs/rpi_3_defconfig --- a/configs/rpi_3_defconfig
+++ b/configs/rpi_3_defconfig +++ b/configs/rpi_3_defconfig
@@ -22,7 +22,7 @@ CONFIG_CMD_GPIO=y
CONFIG_CMD_MMC=y
CONFIG_CMD_USB=y
CONFIG_CMD_FS_UUID=y
-CONFIG_OF_EMBED=y
+CONFIG_OF_BOARD=y
CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig
index dfd0c6bbae..182a93736d 100644
--- a/configs/rpi_defconfig
+++ b/configs/rpi_defconfig
@@ -23,7 +23,7 @@ CONFIG_CMD_GPIO=y @@ -23,7 +23,7 @@ CONFIG_CMD_GPIO=y
CONFIG_CMD_MMC=y CONFIG_CMD_MMC=y
CONFIG_CMD_USB=y CONFIG_CMD_USB=y
@ -92,3 +79,16 @@ index dfd0c6bbae..182a93736d 100644
CONFIG_ENV_FAT_DEVICE_AND_PART="0:1" CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig
index 550b8dcb95..4c4a55c71e 100644
--- a/configs/rpi_defconfig
+++ b/configs/rpi_defconfig
@@ -24,7 +24,7 @@ CONFIG_CMD_GPIO=y
CONFIG_CMD_MMC=y
CONFIG_CMD_USB=y
CONFIG_CMD_FS_UUID=y
-CONFIG_OF_EMBED=y
+CONFIG_OF_BOARD=y
CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y

View File

@ -1,4 +1,4 @@
From 8664fa0475922d0265ef1db88d9b6428b93f5267 Mon Sep 17 00:00:00 2001 From 684a84247e08b597401d3748c439d3d2b7b59c9a Mon Sep 17 00:00:00 2001
From: Guillaume GARDET <guillaume.gardet@free.fr> From: Guillaume GARDET <guillaume.gardet@free.fr>
Date: Mon, 9 Apr 2018 10:28:26 +0200 Date: Mon, 9 Apr 2018 10:28:26 +0200
Subject: [PATCH] Temp workaround for Chromebook snow to avoid the 'unable to Subject: [PATCH] Temp workaround for Chromebook snow to avoid the 'unable to

View File

@ -1,4 +1,4 @@
From 6a56358a5a0179689888ebf22cca3dc2f30c2457 Mon Sep 17 00:00:00 2001 From b5b543d4307ce928b38c28d245cf575efbf24df1 Mon Sep 17 00:00:00 2001
From: Alexander Graf <agraf@suse.de> From: Alexander Graf <agraf@suse.de>
Date: Thu, 26 Apr 2018 13:30:32 +0200 Date: Thu, 26 Apr 2018 13:30:32 +0200
Subject: [PATCH] tools: zynqmpbif: Add support for load=after Subject: [PATCH] tools: zynqmpbif: Add support for load=after

View File

@ -1,4 +1,4 @@
From f871287c2816f989f8d61ac4e3ef4efedbd473d5 Mon Sep 17 00:00:00 2001 From e8c616bd70a9b1bc9a087c9832c9ee2c77e51806 Mon Sep 17 00:00:00 2001
From: Guillaume Gardet <guillaume.gardet@arm.com> From: Guillaume Gardet <guillaume.gardet@arm.com>
Date: Wed, 5 Apr 2023 14:25:29 +0200 Date: Wed, 5 Apr 2023 14:25:29 +0200
Subject: [PATCH] Kconfig: add btrfs to distro boot Subject: [PATCH] Kconfig: add btrfs to distro boot
@ -13,10 +13,10 @@ Signed-off-by: Matthias Brugger <mbrugger@suse.com>
1 file changed, 1 insertion(+) 1 file changed, 1 insertion(+)
diff --git a/boot/Kconfig b/boot/Kconfig diff --git a/boot/Kconfig b/boot/Kconfig
index ad035695a4..f462ab0e88 100644 index a643a3d128..d180dd2a9c 100644
--- a/boot/Kconfig --- a/boot/Kconfig
+++ b/boot/Kconfig +++ b/boot/Kconfig
@@ -838,6 +838,7 @@ config DISTRO_DEFAULTS @@ -875,6 +875,7 @@ config DISTRO_DEFAULTS
select CMD_SYSBOOT select CMD_SYSBOOT
select HUSH_PARSER select HUSH_PARSER
select SYS_LONGHELP select SYS_LONGHELP

View File

@ -1,4 +1,4 @@
From bc484cdfa38a3c60f94cfde7ccfa5a928ea30472 Mon Sep 17 00:00:00 2001 From b13a81120f4df7bd98c48702769cd1ad8ce22670 Mon Sep 17 00:00:00 2001
From: Matthias Brugger <mbrugger@suse.com> From: Matthias Brugger <mbrugger@suse.com>
Date: Wed, 29 Jan 2020 09:56:06 +0100 Date: Wed, 29 Jan 2020 09:56:06 +0100
Subject: [PATCH] configs: Re-sync with CONFIG_DISTRO_DEFAULTS Subject: [PATCH] configs: Re-sync with CONFIG_DISTRO_DEFAULTS
@ -18,10 +18,10 @@ Signed-off-by: Matthias Brugger <mbrugger@suse.com>
5 files changed, 2 insertions(+), 4 deletions(-) 5 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig
index 89cba40713..846894a2a6 100644 index 98b3e0cda4..fd885377ff 100644
--- a/configs/sandbox64_defconfig --- a/configs/sandbox64_defconfig
+++ b/configs/sandbox64_defconfig +++ b/configs/sandbox64_defconfig
@@ -84,7 +84,6 @@ CONFIG_CMD_REGULATOR=y @@ -87,7 +87,6 @@ CONFIG_CMD_REGULATOR=y
CONFIG_CMD_AES=y CONFIG_CMD_AES=y
CONFIG_CMD_TPM=y CONFIG_CMD_TPM=y
CONFIG_CMD_TPM_TEST=y CONFIG_CMD_TPM_TEST=y
@ -30,10 +30,10 @@ index 89cba40713..846894a2a6 100644
CONFIG_CMD_CRAMFS=y CONFIG_CMD_CRAMFS=y
CONFIG_CMD_EXT4_WRITE=y CONFIG_CMD_EXT4_WRITE=y
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index ce32dfc23a..aff6da2d73 100644 index 1ec44d5b33..87b216ed0d 100644
--- a/configs/sandbox_defconfig --- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig
@@ -115,7 +115,6 @@ CONFIG_CMD_REGULATOR=y @@ -121,7 +121,6 @@ CONFIG_CMD_REGULATOR=y
CONFIG_CMD_AES=y CONFIG_CMD_AES=y
CONFIG_CMD_TPM=y CONFIG_CMD_TPM=y
CONFIG_CMD_TPM_TEST=y CONFIG_CMD_TPM_TEST=y
@ -52,11 +52,11 @@ index 82b16418a6..73e89da98e 100644
+# CONFIG_CMD_BTRFS is not set +# CONFIG_CMD_BTRFS is not set
+# CONFIG_FS_BTRFS is not set +# CONFIG_FS_BTRFS is not set
diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig
index db442a1ebc..5c3e2fe486 100644 index 234f1e721a..e5197a8fb5 100644
--- a/configs/turris_mox_defconfig --- a/configs/turris_mox_defconfig
+++ b/configs/turris_mox_defconfig +++ b/configs/turris_mox_defconfig
@@ -50,7 +50,6 @@ CONFIG_CMD_TIME=y @@ -50,7 +50,6 @@ CONFIG_CMD_CACHE=y
CONFIG_CMD_MVEBU_BUBT=y CONFIG_CMD_TIME=y
CONFIG_CMD_AES=y CONFIG_CMD_AES=y
CONFIG_CMD_HASH=y CONFIG_CMD_HASH=y
-CONFIG_CMD_BTRFS=y -CONFIG_CMD_BTRFS=y
@ -64,10 +64,10 @@ index db442a1ebc..5c3e2fe486 100644
CONFIG_MAC_PARTITION=y CONFIG_MAC_PARTITION=y
CONFIG_ENV_OVERWRITE=y CONFIG_ENV_OVERWRITE=y
diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig
index 70a1fadc02..ef5f3dd83f 100644 index 22aaee2638..6ca655f49c 100644
--- a/configs/turris_omnia_defconfig --- a/configs/turris_omnia_defconfig
+++ b/configs/turris_omnia_defconfig +++ b/configs/turris_omnia_defconfig
@@ -72,7 +72,6 @@ CONFIG_CMD_CACHE=y @@ -73,7 +73,6 @@ CONFIG_CMD_CACHE=y
CONFIG_CMD_TIME=y CONFIG_CMD_TIME=y
CONFIG_CMD_AES=y CONFIG_CMD_AES=y
CONFIG_CMD_HASH=y CONFIG_CMD_HASH=y

View File

@ -1,4 +1,4 @@
From 4480a4b55b939c1be7608fe7d2e9534f4b9ab699 Mon Sep 17 00:00:00 2001 From bf3674f570ba2c43ddebf9b2fd94caa79e090684 Mon Sep 17 00:00:00 2001
From: Michal Suchanek <msuchanek@suse.de> From: Michal Suchanek <msuchanek@suse.de>
Date: Tue, 29 Sep 2020 10:13:33 +0200 Date: Tue, 29 Sep 2020 10:13:33 +0200
Subject: [PATCH] sunxi: dts: OrangePi Zero: Add SPI aliases to make bus usable Subject: [PATCH] sunxi: dts: OrangePi Zero: Add SPI aliases to make bus usable

View File

@ -1,4 +1,4 @@
From d6e08d9277b271ef4a7bf44dc8959cd2ba1c3712 Mon Sep 17 00:00:00 2001 From 5c4092cf45efc08805fca8e5cd5c14eeeafede96 Mon Sep 17 00:00:00 2001
From: Michal Suchanek <msuchanek@suse.de> From: Michal Suchanek <msuchanek@suse.de>
Date: Mon, 28 Sep 2020 23:02:01 +0200 Date: Mon, 28 Sep 2020 23:02:01 +0200
Subject: [PATCH] sunxi: dts: OrangePi Zero: Enable SPI flash. Subject: [PATCH] sunxi: dts: OrangePi Zero: Enable SPI flash.

View File

@ -1,4 +1,4 @@
From 57bebd36592bfc2b7a178d7f92c711f3ac3bfb90 Mon Sep 17 00:00:00 2001 From 82a32ab693e8c62561e387e5d725c4e4a149d032 Mon Sep 17 00:00:00 2001
From: Guillaume Gardet <guillaume.gardet@arm.com> From: Guillaume Gardet <guillaume.gardet@arm.com>
Date: Wed, 18 Nov 2020 13:42:04 +0000 Date: Wed, 18 Nov 2020 13:42:04 +0000
Subject: [PATCH] Disable CONFIG_CMD_BTRFS in xilinx_zynqmp_virt_defconfig to Subject: [PATCH] Disable CONFIG_CMD_BTRFS in xilinx_zynqmp_virt_defconfig to
@ -9,11 +9,11 @@ Subject: [PATCH] Disable CONFIG_CMD_BTRFS in xilinx_zynqmp_virt_defconfig to
1 file changed, 1 insertion(+) 1 file changed, 1 insertion(+)
diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig
index fb91449ef7..da221f0b83 100644 index c4bbde2206..aab3b1f620 100644
--- a/configs/xilinx_zynqmp_virt_defconfig --- a/configs/xilinx_zynqmp_virt_defconfig
+++ b/configs/xilinx_zynqmp_virt_defconfig +++ b/configs/xilinx_zynqmp_virt_defconfig
@@ -94,6 +94,7 @@ CONFIG_CMD_TIMER=y @@ -97,6 +97,7 @@ CONFIG_CMD_REGULATOR=y
CONFIG_CMD_REGULATOR=y CONFIG_CMD_SMC=y
CONFIG_CMD_TPM=y CONFIG_CMD_TPM=y
CONFIG_CMD_EXT4_WRITE=y CONFIG_CMD_EXT4_WRITE=y
+# CONFIG_CMD_BTRFS is not set +# CONFIG_CMD_BTRFS is not set

View File

@ -1,4 +1,4 @@
From c6536334c219d2290129c5c54b54aac5fabf9e64 Mon Sep 17 00:00:00 2001 From 75d060ab4d6abd34d1cd2b31ea85dd08b606b1ed Mon Sep 17 00:00:00 2001
From: Matthias Brugger <mbrugger@suse.com> From: Matthias Brugger <mbrugger@suse.com>
Date: Wed, 17 Mar 2021 12:20:32 +0100 Date: Wed, 17 Mar 2021 12:20:32 +0100
Subject: [PATCH] smbios: Fix table when no string is present Subject: [PATCH] smbios: Fix table when no string is present

View File

@ -1,4 +1,4 @@
From 44939288ab16748b84e31241684e0b8563749156 Mon Sep 17 00:00:00 2001 From 928219e36637edcee2265207c7bd1b06a2c2afe7 Mon Sep 17 00:00:00 2001
From: Guillaume Gardet <guillaume.gardet@arm.com> From: Guillaume Gardet <guillaume.gardet@arm.com>
Date: Wed, 5 Apr 2023 14:27:09 +0200 Date: Wed, 5 Apr 2023 14:27:09 +0200
Subject: [PATCH] riscv: enable CMD_BTRFS Subject: [PATCH] riscv: enable CMD_BTRFS
@ -9,10 +9,10 @@ Signed-off-by: Matthias Brugger <mbrugger@suse.com>
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boot/Kconfig b/boot/Kconfig diff --git a/boot/Kconfig b/boot/Kconfig
index f462ab0e88..fe5d91dc64 100644 index d180dd2a9c..558fe71e98 100644
--- a/boot/Kconfig --- a/boot/Kconfig
+++ b/boot/Kconfig +++ b/boot/Kconfig
@@ -838,7 +838,7 @@ config DISTRO_DEFAULTS @@ -875,7 +875,7 @@ config DISTRO_DEFAULTS
select CMD_SYSBOOT select CMD_SYSBOOT
select HUSH_PARSER select HUSH_PARSER
select SYS_LONGHELP select SYS_LONGHELP

View File

@ -1,4 +1,4 @@
From 94ffe4f51fb990760d68eb2f5eb8fa0dda3a7e7a Mon Sep 17 00:00:00 2001 From b5ba86719a8b5b516e04c675a8658c4407030202 Mon Sep 17 00:00:00 2001
From: Michael Chang <mchang@suse.com> From: Michael Chang <mchang@suse.com>
Date: Tue, 25 May 2021 06:45:01 +0000 Date: Tue, 25 May 2021 06:45:01 +0000
Subject: [PATCH] Disable timer check in file loading Subject: [PATCH] Disable timer check in file loading
@ -25,7 +25,7 @@ Signed-off-by: Matthias Brugger <mbrugger@suse.com>
1 file changed, 2 insertions(+), 2 deletions(-) 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/efi_loader/efi_disk.c b/lib/efi_loader/efi_disk.c diff --git a/lib/efi_loader/efi_disk.c b/lib/efi_loader/efi_disk.c
index d2256713a8..4f82b5397c 100644 index 28c8cdf710..132499aac6 100644
--- a/lib/efi_loader/efi_disk.c --- a/lib/efi_loader/efi_disk.c
+++ b/lib/efi_loader/efi_disk.c +++ b/lib/efi_loader/efi_disk.c
@@ -19,6 +19,7 @@ @@ -19,6 +19,7 @@

View File

@ -1,4 +1,4 @@
From a62d08f11ec8b06eb31bb7ce3e3923c69fd009a6 Mon Sep 17 00:00:00 2001 From 70cd00173e776b2d688b0127c80914fe11178672 Mon Sep 17 00:00:00 2001
From: Guillaume Gardet <guillaume.gardet@arm.com> From: Guillaume Gardet <guillaume.gardet@arm.com>
Date: Thu, 21 Oct 2021 09:55:50 +0200 Date: Thu, 21 Oct 2021 09:55:50 +0200
Subject: [PATCH] Enable EFI and ISO partitions support on socfpga_de0_nano_soc Subject: [PATCH] Enable EFI and ISO partitions support on socfpga_de0_nano_soc

View File

@ -1,4 +1,4 @@
From aa75cb09f8616f4234e71a2abe73f095bf3ee7c0 Mon Sep 17 00:00:00 2001 From f372e8431381b35c1d0fe4ee44cab807f4da1235 Mon Sep 17 00:00:00 2001
From: Andy Yan <andy.yan@rock-chips.com> From: Andy Yan <andy.yan@rock-chips.com>
Date: Tue, 6 Feb 2018 09:51:12 +0800 Date: Tue, 6 Feb 2018 09:51:12 +0800
Subject: [PATCH] cmd: boot: add brom cmd to reboot to brom dnl mode Subject: [PATCH] cmd: boot: add brom cmd to reboot to brom dnl mode

View File

@ -1,4 +1,4 @@
From 47e88407164dec3f5e89edcc2bf81f0cfe52412b Mon Sep 17 00:00:00 2001 From e55bae4e1b8e54efd77ba5b055b45f5135752eb6 Mon Sep 17 00:00:00 2001
From: Michal Suchanek <msuchanek@suse.de> From: Michal Suchanek <msuchanek@suse.de>
Date: Sun, 3 Jul 2022 18:25:39 +0200 Date: Sun, 3 Jul 2022 18:25:39 +0200
Subject: [PATCH] cmd: boot: add brom cmd to reboot to FEL mode Subject: [PATCH] cmd: boot: add brom cmd to reboot to FEL mode
@ -36,10 +36,10 @@ index b08f202374..36e7697b1c 100644
+ +
#endif /* _SUNXI_CPU_H */ #endif /* _SUNXI_CPU_H */
diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
index 6417aee944..2c5f2e4dcb 100644 index 6dcbb096f7..b6669cbaa0 100644
--- a/arch/arm/mach-sunxi/Kconfig --- a/arch/arm/mach-sunxi/Kconfig
+++ b/arch/arm/mach-sunxi/Kconfig +++ b/arch/arm/mach-sunxi/Kconfig
@@ -1023,6 +1023,22 @@ source "board/sunxi/Kconfig" @@ -1068,6 +1068,22 @@ source "board/sunxi/Kconfig"
endif endif

BIN
u-boot-2023.04.tar.bz2 (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

3
u-boot-2023.07.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:12e921b466ae731cdbc355e6832b7f22bc90b01aeceef9886f98aaba7b394300
size 19447450

BIN
u-boot-2023.07.tar.bz2.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jul 11 10:14:05 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- 2023.07 has been released with a -rc6 leftover, so remove it
from Makefile to have the right version displayed on boot
-------------------------------------------------------------------
Tue Jul 11 10:02:36 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 2023.07:
* Full changelog available at:
https://source.denx.de/u-boot/u-boot/-/compare/v2023.04...v2023.07
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 3 09:52:09 UTC 2023 - Dirk Müller <dmueller@suse.com> Wed May 3 09:52:09 UTC 2023 - Dirk Müller <dmueller@suse.com>
@ -3572,36 +3585,34 @@ Wed Nov 09 22:55:09 UTC 2011 - joop.boonen@opensuse.org
- Used the Meego panda u-boot as a base - Used the Meego panda u-boot as a base
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 18 00:00:00 UTC 2011 - raghuveer.murthy@ti.com> Fri Feb 18 00:00:00 UTC 2011 - <raghuveer.murthy@ti.com>
- 2010.09-MeeGo - 2010.09-MeeGo
- Fix for u-boot fails to compile on armv7hl, BMC#13140 - Fix for u-boot fails to compile on armv7hl, BMC#13140
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 18 00:00:00 UTC 2010 - peter.j.zhu@intel.com> Thu Nov 18 00:00:00 UTC 2010 - <peter.j.zhu@intel.com>
- 2010.09-MeeGo - 2010.09-MeeGo
- Don't build against i586, BMC#10159 - Don't build against i586, BMC#10159
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 10 00:00:00 UTC 2010 - nm@ti.com> Tue Oct 10 00:00:00 UTC 2010 - <nm@ti.com>
- 2010.09.rc1-MeeGo - 2010.09.rc1-MeeGo
- Added option to enable boot.scr generation and copy - Added option to enable boot.scr generation and copy
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 04 00:00:00 UTC 2010 - nm@ti.com> Mon Oct 04 00:00:00 UTC 2010 - <nm@ti.com>
- 2010.09.rc1-MeeGo - 2010.09.rc1-MeeGo
- Update to 2010.09 - Update to 2010.09
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 14 00:00:00 UTC 2010 - nm@ti.com> Wed Sep 14 00:00:00 UTC 2010 - <nm@ti.com>
- 2010.09.rc1-MeeGo - 2010.09.rc1-MeeGo
- Update to 2010.09.rc1 - Update to 2010.09.rc1
- MeeGo customization - MeeGo customization
- Enabled PandaBoard, Beagleboard build - Enabled PandaBoard, Beagleboard build
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 31 00:00:00 UTC 2010 - silvan.calarco@mambasoft.it> Wed Mar 31 00:00:00 UTC 2010 - <silvan.calarco@mambasoft.it>
- 2009.11.1-1mamba - 2009.11.1-1mamba
- update to 2009.11.1 - update to 2009.11.1
-------------------------------------------------------------------
Wed Mar 31 00:00:00 UTC 2010 -

View File

@ -180,7 +180,7 @@
%define is_ppc 1 %define is_ppc 1
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2023.04 %define archive_version 2023.07
%if "%{target}" == "" %if "%{target}" == ""
ExclusiveArch: do_not_build ExclusiveArch: do_not_build
%else %else
@ -210,7 +210,7 @@ ExclusiveArch: do_not_build
%endif %endif
%endif %endif
%endif %endif
Version: 2023.04 Version: 2023.07
Release: 0 Release: 0
Summary: The U-Boot firmware for the %target platform Summary: The U-Boot firmware for the %target platform
License: GPL-2.0-only License: GPL-2.0-only
@ -388,6 +388,8 @@ This package contains documentation for U-Boot firmware.
%prep %prep
%setup -q -n u-boot-%{archive_version} %setup -q -n u-boot-%{archive_version}
%autopatch -p1 %autopatch -p1
# 2023.07 has been released with a -rc6 leftover
sed -i 's/-rc6//g' Makefile
%build %build
%if %tools_only %if %tools_only

View File

@ -13,8 +13,8 @@ set -e
GIT_TREE=https://github.com/openSUSE/u-boot.git GIT_TREE=https://github.com/openSUSE/u-boot.git
GIT_LOCAL_TREE=~/src/opensuse/u-boot-opensuse GIT_LOCAL_TREE=~/src/opensuse/u-boot-opensuse
GIT_BRANCH=tumbleweed-2023.04 GIT_BRANCH=tumbleweed-2023.07
GIT_UPSTREAM_TAG=v2023.04 GIT_UPSTREAM_TAG=v2023.07
GIT_DIR=`mktemp -d -p /dev/shm` GIT_DIR=`mktemp -d -p /dev/shm`
CMP_DIR=`mktemp -d -p /dev/shm` CMP_DIR=`mktemp -d -p /dev/shm`