diff --git a/0001-XXX-openSUSE-XXX-Prepend-partition-.patch b/0001-XXX-openSUSE-XXX-Prepend-partition-.patch index d495d12..c0ca791 100644 --- a/0001-XXX-openSUSE-XXX-Prepend-partition-.patch +++ b/0001-XXX-openSUSE-XXX-Prepend-partition-.patch @@ -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 Date: Wed, 13 Apr 2016 13:44:29 +0200 Subject: [PATCH] XXX openSUSE XXX: Prepend partition 2 (and 3 fo chromebook diff --git a/0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch b/0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch index 1058ae4..2cbfbd9 100644 --- a/0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch +++ b/0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch @@ -1,4 +1,4 @@ -From affe155c4db494c287e00fbe78e55c8b36425f82 Mon Sep 17 00:00:00 2001 +From 74eb24daa4c0b81baf327923c8ee54b62a41083a Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Mon, 2 May 2016 23:25:07 +0200 Subject: [PATCH] Revert "Revert "omap3: Use raw SPL by default for mmc1"" diff --git a/0003-rpi-Use-firmware-provided-device-tr.patch b/0003-rpi-Use-firmware-provided-device-tr.patch index 39774bf..6f07b9c 100644 --- a/0003-rpi-Use-firmware-provided-device-tr.patch +++ b/0003-rpi-Use-firmware-provided-device-tr.patch @@ -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 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 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 diff --git a/0004-Temp-workaround-for-Chromebook-snow.patch b/0004-Temp-workaround-for-Chromebook-snow.patch index faec28f..d8038aa 100644 --- a/0004-Temp-workaround-for-Chromebook-snow.patch +++ b/0004-Temp-workaround-for-Chromebook-snow.patch @@ -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 Date: Mon, 9 Apr 2018 10:28:26 +0200 Subject: [PATCH] Temp workaround for Chromebook snow to avoid the 'unable to diff --git a/0005-zynqmp-Add-generic-target.patch b/0005-zynqmp-Add-generic-target.patch index a1283d7..3b31c23 100644 --- a/0005-zynqmp-Add-generic-target.patch +++ b/0005-zynqmp-Add-generic-target.patch @@ -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 Date: Tue, 24 Apr 2018 21:25:23 +0200 Subject: [PATCH] zynqmp: Add generic target diff --git a/0006-tools-zynqmpbif-Add-support-for-loa.patch b/0006-tools-zynqmpbif-Add-support-for-loa.patch index a06f097..47d5d97 100644 --- a/0006-tools-zynqmpbif-Add-support-for-loa.patch +++ b/0006-tools-zynqmpbif-Add-support-for-loa.patch @@ -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 Date: Thu, 26 Apr 2018 13:30:32 +0200 Subject: [PATCH] tools: zynqmpbif: Add support for load=after diff --git a/0007-rockchip-make_fit_atf-use-elf-entry.patch b/0007-rockchip-make_fit_atf-use-elf-entry.patch index 4dbebd4..d993779 100644 --- a/0007-rockchip-make_fit_atf-use-elf-entry.patch +++ b/0007-rockchip-make_fit_atf-use-elf-entry.patch @@ -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 Date: Wed, 16 May 2018 18:44:33 +0200 Subject: [PATCH] rockchip: make_fit_atf: use elf entry point diff --git a/0008-rockchip-make_fit_atf-make-python3-.patch b/0008-rockchip-make_fit_atf-make-python3-.patch index 441c3a7..65ca142 100644 --- a/0008-rockchip-make_fit_atf-make-python3-.patch +++ b/0008-rockchip-make_fit_atf-make-python3-.patch @@ -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 Date: Mon, 21 May 2018 16:38:57 +0200 Subject: [PATCH] rockchip: make_fit_atf: make python3 compatible diff --git a/0009-rockchip-make_fit_atf.py-depends-on.patch b/0009-rockchip-make_fit_atf.py-depends-on.patch index c27d348..f15bca6 100644 --- a/0009-rockchip-make_fit_atf.py-depends-on.patch +++ b/0009-rockchip-make_fit_atf.py-depends-on.patch @@ -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?= 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 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 diff --git a/0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch b/0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch new file mode 100644 index 0000000..c9d3188 --- /dev/null +++ b/0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch @@ -0,0 +1,66 @@ +From 18c6f6d2ce73a0e019606981c5878a3b8bfc13ee Mon Sep 17 00:00:00 2001 +From: Stephen Warren +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 +Signed-off-by: Alexander Graf +--- + 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 + #include ++#include + #include + #include + #include +@@ -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"); diff --git a/0010-snow-set-fdtfile.patch b/0010-snow-set-fdtfile.patch deleted file mode 100644 index 5aadb3b..0000000 --- a/0010-snow-set-fdtfile.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 1a8a6e05b5e69243526c2dedd2e7124900ad2656 Mon Sep 17 00:00:00 2001 -From: Guillaume GARDET -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 - -Cc: Akshay Saraswat -Cc: Tom Rini ---- - 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 - #include - #include diff --git a/0011-omap3-beagle-re-enable-EFI-support-.patch b/0011-omap3-beagle-re-enable-EFI-support-.patch deleted file mode 100644 index 206f487..0000000 --- a/0011-omap3-beagle-re-enable-EFI-support-.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 0b0488eab42787d4289672dc9524c142d9cd24eb Mon Sep 17 00:00:00 2001 -From: Guillaume GARDET -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 -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 diff --git a/u-boot-2018.07.tar.bz2 b/u-boot-2018.07.tar.bz2 deleted file mode 100644 index 4bb82c4..0000000 --- a/u-boot-2018.07.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f10df88bc91b35642e461217f73256bbaeeca9ae2db8db56197ba5e89e1f6d4 -size 12586212 diff --git a/u-boot-2018.07.tar.bz2.sig b/u-boot-2018.07.tar.bz2.sig deleted file mode 100644 index a257caf..0000000 Binary files a/u-boot-2018.07.tar.bz2.sig and /dev/null differ diff --git a/u-boot-2018.09.tar.bz2 b/u-boot-2018.09.tar.bz2 new file mode 100644 index 0000000..65151b1 --- /dev/null +++ b/u-boot-2018.09.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839bf23cfe8ce613a77e583a60375179d0ad324e92c82fbdd07bebf0fd142268 +size 12744107 diff --git a/u-boot-2018.09.tar.bz2.sig b/u-boot-2018.09.tar.bz2.sig new file mode 100644 index 0000000..4194369 Binary files /dev/null and b/u-boot-2018.09.tar.bz2.sig differ diff --git a/u-boot-a10-olinuxino-lime.changes b/u-boot-a10-olinuxino-lime.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-a10-olinuxino-lime.changes +++ b/u-boot-a10-olinuxino-lime.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-a10-olinuxino-lime.spec b/u-boot-a10-olinuxino-lime.spec index 461d968..c6c45b8 100644 --- a/u-boot-a10-olinuxino-lime.spec +++ b/u-boot-a10-olinuxino-lime.spec @@ -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) diff --git a/u-boot-a13-olinuxino.changes b/u-boot-a13-olinuxino.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-a13-olinuxino.changes +++ b/u-boot-a13-olinuxino.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-a13-olinuxino.spec b/u-boot-a13-olinuxino.spec index 68d363f..c54bd6e 100644 --- a/u-boot-a13-olinuxino.spec +++ b/u-boot-a13-olinuxino.spec @@ -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) diff --git a/u-boot-a13-olinuxinom.changes b/u-boot-a13-olinuxinom.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-a13-olinuxinom.changes +++ b/u-boot-a13-olinuxinom.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-a13-olinuxinom.spec b/u-boot-a13-olinuxinom.spec index 1091fb8..4898bd5 100644 --- a/u-boot-a13-olinuxinom.spec +++ b/u-boot-a13-olinuxinom.spec @@ -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) diff --git a/u-boot-a20-olinuxino-lime.changes b/u-boot-a20-olinuxino-lime.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-a20-olinuxino-lime.changes +++ b/u-boot-a20-olinuxino-lime.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-a20-olinuxino-lime.spec b/u-boot-a20-olinuxino-lime.spec index c2a95ea..84d26cb 100644 --- a/u-boot-a20-olinuxino-lime.spec +++ b/u-boot-a20-olinuxino-lime.spec @@ -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) diff --git a/u-boot-a20-olinuxino-lime2.changes b/u-boot-a20-olinuxino-lime2.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-a20-olinuxino-lime2.changes +++ b/u-boot-a20-olinuxino-lime2.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-a20-olinuxino-lime2.spec b/u-boot-a20-olinuxino-lime2.spec index be5b2f2..5d5d616 100644 --- a/u-boot-a20-olinuxino-lime2.spec +++ b/u-boot-a20-olinuxino-lime2.spec @@ -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) diff --git a/u-boot-a20-olinuxinomicro.changes b/u-boot-a20-olinuxinomicro.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-a20-olinuxinomicro.changes +++ b/u-boot-a20-olinuxinomicro.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-a20-olinuxinomicro.spec b/u-boot-a20-olinuxinomicro.spec index e628d42..9024dae 100644 --- a/u-boot-a20-olinuxinomicro.spec +++ b/u-boot-a20-olinuxinomicro.spec @@ -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) diff --git a/u-boot-am335xboneblack.changes b/u-boot-am335xboneblack.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-am335xboneblack.changes +++ b/u-boot-am335xboneblack.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-am335xboneblack.spec b/u-boot-am335xboneblack.spec index 8b7e0ad..577c506 100644 --- a/u-boot-am335xboneblack.spec +++ b/u-boot-am335xboneblack.spec @@ -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) diff --git a/u-boot-am335xevm.changes b/u-boot-am335xevm.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-am335xevm.changes +++ b/u-boot-am335xevm.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-am335xevm.spec b/u-boot-am335xevm.spec index d6d03c6..411a85f 100644 --- a/u-boot-am335xevm.spec +++ b/u-boot-am335xevm.spec @@ -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) diff --git a/u-boot-am57xxevm.changes b/u-boot-am57xxevm.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-am57xxevm.changes +++ b/u-boot-am57xxevm.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-am57xxevm.spec b/u-boot-am57xxevm.spec index 8eda921..7101c4f 100644 --- a/u-boot-am57xxevm.spec +++ b/u-boot-am57xxevm.spec @@ -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) diff --git a/u-boot-arndale.changes b/u-boot-arndale.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-arndale.changes +++ b/u-boot-arndale.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-arndale.spec b/u-boot-arndale.spec index 70ae3fa..05e17e7 100644 --- a/u-boot-arndale.spec +++ b/u-boot-arndale.spec @@ -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) diff --git a/u-boot-bananapi.changes b/u-boot-bananapi.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-bananapi.changes +++ b/u-boot-bananapi.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-bananapi.spec b/u-boot-bananapi.spec index 84c3252..6167a8c 100644 --- a/u-boot-bananapi.spec +++ b/u-boot-bananapi.spec @@ -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) diff --git a/u-boot-clearfog.changes b/u-boot-clearfog.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-clearfog.changes +++ b/u-boot-clearfog.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-clearfog.spec b/u-boot-clearfog.spec index a3346d7..db5e984 100644 --- a/u-boot-clearfog.spec +++ b/u-boot-clearfog.spec @@ -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) diff --git a/u-boot-colibrit20.changes b/u-boot-colibrit20.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-colibrit20.changes +++ b/u-boot-colibrit20.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-colibrit20.spec b/u-boot-colibrit20.spec index e8c327d..322bb6e 100644 --- a/u-boot-colibrit20.spec +++ b/u-boot-colibrit20.spec @@ -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) diff --git a/u-boot-cubieboard.changes b/u-boot-cubieboard.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-cubieboard.changes +++ b/u-boot-cubieboard.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-cubieboard.spec b/u-boot-cubieboard.spec index 2ae0bad..f7193a7 100644 --- a/u-boot-cubieboard.spec +++ b/u-boot-cubieboard.spec @@ -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) diff --git a/u-boot-cubieboard2.changes b/u-boot-cubieboard2.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-cubieboard2.changes +++ b/u-boot-cubieboard2.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-cubieboard2.spec b/u-boot-cubieboard2.spec index 402a010..66dfd8e 100644 --- a/u-boot-cubieboard2.spec +++ b/u-boot-cubieboard2.spec @@ -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) diff --git a/u-boot-cubietruck.changes b/u-boot-cubietruck.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-cubietruck.changes +++ b/u-boot-cubietruck.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-cubietruck.spec b/u-boot-cubietruck.spec index f245838..c83dcb6 100644 --- a/u-boot-cubietruck.spec +++ b/u-boot-cubietruck.spec @@ -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) diff --git a/u-boot-dragonboard410c.changes b/u-boot-dragonboard410c.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-dragonboard410c.changes +++ b/u-boot-dragonboard410c.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-dragonboard410c.spec b/u-boot-dragonboard410c.spec index 2d48ac2..e849979 100644 --- a/u-boot-dragonboard410c.spec +++ b/u-boot-dragonboard410c.spec @@ -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) diff --git a/u-boot-dragonboard820c.changes b/u-boot-dragonboard820c.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-dragonboard820c.changes +++ b/u-boot-dragonboard820c.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-dragonboard820c.spec b/u-boot-dragonboard820c.spec index 3b0bc66..69fbe00 100644 --- a/u-boot-dragonboard820c.spec +++ b/u-boot-dragonboard820c.spec @@ -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) diff --git a/u-boot-evb-rk3399.changes b/u-boot-evb-rk3399.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-evb-rk3399.changes +++ b/u-boot-evb-rk3399.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-evb-rk3399.spec b/u-boot-evb-rk3399.spec index 34bdd59..d2f2a4d 100644 --- a/u-boot-evb-rk3399.spec +++ b/u-boot-evb-rk3399.spec @@ -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) diff --git a/u-boot-firefly-rk3288.changes b/u-boot-firefly-rk3288.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-firefly-rk3288.changes +++ b/u-boot-firefly-rk3288.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-firefly-rk3288.spec b/u-boot-firefly-rk3288.spec index 909344d..d4a7f37 100644 --- a/u-boot-firefly-rk3288.spec +++ b/u-boot-firefly-rk3288.spec @@ -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) diff --git a/u-boot-firefly-rk3399.changes b/u-boot-firefly-rk3399.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-firefly-rk3399.changes +++ b/u-boot-firefly-rk3399.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-firefly-rk3399.spec b/u-boot-firefly-rk3399.spec index deae637..4a52110 100644 --- a/u-boot-firefly-rk3399.spec +++ b/u-boot-firefly-rk3399.spec @@ -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) diff --git a/u-boot-geekbox.changes b/u-boot-geekbox.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-geekbox.changes +++ b/u-boot-geekbox.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-geekbox.spec b/u-boot-geekbox.spec index 3aaa5e3..a95c5fd 100644 --- a/u-boot-geekbox.spec +++ b/u-boot-geekbox.spec @@ -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) diff --git a/u-boot-highbank.changes b/u-boot-highbank.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-highbank.changes +++ b/u-boot-highbank.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-highbank.spec b/u-boot-highbank.spec index 4d9a08c..0bccc4a 100644 --- a/u-boot-highbank.spec +++ b/u-boot-highbank.spec @@ -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) diff --git a/u-boot-hikey.changes b/u-boot-hikey.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-hikey.changes +++ b/u-boot-hikey.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-hikey.spec b/u-boot-hikey.spec index 735bda0..d6d25d9 100644 --- a/u-boot-hikey.spec +++ b/u-boot-hikey.spec @@ -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) diff --git a/u-boot-hyundaia7hd.changes b/u-boot-hyundaia7hd.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-hyundaia7hd.changes +++ b/u-boot-hyundaia7hd.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-hyundaia7hd.spec b/u-boot-hyundaia7hd.spec index 1bad367..09c4313 100644 --- a/u-boot-hyundaia7hd.spec +++ b/u-boot-hyundaia7hd.spec @@ -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) diff --git a/u-boot-jetson-tk1.changes b/u-boot-jetson-tk1.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-jetson-tk1.changes +++ b/u-boot-jetson-tk1.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-jetson-tk1.spec b/u-boot-jetson-tk1.spec index d8353b9..a102ca9 100644 --- a/u-boot-jetson-tk1.spec +++ b/u-boot-jetson-tk1.spec @@ -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) diff --git a/u-boot-lamobor1.changes b/u-boot-lamobor1.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-lamobor1.changes +++ b/u-boot-lamobor1.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-lamobor1.spec b/u-boot-lamobor1.spec index 76da9b6..d2a805a 100644 --- a/u-boot-lamobor1.spec +++ b/u-boot-lamobor1.spec @@ -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) diff --git a/u-boot-ls1012afrdmqspi.changes b/u-boot-ls1012afrdmqspi.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-ls1012afrdmqspi.changes +++ b/u-boot-ls1012afrdmqspi.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-ls1012afrdmqspi.spec b/u-boot-ls1012afrdmqspi.spec index 8a03699..0317cdf 100644 --- a/u-boot-ls1012afrdmqspi.spec +++ b/u-boot-ls1012afrdmqspi.spec @@ -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) diff --git a/u-boot-melea1000.changes b/u-boot-melea1000.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-melea1000.changes +++ b/u-boot-melea1000.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-melea1000.spec b/u-boot-melea1000.spec index ec21575..9c7da18 100644 --- a/u-boot-melea1000.spec +++ b/u-boot-melea1000.spec @@ -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) diff --git a/u-boot-merriia80optimus.changes b/u-boot-merriia80optimus.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-merriia80optimus.changes +++ b/u-boot-merriia80optimus.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-merriia80optimus.spec b/u-boot-merriia80optimus.spec index a2369ce..a053071 100644 --- a/u-boot-merriia80optimus.spec +++ b/u-boot-merriia80optimus.spec @@ -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) diff --git a/u-boot-mvebudb-88f3720.changes b/u-boot-mvebudb-88f3720.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-mvebudb-88f3720.changes +++ b/u-boot-mvebudb-88f3720.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-mvebudb-88f3720.spec b/u-boot-mvebudb-88f3720.spec index 5d7002b..d7eeb7e 100644 --- a/u-boot-mvebudb-88f3720.spec +++ b/u-boot-mvebudb-88f3720.spec @@ -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) diff --git a/u-boot-mvebudbarmada8k.changes b/u-boot-mvebudbarmada8k.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-mvebudbarmada8k.changes +++ b/u-boot-mvebudbarmada8k.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-mvebudbarmada8k.spec b/u-boot-mvebudbarmada8k.spec index 2700fe4..68ab3b7 100644 --- a/u-boot-mvebudbarmada8k.spec +++ b/u-boot-mvebudbarmada8k.spec @@ -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) diff --git a/u-boot-mvebuespressobin-88f3720.changes b/u-boot-mvebuespressobin-88f3720.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-mvebuespressobin-88f3720.changes +++ b/u-boot-mvebuespressobin-88f3720.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-mvebuespressobin-88f3720.spec b/u-boot-mvebuespressobin-88f3720.spec index 47c230a..339ec56 100644 --- a/u-boot-mvebuespressobin-88f3720.spec +++ b/u-boot-mvebuespressobin-88f3720.spec @@ -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) diff --git a/u-boot-mvebumcbin-88f8040.changes b/u-boot-mvebumcbin-88f8040.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-mvebumcbin-88f8040.changes +++ b/u-boot-mvebumcbin-88f8040.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-mvebumcbin-88f8040.spec b/u-boot-mvebumcbin-88f8040.spec index 5a6070a..c0a0a96 100644 --- a/u-boot-mvebumcbin-88f8040.spec +++ b/u-boot-mvebumcbin-88f8040.spec @@ -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) diff --git a/u-boot-mx53loco.changes b/u-boot-mx53loco.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-mx53loco.changes +++ b/u-boot-mx53loco.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-mx53loco.spec b/u-boot-mx53loco.spec index ee8ea38..4a9842c 100644 --- a/u-boot-mx53loco.spec +++ b/u-boot-mx53loco.spec @@ -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) diff --git a/u-boot-mx6cuboxi.changes b/u-boot-mx6cuboxi.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-mx6cuboxi.changes +++ b/u-boot-mx6cuboxi.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-mx6cuboxi.spec b/u-boot-mx6cuboxi.spec index 73de5f9..b507d1a 100644 --- a/u-boot-mx6cuboxi.spec +++ b/u-boot-mx6cuboxi.spec @@ -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) diff --git a/u-boot-mx6qsabrelite.changes b/u-boot-mx6qsabrelite.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-mx6qsabrelite.changes +++ b/u-boot-mx6qsabrelite.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-mx6qsabrelite.spec b/u-boot-mx6qsabrelite.spec index 8d5b90a..756a436 100644 --- a/u-boot-mx6qsabrelite.spec +++ b/u-boot-mx6qsabrelite.spec @@ -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) diff --git a/u-boot-nanopia64.changes b/u-boot-nanopia64.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-nanopia64.changes +++ b/u-boot-nanopia64.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-nanopia64.spec b/u-boot-nanopia64.spec index 338ea2b..17ca672 100644 --- a/u-boot-nanopia64.spec +++ b/u-boot-nanopia64.spec @@ -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) diff --git a/u-boot-nanopineo.changes b/u-boot-nanopineo.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-nanopineo.changes +++ b/u-boot-nanopineo.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-nanopineo.spec b/u-boot-nanopineo.spec index 953d43e..3f8aef5 100644 --- a/u-boot-nanopineo.spec +++ b/u-boot-nanopineo.spec @@ -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) diff --git a/u-boot-nanopineoair.changes b/u-boot-nanopineoair.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-nanopineoair.changes +++ b/u-boot-nanopineoair.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-nanopineoair.spec b/u-boot-nanopineoair.spec index a429b17..913a68b 100644 --- a/u-boot-nanopineoair.spec +++ b/u-boot-nanopineoair.spec @@ -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) diff --git a/u-boot-odroid-c2.changes b/u-boot-odroid-c2.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-odroid-c2.changes +++ b/u-boot-odroid-c2.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-odroid-c2.spec b/u-boot-odroid-c2.spec index 6d2cca2..fc55617 100644 --- a/u-boot-odroid-c2.spec +++ b/u-boot-odroid-c2.spec @@ -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) diff --git a/u-boot-odroid-xu3.changes b/u-boot-odroid-xu3.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-odroid-xu3.changes +++ b/u-boot-odroid-xu3.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-odroid-xu3.spec b/u-boot-odroid-xu3.spec index b706677..c57c408 100644 --- a/u-boot-odroid-xu3.spec +++ b/u-boot-odroid-xu3.spec @@ -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) diff --git a/u-boot-odroid.changes b/u-boot-odroid.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-odroid.changes +++ b/u-boot-odroid.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-odroid.spec b/u-boot-odroid.spec index bfc53d8..69fdfa0 100644 --- a/u-boot-odroid.spec +++ b/u-boot-odroid.spec @@ -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 -Version: 2018.07 +Version: 2018.09 Release: 0 Summary: The U-Boot firmware for the odroid 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) diff --git a/u-boot-omap3beagle.changes b/u-boot-omap3beagle.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-omap3beagle.changes +++ b/u-boot-omap3beagle.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-omap3beagle.spec b/u-boot-omap3beagle.spec index 2b166f6..17bd1b1 100644 --- a/u-boot-omap3beagle.spec +++ b/u-boot-omap3beagle.spec @@ -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-omap3beagle -Version: 2018.07 +Version: 2018.09 Release: 0 Summary: The U-Boot firmware for the omap3beagle 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) diff --git a/u-boot-omap4panda.changes b/u-boot-omap4panda.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-omap4panda.changes +++ b/u-boot-omap4panda.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-omap4panda.spec b/u-boot-omap4panda.spec index 9e83f84..02cfd27 100644 --- a/u-boot-omap4panda.spec +++ b/u-boot-omap4panda.spec @@ -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-omap4panda -Version: 2018.07 +Version: 2018.09 Release: 0 Summary: The U-Boot firmware for the omap4panda 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) diff --git a/u-boot-orangepipc.changes b/u-boot-orangepipc.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-orangepipc.changes +++ b/u-boot-orangepipc.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-orangepipc.spec b/u-boot-orangepipc.spec index 3445722..c7e4eca 100644 --- a/u-boot-orangepipc.spec +++ b/u-boot-orangepipc.spec @@ -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-orangepipc -Version: 2018.07 +Version: 2018.09 Release: 0 Summary: The U-Boot firmware for the orangepipc 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) diff --git a/u-boot-orangepipc2.changes b/u-boot-orangepipc2.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-orangepipc2.changes +++ b/u-boot-orangepipc2.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-orangepipc2.spec b/u-boot-orangepipc2.spec index 79d0550..087e784 100644 --- a/u-boot-orangepipc2.spec +++ b/u-boot-orangepipc2.spec @@ -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-orangepipc2 -Version: 2018.07 +Version: 2018.09 Release: 0 Summary: The U-Boot firmware for the orangepipc2 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) diff --git a/u-boot-p2371-2180.changes b/u-boot-p2371-2180.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-p2371-2180.changes +++ b/u-boot-p2371-2180.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-p2371-2180.spec b/u-boot-p2371-2180.spec index cacceb4..5e5160e 100644 --- a/u-boot-p2371-2180.spec +++ b/u-boot-p2371-2180.spec @@ -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-p2371-2180 -Version: 2018.07 +Version: 2018.09 Release: 0 Summary: The U-Boot firmware for the p2371-2180 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) diff --git a/u-boot-p2771-0000-500.changes b/u-boot-p2771-0000-500.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-p2771-0000-500.changes +++ b/u-boot-p2771-0000-500.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-p2771-0000-500.spec b/u-boot-p2771-0000-500.spec index 01156ab..975b6d0 100644 --- a/u-boot-p2771-0000-500.spec +++ b/u-boot-p2771-0000-500.spec @@ -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-p2771-0000-500 -Version: 2018.07 +Version: 2018.09 Release: 0 Summary: The U-Boot firmware for the p2771-0000-500 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) diff --git a/u-boot-paz00.changes b/u-boot-paz00.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-paz00.changes +++ b/u-boot-paz00.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-paz00.spec b/u-boot-paz00.spec index d91c004..ef1fc9b 100644 --- a/u-boot-paz00.spec +++ b/u-boot-paz00.spec @@ -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-paz00 -Version: 2018.07 +Version: 2018.09 Release: 0 Summary: The U-Boot firmware for the paz00 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) diff --git a/u-boot-pcm051rev3.changes b/u-boot-pcm051rev3.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-pcm051rev3.changes +++ b/u-boot-pcm051rev3.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-pcm051rev3.spec b/u-boot-pcm051rev3.spec index fc80684..3b999d2 100644 --- a/u-boot-pcm051rev3.spec +++ b/u-boot-pcm051rev3.spec @@ -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-pcm051rev3 -Version: 2018.07 +Version: 2018.09 Release: 0 Summary: The U-Boot firmware for the pcm051rev3 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) diff --git a/u-boot-pine64plus.changes b/u-boot-pine64plus.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-pine64plus.changes +++ b/u-boot-pine64plus.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-pine64plus.spec b/u-boot-pine64plus.spec index abb95ea..729fa7c 100644 --- a/u-boot-pine64plus.spec +++ b/u-boot-pine64plus.spec @@ -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-pine64plus -Version: 2018.07 +Version: 2018.09 Release: 0 Summary: The U-Boot firmware for the pine64plus 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) diff --git a/u-boot-poplar.changes b/u-boot-poplar.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-poplar.changes +++ b/u-boot-poplar.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-poplar.spec b/u-boot-poplar.spec index 6f69401..d53903f 100644 --- a/u-boot-poplar.spec +++ b/u-boot-poplar.spec @@ -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-poplar -Version: 2018.07 +Version: 2018.09 Release: 0 Summary: The U-Boot firmware for the poplar 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) diff --git a/u-boot-qemu-ppce500.changes b/u-boot-qemu-ppce500.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-qemu-ppce500.changes +++ b/u-boot-qemu-ppce500.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-qemu-ppce500.spec b/u-boot-qemu-ppce500.spec index 33a4da2..2a4ef51 100644 --- a/u-boot-qemu-ppce500.spec +++ b/u-boot-qemu-ppce500.spec @@ -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-qemu-ppce500 -Version: 2018.07 +Version: 2018.09 Release: 0 Summary: The U-Boot firmware for the qemu-ppce500 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) diff --git a/u-boot-rpi.changes b/u-boot-rpi.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-rpi.changes +++ b/u-boot-rpi.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-rpi.spec b/u-boot-rpi.spec index 56c5691..93893f2 100644 --- a/u-boot-rpi.spec +++ b/u-boot-rpi.spec @@ -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-rpi -Version: 2018.07 +Version: 2018.09 Release: 0 Summary: The U-Boot firmware for the rpi 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) diff --git a/u-boot-rpi2.changes b/u-boot-rpi2.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-rpi2.changes +++ b/u-boot-rpi2.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-rpi2.spec b/u-boot-rpi2.spec index 27e258b..935a92e 100644 --- a/u-boot-rpi2.spec +++ b/u-boot-rpi2.spec @@ -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-rpi2 -Version: 2018.07 +Version: 2018.09 Release: 0 Summary: The U-Boot firmware for the rpi2 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) diff --git a/u-boot-rpi3.changes b/u-boot-rpi3.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-rpi3.changes +++ b/u-boot-rpi3.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-rpi3.spec b/u-boot-rpi3.spec index 613c6a7..fa36fd0 100644 --- a/u-boot-rpi3.spec +++ b/u-boot-rpi3.spec @@ -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-rpi3 -Version: 2018.07 +Version: 2018.09 Release: 0 Summary: The U-Boot firmware for the rpi3 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) diff --git a/u-boot-sinovoipbpim2plus.changes b/u-boot-sinovoipbpim2plus.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-sinovoipbpim2plus.changes +++ b/u-boot-sinovoipbpim2plus.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-sinovoipbpim2plus.spec b/u-boot-sinovoipbpim2plus.spec index c50ddc0..d4ddda5 100644 --- a/u-boot-sinovoipbpim2plus.spec +++ b/u-boot-sinovoipbpim2plus.spec @@ -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-sinovoipbpim2plus -Version: 2018.07 +Version: 2018.09 Release: 0 Summary: The U-Boot firmware for the sinovoipbpim2plus 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) diff --git a/u-boot-snow.changes b/u-boot-snow.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-snow.changes +++ b/u-boot-snow.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-snow.spec b/u-boot-snow.spec index 016ede1..598a27c 100644 --- a/u-boot-snow.spec +++ b/u-boot-snow.spec @@ -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-snow -Version: 2018.07 +Version: 2018.09 Release: 0 Summary: The U-Boot firmware for the snow 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) diff --git a/u-boot-socfpgade0nanosoc.changes b/u-boot-socfpgade0nanosoc.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-socfpgade0nanosoc.changes +++ b/u-boot-socfpgade0nanosoc.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-socfpgade0nanosoc.spec b/u-boot-socfpgade0nanosoc.spec index 4766344..3c9c76c 100644 --- a/u-boot-socfpgade0nanosoc.spec +++ b/u-boot-socfpgade0nanosoc.spec @@ -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-socfpgade0nanosoc -Version: 2018.07 +Version: 2018.09 Release: 0 Summary: The U-Boot firmware for the socfpgade0nanosoc 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) diff --git a/u-boot-spring.changes b/u-boot-spring.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-spring.changes +++ b/u-boot-spring.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-spring.spec b/u-boot-spring.spec index 3fcfa87..bef5526 100644 --- a/u-boot-spring.spec +++ b/u-boot-spring.spec @@ -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-spring -Version: 2018.07 +Version: 2018.09 Release: 0 Summary: The U-Boot firmware for the spring 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) diff --git a/u-boot-tinker-rk3288.changes b/u-boot-tinker-rk3288.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-tinker-rk3288.changes +++ b/u-boot-tinker-rk3288.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-tinker-rk3288.spec b/u-boot-tinker-rk3288.spec index 6990802..eea4fa8 100644 --- a/u-boot-tinker-rk3288.spec +++ b/u-boot-tinker-rk3288.spec @@ -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-tinker-rk3288 -Version: 2018.07 +Version: 2018.09 Release: 0 Summary: The U-Boot firmware for the tinker-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) diff --git a/u-boot-turrisomnia.changes b/u-boot-turrisomnia.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-turrisomnia.changes +++ b/u-boot-turrisomnia.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-turrisomnia.spec b/u-boot-turrisomnia.spec index 286b5dc..db31b4b 100644 --- a/u-boot-turrisomnia.spec +++ b/u-boot-turrisomnia.spec @@ -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-turrisomnia -Version: 2018.07 +Version: 2018.09 Release: 0 Summary: The U-Boot firmware for the turrisomnia 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) diff --git a/u-boot-udoo.changes b/u-boot-udoo.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-udoo.changes +++ b/u-boot-udoo.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-udoo.spec b/u-boot-udoo.spec index 01cf965..39cbf63 100644 --- a/u-boot-udoo.spec +++ b/u-boot-udoo.spec @@ -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-udoo -Version: 2018.07 +Version: 2018.09 Release: 0 Summary: The U-Boot firmware for the udoo 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) diff --git a/u-boot-udooneo.changes b/u-boot-udooneo.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-udooneo.changes +++ b/u-boot-udooneo.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-udooneo.spec b/u-boot-udooneo.spec index 64e4f0c..d1161c7 100644 --- a/u-boot-udooneo.spec +++ b/u-boot-udooneo.spec @@ -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-udooneo -Version: 2018.07 +Version: 2018.09 Release: 0 Summary: The U-Boot firmware for the udooneo 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) diff --git a/u-boot-xilinxzynqmpgeneric.changes b/u-boot-xilinxzynqmpgeneric.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-xilinxzynqmpgeneric.changes +++ b/u-boot-xilinxzynqmpgeneric.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-xilinxzynqmpgeneric.spec b/u-boot-xilinxzynqmpgeneric.spec index 8df992b..48ee4b6 100644 --- a/u-boot-xilinxzynqmpgeneric.spec +++ b/u-boot-xilinxzynqmpgeneric.spec @@ -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-xilinxzynqmpgeneric -Version: 2018.07 +Version: 2018.09 Release: 0 Summary: The U-Boot firmware for the xilinxzynqmpgeneric 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) diff --git a/u-boot-xilinxzynqmpzcu102rev10.changes b/u-boot-xilinxzynqmpzcu102rev10.changes index e196cb9..d1e1e0a 100644 --- a/u-boot-xilinxzynqmpzcu102rev10.changes +++ b/u-boot-xilinxzynqmpzcu102rev10.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot-xilinxzynqmpzcu102rev10.spec b/u-boot-xilinxzynqmpzcu102rev10.spec index 0b05c06..708c586 100644 --- a/u-boot-xilinxzynqmpzcu102rev10.spec +++ b/u-boot-xilinxzynqmpzcu102rev10.spec @@ -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-xilinxzynqmpzcu102rev10 -Version: 2018.07 +Version: 2018.09 Release: 0 Summary: The U-Boot firmware for the xilinxzynqmpzcu102rev10 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) diff --git a/u-boot.changes b/u-boot.changes index e196cb9..d1e1e0a 100644 --- a/u-boot.changes +++ b/u-boot.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- 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 diff --git a/u-boot.spec b/u-boot.spec index 79c9adb..f862929 100644 --- a/u-boot.spec +++ b/u-boot.spec @@ -19,10 +19,10 @@ # 'archive_version' differs from 'version' for RC version only -%define archive_version 2018.07 +%define archive_version 2018.09 Name: u-boot -Version: 2018.07 +Version: 2018.09 Release: 0 Summary: Tools for the U-Boot Firmware License: GPL-2.0-only @@ -39,8 +39,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 BuildRequires: bison BuildRequires: flex BuildRequires: libopenssl-devel @@ -73,7 +72,6 @@ mkimage- a tool that creates kernel bootable images for U-Boot. %patch0008 -p1 %patch0009 -p1 %patch0010 -p1 -%patch0011 -p1 %build # needed for include/config/auto.conf diff --git a/update_git.sh b/update_git.sh index fa204ea..69b2be6 100644 --- a/update_git.sh +++ b/update_git.sh @@ -13,8 +13,8 @@ set -e GIT_TREE=git://github.com/openSUSE/u-boot.git GIT_LOCAL_TREE=~/git/u-boot-opensuse -GIT_BRANCH=tumbleweed-2018.07 -GIT_UPSTREAM_TAG=v2018.07 +GIT_BRANCH=tumbleweed-2018.09 +GIT_UPSTREAM_TAG=v2018.09 GIT_DIR=/dev/shm/u-boot-factory-git-dir CMP_DIR=/dev/shm/u-boot-factory-cmp-dir