diff --git a/0001-XXX-openSUSE-XXX-Prepend-partition-.patch b/0001-XXX-openSUSE-XXX-Prepend-partition-.patch index 1461277..306205a 100644 --- a/0001-XXX-openSUSE-XXX-Prepend-partition-.patch +++ b/0001-XXX-openSUSE-XXX-Prepend-partition-.patch @@ -1,8 +1,10 @@ -From b7b82306b7a5bd33c353c53341b143966b41d2bc Mon Sep 17 00:00:00 2001 +From 14aae2bd722de8aa56e75c3ed2b07211fb9f8bce 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 2 (and 3 fo chromebook - snow) to list of boot partition to load DTB before EFI Also add new folders +Subject: [PATCH] XXX openSUSE XXX: Prepend partition 3 (and 4 for chromebook + snow) to the list of boot partition to load DTB before EFI. It used to be 2 + and 3 up to python-kiwi 9.18.34, since swap was the last partition at that + time. Keep #2 for compatibility purpose. Fix boo#1163723 Also add new folders to find DTB --- @@ -10,7 +12,7 @@ Subject: [PATCH] XXX openSUSE XXX: Prepend partition 2 (and 3 fo chromebook 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h -index fc0935fa21..54fe9391fd 100644 +index fc0935fa21..f9cda052e1 100644 --- a/include/config_distro_bootcmd.h +++ b/include/config_distro_bootcmd.h @@ -141,7 +141,7 @@ @@ -27,7 +29,7 @@ index fc0935fa21..54fe9391fd 100644 "part list ${devtype} ${devnum} -bootable devplist; " \ "env exists devplist || setenv devplist 1; " \ - "for distro_bootpart in ${devplist}; do " \ -+ "for distro_bootpart in 2 3 ${devplist}; do " \ ++ "for distro_bootpart in 3 4 2 ${devplist}; do " \ "if fstype ${devtype} " \ "${devnum}:${distro_bootpart} " \ "bootfstype; then " \ diff --git a/0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch b/0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch index e725a90..0900b5d 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 1798872d0b37adcdd850c46d949338ef3b428e0d Mon Sep 17 00:00:00 2001 +From 770252742a9d4ec8aa7e53c41e552d26f1253eb4 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 a172a3b..d583702 100644 --- a/0003-rpi-Use-firmware-provided-device-tr.patch +++ b/0003-rpi-Use-firmware-provided-device-tr.patch @@ -1,4 +1,4 @@ -From 741743044fdc2008ea45ac7f271daa567c4dd9f0 Mon Sep 17 00:00:00 2001 +From 9f8b17cd1c23f8bb4e5702d16da2951e8cd79ab1 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Wed, 21 Feb 2018 17:41:13 +0100 Subject: [PATCH] rpi: Use firmware provided device tree diff --git a/0004-Temp-workaround-for-Chromebook-snow.patch b/0004-Temp-workaround-for-Chromebook-snow.patch index 80aad6a..0ef70c2 100644 --- a/0004-Temp-workaround-for-Chromebook-snow.patch +++ b/0004-Temp-workaround-for-Chromebook-snow.patch @@ -1,4 +1,4 @@ -From f0bc44197a99ff78759064332e88bc6656ae3c38 Mon Sep 17 00:00:00 2001 +From 4e8c64e9062a728cc79d1c8c37ffe4f896ead1df 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-zynqmp-Add-generic-target.patch b/0005-zynqmp-Add-generic-target.patch index 0c2ecac..990432b 100644 --- a/0005-zynqmp-Add-generic-target.patch +++ b/0005-zynqmp-Add-generic-target.patch @@ -1,4 +1,4 @@ -From 2e8cd6c9e8d9cc22a40cd98d45a0f2797587c280 Mon Sep 17 00:00:00 2001 +From c2399d8f5ee5d8a87689936f800ed8f5f431b791 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Tue, 24 Apr 2018 21:25:23 +0200 Subject: [PATCH] zynqmp: Add generic target diff --git a/0006-tools-zynqmpbif-Add-support-for-loa.patch b/0006-tools-zynqmpbif-Add-support-for-loa.patch index 9121aa1..16c9de7 100644 --- a/0006-tools-zynqmpbif-Add-support-for-loa.patch +++ b/0006-tools-zynqmpbif-Add-support-for-loa.patch @@ -1,4 +1,4 @@ -From 8ee3e6d2312ebdd3868520fb528249816c3cb975 Mon Sep 17 00:00:00 2001 +From 405c8b6a704c4cf477c7d6e8f4999dea7d63208a 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/0007-boo-1123170-Remove-ubifs-support-fr.patch b/0007-boo-1123170-Remove-ubifs-support-fr.patch index 62452e1..e5a8ce0 100644 --- a/0007-boo-1123170-Remove-ubifs-support-fr.patch +++ b/0007-boo-1123170-Remove-ubifs-support-fr.patch @@ -1,4 +1,4 @@ -From 98e9215b94ac8e2e5a8d545ad05b2ff0f9429bcc Mon Sep 17 00:00:00 2001 +From 789d64316535a62f065fe386fb9efb1bb30fada1 Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Tue, 29 Jan 2019 11:38:12 +0100 Subject: [PATCH] boo#1123170: Remove ubifs support from omap3_beagle to keep a diff --git a/0008-zynqmp-generic-fix-compilation.patch b/0008-zynqmp-generic-fix-compilation.patch index f32dd87..e7928b9 100644 --- a/0008-zynqmp-generic-fix-compilation.patch +++ b/0008-zynqmp-generic-fix-compilation.patch @@ -1,4 +1,4 @@ -From 115e64c42f32f158728ef1747b707adbb61d8bd2 Mon Sep 17 00:00:00 2001 +From 4f3154104823f2897a55ef2536228818cef2f503 Mon Sep 17 00:00:00 2001 From: Matthias Brugger Date: Tue, 5 Mar 2019 18:09:04 +0100 Subject: [PATCH] zynqmp: generic: fix compilation diff --git a/0009-boo-1144161-Remove-nand-mtd-spi-dfu.patch b/0009-boo-1144161-Remove-nand-mtd-spi-dfu.patch index 9cb5df9..12fcbb2 100644 --- a/0009-boo-1144161-Remove-nand-mtd-spi-dfu.patch +++ b/0009-boo-1144161-Remove-nand-mtd-spi-dfu.patch @@ -1,4 +1,4 @@ -From 06001132d3503a4e2db4d71fe380bb75115930f7 Mon Sep 17 00:00:00 2001 +From 92f993cab1b84e49b3d0788fde619fab83a526af Mon Sep 17 00:00:00 2001 From: Guillaume Gardet Date: Mon, 16 Dec 2019 17:51:17 +0100 Subject: [PATCH] boo#1144161: Remove nand/mtd/spi/dfu/fastboot support from diff --git a/0010-ARM-tegra-Add-NVIDIA-Jetson-Nano-De.patch b/0010-ARM-tegra-Add-NVIDIA-Jetson-Nano-De.patch index 3577fad..aa63ff4 100644 --- a/0010-ARM-tegra-Add-NVIDIA-Jetson-Nano-De.patch +++ b/0010-ARM-tegra-Add-NVIDIA-Jetson-Nano-De.patch @@ -1,4 +1,4 @@ -From f7f2956544c8c09e18d73ef53e3742120a352870 Mon Sep 17 00:00:00 2001 +From b55ef8011ad4a50cb1e352cbca65fa739d79b293 Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Mon, 15 Apr 2019 11:32:39 +0200 Subject: [PATCH] ARM: tegra: Add NVIDIA Jetson Nano Developer Kit support diff --git a/0011-net-Add-support-for-Broadcom-GENETv.patch b/0011-net-Add-support-for-Broadcom-GENETv.patch index b15b286..7596555 100644 --- a/0011-net-Add-support-for-Broadcom-GENETv.patch +++ b/0011-net-Add-support-for-Broadcom-GENETv.patch @@ -1,4 +1,4 @@ -From 52441f422edb2bb34090832d1aa44f4851fc0667 Mon Sep 17 00:00:00 2001 +From 388675dcf9a19b390d7dd6285ac1072e995e625d Mon Sep 17 00:00:00 2001 From: Amit Singh Tomar Date: Mon, 27 Jan 2020 01:14:42 +0000 Subject: [PATCH] net: Add support for Broadcom GENETv5 Ethernet controller diff --git a/0012-rpi4-Update-memory-map-to-accommoda.patch b/0012-rpi4-Update-memory-map-to-accommoda.patch index 94b4187..fdbcbbd 100644 --- a/0012-rpi4-Update-memory-map-to-accommoda.patch +++ b/0012-rpi4-Update-memory-map-to-accommoda.patch @@ -1,4 +1,4 @@ -From 76c24dca74ae4142400b36a37a5e563aafbcef76 Mon Sep 17 00:00:00 2001 +From c99673d47b635950b7c56dd9ea43371cb149e8f3 Mon Sep 17 00:00:00 2001 From: Amit Singh Tomar Date: Mon, 27 Jan 2020 01:14:43 +0000 Subject: [PATCH] rpi4: Update memory map to accommodate scb devices diff --git a/0013-rpi4-Enable-GENET-Ethernet-controll.patch b/0013-rpi4-Enable-GENET-Ethernet-controll.patch index 0c284c8..696daca 100644 --- a/0013-rpi4-Enable-GENET-Ethernet-controll.patch +++ b/0013-rpi4-Enable-GENET-Ethernet-controll.patch @@ -1,4 +1,4 @@ -From 5d079e211ea775b44a2af059b9b4fb4d03fd5359 Mon Sep 17 00:00:00 2001 +From 657938ac38489540ac270f933ca1cbf6967837c9 Mon Sep 17 00:00:00 2001 From: Amit Singh Tomar Date: Mon, 27 Jan 2020 01:14:44 +0000 Subject: [PATCH] rpi4: Enable GENET Ethernet controller diff --git a/0014-Kconfig-add-btrfs-to-distro-boot.patch b/0014-Kconfig-add-btrfs-to-distro-boot.patch index ca3e55b..2122e7f 100644 --- a/0014-Kconfig-add-btrfs-to-distro-boot.patch +++ b/0014-Kconfig-add-btrfs-to-distro-boot.patch @@ -1,4 +1,4 @@ -From 4fbba802d7b1d852acbffeb735196560f1ac39b7 Mon Sep 17 00:00:00 2001 +From 911ea9f66f6b6117a07f8ae4790a767224665d55 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 diff --git a/0015-configs-Re-sync-with-CONFIG_DISTRO_.patch b/0015-configs-Re-sync-with-CONFIG_DISTRO_.patch index b552995..1b41fd7 100644 --- a/0015-configs-Re-sync-with-CONFIG_DISTRO_.patch +++ b/0015-configs-Re-sync-with-CONFIG_DISTRO_.patch @@ -1,4 +1,4 @@ -From 9e3dd9d492f3c6b7b525e77ecbd43e451a0c39d2 Mon Sep 17 00:00:00 2001 +From 3ce290961a8c6c6f5a127c1a7c8f8ca5206390e8 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 diff --git a/0016-configs-am335x_evm-disable-BTRFS.patch b/0016-configs-am335x_evm-disable-BTRFS.patch index 9a21703..8d81084 100644 --- a/0016-configs-am335x_evm-disable-BTRFS.patch +++ b/0016-configs-am335x_evm-disable-BTRFS.patch @@ -1,4 +1,4 @@ -From 357c8c498b31d5f05dd6d0b73b4d41b62228ac56 Mon Sep 17 00:00:00 2001 +From baf5b711ffca44ea86f92c89d6e9be55441d1b1d Mon Sep 17 00:00:00 2001 From: Matthias Brugger Date: Wed, 29 Jan 2020 10:26:43 +0100 Subject: [PATCH] configs: am335x_evm: disable BTRFS diff --git a/0017-net-phy-Fix-overlong-PHY-timeout.patch b/0017-net-phy-Fix-overlong-PHY-timeout.patch index c7090e5..6536ebf 100644 --- a/0017-net-phy-Fix-overlong-PHY-timeout.patch +++ b/0017-net-phy-Fix-overlong-PHY-timeout.patch @@ -1,4 +1,4 @@ -From 55cefec93c8fae1ad5bd0f2f892785610c142d91 Mon Sep 17 00:00:00 2001 +From 7bd7774b57e903b797cc1b12c15e3ae61a8f3477 Mon Sep 17 00:00:00 2001 From: Andre Przywara Date: Fri, 3 Jan 2020 22:08:47 +0000 Subject: [PATCH] net: phy: Fix overlong PHY timeout diff --git a/u-boot.changes b/u-boot.changes index aa03361..572cc8e 100644 --- a/u-boot.changes +++ b/u-boot.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 17 16:56:17 UTC 2020 - Guillaume GARDET + +- Update patch to fix boo#1163723 : + * 0001-XXX-openSUSE-XXX-Prepend-partition-.patch + ------------------------------------------------------------------- Thu Jan 30 10:43:44 UTC 2020 - Matthias Brugger