From d3ca44d78224800d53923592355af919b9983b67af0c7154d7ac3390a9b31ec1 Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Tue, 4 Oct 2022 12:51:38 +0000 Subject: [PATCH] Accepting request 1007898 from hardware:boot:staging OBS-URL: https://build.opensuse.org/request/show/1007898 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=172 --- ...-XXX-openSUSE-XXX-Prepend-partition-.patch | 8 +++--- ...-Revert-Revert-omap3-Use-raw-SPL-by-.patch | 2 +- ...-rpi-Use-firmware-provided-device-tr.patch | 22 ++++++++-------- ...-Temp-workaround-for-Chromebook-snow.patch | 2 +- ...-tools-zynqmpbif-Add-support-for-loa.patch | 2 +- 0006-Kconfig-add-btrfs-to-distro-boot.patch | 6 ++--- ...-configs-Re-sync-with-CONFIG_DISTRO_.patch | 24 +++++++++--------- ...-sunxi-dts-OrangePi-Zero-Add-SPI-ali.patch | 2 +- ...-sunxi-dts-OrangePi-Zero-Enable-SPI-.patch | 2 +- ...-Disable-CONFIG_CMD_BTRFS-in-xilinx_.patch | 8 +++--- ...-smbios-Fix-table-when-no-string-is-.patch | 2 +- 0012-riscv-enable-CMD_BTRFS.patch | 6 ++--- ...-Disable-timer-check-in-file-loading.patch | 6 ++--- ...-Enable-EFI-and-ISO-partitions-suppo.patch | 6 ++--- ...-cmd-boot-add-brom-cmd-to-reboot-to-.patch | 2 +- ...-cmd-boot-add-brom-cmd-to-reboot-to-.patch | 6 ++--- _multibuild | 1 + u-boot-2022.07.tar.bz2 | 3 --- u-boot-2022.07.tar.bz2.sig | Bin 458 -> 0 bytes u-boot-2022.10.tar.bz2 | 3 +++ u-boot-2022.10.tar.bz2.sig | Bin 0 -> 458 bytes u-boot.changes | 15 +++++++++++ u-boot.spec | 6 ++--- update_git.sh | 4 +-- 24 files changed, 77 insertions(+), 61 deletions(-) delete mode 100644 u-boot-2022.07.tar.bz2 delete mode 100644 u-boot-2022.07.tar.bz2.sig create mode 100644 u-boot-2022.10.tar.bz2 create mode 100644 u-boot-2022.10.tar.bz2.sig diff --git a/0001-XXX-openSUSE-XXX-Prepend-partition-.patch b/0001-XXX-openSUSE-XXX-Prepend-partition-.patch index 3ec428d..05c466e 100644 --- a/0001-XXX-openSUSE-XXX-Prepend-partition-.patch +++ b/0001-XXX-openSUSE-XXX-Prepend-partition-.patch @@ -1,4 +1,4 @@ -From d6c344072631e4df461a1f78b20eee5a236b6014 Mon Sep 17 00:00:00 2001 +From e0f05ece4ec906a569ac2619fbbfa47bcd491f9c Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Wed, 13 Apr 2016 13:44:29 +0200 Subject: [PATCH] XXX openSUSE XXX: Prepend partition 3 (and 4 for chromebook @@ -12,10 +12,10 @@ Subject: [PATCH] XXX openSUSE XXX: Prepend partition 3 (and 4 for chromebook 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h -index c55023889c..7fc9a329ec 100644 +index 5506f3168f..d389f4f8b1 100644 --- a/include/config_distro_bootcmd.h +++ b/include/config_distro_bootcmd.h -@@ -151,7 +151,7 @@ +@@ -158,7 +158,7 @@ "load ${devtype} ${devnum}:${distro_bootpart} " \ "${fdt_addr_r} ${prefix}${efi_fdtfile}\0" \ \ @@ -24,7 +24,7 @@ index c55023889c..7fc9a329ec 100644 "scan_dev_for_efi=" \ "setenv efi_fdtfile ${fdtfile}; " \ BOOTENV_EFI_SET_FDTFILE_FALLBACK \ -@@ -479,7 +479,7 @@ +@@ -486,7 +486,7 @@ "scan_dev_for_boot_part=" \ "part list ${devtype} ${devnum} -bootable devplist; " \ "env exists devplist || setenv devplist 1; " \ diff --git a/0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch b/0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch index 0343e94..7fc49a7 100644 --- a/0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch +++ b/0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch @@ -1,4 +1,4 @@ -From bb805c77c54fab7b0bbaaf8e3cc7a0833eedd84f Mon Sep 17 00:00:00 2001 +From 834367be91579058256a133290f5cbdbac5cc29e Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Mon, 2 May 2016 23:25:07 +0200 Subject: [PATCH] Revert "Revert "omap3: Use raw SPL by default for mmc1"" diff --git a/0003-rpi-Use-firmware-provided-device-tr.patch b/0003-rpi-Use-firmware-provided-device-tr.patch index f80803a..b6413e6 100644 --- a/0003-rpi-Use-firmware-provided-device-tr.patch +++ b/0003-rpi-Use-firmware-provided-device-tr.patch @@ -1,4 +1,4 @@ -From 07985ff4863c9b54f103e613ad2bb7e08e4d64d1 Mon Sep 17 00:00:00 2001 +From d670b9802e93f9d1eb694c4eeed71c58b2510115 Mon Sep 17 00:00:00 2001 From: Guillaume Gardet Date: Fri, 18 Sep 2020 15:27:37 +0200 Subject: [PATCH] rpi: Use firmware provided device tree @@ -28,10 +28,10 @@ Signed-off-by: Guillaume Gardet 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configs/rpi_0_w_defconfig b/configs/rpi_0_w_defconfig -index 2e4a0df39b..09e17da008 100644 +index 0bac245df3..0c095b7e81 100644 --- a/configs/rpi_0_w_defconfig +++ b/configs/rpi_0_w_defconfig -@@ -20,7 +20,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 @@ -41,10 +41,10 @@ index 2e4a0df39b..09e17da008 100644 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 7b78e84ba3..718b35cd1b 100644 +index 700a15267c..1ceb8b0d29 100644 --- a/configs/rpi_2_defconfig +++ b/configs/rpi_2_defconfig -@@ -21,7 +21,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 @@ -54,10 +54,10 @@ index 7b78e84ba3..718b35cd1b 100644 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 c1d5538810..05547f5ac6 100644 +index 06aefc4d43..72e32316f7 100644 --- a/configs/rpi_3_32b_defconfig +++ b/configs/rpi_3_32b_defconfig -@@ -20,7 +20,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 @@ -67,10 +67,10 @@ index c1d5538810..05547f5ac6 100644 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 9e4e168ef0..aba5756845 100644 +index c9ecc6e4d1..3e3cd814fa 100644 --- a/configs/rpi_3_defconfig +++ b/configs/rpi_3_defconfig -@@ -19,7 +19,7 @@ CONFIG_CMD_GPIO=y +@@ -22,7 +22,7 @@ CONFIG_CMD_GPIO=y CONFIG_CMD_MMC=y CONFIG_CMD_USB=y CONFIG_CMD_FS_UUID=y @@ -80,10 +80,10 @@ index 9e4e168ef0..aba5756845 100644 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 0fe4ec4cf4..25c2a0272e 100644 +index 7a0540ac9d..9cf47bc074 100644 --- a/configs/rpi_defconfig +++ b/configs/rpi_defconfig -@@ -20,7 +20,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 diff --git a/0004-Temp-workaround-for-Chromebook-snow.patch b/0004-Temp-workaround-for-Chromebook-snow.patch index fb8540b..4dda498 100644 --- a/0004-Temp-workaround-for-Chromebook-snow.patch +++ b/0004-Temp-workaround-for-Chromebook-snow.patch @@ -1,4 +1,4 @@ -From befa3ab13767db1b475506340703cedc1fd97778 Mon Sep 17 00:00:00 2001 +From c662877afbcb23764ce5d03d250f16808d6e3874 Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Mon, 9 Apr 2018 10:28:26 +0200 Subject: [PATCH] Temp workaround for Chromebook snow to avoid the 'unable to diff --git a/0005-tools-zynqmpbif-Add-support-for-loa.patch b/0005-tools-zynqmpbif-Add-support-for-loa.patch index 68d4e88..b52760c 100644 --- a/0005-tools-zynqmpbif-Add-support-for-loa.patch +++ b/0005-tools-zynqmpbif-Add-support-for-loa.patch @@ -1,4 +1,4 @@ -From 2f9ef7d93edf32341ea696188789f34cf75fedc6 Mon Sep 17 00:00:00 2001 +From 05ba826f3a7f2d7eff0c6dc1af42f0a89529bac4 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Thu, 26 Apr 2018 13:30:32 +0200 Subject: [PATCH] tools: zynqmpbif: Add support for load=after diff --git a/0006-Kconfig-add-btrfs-to-distro-boot.patch b/0006-Kconfig-add-btrfs-to-distro-boot.patch index 9842ba8..5bad9b7 100644 --- a/0006-Kconfig-add-btrfs-to-distro-boot.patch +++ b/0006-Kconfig-add-btrfs-to-distro-boot.patch @@ -1,4 +1,4 @@ -From 57c1721847d24f52f3de3c1d4c8501835a416d1e Mon Sep 17 00:00:00 2001 +From 387eb51ad949d061794574b2e8770a80b2ba2eb7 Mon Sep 17 00:00:00 2001 From: Matthias Brugger Date: Fri, 17 Jan 2020 20:59:02 +0100 Subject: [PATCH] Kconfig: add btrfs to distro boot @@ -13,10 +13,10 @@ Signed-off-by: Matthias Brugger 1 file changed, 1 insertion(+) diff --git a/Kconfig b/Kconfig -index f7e3c332f0..1d3a65b590 100644 +index c8c22555a9..6a9e60ef66 100644 --- a/Kconfig +++ b/Kconfig -@@ -195,6 +195,7 @@ config DISTRO_DEFAULTS +@@ -211,6 +211,7 @@ config DISTRO_DEFAULTS select HUSH_PARSER select SUPPORT_RAW_INITRD select SYS_LONGHELP diff --git a/0007-configs-Re-sync-with-CONFIG_DISTRO_.patch b/0007-configs-Re-sync-with-CONFIG_DISTRO_.patch index 0e2c4bd..6948735 100644 --- a/0007-configs-Re-sync-with-CONFIG_DISTRO_.patch +++ b/0007-configs-Re-sync-with-CONFIG_DISTRO_.patch @@ -1,4 +1,4 @@ -From 05708a723c33b9b7fee5747222bc95eb73d8f928 Mon Sep 17 00:00:00 2001 +From 2647c22d6b8cddbbe1acffc26b07c1b6ed7f727c Mon Sep 17 00:00:00 2001 From: Matthias Brugger Date: Wed, 29 Jan 2020 09:56:06 +0100 Subject: [PATCH] configs: Re-sync with CONFIG_DISTRO_DEFAULTS @@ -18,10 +18,10 @@ Signed-off-by: Matthias Brugger 5 files changed, 2 insertions(+), 4 deletions(-) diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig -index d7f22b39ae..2aff3f5850 100644 +index 290d1506c2..e4936169c4 100644 --- a/configs/sandbox64_defconfig +++ b/configs/sandbox64_defconfig -@@ -77,7 +77,6 @@ CONFIG_CMD_REGULATOR=y +@@ -78,7 +78,6 @@ CONFIG_CMD_REGULATOR=y CONFIG_CMD_AES=y CONFIG_CMD_TPM=y CONFIG_CMD_TPM_TEST=y @@ -30,10 +30,10 @@ index d7f22b39ae..2aff3f5850 100644 CONFIG_CMD_CRAMFS=y CONFIG_CMD_EXT4_WRITE=y diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig -index c509a924e6..e941b68c71 100644 +index ab5d3f19bf..a5baf0259b 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig -@@ -104,7 +104,6 @@ CONFIG_CMD_REGULATOR=y +@@ -107,7 +107,6 @@ CONFIG_CMD_REGULATOR=y CONFIG_CMD_AES=y CONFIG_CMD_TPM=y CONFIG_CMD_TPM_TEST=y @@ -42,20 +42,20 @@ index c509a924e6..e941b68c71 100644 CONFIG_CMD_CRAMFS=y CONFIG_CMD_EROFS=y diff --git a/configs/socfpga_arria10_defconfig b/configs/socfpga_arria10_defconfig -index 1be9a2df08..d7fa785534 100644 +index 3eac3dfa5d..b06bec23e7 100644 --- a/configs/socfpga_arria10_defconfig +++ b/configs/socfpga_arria10_defconfig -@@ -57,3 +57,5 @@ CONFIG_DESIGNWARE_APB_TIMER=y +@@ -67,3 +67,5 @@ CONFIG_DESIGNWARE_APB_TIMER=y CONFIG_USB=y CONFIG_USB_DWC2=y # CONFIG_SPL_WDT 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 c1bd1de4a9..fdad1dccdf 100644 +index 21bd1bc4b3..e40a487d18 100644 --- a/configs/turris_mox_defconfig +++ b/configs/turris_mox_defconfig -@@ -48,7 +48,6 @@ CONFIG_CMD_TIME=y +@@ -50,7 +50,6 @@ CONFIG_CMD_TIME=y CONFIG_CMD_MVEBU_BUBT=y CONFIG_CMD_AES=y CONFIG_CMD_HASH=y @@ -64,14 +64,14 @@ index c1bd1de4a9..fdad1dccdf 100644 CONFIG_MAC_PARTITION=y CONFIG_ENV_OVERWRITE=y diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig -index da94ca74ac..b8dd666394 100644 +index ba635feb44..7ca6bcdadb 100644 --- a/configs/turris_omnia_defconfig +++ b/configs/turris_omnia_defconfig -@@ -59,7 +59,6 @@ CONFIG_CMD_CACHE=y +@@ -68,7 +68,6 @@ CONFIG_CMD_CACHE=y CONFIG_CMD_TIME=y CONFIG_CMD_AES=y CONFIG_CMD_HASH=y -CONFIG_CMD_BTRFS=y CONFIG_CMD_FS_UUID=y - # CONFIG_SPL_PARTITION_UUIDS is not set CONFIG_ENV_OVERWRITE=y + CONFIG_SYS_RELOC_GD_ENV_ADDR=y diff --git a/0008-sunxi-dts-OrangePi-Zero-Add-SPI-ali.patch b/0008-sunxi-dts-OrangePi-Zero-Add-SPI-ali.patch index 636fbe3..520a1d9 100644 --- a/0008-sunxi-dts-OrangePi-Zero-Add-SPI-ali.patch +++ b/0008-sunxi-dts-OrangePi-Zero-Add-SPI-ali.patch @@ -1,4 +1,4 @@ -From dcb20946ce9e5b81964b2ee0c5e658fbf33dee89 Mon Sep 17 00:00:00 2001 +From 380c95d6c4ad05a18e587786a5da43237c62e7c7 Mon Sep 17 00:00:00 2001 From: Michal Suchanek Date: Tue, 29 Sep 2020 10:13:33 +0200 Subject: [PATCH] sunxi: dts: OrangePi Zero: Add SPI aliases to make bus usable diff --git a/0009-sunxi-dts-OrangePi-Zero-Enable-SPI-.patch b/0009-sunxi-dts-OrangePi-Zero-Enable-SPI-.patch index 93ec976..acbb607 100644 --- a/0009-sunxi-dts-OrangePi-Zero-Enable-SPI-.patch +++ b/0009-sunxi-dts-OrangePi-Zero-Enable-SPI-.patch @@ -1,4 +1,4 @@ -From f87a518d4e3bce38afb1cc959732f32ff5369826 Mon Sep 17 00:00:00 2001 +From 2712f6becd6a59c5921ffb98b553c8fb93da72eb Mon Sep 17 00:00:00 2001 From: Michal Suchanek Date: Mon, 28 Sep 2020 23:02:01 +0200 Subject: [PATCH] sunxi: dts: OrangePi Zero: Enable SPI flash. diff --git a/0010-Disable-CONFIG_CMD_BTRFS-in-xilinx_.patch b/0010-Disable-CONFIG_CMD_BTRFS-in-xilinx_.patch index 54fb8bd..11419ef 100644 --- a/0010-Disable-CONFIG_CMD_BTRFS-in-xilinx_.patch +++ b/0010-Disable-CONFIG_CMD_BTRFS-in-xilinx_.patch @@ -1,4 +1,4 @@ -From f73cf6bc8dd646c5889fbf1ca88023aa71c1042e Mon Sep 17 00:00:00 2001 +From d40e9e4ccf4f93c287a318f3e817e3ec91dd1bd5 Mon Sep 17 00:00:00 2001 From: Guillaume Gardet Date: Wed, 18 Nov 2020 13:42:04 +0000 Subject: [PATCH] Disable CONFIG_CMD_BTRFS in xilinx_zynqmp_virt_defconfig to @@ -9,14 +9,14 @@ Subject: [PATCH] Disable CONFIG_CMD_BTRFS in xilinx_zynqmp_virt_defconfig to 1 file changed, 1 insertion(+) diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig -index 35894076c5..273c4209f8 100644 +index e5ac26e038..0aec7d0d97 100644 --- a/configs/xilinx_zynqmp_virt_defconfig +++ b/configs/xilinx_zynqmp_virt_defconfig -@@ -79,6 +79,7 @@ CONFIG_CMD_TIMER=y +@@ -93,6 +93,7 @@ CONFIG_CMD_TIMER=y CONFIG_CMD_REGULATOR=y CONFIG_CMD_TPM=y CONFIG_CMD_EXT4_WRITE=y +# CONFIG_CMD_BTRFS is not set + CONFIG_CMD_SQUASHFS=y CONFIG_CMD_MTDPARTS=y CONFIG_CMD_MTDPARTS_SPREAD=y - CONFIG_CMD_MTDPARTS_SHOW_NET_SIZES=y diff --git a/0011-smbios-Fix-table-when-no-string-is-.patch b/0011-smbios-Fix-table-when-no-string-is-.patch index e40ebe5..6997589 100644 --- a/0011-smbios-Fix-table-when-no-string-is-.patch +++ b/0011-smbios-Fix-table-when-no-string-is-.patch @@ -1,4 +1,4 @@ -From 1856c83f0b2511c611773b89714d4f44584d2149 Mon Sep 17 00:00:00 2001 +From 4e662011db3f5724f45865d659bd84ac23bc9dfa Mon Sep 17 00:00:00 2001 From: Matthias Brugger Date: Wed, 17 Mar 2021 12:20:32 +0100 Subject: [PATCH] smbios: Fix table when no string is present diff --git a/0012-riscv-enable-CMD_BTRFS.patch b/0012-riscv-enable-CMD_BTRFS.patch index 07c4604..76d2bf5 100644 --- a/0012-riscv-enable-CMD_BTRFS.patch +++ b/0012-riscv-enable-CMD_BTRFS.patch @@ -1,4 +1,4 @@ -From bf4863dfcb136f5877dff28da08a78dfd00c8ecb Mon Sep 17 00:00:00 2001 +From d7994712e2debd412cf1f1e9ac25be27ff8dfd1e Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 24 Sep 2021 18:25:51 +0200 Subject: [PATCH] riscv: enable CMD_BTRFS @@ -9,10 +9,10 @@ Signed-off-by: Matthias Brugger 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kconfig b/Kconfig -index 1d3a65b590..01fb64b0f6 100644 +index 6a9e60ef66..4c24a9ad28 100644 --- a/Kconfig +++ b/Kconfig -@@ -195,7 +195,7 @@ config DISTRO_DEFAULTS +@@ -211,7 +211,7 @@ config DISTRO_DEFAULTS select HUSH_PARSER select SUPPORT_RAW_INITRD select SYS_LONGHELP diff --git a/0013-Disable-timer-check-in-file-loading.patch b/0013-Disable-timer-check-in-file-loading.patch index a192830..2dc6ef3 100644 --- a/0013-Disable-timer-check-in-file-loading.patch +++ b/0013-Disable-timer-check-in-file-loading.patch @@ -1,4 +1,4 @@ -From 03841580c2e38349ddbf767ed49f127a357234fe Mon Sep 17 00:00:00 2001 +From 630165c8ba3fd271beeed7280f19821727630261 Mon Sep 17 00:00:00 2001 From: Michael Chang Date: Tue, 25 May 2021 06:45:01 +0000 Subject: [PATCH] Disable timer check in file loading @@ -25,7 +25,7 @@ Signed-off-by: Matthias Brugger 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/efi_loader/efi_disk.c b/lib/efi_loader/efi_disk.c -index 1d700b2a6b..bd8720e4a1 100644 +index 5feeb52ccb..217b1da415 100644 --- a/lib/efi_loader/efi_disk.c +++ b/lib/efi_loader/efi_disk.c @@ -18,6 +18,7 @@ @@ -36,7 +36,7 @@ index 1d700b2a6b..bd8720e4a1 100644 struct efi_system_partition efi_system_partition; -@@ -140,8 +141,7 @@ static efi_status_t efi_disk_rw_blocks(struct efi_block_io *this, +@@ -137,8 +138,7 @@ static efi_status_t efi_disk_rw_blocks(struct efi_block_io *this, n = blk_dwrite(desc, lba, blocks, buffer); } diff --git a/0014-Enable-EFI-and-ISO-partitions-suppo.patch b/0014-Enable-EFI-and-ISO-partitions-suppo.patch index 8748b76..0cd77a4 100644 --- a/0014-Enable-EFI-and-ISO-partitions-suppo.patch +++ b/0014-Enable-EFI-and-ISO-partitions-suppo.patch @@ -1,4 +1,4 @@ -From bc7797cca94b29cce29d16af3808bee0b791f4ef Mon Sep 17 00:00:00 2001 +From 7289992f2d3a5c3e858ee8494dc64871c80f6692 Mon Sep 17 00:00:00 2001 From: Guillaume Gardet Date: Thu, 21 Oct 2021 09:55:50 +0200 Subject: [PATCH] Enable EFI and ISO partitions support on socfpga_de0_nano_soc @@ -10,10 +10,10 @@ Subject: [PATCH] Enable EFI and ISO partitions support on socfpga_de0_nano_soc 1 file changed, 2 deletions(-) diff --git a/configs/socfpga_de0_nano_soc_defconfig b/configs/socfpga_de0_nano_soc_defconfig -index 2e5bd80d2e..8158afe00c 100644 +index 1ef0dd9398..a8cd5544a7 100644 --- a/configs/socfpga_de0_nano_soc_defconfig +++ b/configs/socfpga_de0_nano_soc_defconfig -@@ -36,8 +36,6 @@ CONFIG_CMD_EXT4_WRITE=y +@@ -43,8 +43,6 @@ CONFIG_CMD_EXT4_WRITE=y CONFIG_MTDIDS_DEFAULT="nor0=ff705000.spi.0" CONFIG_MTDPARTS_DEFAULT="mtdparts=ff705000.spi.0:1m(u-boot),256k(env1),256k(env2),14848k(boot),16m(rootfs),-@1536k(UBI)" CONFIG_CMD_UBI=y diff --git a/0015-cmd-boot-add-brom-cmd-to-reboot-to-.patch b/0015-cmd-boot-add-brom-cmd-to-reboot-to-.patch index 7d6c4a4..7bde70d 100644 --- a/0015-cmd-boot-add-brom-cmd-to-reboot-to-.patch +++ b/0015-cmd-boot-add-brom-cmd-to-reboot-to-.patch @@ -1,4 +1,4 @@ -From 18cd25da3d04002254429d66216e3f078652823f Mon Sep 17 00:00:00 2001 +From f8998b3d8dd1fb8ea6af564f97a34554f3ad8dd3 Mon Sep 17 00:00:00 2001 From: Andy Yan Date: Tue, 6 Feb 2018 09:51:12 +0800 Subject: [PATCH] cmd: boot: add brom cmd to reboot to brom dnl mode diff --git a/0016-cmd-boot-add-brom-cmd-to-reboot-to-.patch b/0016-cmd-boot-add-brom-cmd-to-reboot-to-.patch index 8020122..655765a 100644 --- a/0016-cmd-boot-add-brom-cmd-to-reboot-to-.patch +++ b/0016-cmd-boot-add-brom-cmd-to-reboot-to-.patch @@ -1,4 +1,4 @@ -From 2956d6fc64be6da6236f93849b55f530dcb8fe37 Mon Sep 17 00:00:00 2001 +From 1184511200f355cdd39c4a603e83c9e74f776804 Mon Sep 17 00:00:00 2001 From: Michal Suchanek 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 @@ index b08f202374..36e7697b1c 100644 + #endif /* _SUNXI_CPU_H */ diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig -index e712a89534..c623b4403e 100644 +index 5712576184..468fbdc0f2 100644 --- a/arch/arm/mach-sunxi/Kconfig +++ b/arch/arm/mach-sunxi/Kconfig -@@ -1048,6 +1048,22 @@ source "board/sunxi/Kconfig" +@@ -1036,6 +1036,22 @@ source "board/sunxi/Kconfig" endif diff --git a/_multibuild b/_multibuild index 1a438c4..a4cc70b 100644 --- a/_multibuild +++ b/_multibuild @@ -64,6 +64,7 @@ p2771-0000-500 p3450-0000 paz00 + pcm051rev3 pine64plus pinebook pinebook-pro-rk3399 diff --git a/u-boot-2022.07.tar.bz2 b/u-boot-2022.07.tar.bz2 deleted file mode 100644 index 794172b..0000000 --- a/u-boot-2022.07.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92b08eb49c24da14c1adbf70a71ae8f37cc53eeb4230e859ad8b6733d13dcf5e -size 18087759 diff --git a/u-boot-2022.07.tar.bz2.sig b/u-boot-2022.07.tar.bz2.sig deleted file mode 100644 index 9c0bdd259cb22fe45582f5de80b0178ccc9427510d1877d3f09a7fdd049d1658..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 458 zcmV;*0X6=K0mlRY0SW*y79j*0Jb!TDkE<64fSbP*d^!J?G`B1T0%FW54ig-7a%pa9 zKx=Pqb9HQMZ!TkRZ2$@h5EOhl|CThjECQYj{0;JdHt}@TO!WsQDWVi=D-@B**xscy z_FKcPyMQ8wakV$_R62jw+dPBK>>Ml$=6sR9#+nI<2KUimrlhLQuKx5=a(01?B;s8K z5Q-ZL9KK&u<9bb^ZS%0nuy7FZyps*peBQ;M^*+MY=J}<}lw1)dYVp!+g9(3|KI9iC zU92bNNmsar67dWC&uJYD2^n}+z7~)(5h!!})1;X%qt|hYyRrKYnAEmaeBJry)wr`r zuf$N>b7!5(zJ}^rcwjMX&`K<=CrNU$qyL#G z0G#=F?+1n-Vvba^BHe*IQkagzLV;a!a|zw!jlu1F(m-kfmkmNk*yCHA7xu>wM;y_R zSQyVGZJmJ#^q(U;lE5R>p}N%4hN!OVzjZ`E+SA$8qJ(rcKEQBdNc9-4iC{ A+yDRo diff --git a/u-boot-2022.10.tar.bz2 b/u-boot-2022.10.tar.bz2 new file mode 100644 index 0000000..6b5bff1 --- /dev/null +++ b/u-boot-2022.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b4482a505bc281ba8470c399a3c26e145e29b23500bc35c50debd7fa46bdf8 +size 18365430 diff --git a/u-boot-2022.10.tar.bz2.sig b/u-boot-2022.10.tar.bz2.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..52c72bbb5e65607ce005019673de27bca0322b9569b950bd739d9e0c2f52aa90 GIT binary patch literal 458 zcmV;*0X6=K0mlRY0SW*y79j*0Jb!TDkE<64fSbP*d^!J?G`B1T0%JQjWD^{8a%pa9 zKx=Pqb9HQMZ!TkRZ2$@h5EOhl|CThjEPuKT0G(m6-M6*Q*5*D$RcBEpIWew&8zL^Z zff{&6MmUFo7XHs~Y&1G6;H+yz0gV+8gx0AoBy%mCa?OCBbagVOjhzNB3z=A3%+quob@W)PsJ>9EpNXCRjWyi zyQ=0DZPcXv9RoE+i$hc*6`~qu$GcWCVz + +- Update to 2022.10 + +------------------------------------------------------------------- +Mon Oct 3 08:46:37 UTC 2022 - Matwey Kornilov + +- Enable pcm051_rev3 config for Phytec Wega board + +------------------------------------------------------------------- +Wed Sep 21 14:50:42 UTC 2022 - Guillaume GARDET + +- Update to 2022.10-rc5 + ------------------------------------------------------------------- Wed Jul 20 11:33:07 UTC 2022 - Matthias Brugger diff --git a/u-boot.spec b/u-boot.spec index efd6f7d..86e4693 100644 --- a/u-boot.spec +++ b/u-boot.spec @@ -127,7 +127,7 @@ %define is_armv7 1 %define binext .img %endif -%if "%target" == "omap3beagle" || "%target" == "omap4panda" || "%target" == "am335xevm" +%if "%target" == "omap3beagle" || "%target" == "omap4panda" || "%target" == "am335xevm" || "%target" == "pcm051rev3" %define x_loader 1 %define is_armv7 1 %define binext .img @@ -175,7 +175,7 @@ %define is_ppc 1 %endif # archive_version differs from version for RC version only -%define archive_version 2022.07 +%define archive_version 2022.10 %if "%{target}" == "" ExclusiveArch: do_not_build %else @@ -205,7 +205,7 @@ ExclusiveArch: do_not_build %endif %endif %endif -Version: 2022.07 +Version: 2022.10 Release: 0 Summary: The U-Boot firmware for the %target platform License: GPL-2.0-only diff --git a/update_git.sh b/update_git.sh index f9f0fa3..083b734 100644 --- a/update_git.sh +++ b/update_git.sh @@ -13,8 +13,8 @@ set -e GIT_TREE=https://github.com/openSUSE/u-boot.git GIT_LOCAL_TREE=~/src/opensuse/u-boot-opensuse -GIT_BRANCH=tumbleweed-2022.07 -GIT_UPSTREAM_TAG=v2022.07 +GIT_BRANCH=tumbleweed-2022.10 +GIT_UPSTREAM_TAG=v2022.10 GIT_DIR=`mktemp -d -p /dev/shm` CMP_DIR=`mktemp -d -p /dev/shm`