forked from pool/u-boot
Accepting request 542244 from Base:System
OBS-URL: https://build.opensuse.org/request/show/542244 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=92
This commit is contained in:
parent
895d2b105d
commit
af00d4acc9
@ -1,4 +1,4 @@
|
||||
From ae1ae2cb076f9b5004637930b954c5112038e3a0 Mon Sep 17 00:00:00 2001
|
||||
From a7e044eece1d28a53f343503890e361322de96e3 Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Graf <agraf@suse.de>
|
||||
Date: Wed, 13 Apr 2016 13:44:29 +0200
|
||||
Subject: [PATCH] XXX openSUSE XXX: Load dtb from partition 2
|
||||
@ -16,10 +16,10 @@ Signed-off-by: Alexander Graf <agraf@suse.de>
|
||||
1 file changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h
|
||||
index 9ed6b9892c..8d08ff9698 100644
|
||||
index e0d0034ed3..120e22e995 100644
|
||||
--- a/include/config_distro_bootcmd.h
|
||||
+++ b/include/config_distro_bootcmd.h
|
||||
@@ -121,16 +121,16 @@
|
||||
@@ -126,16 +126,16 @@
|
||||
"fi\0" \
|
||||
\
|
||||
"load_efi_dtb=" \
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 0a434c43da78d6e02e565d73fa0abf6b4df2b756 Mon Sep 17 00:00:00 2001
|
||||
From c0127ad645dfd15f4d21bef1893f20d2638c922e Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Graf <agraf@suse.de>
|
||||
Date: Mon, 2 May 2016 23:25:07 +0200
|
||||
Subject: [PATCH] Revert "Revert "omap3: Use raw SPL by default for mmc1""
|
||||
|
@ -1,4 +1,4 @@
|
||||
From ecbf61769021a1093ef1c9682ffed55f9a61ca95 Mon Sep 17 00:00:00 2001
|
||||
From b29f5aaa7d6eefb12f6c70a77ce4925e87e61782 Mon Sep 17 00:00:00 2001
|
||||
From: Guillaume GARDET <guillaume.gardet@free.fr>
|
||||
Date: Thu, 22 Jun 2017 10:04:06 +0200
|
||||
Subject: [PATCH] Revert 'rockchip: mkimage: remove placeholder functions from
|
||||
|
23
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
Normal file
23
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
Normal file
@ -0,0 +1,23 @@
|
||||
From cb274c28c8e72fbf1e4c6cd41833442fd3f1a3db Mon Sep 17 00:00:00 2001
|
||||
From: Guillaume GARDET <guillaume.gardet@free.fr>
|
||||
Date: Thu, 16 Nov 2017 13:20:12 +0100
|
||||
Subject: [PATCH] Fix MMC1 (external SD slot) on Samsung Snow (Chromebook ARM)
|
||||
|
||||
---
|
||||
drivers/mmc/dw_mmc.c | 3 ++-
|
||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/drivers/mmc/dw_mmc.c b/drivers/mmc/dw_mmc.c
|
||||
index 23f642980b..a6a0934eef 100644
|
||||
--- a/drivers/mmc/dw_mmc.c
|
||||
+++ b/drivers/mmc/dw_mmc.c
|
||||
@@ -508,7 +508,8 @@ void dwmci_setup_cfg(struct mmc_config *cfg, struct dwmci_host *host,
|
||||
cfg->host_caps |= MMC_MODE_4BIT;
|
||||
cfg->host_caps &= ~MMC_MODE_8BIT;
|
||||
}
|
||||
- cfg->host_caps |= MMC_MODE_HS | MMC_MODE_HS_52MHz;
|
||||
+ /* MMC_MODE_HS_52MHz is broken (at least) on Samsung Snow, so disbale it for now */
|
||||
+ cfg->host_caps |= MMC_MODE_HS;
|
||||
|
||||
cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
|
||||
}
|
@ -1,22 +0,0 @@
|
||||
From 108c50bbd5a40900d9bd033ba0633d31e2de252b Mon Sep 17 00:00:00 2001
|
||||
From: Guillaume GARDET <guillaume.gardet@free.fr>
|
||||
Date: Mon, 2 Oct 2017 15:25:19 +0200
|
||||
Subject: [PATCH] Fix boot on Beagleboard xM by disabling CONFIG_FIT until a
|
||||
proper fix can be find
|
||||
|
||||
---
|
||||
configs/omap3_beagle_defconfig | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/configs/omap3_beagle_defconfig b/configs/omap3_beagle_defconfig
|
||||
index cf888f3491..f3df72d3f1 100644
|
||||
--- a/configs/omap3_beagle_defconfig
|
||||
+++ b/configs/omap3_beagle_defconfig
|
||||
@@ -3,6 +3,7 @@ CONFIG_ARCH_OMAP2PLUS=y
|
||||
CONFIG_SYS_TEXT_BASE=0x80100000
|
||||
CONFIG_TARGET_OMAP3_BEAGLE=y
|
||||
CONFIG_DISTRO_DEFAULTS=y
|
||||
+# CONFIG_FIT is not set
|
||||
CONFIG_SYS_CONSOLE_INFO_QUIET=y
|
||||
CONFIG_VERSION_VARIABLE=y
|
||||
CONFIG_SPL=y
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2d15f2cf5f72e706025cde73d67247c6da8cd35f7e10891eefe7d9095089744
|
||||
size 11434323
|
Binary file not shown.
3
u-boot-2017.11.tar.bz2
Normal file
3
u-boot-2017.11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a018fd3caf58f3dcfa23ee989a82bd35df03af71872b9dca8c6d758a0d26c05
|
||||
size 11982382
|
BIN
u-boot-2017.11.tar.bz2.sig
Normal file
BIN
u-boot-2017.11.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-a10-olinuxino-lime
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the a10-olinuxino-lime platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-a13-olinuxino
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the a13-olinuxino platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-a13-olinuxinom
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the a13-olinuxinom platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-a20-olinuxino-lime
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the a20-olinuxino-lime platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-a20-olinuxino-lime2
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the a20-olinuxino-lime2 platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-a20-olinuxinomicro
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the a20-olinuxinomicro platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-am335xboneblack
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the am335xboneblack platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-am335xevm
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the am335xevm platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-am57xxevm
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the am57xxevm platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-am57xxevmnodt
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the am57xxevmnodt platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-arndale
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the arndale platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-bananapi
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the bananapi platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-clearfog
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the clearfog platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-colibrit20
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the colibrit20 platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-cubieboard
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the cubieboard platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-cubieboard2
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the cubieboard2 platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-cubietruck
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the cubietruck platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-dragonboard410c
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the dragonboard410c platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-evb-rk3399
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the evb-rk3399 platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-firefly-rk3288
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the firefly-rk3288 platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-firefly-rk3399
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the firefly-rk3399 platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-geekbox
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the geekbox platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-highbank
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the highbank platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-hikey
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the hikey platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-hyundaia7hd
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the hyundaia7hd platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-jetson-tk1
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the jetson-tk1 platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-lamobor1
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the lamobor1 platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-ls1012afrdmqspi
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the ls1012afrdmqspi platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-melea1000
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the melea1000 platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-merriia80optimus
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the merriia80optimus platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-mvebudb-88f3720
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the mvebudb-88f3720 platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-mvebudbarmada8k
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the mvebudbarmada8k platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-mvebuespressobin-88f3720
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the mvebuespressobin-88f3720 platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-mvebumcbin-88f8040
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the mvebumcbin-88f8040 platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-mx53loco
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the mx53loco platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-mx6cuboxi
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the mx6cuboxi platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-mx6qsabrelite
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the mx6qsabrelite platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-nanopineo
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the nanopineo platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-nanopineoair
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the nanopineoair platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-odroid-c2
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the odroid-c2 platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-odroid-xu3
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the odroid-xu3 platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-odroid
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the odroid platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-omap3beagle
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the omap3beagle platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-omap4panda
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the omap4panda platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
@ -32,10 +32,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2017.09
|
||||
%define archive_version 2017.11
|
||||
|
||||
Name: u-boot-orangepipc
|
||||
Version: 2017.09
|
||||
Version: 2017.11
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the orangepipc platform
|
||||
License: GPL-2.0
|
||||
@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
|
@ -1,7 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches added:
|
||||
0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org
|
||||
|
||||
- Updated to v2017.11-rc2
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11
|
||||
* Patches dropped:
|
||||
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com
|
||||
|
||||
- Added Banana Pi M2+ support
|
||||
- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user