Accepting request 634923 from hardware👢staging

- Update to v2018.09
- Update to v2018.09-rc3
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
  0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
  0010-snow-set-fdtfile.patch
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
  0011-omap3-beagle-re-enable-EFI-support-.patch

OBS-URL: https://build.opensuse.org/request/show/634923
OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=26
This commit is contained in:
Guillaume GARDET 2018-09-12 06:32:57 +00:00 committed by Git OBS Bridge
parent 3062fc3a6e
commit b1b57d0d26
153 changed files with 2690 additions and 578 deletions

View File

@ -1,4 +1,4 @@
From 1cc819f9d34f9f4df65f536a1237d0212284fcb9 Mon Sep 17 00:00:00 2001
From 4a7aa77e88e7db41dc376ef44103089ca85f411c Mon Sep 17 00:00:00 2001
From: Guillaume GARDET <guillaume.gardet@free.fr>
Date: Wed, 13 Apr 2016 13:44:29 +0200
Subject: [PATCH] XXX openSUSE XXX: Prepend partition 2 (and 3 fo chromebook

View File

@ -1,4 +1,4 @@
From affe155c4db494c287e00fbe78e55c8b36425f82 Mon Sep 17 00:00:00 2001
From 74eb24daa4c0b81baf327923c8ee54b62a41083a 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""

View File

@ -1,4 +1,4 @@
From e187ec3cacfb3b7d6817c2b75fbd3c273831f129 Mon Sep 17 00:00:00 2001
From e9b9e527f0e791c1b17ca1941332b257207664d5 Mon Sep 17 00:00:00 2001
From: Alexander Graf <agraf@suse.de>
Date: Wed, 21 Feb 2018 17:41:13 +0100
Subject: [PATCH] rpi: Use firmware provided device tree
@ -27,67 +27,67 @@ Signed-off-by: Alexander Graf <agraf@suse.de>
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/configs/rpi_0_w_defconfig b/configs/rpi_0_w_defconfig
index fcc2ae68c9..48b656cdb2 100644
index d5bf01b76e..08f177f34a 100644
--- a/configs/rpi_0_w_defconfig
+++ b/configs/rpi_0_w_defconfig
@@ -12,7 +12,7 @@ CONFIG_SYS_PROMPT="U-Boot> "
@@ -13,7 +13,7 @@ CONFIG_SYS_PROMPT="U-Boot> "
CONFIG_CMD_GPIO=y
CONFIG_CMD_MMC=y
CONFIG_CMD_USB=y
-CONFIG_OF_EMBED=y
+CONFIG_OF_BOARD=y
CONFIG_DEFAULT_DEVICE_TREE="bcm2835-rpi-zero-w"
CONFIG_ENV_FAT_INTERFACE="mmc"
CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
diff --git a/configs/rpi_2_defconfig b/configs/rpi_2_defconfig
index 204af74239..ed60fd96d8 100644
index a50a815759..0918c6c9ff 100644
--- a/configs/rpi_2_defconfig
+++ b/configs/rpi_2_defconfig
@@ -12,7 +12,7 @@ CONFIG_SYS_PROMPT="U-Boot> "
@@ -13,7 +13,7 @@ CONFIG_SYS_PROMPT="U-Boot> "
CONFIG_CMD_GPIO=y
CONFIG_CMD_MMC=y
CONFIG_CMD_USB=y
-CONFIG_OF_EMBED=y
+CONFIG_OF_BOARD=y
CONFIG_DEFAULT_DEVICE_TREE="bcm2836-rpi-2-b"
CONFIG_ENV_FAT_INTERFACE="mmc"
CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
diff --git a/configs/rpi_3_32b_defconfig b/configs/rpi_3_32b_defconfig
index 9e142cae63..465e97b662 100644
index ec395d29ed..22165bde53 100644
--- a/configs/rpi_3_32b_defconfig
+++ b/configs/rpi_3_32b_defconfig
@@ -13,7 +13,7 @@ CONFIG_SYS_PROMPT="U-Boot> "
@@ -14,7 +14,7 @@ CONFIG_SYS_PROMPT="U-Boot> "
CONFIG_CMD_GPIO=y
CONFIG_CMD_MMC=y
CONFIG_CMD_USB=y
-CONFIG_OF_EMBED=y
+CONFIG_OF_BOARD=y
CONFIG_DEFAULT_DEVICE_TREE="bcm2837-rpi-3-b"
CONFIG_ENV_FAT_INTERFACE="mmc"
CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig
index f46e504497..cbae3d198b 100644
index ac99f2000a..0ca298cd54 100644
--- a/configs/rpi_3_defconfig
+++ b/configs/rpi_3_defconfig
@@ -14,7 +14,7 @@ CONFIG_SYS_PROMPT="U-Boot> "
CONFIG_CMD_GPIO=y
CONFIG_CMD_MMC=y
CONFIG_CMD_USB=y
-CONFIG_OF_EMBED=y
+CONFIG_OF_BOARD=y
CONFIG_DEFAULT_DEVICE_TREE="bcm2837-rpi-3-b"
CONFIG_ENV_FAT_INTERFACE="mmc"
CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig
index db42ffd135..0ec1365b1b 100644
--- a/configs/rpi_defconfig
+++ b/configs/rpi_defconfig
@@ -13,7 +13,7 @@ CONFIG_SYS_PROMPT="U-Boot> "
CONFIG_CMD_GPIO=y
CONFIG_CMD_MMC=y
CONFIG_CMD_USB=y
-CONFIG_OF_EMBED=y
+CONFIG_OF_BOARD=y
CONFIG_DEFAULT_DEVICE_TREE="bcm2835-rpi-b"
CONFIG_ENV_FAT_INTERFACE="mmc"
CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig
index 82c90d40e1..916b6df5a6 100644
--- a/configs/rpi_defconfig
+++ b/configs/rpi_defconfig
@@ -12,7 +12,7 @@ CONFIG_SYS_PROMPT="U-Boot> "
CONFIG_CMD_GPIO=y
CONFIG_CMD_MMC=y
CONFIG_CMD_USB=y
-CONFIG_OF_EMBED=y
+CONFIG_OF_BOARD=y
CONFIG_ENV_FAT_INTERFACE="mmc"
CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y

View File

@ -1,4 +1,4 @@
From 895d3902b893bfe3382f5982c2907c607c4ec02a Mon Sep 17 00:00:00 2001
From ab0f592165628a43d304106ce8892375543285d4 Mon Sep 17 00:00:00 2001
From: Guillaume GARDET <guillaume.gardet@free.fr>
Date: Mon, 9 Apr 2018 10:28:26 +0200
Subject: [PATCH] Temp workaround for Chromebook snow to avoid the 'unable to

View File

@ -1,4 +1,4 @@
From 7b9f74bb84cb40b594ba188eff8dabe1f089f5ae Mon Sep 17 00:00:00 2001
From 2458b075cb6e60c0c620f4ec0ac0b3a2e6c83143 Mon Sep 17 00:00:00 2001
From: Alexander Graf <agraf@suse.de>
Date: Tue, 24 Apr 2018 21:25:23 +0200
Subject: [PATCH] zynqmp: Add generic target

View File

@ -1,4 +1,4 @@
From bd756caa0d6d5c8b4a411b1913b340facf7f421b Mon Sep 17 00:00:00 2001
From 2b22789aef42dd4bec618f32934fe72e71fb2b71 Mon Sep 17 00:00:00 2001
From: Alexander Graf <agraf@suse.de>
Date: Thu, 26 Apr 2018 13:30:32 +0200
Subject: [PATCH] tools: zynqmpbif: Add support for load=after

View File

@ -1,4 +1,4 @@
From db132ea8473c65273125efe21c9b8815477b176d Mon Sep 17 00:00:00 2001
From 93b462b264c49c0e065de61196db6706892ee0af Mon Sep 17 00:00:00 2001
From: Mian Yousaf Kaukab <yousaf.kaukab@suse.com>
Date: Wed, 16 May 2018 18:44:33 +0200
Subject: [PATCH] rockchip: make_fit_atf: use elf entry point

View File

@ -1,4 +1,4 @@
From 6822b14d5efb261e4cd6c112710433090b3f2093 Mon Sep 17 00:00:00 2001
From 384300a3120050a9f8a7235990ed1845093f56dd Mon Sep 17 00:00:00 2001
From: Mian Yousaf Kaukab <yousaf.kaukab@suse.com>
Date: Mon, 21 May 2018 16:38:57 +0200
Subject: [PATCH] rockchip: make_fit_atf: make python3 compatible

View File

@ -1,4 +1,4 @@
From 15a83d7deb6782113021c198eeeddfc357e0831c Mon Sep 17 00:00:00 2001
From d0894715f1f1b93057420d04b3dbe84a23cb54e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20F=C3=A4rber?= <afaerber@suse.de>
Date: Sun, 3 Jun 2018 05:47:38 +0200
Subject: [PATCH] rockchip: make_fit_atf.py depends on u-boot
@ -18,10 +18,10 @@ Signed-off-by: Andreas Färber <afaerber@suse.de>
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 7d5f801eea..a6542b07aa 100644
index 1891c3a4ac..cf7b008b22 100644
--- a/Makefile
+++ b/Makefile
@@ -1065,7 +1065,10 @@ U_BOOT_ITS = $(subst ",,$(CONFIG_SPL_FIT_SOURCE))
@@ -1064,7 +1064,10 @@ U_BOOT_ITS = $(subst ",,$(CONFIG_SPL_FIT_SOURCE))
else
ifneq ($(CONFIG_SPL_FIT_GENERATOR),"")
U_BOOT_ITS := u-boot.its

View File

@ -0,0 +1,66 @@
From 18c6f6d2ce73a0e019606981c5878a3b8bfc13ee Mon Sep 17 00:00:00 2001
From: Stephen Warren <swarren@nvidia.com>
Date: Thu, 30 Aug 2018 15:43:44 -0600
Subject: [PATCH] ARM: tegra: reserve unmapped RAM so EFI doesn't use it
Tegra U-Boot ensures that board_get_usable_ram_top() never returns a value
over 4GB, since some peripherals can't access such addresses. However, on
systems with more than 2GB of RAM, RAM bank 1 does describe this extra
RAM, so that Linux (or whatever OS) can use it, subject to DMA
limitations. Since board_get_usable_ram_top() points at the top of RAM
bank 0, the memory locations describes by RAM bank 1 are not mapped by
U-Boot's MMU configuration, and so cannot be used for anything.
For some completely inexplicable reason, U-Boot's EFI support ignores the
value returned by board_get_usable_ram_top(), and EFI memory allocation
routines will return values above U-Boot's RAM top. This causes U-Boot to
crash when it accesses that RAM, since it isn't mapped by the MMU. One
use-case where this happens is TFTP download of a file on Jetson TX1
(p2371-2180).
This change explicitly tells the EFI code that this extra RAM should not
be used, thus avoiding the crash.
A previous attempt to make EFI honor board_get_usable_ram_top() was
rejected. So, this patch will need to be replicated for any board that
implements board_get_usable_ram_top().
Fixes: aa909462d018 ("efi_loader: efi_allocate_pages is too restrictive")
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
---
arch/arm/mach-tegra/board2.c | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/arch/arm/mach-tegra/board2.c b/arch/arm/mach-tegra/board2.c
index 421a71b301..12257a42b5 100644
--- a/arch/arm/mach-tegra/board2.c
+++ b/arch/arm/mach-tegra/board2.c
@@ -6,6 +6,7 @@
#include <common.h>
#include <dm.h>
+#include <efi_loader.h>
#include <errno.h>
#include <ns16550.h>
#include <usb.h>
@@ -210,6 +211,19 @@ int board_early_init_f(void)
int board_late_init(void)
{
+#if CONFIG_IS_ENABLED(EFI_LOADER)
+ if (gd->bd->bi_dram[1].start) {
+ /*
+ * Only bank 0 is below board_get_usable_ram_top(), so all of
+ * bank 1 is not mapped by the U-Boot MMU configuration, and so
+ * we must prevent EFI from using it.
+ */
+ efi_add_memory_map(gd->bd->bi_dram[1].start,
+ gd->bd->bi_dram[1].size >> EFI_PAGE_SHIFT,
+ EFI_BOOT_SERVICES_DATA, false);
+ }
+#endif
+
#if defined(CONFIG_TEGRA_SUPPORT_NON_SECURE)
if (tegra_cpu_is_non_secure()) {
printf("CPU is in NS mode\n");

View File

@ -1,29 +0,0 @@
From 1a8a6e05b5e69243526c2dedd2e7124900ad2656 Mon Sep 17 00:00:00 2001
From: Guillaume GARDET <guillaume.gardet@free.fr>
Date: Thu, 14 Jun 2018 22:23:19 +0200
Subject: [PATCH] snow: set fdtfile
Needed to boot with EFI distro boot.
Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr>
Cc: Akshay Saraswat <akshay.s@samsung.com>
Cc: Tom Rini <trini@konsulko.com>
---
include/configs/snow.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/include/configs/snow.h b/include/configs/snow.h
index 3b0db32ece..c546a5a6d0 100644
--- a/include/configs/snow.h
+++ b/include/configs/snow.h
@@ -8,6 +8,9 @@
#ifndef __CONFIG_SNOW_H
#define __CONFIG_SNOW_H
+#define EXYNOS_FDTFILE_SETTING \
+ "fdtfile=exynos5250-snow.dtb\0"
+
#include <configs/exynos5250-common.h>
#include <configs/exynos5-dt-common.h>
#include <configs/exynos5-common.h>

View File

@ -1,33 +0,0 @@
From 0b0488eab42787d4289672dc9524c142d9cd24eb Mon Sep 17 00:00:00 2001
From: Guillaume GARDET <guillaume.gardet@opensuse.org>
Date: Wed, 18 Jul 2018 21:30:53 +0200
Subject: [PATCH] omap3: beagle: re-enable EFI support after the following
commit removed it by mistake:
commit d233ccb1d84b901f7e23e6d9b4f2c6a57198b23b
Author: Derald D. Woods <woods.technical@gmail.com>
Date: Mon Feb 26 17:52:58 2018 -0600
ARM: omap3: beagle: Enable DM_SERIAL, update distro usage and NAND layout
---
configs/omap3_beagle_defconfig | 3 ---
1 file changed, 3 deletions(-)
diff --git a/configs/omap3_beagle_defconfig b/configs/omap3_beagle_defconfig
index a37a38f881..1e1a391d7f 100644
--- a/configs/omap3_beagle_defconfig
+++ b/configs/omap3_beagle_defconfig
@@ -32,8 +32,6 @@ CONFIG_MTDIDS_DEFAULT="nand0=omap2-nand.0"
CONFIG_MTDPARTS_DEFAULT="mtdparts=omap2-nand.0:512k(spl),1920k(u-boot),128k(u-boot-env),128k(dtb),6m(kernel),-(rootfs)"
CONFIG_CMD_UBI=y
# CONFIG_ISO_PARTITION is not set
-# CONFIG_EFI_PARTITION is not set
-CONFIG_SPL_PARTITION_UUIDS=y
CONFIG_OF_CONTROL=y
CONFIG_ENV_IS_IN_NAND=y
CONFIG_SPL_DM=y
@@ -79,4 +77,3 @@ CONFIG_USB_ETHER_SMSC95XX=y
CONFIG_FAT_WRITE=y
CONFIG_BCH=y
CONFIG_SPL_OF_LIBFDT=y
-# CONFIG_EFI_LOADER is not set

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f10df88bc91b35642e461217f73256bbaeeca9ae2db8db56197ba5e89e1f6d4
size 12586212

Binary file not shown.

3
u-boot-2018.09.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:839bf23cfe8ce613a77e583a60375179d0ad324e92c82fbdd07bebf0fd142268
size 12744107

BIN
u-boot-2018.09.tar.bz2.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-a10-olinuxino-lime
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the a10-olinuxino-lime platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-a13-olinuxino
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the a13-olinuxino platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-a13-olinuxinom
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the a13-olinuxinom platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-a20-olinuxino-lime
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the a20-olinuxino-lime platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-a20-olinuxino-lime2
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the a20-olinuxino-lime2 platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-a20-olinuxinomicro
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the a20-olinuxinomicro platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-am335xboneblack
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the am335xboneblack platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-am335xevm
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the am335xevm platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-am57xxevm
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the am57xxevm platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-arndale
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the arndale platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-bananapi
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the bananapi platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-clearfog
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the clearfog platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-colibrit20
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the colibrit20 platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-cubieboard
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the cubieboard platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-cubieboard2
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the cubieboard2 platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-cubietruck
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the cubietruck platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-dragonboard410c
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the dragonboard410c platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-dragonboard820c
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the dragonboard820c platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-evb-rk3399
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the evb-rk3399 platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-firefly-rk3288
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the firefly-rk3288 platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-firefly-rk3399
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the firefly-rk3399 platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-geekbox
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the geekbox platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-highbank
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the highbank platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-hikey
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the hikey platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-hyundaia7hd
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the hyundaia7hd platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-jetson-tk1
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the jetson-tk1 platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-lamobor1
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the lamobor1 platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-ls1012afrdmqspi
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the ls1012afrdmqspi platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-melea1000
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the melea1000 platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-merriia80optimus
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the merriia80optimus platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-mvebudb-88f3720
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the mvebudb-88f3720 platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-mvebudbarmada8k
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the mvebudbarmada8k platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-mvebuespressobin-88f3720
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the mvebuespressobin-88f3720 platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-mvebumcbin-88f8040
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the mvebumcbin-88f8040 platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-mx53loco
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the mx53loco platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-mx6cuboxi
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the mx6cuboxi platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-mx6qsabrelite
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the mx6qsabrelite platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-nanopia64
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the nanopia64 platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-nanopineo
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the nanopineo platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-nanopineoair
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the nanopineoair platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-odroid-c2
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the odroid-c2 platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09
-------------------------------------------------------------------
Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2018.09-rc3
-------------------------------------------------------------------
Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches added:
0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
-------------------------------------------------------------------
Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0010-snow-set-fdtfile.patch
-------------------------------------------------------------------
Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org
- Update to v2018.09-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09
* Patches dropped:
0011-omap3-beagle-re-enable-EFI-support-.patch
-------------------------------------------------------------------
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
@ -517,7 +550,7 @@ Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com
-------------------------------------------------------------------
Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org
- Updated to v2017.01
- Updated to v2017.01 (bsc#989513)
-------------------------------------------------------------------
Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de
@ -555,7 +588,7 @@ Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com
-------------------------------------------------------------------
Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org
- Updated to v2016.11
- Updated to v2016.11 (bsc#1037636)
-------------------------------------------------------------------
Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org

View File

@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.07
%define archive_version 2018.09
Name: u-boot-odroid-xu3
Version: 2018.07
Version: 2018.09
Release: 0
Summary: The U-Boot firmware for the odroid-xu3 platform
License: GPL-2.0-only
@ -61,8 +61,7 @@ Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-snow-set-fdtfile.patch
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@ -133,7 +132,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

Some files were not shown because too many files have changed in this diff Show More