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 2026-08-06 16:18:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/u-boot (Old) and /work/SRC/openSUSE:Factory/.u-boot.new.16738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "u-boot" Thu Aug 6 16:18:47 2026 rev:196 rq:1369720 version:2026.07 Changes: -------- --- /work/SRC/openSUSE:Factory/u-boot/u-boot.changes 2026-02-27 17:07:31.318176223 +0100 +++ /work/SRC/openSUSE:Factory/.u-boot.new.16738/u-boot.changes 2026-08-06 16:19:00.261751889 +0200 @@ -1,0 +2,28 @@ +Wed Aug 5 09:01:55 UTC 2026 - Guillaume GARDET <[email protected]> + +- Update to 2026.07: + * Full changelog available at: + https://source.denx.de/u-boot/u-boot/-/compare/v2026.04...v2026.07 +- Use tools-only config instead of sandbox for u-boot-tools + +------------------------------------------------------------------- +Wed Aug 5 06:48:46 UTC 2026 - Guillaume GARDET <[email protected]> + +- Handle openSUSE:Factory:LegacyARM and remove old Leap:15.2 + +------------------------------------------------------------------- +Wed May 20 09:21:23 UTC 2026 - Guillaume GARDET <[email protected]> + +- Update to 2026.04: + * Full changelog available at: + https://source.denx.de/u-boot/u-boot/-/compare/v2026.01...v2026.04 +- Patch queue updated from https://github.com/openSUSE/u-boot.git tumbleweed-2026.04 +* Patches dropped: + 0014-Enable-EFI-and-ISO-partitions-suppo.patch + 0015-cmd-boot-add-brom-cmd-to-reboot-to-.patch + 0016-Kconfig-add-btrfs-to-standard-boot.patch +* Patches added: + 0014-cmd-boot-add-brom-cmd-to-reboot-to-.patch + 0015-Kconfig-add-btrfs-to-standard-boot.patch + +------------------------------------------------------------------- @@ -11,0 +40,6 @@ + +------------------------------------------------------------------- +Sat Feb 21 15:46:36 UTC 2026 - Z. Wieback <[email protected]> + +- Build qemu-arm64 incl atf and optee support +- Introduce shared_uboot macro for installing multiple u-boot flavors in /usr Old: ---- 0014-Enable-EFI-and-ISO-partitions-suppo.patch 0015-cmd-boot-add-brom-cmd-to-reboot-to-.patch 0016-Kconfig-add-btrfs-to-standard-boot.patch u-boot-2026.01.tar.bz2 u-boot-2026.01.tar.bz2.sig New: ---- 0014-cmd-boot-add-brom-cmd-to-reboot-to-.patch 0015-Kconfig-add-btrfs-to-standard-boot.patch u-boot-2026.07.tar.bz2 u-boot-2026.07.tar.bz2.sig ----------(Old B)---------- Old:* Patches dropped: 0014-Enable-EFI-and-ISO-partitions-suppo.patch 0015-cmd-boot-add-brom-cmd-to-reboot-to-.patch Old: 0014-Enable-EFI-and-ISO-partitions-suppo.patch 0015-cmd-boot-add-brom-cmd-to-reboot-to-.patch 0016-Kconfig-add-btrfs-to-standard-boot.patch Old: 0015-cmd-boot-add-brom-cmd-to-reboot-to-.patch 0016-Kconfig-add-btrfs-to-standard-boot.patch * Patches added: ----------(Old E)---------- ----------(New B)---------- New:* Patches added: 0014-cmd-boot-add-brom-cmd-to-reboot-to-.patch 0015-Kconfig-add-btrfs-to-standard-boot.patch New: 0014-cmd-boot-add-brom-cmd-to-reboot-to-.patch 0015-Kconfig-add-btrfs-to-standard-boot.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ u-boot.spec ++++++ --- /var/tmp/diff_new_pack.jZqA05/_old 2026-08-06 16:19:01.729803107 +0200 +++ /var/tmp/diff_new_pack.jZqA05/_new 2026-08-06 16:19:01.729803107 +0200 @@ -18,6 +18,8 @@ # +%bcond_with atf_optee + %define target @BUILD_FLAVOR@ %define mvebu_spl 0 %define x_loader 0 @@ -35,8 +37,6 @@ %define is_armv8 0 %define is_ppc 0 %define is_riscv64 0 -%define is_zynq 0 -%define is_zynqmp 0 %define tools_only 0 %if "%target" == "rpi" || "%target" == "rpi2" || "%target" == "rpi3" || "%target" == "rpi4" || "%target" == "rpiarm64" %define is_rpi 1 @@ -168,7 +168,7 @@ %define is_armv8 1 %endif %if "%target" == "avnetultra96rev1" || "%target" == "xilinxzynqmpvirt" || "%target" == "xilinxzynqmpzcu102rev10" -%define is_zynqmp 1 +%define confname xilinx_zynqmp_virt_defconfig %define is_armv8 1 %define binext .elf %endif @@ -183,7 +183,7 @@ %define binext .img %endif %if "%target" == "zynqzturnv5" || "%target" == "xilinxzynqvirt" -%define is_zynq 1 +%define confname xilinx_zynq_virt_defconfig %define is_armv7 1 %define binext .img %endif @@ -196,8 +196,13 @@ %if "%target" == "qemu-ppce500" %define is_ppc 1 %endif +%if "%target" == "qemu-arm64" +%define is_armv8 1 +%define confname qemu_arm64_defconfig +%define shared_uboot 1 +%endif # archive_version differs from version for RC version only -%define archive_version 2026.01 +%define archive_version 2026.07 %if "%{target}" == "" ExclusiveArch: do_not_build %else @@ -227,7 +232,7 @@ %endif %endif %endif -Version: 2026.01 +Version: 2026.07 Release: 0 Summary: The U-Boot firmware for the %target platform License: GPL-2.0-only @@ -259,9 +264,8 @@ Patch0011: 0011-smbios-Fix-table-when-no-string-is-.patch Patch0012: 0012-riscv-enable-CMD_BTRFS.patch Patch0013: 0013-Disable-timer-check-in-file-loading.patch -Patch0014: 0014-Enable-EFI-and-ISO-partitions-suppo.patch -Patch0015: 0015-cmd-boot-add-brom-cmd-to-reboot-to-.patch -Patch0016: 0016-Kconfig-add-btrfs-to-standard-boot.patch +Patch0014: 0014-cmd-boot-add-brom-cmd-to-reboot-to-.patch +Patch0015: 0015-Kconfig-add-btrfs-to-standard-boot.patch # Patches: end BuildRequires: bc BuildRequires: bison @@ -280,7 +284,7 @@ BuildRequires: swig Conflicts: u-boot-loader Provides: u-boot-loader -%if "%_project" == "hardware:boot" || "%_project" == "hardware:boot:staging" || "%_project" == "openSUSE:Factory" || "%_project" == "openSUSE:Factory:ARM" || "%_project" == "openSUSE:Factory:PowerPC" || "%_project" == "openSUSE:Factory:RISCV" || "%_project" == "openSUSE:Leap:15.2" || "%_project" == "openSUSE:Leap:15.2:ARM" || "%_project" == "openSUSE:Leap:15.2:PowerPC" +%if "%_project" == "hardware:boot" || "%_project" == "hardware:boot:staging" || "%_project" == "openSUSE:Factory" || "%_project" == "openSUSE:Factory:ARM" || "%_project" == "openSUSE:Factory:LegacyARM" || "%_project" == "openSUSE:Factory:PowerPC" || "%_project" == "openSUSE:Factory:RISCV" # A complete multibuild-flavoured package is only built in above projects. # In order to build a defined subset in forked projects, add the # following to the respective project config (without the "#|"): @@ -331,6 +335,13 @@ %if 0%{?is_h616} BuildRequires: arm-trusted-firmware-sun50i_h616 %endif +%if "%target" == "qemu-arm64" +BuildRequires: arm-trusted-firmware-qemu +BuildRequires: arm-trusted-firmware-tools +%if %{with atf_optee} +BuildRequires: optee-qemu-armv8a +%endif +%endif %if "%target" == "tools" || "%target" == "avnetultra96rev1" || "%target" == "clearfog" || "%target" == "mvebudb-88f3720" || "%target" == "mvebudbarmada8k" || "%target" == "mvebudbarmada8k3" || "%target" == "mvebuespressobin-88f3720" || "%target" == "mvebumcbin-88f8040" || "%target" == "turrisomnia" # Fixes ld: cannot find -ltinfo: No such file or directory BuildRequires: ncurses-devel @@ -417,8 +428,7 @@ %build %if %tools_only -# needed for include/config/auto.conf -make sandbox_defconfig +make tools-only_defconfig make syncconfig make %{?_smp_mflags} CFLAGS="%{optflags}" tools-only NO_SDL=y @@ -458,15 +468,11 @@ cp %{S:6} ./rockchip-tpl %endif -%if %{is_zynq} -confname="xilinx_zynq_virt_defconfig" -%else -%if %{is_zynqmp} -confname="xilinx_zynqmp_virt_defconfig" +%if "%{?confname}" != "" +confname="%{confname}" %else confname=$(ls configs | perl -ne '$l=lc; $l=~ s,_,,g; $l eq "%{target}defconfig\n" && print;') %endif -%endif %if "%target" == "avnetultra96rev1" export DEVICE_TREE=avnet-ultra96-rev1 @@ -510,7 +516,6 @@ %install %if %tools_only install -D -m 0755 tools/mkenvimage %{buildroot}%{_bindir}/mkenvimage -install -D -m 0755 tools/gen_ethaddr_crc %{buildroot}%{_bindir}/gen_ethaddr_crc install -D -m 0755 tools/dumpimage %{buildroot}%{_bindir}/dumpimage install -D -m 0755 tools/fit_info %{buildroot}%{_bindir}/fit_info install -D -m 0755 tools/fit_check_sign %{buildroot}%{_bindir}/fit_check_sign @@ -522,9 +527,12 @@ %else export NO_BRP_STRIP_DEBUG=true export NO_DEBUGINFO_STRIP_DEBUG=true -%define uboot_dir /boot -%if 0%{?is_rpi} +%if 0%{?shared_uboot} +%define uboot_dir %{_prefix}/lib/u-boot +%elif 0%{?is_rpi} %define uboot_dir /boot/vc +%else +%define uboot_dir /boot %endif %if "%{name}" == "u-boot-qemu-ppce500" %define uboot_dir %{_datadir}/qemu @@ -541,7 +549,21 @@ install -D -m 0644 $f %{buildroot}%{uboot_dir}/$f done %else -install -D -m 0644 u-boot%{binext} %{buildroot}%{uboot_dir}/u-boot%{binext} +install -D -m 0644 u-boot%{binext} %{buildroot}%{uboot_dir}/%{?shared_uboot:%{target}/}u-boot%{binext} +%if "%target" == "qemu-arm64" +atfdir=/usr/share/arm-trusted-firmware-qemu +opteedir=/usr/lib/optee/qemu-armv8a +fiptool create --tb-fw $atfdir/bl2.bin \ + --soc-fw $atfdir/bl31.bin \ +%if %{with atf_optee} + --tos-fw $opteedir/tee-header_v2.bin \ + --tos-fw-extra1 $opteedir/tee-pager_v2.bin \ +%endif + --nt-fw u-boot%{binext} fip.bin +cp $atfdir/bl1.bin qemu_fw.bios +dd if=fip.bin of=qemu_fw.bios bs=64k seek=4 status=none +install -D -m 0644 qemu_fw.bios %{buildroot}%{uboot_dir}/%{?shared_uboot:%{target}/}qemu_fw.bios +%endif %if 0%{?rockchip_spl} install -D -m 0644 u-boot.itb %{buildroot}%{uboot_dir}/u-boot.itb %endif @@ -638,7 +660,6 @@ %if %tools_only %{_bindir}/mkenvimage -%{_bindir}/gen_ethaddr_crc %{_bindir}/dumpimage %{_bindir}/fit_info %{_bindir}/fit_check_sign @@ -648,6 +669,9 @@ %{_mandir}/man1/mkimage.1.gz %else %doc README +%if 0%{?shared_uboot} +%dir %{uboot_dir} +%endif %{uboot_dir}/* %files doc ++++++ 0001-XXX-openSUSE-XXX-Prepend-partition-.patch ++++++ --- /var/tmp/diff_new_pack.jZqA05/_old 2026-08-06 16:19:01.769804502 +0200 +++ /var/tmp/diff_new_pack.jZqA05/_new 2026-08-06 16:19:01.777804781 +0200 @@ -1,4 +1,4 @@ -From cfb39ca73431f1810151eaf1a7dc4dd935818419 Mon Sep 17 00:00:00 2001 +From 665fb6fbdc54601539b2c291b570c396e0f77545 Mon Sep 17 00:00:00 2001 From: Guillaume GARDET <[email protected]> Date: Wed, 13 Apr 2016 13:44:29 +0200 Subject: [PATCH] XXX openSUSE XXX: Prepend partition 3 (and 4 for chromebook @@ -12,7 +12,7 @@ 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h -index 7b6ac6eed9d..a824c142abb 100644 +index 8d6f80a0ce5..7fc524dac56 100644 --- a/include/config_distro_bootcmd.h +++ b/include/config_distro_bootcmd.h @@ -166,7 +166,7 @@ @@ -24,12 +24,12 @@ "scan_dev_for_efi=" \ "setenv efi_fdtfile ${fdtfile}; " \ BOOTENV_EFI_SET_FDTFILE_FALLBACK \ -@@ -545,7 +545,7 @@ - "scan_dev_for_boot_part=" \ - SCAN_DEV_FOR_BOOT_PARTS \ - "env exists devplist || setenv devplist 1; " \ +@@ -549,7 +549,7 @@ + SCAN_DEV_FOR_BOOT_PARTS \ + "env exists devplist || setenv devplist 1; " \ + "fi; " \ - "for distro_bootpart in ${devplist}; do " \ -+ "for distro_bootpart in 3 4 2 ${devplist}; do " \ ++ "for distro_bootpart in 3 4 2 ${devplist}; do " \ "if fstype ${devtype} " \ "${devnum}:${distro_bootpart} " \ "bootfstype; then " \ ++++++ 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch ++++++ --- /var/tmp/diff_new_pack.jZqA05/_old 2026-08-06 16:19:01.797805479 +0200 +++ /var/tmp/diff_new_pack.jZqA05/_new 2026-08-06 16:19:01.801805618 +0200 @@ -1,4 +1,4 @@ -From ddffc8d420e431a71f6d0cdf2dcbf550996420be Mon Sep 17 00:00:00 2001 +From 2afc56e6c95b82868cb8dcd8feed99a5e086981d Mon Sep 17 00:00:00 2001 From: Alexander Graf <[email protected]> Date: Mon, 2 May 2016 23:25:07 +0200 Subject: [PATCH] Revert "Revert "omap3: Use raw SPL by default for mmc1"" @@ -9,7 +9,7 @@ 1 file changed, 2 deletions(-) diff --git a/arch/arm/mach-omap2/boot-common.c b/arch/arm/mach-omap2/boot-common.c -index 95b44c8b1e5..0073322d073 100644 +index 88fa59feaf1..f94a07f38ec 100644 --- a/arch/arm/mach-omap2/boot-common.c +++ b/arch/arm/mach-omap2/boot-common.c @@ -125,8 +125,6 @@ void save_omap_boot_params(void) ++++++ 0003-rpi-Use-firmware-provided-device-tr.patch ++++++ --- /var/tmp/diff_new_pack.jZqA05/_old 2026-08-06 16:19:01.821806316 +0200 +++ /var/tmp/diff_new_pack.jZqA05/_new 2026-08-06 16:19:01.829806596 +0200 @@ -1,4 +1,4 @@ -From 23eaee95d85b7c9f0e14333712f7c2b7ac6a4131 Mon Sep 17 00:00:00 2001 +From 479b293549d86119ba74aae186bd52ec5765ab5b Mon Sep 17 00:00:00 2001 From: Guillaume Gardet <[email protected]> Date: Fri, 18 Sep 2020 15:27:37 +0200 Subject: [PATCH] rpi: Use firmware provided device tree ++++++ 0004-Temp-workaround-for-Chromebook-snow.patch ++++++ --- /var/tmp/diff_new_pack.jZqA05/_old 2026-08-06 16:19:01.841807014 +0200 +++ /var/tmp/diff_new_pack.jZqA05/_new 2026-08-06 16:19:01.849807293 +0200 @@ -1,4 +1,4 @@ -From cb861eedabae83938e7eb16755be5ffbdec94de2 Mon Sep 17 00:00:00 2001 +From 592f6ad7270e0239383b9ff4bb9b20c275ae7e94 Mon Sep 17 00:00:00 2001 From: Guillaume GARDET <[email protected]> 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.jZqA05/_old 2026-08-06 16:19:01.873808130 +0200 +++ /var/tmp/diff_new_pack.jZqA05/_new 2026-08-06 16:19:01.889808689 +0200 @@ -1,4 +1,4 @@ -From 212d7b9851c2544d1b2a90382c2594017a49b941 Mon Sep 17 00:00:00 2001 +From 49aedc3919a9fd0b2a0e3889c7ec85b8da9fa0c0 Mon Sep 17 00:00:00 2001 From: Alexander Graf <[email protected]> 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.jZqA05/_old 2026-08-06 16:19:01.909809386 +0200 +++ /var/tmp/diff_new_pack.jZqA05/_new 2026-08-06 16:19:01.913809526 +0200 @@ -1,4 +1,4 @@ -From a34745b76133b5a555aa4b8b0f7751b478c6dbe2 Mon Sep 17 00:00:00 2001 +From 0ee66ae9245ff3056fe548121a50ab621b583725 Mon Sep 17 00:00:00 2001 From: Guillaume Gardet <[email protected]> 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 245e120c70b..2ddc0cb1578 100644 +index ae6f09a6ede..bd5a76f9b76 100644 --- a/boot/Kconfig +++ b/boot/Kconfig -@@ -1185,6 +1185,7 @@ config DISTRO_DEFAULTS +@@ -1180,6 +1180,7 @@ config DISTRO_DEFAULTS select HUSH_PARSER select SYS_LONGHELP select LEGACY_IMAGE_FORMAT ++++++ 0007-configs-Re-sync-with-CONFIG_DISTRO_.patch ++++++ --- /var/tmp/diff_new_pack.jZqA05/_old 2026-08-06 16:19:01.929810084 +0200 +++ /var/tmp/diff_new_pack.jZqA05/_new 2026-08-06 16:19:01.933810224 +0200 @@ -1,4 +1,4 @@ -From 29f2f4cca4ee245fe496b6f3e25de16b989e95b0 Mon Sep 17 00:00:00 2001 +From af6ea202c3315361902a4fb6b7365507871c1939 Mon Sep 17 00:00:00 2001 From: Matthias Brugger <[email protected]> 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 d3fe64c5a83..836f2157db8 100644 +index 5bf6146b1d0..36eee00a490 100644 --- a/configs/sandbox64_defconfig +++ b/configs/sandbox64_defconfig -@@ -93,7 +93,6 @@ CONFIG_CMD_REGULATOR=y +@@ -95,7 +95,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 2055321025e..f49f23dbcee 100644 +index ba800f7d19d..e05b39a8e6d 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig -@@ -139,7 +139,6 @@ CONFIG_CMD_AES=y +@@ -141,7 +141,6 @@ CONFIG_CMD_AES=y CONFIG_CMD_TPM=y CONFIG_CMD_TPM_TEST=y CONFIG_CMD_SCMI=y @@ -42,20 +42,20 @@ CONFIG_CMD_CRAMFS=y CONFIG_CMD_EROFS=y diff --git a/configs/socfpga_arria10_defconfig b/configs/socfpga_arria10_defconfig -index 76fdc0aa4a6..109c7c78db3 100644 +index f4d0e1892ed..8c0be3ecf1e 100644 --- a/configs/socfpga_arria10_defconfig +++ b/configs/socfpga_arria10_defconfig -@@ -68,3 +68,5 @@ CONFIG_DESIGNWARE_APB_TIMER=y - CONFIG_USB=y +@@ -69,3 +69,5 @@ CONFIG_USB=y CONFIG_USB_DWC2=y # CONFIG_SPL_WDT is not set + # CONFIG_TOOLS_MKEFICAPSULE is not set +# 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 7ecab30b624..24a5c493dff 100644 +index 9a00716e4a0..25c320ecc17 100644 --- a/configs/turris_mox_defconfig +++ b/configs/turris_mox_defconfig -@@ -48,7 +48,6 @@ CONFIG_CMD_CACHE=y +@@ -46,7 +46,6 @@ CONFIG_CMD_CACHE=y CONFIG_CMD_TIME=y CONFIG_CMD_AES=y CONFIG_CMD_HASH=y @@ -64,10 +64,10 @@ CONFIG_MAC_PARTITION=y CONFIG_OF_LIST="armada-3720-turris-mox armada-3720-ripe-atlas" diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig -index de39e19ec6d..21f4a43b716 100644 +index e246418f859..61d986ad4e0 100644 --- a/configs/turris_omnia_defconfig +++ b/configs/turris_omnia_defconfig -@@ -80,7 +80,6 @@ CONFIG_CMD_TIME=y +@@ -78,7 +78,6 @@ CONFIG_CMD_TIME=y CONFIG_CMD_RNG=y CONFIG_CMD_AES=y CONFIG_CMD_HASH=y ++++++ 0008-sunxi-dts-OrangePi-Zero-Add-SPI-ali.patch ++++++ --- /var/tmp/diff_new_pack.jZqA05/_old 2026-08-06 16:19:01.953810921 +0200 +++ /var/tmp/diff_new_pack.jZqA05/_new 2026-08-06 16:19:01.961811201 +0200 @@ -1,4 +1,4 @@ -From 1cad8871f99fc458c58c4c2b7cdcbe10a1e25396 Mon Sep 17 00:00:00 2001 +From a2272258e8b56735c2571e92ef7f7293549dc2ef Mon Sep 17 00:00:00 2001 From: Michal Suchanek <[email protected]> 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.jZqA05/_old 2026-08-06 16:19:01.977811759 +0200 +++ /var/tmp/diff_new_pack.jZqA05/_new 2026-08-06 16:19:01.981811898 +0200 @@ -1,4 +1,4 @@ -From d461b75e75ca52af0487e5ed27ae381e05256ebf Mon Sep 17 00:00:00 2001 +From 69e545c3b6ba05fea9d9100c877794b738d3d52d Mon Sep 17 00:00:00 2001 From: Michal Suchanek <[email protected]> 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.jZqA05/_old 2026-08-06 16:19:02.009812876 +0200 +++ /var/tmp/diff_new_pack.jZqA05/_new 2026-08-06 16:19:02.013813015 +0200 @@ -1,4 +1,4 @@ -From 297823a110c5b6c6547d158b6eb3aa0826fd0341 Mon Sep 17 00:00:00 2001 +From 68a9f917446e8c125e2b1f9870c1e2d771ecf350 Mon Sep 17 00:00:00 2001 From: Guillaume Gardet <[email protected]> Date: Wed, 18 Nov 2020 13:42:04 +0000 Subject: [PATCH] Disable CONFIG_CMD_BTRFS in xilinx_zynqmp_virt_defconfig to @@ -9,10 +9,10 @@ 1 file changed, 1 insertion(+) diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig -index 525744b0f61..956ea1c72e3 100644 +index a13ae0c857b..f9ecd7577d9 100644 --- a/configs/xilinx_zynqmp_virt_defconfig +++ b/configs/xilinx_zynqmp_virt_defconfig -@@ -96,6 +96,7 @@ CONFIG_CMD_REGULATOR=y +@@ -99,6 +99,7 @@ CONFIG_CMD_REGULATOR=y CONFIG_CMD_SMC=y CONFIG_CMD_TPM=y CONFIG_CMD_EXT4_WRITE=y ++++++ 0011-smbios-Fix-table-when-no-string-is-.patch ++++++ --- /var/tmp/diff_new_pack.jZqA05/_old 2026-08-06 16:19:02.033813713 +0200 +++ /var/tmp/diff_new_pack.jZqA05/_new 2026-08-06 16:19:02.037813852 +0200 @@ -1,4 +1,4 @@ -From 67317a8a9dee793276be5e0add325102caeb998c Mon Sep 17 00:00:00 2001 +From 8fe8f8da9a4f543be1e4487c54e3835838a0915f Mon Sep 17 00:00:00 2001 From: Matthias Brugger <[email protected]> Date: Wed, 17 Mar 2021 12:20:32 +0100 Subject: [PATCH] smbios: Fix table when no string is present @@ -19,10 +19,10 @@ 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/smbios.c b/lib/smbios.c -index b8c2846277a..0ebecc6d049 100644 +index afde6401ae5..45cc949c691 100644 --- a/lib/smbios.c +++ b/lib/smbios.c -@@ -314,7 +314,7 @@ static int smbios_add_prop(struct smbios_ctx *ctx, const char *prop, +@@ -411,7 +411,7 @@ static int smbios_add_prop(struct smbios_ctx *ctx, const char *prop, static void smbios_set_eos(struct smbios_ctx *ctx, char *eos) { ctx->eos = eos; ++++++ 0012-riscv-enable-CMD_BTRFS.patch ++++++ --- /var/tmp/diff_new_pack.jZqA05/_old 2026-08-06 16:19:02.053814410 +0200 +++ /var/tmp/diff_new_pack.jZqA05/_new 2026-08-06 16:19:02.061814689 +0200 @@ -1,4 +1,4 @@ -From ac90cb8369da449dedbe94148e0f234398feccce Mon Sep 17 00:00:00 2001 +From 0966c502aacbf2e46808cd96914ede5d45c7f9c9 Mon Sep 17 00:00:00 2001 From: Guillaume Gardet <[email protected]> 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 2ddc0cb1578..93d333f6be0 100644 +index bd5a76f9b76..3599705a475 100644 --- a/boot/Kconfig +++ b/boot/Kconfig -@@ -1185,7 +1185,7 @@ config DISTRO_DEFAULTS +@@ -1180,7 +1180,7 @@ config DISTRO_DEFAULTS select HUSH_PARSER select SYS_LONGHELP select LEGACY_IMAGE_FORMAT ++++++ 0013-Disable-timer-check-in-file-loading.patch ++++++ --- /var/tmp/diff_new_pack.jZqA05/_old 2026-08-06 16:19:02.085815527 +0200 +++ /var/tmp/diff_new_pack.jZqA05/_new 2026-08-06 16:19:02.093815806 +0200 @@ -1,4 +1,4 @@ -From 3447c9c6e1386e78e98e45c0963fa1a6ca9db0c2 Mon Sep 17 00:00:00 2001 +From 2bd133ad71193a1dbb849606f4152e5148bc8887 Mon Sep 17 00:00:00 2001 From: Michael Chang <[email protected]> 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 130c4db9606..cfc2055b169 100644 +index 4a3ace3a304..a9141f6b708 100644 --- a/lib/efi_loader/efi_disk.c +++ b/lib/efi_loader/efi_disk.c @@ -19,6 +19,7 @@ ++++++ 0015-cmd-boot-add-brom-cmd-to-reboot-to-.patch -> 0014-cmd-boot-add-brom-cmd-to-reboot-to-.patch ++++++ --- /work/SRC/openSUSE:Factory/u-boot/0015-cmd-boot-add-brom-cmd-to-reboot-to-.patch 2026-02-27 17:07:23.033832887 +0100 +++ /work/SRC/openSUSE:Factory/.u-boot.new.16738/0014-cmd-boot-add-brom-cmd-to-reboot-to-.patch 2026-08-06 16:18:59.009708209 +0200 @@ -1,4 +1,4 @@ -From cb144936b93725548e5bcfcc8f2d02c7a6f2080e Mon Sep 17 00:00:00 2001 +From cbc94224543869bc11f63dda94f30ea77de012a9 Mon Sep 17 00:00:00 2001 From: Andy Yan <[email protected]> Date: Tue, 6 Feb 2018 09:51:12 +0800 Subject: [PATCH] cmd: boot: add brom cmd to reboot to brom dnl mode ++++++ 0016-Kconfig-add-btrfs-to-standard-boot.patch -> 0015-Kconfig-add-btrfs-to-standard-boot.patch ++++++ --- /work/SRC/openSUSE:Factory/u-boot/0016-Kconfig-add-btrfs-to-standard-boot.patch 2026-02-27 17:07:23.301843995 +0100 +++ /work/SRC/openSUSE:Factory/.u-boot.new.16738/0015-Kconfig-add-btrfs-to-standard-boot.patch 2026-08-06 16:18:59.145712954 +0200 @@ -1,4 +1,4 @@ -From 7a71046921c19f79009b4f7b854bbe2fdec3c194 Mon Sep 17 00:00:00 2001 +From 770fb39808f5dc98807b603e30a281ca468fd785 Mon Sep 17 00:00:00 2001 From: Andreas Schwab <[email protected]> Date: Wed, 26 Mar 2025 13:01:18 +0100 Subject: [PATCH] Kconfig: add btrfs to standard boot @@ -9,13 +9,13 @@ 1 file changed, 1 insertion(+) diff --git a/boot/Kconfig b/boot/Kconfig -index 93d333f6be0..2c597bfc8a7 100644 +index 3599705a475..349ef010dd0 100644 --- a/boot/Kconfig +++ b/boot/Kconfig -@@ -446,6 +446,7 @@ config BOOT_DEFAULTS_CMDS - select CMD_BOOTI if ARM64 - select CMD_BOOTZ if ARM && !ARM64 - imply CMD_MII if NET +@@ -437,6 +437,7 @@ config BOOT_DEFAULTS_CMDS + select CMD_BOOTI if ARM64 && LMB + select CMD_BOOTZ if ARM && !ARM64 && LMB + imply CMD_MII if CMD_NET && NET + imply CMD_BTRFS config BOOT_DEFAULTS ++++++ _multibuild ++++++ --- /var/tmp/diff_new_pack.jZqA05/_old 2026-08-06 16:19:02.173818597 +0200 +++ /var/tmp/diff_new_pack.jZqA05/_new 2026-08-06 16:19:02.177818737 +0200 @@ -72,6 +72,7 @@ <flavor>pineh64</flavor> <flavor>pinephone</flavor> <flavor>poplar</flavor> + <flavor>qemu-arm64</flavor> <flavor>qemu-ppce500</flavor> <flavor>qemu-riscv64</flavor> <flavor>qemu-riscv64smode</flavor> ++++++ u-boot-2026.01.tar.bz2 -> u-boot-2026.07.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/u-boot/u-boot-2026.01.tar.bz2 /work/SRC/openSUSE:Factory/.u-boot.new.16738/u-boot-2026.07.tar.bz2 differ: char 11, line 1 ++++++ update_git.sh ++++++ --- /var/tmp/diff_new_pack.jZqA05/_old 2026-08-06 16:19:02.317823621 +0200 +++ /var/tmp/diff_new_pack.jZqA05/_new 2026-08-06 16:19:02.321823761 +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-2026.01 -GIT_UPSTREAM_TAG=v2026.01 +GIT_BRANCH=tumbleweed-2026.07 +GIT_UPSTREAM_TAG=v2026.07 GIT_DIR=`mktemp -d -p /dev/shm` CMP_DIR=`mktemp -d -p /dev/shm`
