Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package u-boot for openSUSE:Factory checked in at 2023-07-12 17:26:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/u-boot (Old) and /work/SRC/openSUSE:Factory/.u-boot.new.8922 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "u-boot" Wed Jul 12 17:26:21 2023 rev:173 rq:1098190 version:2023.07 Changes: -------- --- /work/SRC/openSUSE:Factory/u-boot/u-boot.changes 2023-04-25 16:54:11.438629030 +0200 +++ /work/SRC/openSUSE:Factory/.u-boot.new.8922/u-boot.changes 2023-07-12 17:26:32.494211156 +0200 @@ -1,0 +2,24 @@ +Tue Jul 11 11:34:07 UTC 2023 - Andreas Schwab <sch...@suse.de> + +- Add starfivevisionfive2 flavor +- Bump opensbi dependency to 1.3 + +------------------------------------------------------------------- +Tue Jul 11 10:14:05 UTC 2023 - Guillaume GARDET <guillaume.gar...@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.gar...@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 <dmuel...@suse.com> + +- add keyring for gpg validation + +------------------------------------------------------------------- @@ -3570 +3594 @@ -Fri Feb 18 00:00:00 UTC 2011 - raghuveer.mur...@ti.com> +Fri Feb 18 00:00:00 UTC 2011 - <raghuveer.mur...@ti.com> @@ -3575 +3599 @@ -Thu Nov 18 00:00:00 UTC 2010 - peter.j....@intel.com> +Thu Nov 18 00:00:00 UTC 2010 - <peter.j....@intel.com> @@ -3580 +3604 @@ -Tue Oct 10 00:00:00 UTC 2010 - n...@ti.com> +Tue Oct 10 00:00:00 UTC 2010 - <n...@ti.com> @@ -3585 +3609 @@ -Mon Oct 04 00:00:00 UTC 2010 - n...@ti.com> +Mon Oct 04 00:00:00 UTC 2010 - <n...@ti.com> @@ -3590 +3614 @@ -Wed Sep 14 00:00:00 UTC 2010 - n...@ti.com> +Wed Sep 14 00:00:00 UTC 2010 - <n...@ti.com> @@ -3597 +3621 @@ -Wed Mar 31 00:00:00 UTC 2010 - silvan.cala...@mambasoft.it> +Wed Mar 31 00:00:00 UTC 2010 - <silvan.cala...@mambasoft.it> @@ -3601,2 +3624,0 @@ -------------------------------------------------------------------- -Wed Mar 31 00:00:00 UTC 2010 - Old: ---- u-boot-2023.04.tar.bz2 u-boot-2023.04.tar.bz2.sig New: ---- u-boot-2023.07.tar.bz2 u-boot-2023.07.tar.bz2.sig u-boot.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ u-boot.spec ++++++ --- /var/tmp/diff_new_pack.zRg36G/_old 2023-07-12 17:26:33.482216915 +0200 +++ /var/tmp/diff_new_pack.zRg36G/_new 2023-07-12 17:26:33.486216938 +0200 @@ -170,9 +170,9 @@ %define is_armv7 1 %define binext .img %endif -%if "%target" == "qemu-riscv64" || "%target" == "qemu-riscv64smode" || "%target" == "sifiveunleashed" || "%target" == "sifiveunmatched" +%if "%target" == "qemu-riscv64" || "%target" == "qemu-riscv64smode" || "%target" == "sifiveunleashed" || "%target" == "sifiveunmatched" || "%target" == "starfivevisionfive2" %define is_riscv64 1 -%if "%target" == "sifiveunleashed" || "%target" == "sifiveunmatched" +%if "%target" == "sifiveunleashed" || "%target" == "sifiveunmatched" || "%target" == "starfivevisionfive2" %define binext .itb %endif %endif @@ -180,7 +180,7 @@ %define is_ppc 1 %endif # archive_version differs from version for RC version only -%define archive_version 2023.04 +%define archive_version 2023.07 %if "%{target}" == "" ExclusiveArch: do_not_build %else @@ -210,7 +210,7 @@ %endif %endif %endif -Version: 2023.04 +Version: 2023.07 Release: 0 Summary: The U-Boot firmware for the %target platform License: GPL-2.0-only @@ -219,6 +219,7 @@ Source: http://ftp.denx.de/pub/u-boot/u-boot-%{archive_version}.tar.bz2 Source1: http://ftp.denx.de/pub/u-boot/u-boot-%{archive_version}.tar.bz2.sig Source2: arndale-bl1.img +Source99: u-boot.keyring Source300: u-boot-rpmlintrc Source900: update_git.sh # Patches: start @@ -324,8 +325,8 @@ # For mountpoint Requires(post): util-linux %endif -%if "%{name}" == "u-boot-sifiveunleashed" || "%{name}" == "u-boot-sifiveunmatched" -BuildRequires: opensbi >= 0.9 +%if "%{name}" == "u-boot-sifiveunleashed" || "%{name}" == "u-boot-sifiveunmatched" || "%{name}" == "u-boot-starfivevisionfive2" +BuildRequires: opensbi >= 1.3 %endif %if %x_loader == 1 Obsoletes: x-loader-%target @@ -387,6 +388,8 @@ %prep %setup -q -n u-boot-%{archive_version} %autopatch -p1 +# 2023.07 has been released with a -rc6 leftover +sed -i 's/-rc6//g' Makefile %build %if %tools_only @@ -408,7 +411,7 @@ export BL31=%{_datadir}/arm-trusted-firmware-sun50i_h616/bl31.bin export SCP=/dev/null %endif -%if "%{name}" == "u-boot-sifiveunleashed" || "%{name}" == "u-boot-sifiveunmatched" +%if "%{name}" == "u-boot-sifiveunleashed" || "%{name}" == "u-boot-sifiveunmatched" || "%{name}" == "u-boot-starfivevisionfive2" export OPENSBI=%{_datadir}/opensbi/opensbi.bin %endif @@ -560,7 +563,7 @@ %if "%{name}" == "u-boot-rpi4" || "%{name}" == "u-boot-rpiarm64" echo -e "# Boot in AArch64 mode\narm_64bit=1" > %{buildroot}%{uboot_dir}/ubootconfig.txt %endif -%if "%{name}" == "u-boot-sifiveunleashed" || "%{name}" == "u-boot-sifiveunmatched" +%if "%{name}" == "u-boot-sifiveunleashed" || "%{name}" == "u-boot-sifiveunmatched" || "%{name}" == "u-boot-starfivevisionfive2" install -D -m 0644 spl/u-boot-spl.bin %{buildroot}%{uboot_dir}/u-boot-spl.bin %endif ++++++ 0001-XXX-openSUSE-XXX-Prepend-partition-.patch ++++++ --- /var/tmp/diff_new_pack.zRg36G/_old 2023-07-12 17:26:33.514217102 +0200 +++ /var/tmp/diff_new_pack.zRg36G/_new 2023-07-12 17:26:33.518217125 +0200 @@ -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.gar...@free.fr> Date: Wed, 13 Apr 2016 13:44:29 +0200 Subject: [PATCH] XXX openSUSE XXX: Prepend partition 3 (and 4 for chromebook ++++++ 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch ++++++ --- /var/tmp/diff_new_pack.zRg36G/_old 2023-07-12 17:26:33.530217195 +0200 +++ /var/tmp/diff_new_pack.zRg36G/_new 2023-07-12 17:26:33.534217218 +0200 @@ -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 <ag...@suse.de> 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.zRg36G/_old 2023-07-12 17:26:33.546217288 +0200 +++ /var/tmp/diff_new_pack.zRg36G/_new 2023-07-12 17:26:33.550217312 +0200 @@ -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.gar...@arm.com> Date: Fri, 18 Sep 2020 15:27:37 +0200 Subject: [PATCH] rpi: Use firmware provided device tree @@ -28,10 +28,10 @@ 5 files changed, 5 insertions(+), 5 deletions(-) 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 +++ b/configs/rpi_0_w_defconfig -@@ -23,7 +23,7 @@ CONFIG_CMD_GPIO=y +@@ -24,7 +24,7 @@ CONFIG_CMD_GPIO=y CONFIG_CMD_MMC=y CONFIG_CMD_USB=y CONFIG_CMD_FS_UUID=y @@ -41,10 +41,10 @@ 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 +index 9908621607..50ddf25774 100644 --- a/configs/rpi_2_defconfig +++ b/configs/rpi_2_defconfig -@@ -24,7 +24,7 @@ CONFIG_CMD_GPIO=y +@@ -25,7 +25,7 @@ CONFIG_CMD_GPIO=y CONFIG_CMD_MMC=y CONFIG_CMD_USB=y CONFIG_CMD_FS_UUID=y @@ -54,10 +54,10 @@ CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y 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 +++ 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_USB=y CONFIG_CMD_FS_UUID=y @@ -67,10 +67,10 @@ CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y 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 +++ b/configs/rpi_3_defconfig -@@ -22,7 +22,7 @@ CONFIG_CMD_GPIO=y +@@ -23,7 +23,7 @@ CONFIG_CMD_GPIO=y CONFIG_CMD_MMC=y CONFIG_CMD_USB=y CONFIG_CMD_FS_UUID=y @@ -80,10 +80,10 @@ 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 +index 550b8dcb95..4c4a55c71e 100644 --- a/configs/rpi_defconfig +++ b/configs/rpi_defconfig -@@ -23,7 +23,7 @@ CONFIG_CMD_GPIO=y +@@ -24,7 +24,7 @@ CONFIG_CMD_GPIO=y CONFIG_CMD_MMC=y CONFIG_CMD_USB=y CONFIG_CMD_FS_UUID=y ++++++ 0004-Temp-workaround-for-Chromebook-snow.patch ++++++ --- /var/tmp/diff_new_pack.zRg36G/_old 2023-07-12 17:26:33.562217381 +0200 +++ /var/tmp/diff_new_pack.zRg36G/_new 2023-07-12 17:26:33.566217405 +0200 @@ -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.gar...@free.fr> Date: Mon, 9 Apr 2018 10:28:26 +0200 Subject: [PATCH] Temp workaround for Chromebook snow to avoid the 'unable to ++++++ 0005-tools-zynqmpbif-Add-support-for-loa.patch ++++++ --- /var/tmp/diff_new_pack.zRg36G/_old 2023-07-12 17:26:33.574217451 +0200 +++ /var/tmp/diff_new_pack.zRg36G/_new 2023-07-12 17:26:33.578217475 +0200 @@ -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 <ag...@suse.de> Date: Thu, 26 Apr 2018 13:30:32 +0200 Subject: [PATCH] tools: zynqmpbif: Add support for load=after ++++++ 0006-Kconfig-add-btrfs-to-distro-boot.patch ++++++ --- /var/tmp/diff_new_pack.zRg36G/_old 2023-07-12 17:26:33.590217545 +0200 +++ /var/tmp/diff_new_pack.zRg36G/_new 2023-07-12 17:26:33.594217568 +0200 @@ -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.gar...@arm.com> Date: Wed, 5 Apr 2023 14:25:29 +0200 Subject: [PATCH] Kconfig: add btrfs to distro boot @@ -13,10 +13,10 @@ 1 file changed, 1 insertion(+) diff --git a/boot/Kconfig b/boot/Kconfig -index ad035695a4..f462ab0e88 100644 +index a643a3d128..d180dd2a9c 100644 --- a/boot/Kconfig +++ b/boot/Kconfig -@@ -838,6 +838,7 @@ config DISTRO_DEFAULTS +@@ -875,6 +875,7 @@ config DISTRO_DEFAULTS select CMD_SYSBOOT select HUSH_PARSER select SYS_LONGHELP ++++++ 0007-configs-Re-sync-with-CONFIG_DISTRO_.patch ++++++ --- /var/tmp/diff_new_pack.zRg36G/_old 2023-07-12 17:26:33.606217638 +0200 +++ /var/tmp/diff_new_pack.zRg36G/_new 2023-07-12 17:26:33.610217661 +0200 @@ -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 <mbrug...@suse.com> Date: Wed, 29 Jan 2020 09:56:06 +0100 Subject: [PATCH] configs: Re-sync with CONFIG_DISTRO_DEFAULTS @@ -18,10 +18,10 @@ 5 files changed, 2 insertions(+), 4 deletions(-) diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig -index 89cba40713..846894a2a6 100644 +index 98b3e0cda4..fd885377ff 100644 --- a/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_TPM=y CONFIG_CMD_TPM_TEST=y @@ -30,10 +30,10 @@ CONFIG_CMD_CRAMFS=y CONFIG_CMD_EXT4_WRITE=y diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig -index ce32dfc23a..aff6da2d73 100644 +index 1ec44d5b33..87b216ed0d 100644 --- a/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_TPM=y CONFIG_CMD_TPM_TEST=y @@ -52,11 +52,11 @@ +# CONFIG_CMD_BTRFS is not set +# CONFIG_FS_BTRFS is not set 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 +++ b/configs/turris_mox_defconfig -@@ -50,7 +50,6 @@ CONFIG_CMD_TIME=y - CONFIG_CMD_MVEBU_BUBT=y +@@ -50,7 +50,6 @@ CONFIG_CMD_CACHE=y + CONFIG_CMD_TIME=y CONFIG_CMD_AES=y CONFIG_CMD_HASH=y -CONFIG_CMD_BTRFS=y @@ -64,10 +64,10 @@ CONFIG_MAC_PARTITION=y CONFIG_ENV_OVERWRITE=y 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 +++ 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_AES=y CONFIG_CMD_HASH=y ++++++ 0008-sunxi-dts-OrangePi-Zero-Add-SPI-ali.patch ++++++ --- /var/tmp/diff_new_pack.zRg36G/_old 2023-07-12 17:26:33.622217731 +0200 +++ /var/tmp/diff_new_pack.zRg36G/_new 2023-07-12 17:26:33.626217755 +0200 @@ -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 <msucha...@suse.de> Date: Tue, 29 Sep 2020 10:13:33 +0200 Subject: [PATCH] sunxi: dts: OrangePi Zero: Add SPI aliases to make bus usable ++++++ 0009-sunxi-dts-OrangePi-Zero-Enable-SPI-.patch ++++++ --- /var/tmp/diff_new_pack.zRg36G/_old 2023-07-12 17:26:33.634217801 +0200 +++ /var/tmp/diff_new_pack.zRg36G/_new 2023-07-12 17:26:33.638217825 +0200 @@ -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 <msucha...@suse.de> Date: Mon, 28 Sep 2020 23:02:01 +0200 Subject: [PATCH] sunxi: dts: OrangePi Zero: Enable SPI flash. ++++++ 0010-Disable-CONFIG_CMD_BTRFS-in-xilinx_.patch ++++++ --- /var/tmp/diff_new_pack.zRg36G/_old 2023-07-12 17:26:33.650217894 +0200 +++ /var/tmp/diff_new_pack.zRg36G/_new 2023-07-12 17:26:33.650217894 +0200 @@ -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.gar...@arm.com> Date: Wed, 18 Nov 2020 13:42:04 +0000 Subject: [PATCH] Disable CONFIG_CMD_BTRFS in xilinx_zynqmp_virt_defconfig to @@ -9,11 +9,11 @@ 1 file changed, 1 insertion(+) 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 +++ b/configs/xilinx_zynqmp_virt_defconfig -@@ -94,6 +94,7 @@ CONFIG_CMD_TIMER=y - CONFIG_CMD_REGULATOR=y +@@ -97,6 +97,7 @@ CONFIG_CMD_REGULATOR=y + CONFIG_CMD_SMC=y CONFIG_CMD_TPM=y CONFIG_CMD_EXT4_WRITE=y +# CONFIG_CMD_BTRFS is not set ++++++ 0011-smbios-Fix-table-when-no-string-is-.patch ++++++ --- /var/tmp/diff_new_pack.zRg36G/_old 2023-07-12 17:26:33.662217965 +0200 +++ /var/tmp/diff_new_pack.zRg36G/_new 2023-07-12 17:26:33.666217988 +0200 @@ -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 <mbrug...@suse.com> Date: Wed, 17 Mar 2021 12:20:32 +0100 Subject: [PATCH] smbios: Fix table when no string is present ++++++ 0012-riscv-enable-CMD_BTRFS.patch ++++++ --- /var/tmp/diff_new_pack.zRg36G/_old 2023-07-12 17:26:33.678218058 +0200 +++ /var/tmp/diff_new_pack.zRg36G/_new 2023-07-12 17:26:33.682218081 +0200 @@ -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.gar...@arm.com> Date: Wed, 5 Apr 2023 14:27:09 +0200 Subject: [PATCH] riscv: enable CMD_BTRFS @@ -9,10 +9,10 @@ 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/Kconfig b/boot/Kconfig -index f462ab0e88..fe5d91dc64 100644 +index d180dd2a9c..558fe71e98 100644 --- a/boot/Kconfig +++ b/boot/Kconfig -@@ -838,7 +838,7 @@ config DISTRO_DEFAULTS +@@ -875,7 +875,7 @@ config DISTRO_DEFAULTS select CMD_SYSBOOT select HUSH_PARSER select SYS_LONGHELP ++++++ 0013-Disable-timer-check-in-file-loading.patch ++++++ --- /var/tmp/diff_new_pack.zRg36G/_old 2023-07-12 17:26:33.694218151 +0200 +++ /var/tmp/diff_new_pack.zRg36G/_new 2023-07-12 17:26:33.694218151 +0200 @@ -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 <mch...@suse.com> Date: Tue, 25 May 2021 06:45:01 +0000 Subject: [PATCH] Disable timer check in file loading @@ -25,7 +25,7 @@ 1 file changed, 2 insertions(+), 2 deletions(-) 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 +++ b/lib/efi_loader/efi_disk.c @@ -19,6 +19,7 @@ ++++++ 0014-Enable-EFI-and-ISO-partitions-suppo.patch ++++++ --- /var/tmp/diff_new_pack.zRg36G/_old 2023-07-12 17:26:33.706218221 +0200 +++ /var/tmp/diff_new_pack.zRg36G/_new 2023-07-12 17:26:33.710218244 +0200 @@ -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.gar...@arm.com> Date: Thu, 21 Oct 2021 09:55:50 +0200 Subject: [PATCH] Enable EFI and ISO partitions support on socfpga_de0_nano_soc ++++++ 0015-cmd-boot-add-brom-cmd-to-reboot-to-.patch ++++++ --- /var/tmp/diff_new_pack.zRg36G/_old 2023-07-12 17:26:33.726218337 +0200 +++ /var/tmp/diff_new_pack.zRg36G/_new 2023-07-12 17:26:33.730218361 +0200 @@ -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....@rock-chips.com> Date: Tue, 6 Feb 2018 09:51:12 +0800 Subject: [PATCH] cmd: boot: add brom cmd to reboot to brom dnl mode ++++++ 0016-cmd-boot-add-brom-cmd-to-reboot-to-.patch ++++++ --- /var/tmp/diff_new_pack.zRg36G/_old 2023-07-12 17:26:33.742218431 +0200 +++ /var/tmp/diff_new_pack.zRg36G/_new 2023-07-12 17:26:33.746218454 +0200 @@ -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 <msucha...@suse.de> Date: Sun, 3 Jul 2022 18:25:39 +0200 Subject: [PATCH] cmd: boot: add brom cmd to reboot to FEL mode @@ -36,10 +36,10 @@ + #endif /* _SUNXI_CPU_H */ 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 +++ b/arch/arm/mach-sunxi/Kconfig -@@ -1023,6 +1023,22 @@ source "board/sunxi/Kconfig" +@@ -1068,6 +1068,22 @@ source "board/sunxi/Kconfig" endif ++++++ _multibuild ++++++ --- /var/tmp/diff_new_pack.zRg36G/_old 2023-07-12 17:26:33.770218594 +0200 +++ /var/tmp/diff_new_pack.zRg36G/_new 2023-07-12 17:26:33.774218617 +0200 @@ -90,6 +90,7 @@ <flavor>snow</flavor> <flavor>socfpgade0nanosoc</flavor> <flavor>spring</flavor> + <flavor>starfivevisionfive2</flavor> <flavor>tinker-rk3288</flavor> <flavor>turrisomnia</flavor> <flavor>udoo</flavor> ++++++ u-boot-2023.04.tar.bz2 -> u-boot-2023.07.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/u-boot/u-boot-2023.04.tar.bz2 /work/SRC/openSUSE:Factory/.u-boot.new.8922/u-boot-2023.07.tar.bz2 differ: char 11, line 1 ++++++ update_git.sh ++++++ --- /var/tmp/diff_new_pack.zRg36G/_old 2023-07-12 17:26:33.830218944 +0200 +++ /var/tmp/diff_new_pack.zRg36G/_new 2023-07-12 17:26:33.834218967 +0200 @@ -13,8 +13,8 @@ GIT_TREE=https://github.com/openSUSE/u-boot.git GIT_LOCAL_TREE=~/src/opensuse/u-boot-opensuse -GIT_BRANCH=tumbleweed-2023.04 -GIT_UPSTREAM_TAG=v2023.04 +GIT_BRANCH=tumbleweed-2023.07 +GIT_UPSTREAM_TAG=v2023.07 GIT_DIR=`mktemp -d -p /dev/shm` CMP_DIR=`mktemp -d -p /dev/shm`