forked from pool/u-boot
Accepting request 666209 from hardware👢staging
- Update to v2019.01 - Update to v2019.01-rc3 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 * Patches dropped: 0007-exynos-imply-SYS_THUMB_BUILD.patch - Add rock960-rk3399 - Update to v2019.01-rc2 - add pinebook - Update to v2019.01-rc1 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 * Patches dropped: 0007-Revert-efi_loader-remove-efi_exit_c.patch 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch * Patches added: 0007-exynos-imply-SYS_THUMB_BUILD.patch OBS-URL: https://build.opensuse.org/request/show/666209 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=33
This commit is contained in:
parent
48e214d315
commit
3eea99e170
@ -1,4 +1,4 @@
|
||||
From f83e28325231dbc7344dbd1c93e534acd863561e Mon Sep 17 00:00:00 2001
|
||||
From f157d20e42d1f151c9fa402dc635c2879539ee2f Mon Sep 17 00:00:00 2001
|
||||
From: Guillaume GARDET <guillaume.gardet@free.fr>
|
||||
Date: Wed, 13 Apr 2016 13:44:29 +0200
|
||||
Subject: [PATCH] XXX openSUSE XXX: Prepend partition 2 (and 3 fo chromebook
|
||||
@ -10,7 +10,7 @@ Subject: [PATCH] XXX openSUSE XXX: Prepend partition 2 (and 3 fo chromebook
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h
|
||||
index 373fee78a9..9440892931 100644
|
||||
index 555efb7433..6579ffe107 100644
|
||||
--- a/include/config_distro_bootcmd.h
|
||||
+++ b/include/config_distro_bootcmd.h
|
||||
@@ -141,7 +141,7 @@
|
||||
@ -22,7 +22,7 @@ index 373fee78a9..9440892931 100644
|
||||
"scan_dev_for_efi=" \
|
||||
"setenv efi_fdtfile ${fdtfile}; " \
|
||||
BOOTENV_EFI_SET_FDTFILE_FALLBACK \
|
||||
@@ -398,7 +398,7 @@
|
||||
@@ -412,7 +412,7 @@
|
||||
"scan_dev_for_boot_part=" \
|
||||
"part list ${devtype} ${devnum} -bootable devplist; " \
|
||||
"env exists devplist || setenv devplist 1; " \
|
||||
|
@ -1,4 +1,4 @@
|
||||
From a30c67ce850e8ae2e71d3b440ee06df985fbdd8e Mon Sep 17 00:00:00 2001
|
||||
From 2f9efa00db72a83d3591392735f67a6a559f4b14 Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Graf <agraf@suse.de>
|
||||
Date: Mon, 2 May 2016 23:25:07 +0200
|
||||
Subject: [PATCH] Revert "Revert "omap3: Use raw SPL by default for mmc1""
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 247f69fae21b23b83fccbb6c6537a55ad28910ff Mon Sep 17 00:00:00 2001
|
||||
From 7a279c1c451cd1cf4294a9037f7acf22a6cea7d6 Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Graf <agraf@suse.de>
|
||||
Date: Wed, 21 Feb 2018 17:41:13 +0100
|
||||
Subject: [PATCH] rpi: Use firmware provided device tree
|
||||
@ -18,6 +18,7 @@ U-Boot as well as payloads loaded by it can automatically adapt
|
||||
to variants of RPi hardware.
|
||||
|
||||
Signed-off-by: Alexander Graf <agraf@suse.de>
|
||||
Signed-off-by: Guillaume Gardet <guillaume.gardet@free.fr>
|
||||
---
|
||||
configs/rpi_0_w_defconfig | 2 +-
|
||||
configs/rpi_2_defconfig | 2 +-
|
||||
@ -27,65 +28,65 @@ Signed-off-by: Alexander Graf <agraf@suse.de>
|
||||
5 files changed, 5 insertions(+), 5 deletions(-)
|
||||
|
||||
diff --git a/configs/rpi_0_w_defconfig b/configs/rpi_0_w_defconfig
|
||||
index d5bf01b76e..08f177f34a 100644
|
||||
index 39da54c3e7..81997056f4 100644
|
||||
--- a/configs/rpi_0_w_defconfig
|
||||
+++ b/configs/rpi_0_w_defconfig
|
||||
@@ -13,7 +13,7 @@ CONFIG_SYS_PROMPT="U-Boot> "
|
||||
CONFIG_CMD_GPIO=y
|
||||
@@ -14,7 +14,7 @@ CONFIG_CMD_GPIO=y
|
||||
CONFIG_CMD_MMC=y
|
||||
CONFIG_CMD_USB=y
|
||||
CONFIG_CMD_FS_UUID=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"
|
||||
diff --git a/configs/rpi_2_defconfig b/configs/rpi_2_defconfig
|
||||
index a50a815759..0918c6c9ff 100644
|
||||
index 5f5b40522d..06080b9347 100644
|
||||
--- a/configs/rpi_2_defconfig
|
||||
+++ b/configs/rpi_2_defconfig
|
||||
@@ -13,7 +13,7 @@ CONFIG_SYS_PROMPT="U-Boot> "
|
||||
CONFIG_CMD_GPIO=y
|
||||
@@ -14,7 +14,7 @@ CONFIG_CMD_GPIO=y
|
||||
CONFIG_CMD_MMC=y
|
||||
CONFIG_CMD_USB=y
|
||||
CONFIG_CMD_FS_UUID=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"
|
||||
diff --git a/configs/rpi_3_32b_defconfig b/configs/rpi_3_32b_defconfig
|
||||
index ec395d29ed..22165bde53 100644
|
||||
index bbf902bb91..17f672c9da 100644
|
||||
--- a/configs/rpi_3_32b_defconfig
|
||||
+++ b/configs/rpi_3_32b_defconfig
|
||||
@@ -14,7 +14,7 @@ CONFIG_SYS_PROMPT="U-Boot> "
|
||||
CONFIG_CMD_GPIO=y
|
||||
@@ -15,7 +15,7 @@ CONFIG_CMD_GPIO=y
|
||||
CONFIG_CMD_MMC=y
|
||||
CONFIG_CMD_USB=y
|
||||
CONFIG_CMD_FS_UUID=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_3_defconfig b/configs/rpi_3_defconfig
|
||||
index ac99f2000a..0ca298cd54 100644
|
||||
index ea40351dc4..e84adb5f83 100644
|
||||
--- a/configs/rpi_3_defconfig
|
||||
+++ b/configs/rpi_3_defconfig
|
||||
@@ -14,7 +14,7 @@ CONFIG_SYS_PROMPT="U-Boot> "
|
||||
CONFIG_CMD_GPIO=y
|
||||
@@ -15,7 +15,7 @@ CONFIG_CMD_GPIO=y
|
||||
CONFIG_CMD_MMC=y
|
||||
CONFIG_CMD_USB=y
|
||||
CONFIG_CMD_FS_UUID=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
|
||||
index 981d17381a..8a2a5b83f8 100644
|
||||
--- a/configs/rpi_defconfig
|
||||
+++ b/configs/rpi_defconfig
|
||||
@@ -13,7 +13,7 @@ CONFIG_SYS_PROMPT="U-Boot> "
|
||||
CONFIG_CMD_GPIO=y
|
||||
@@ -14,7 +14,7 @@ CONFIG_CMD_GPIO=y
|
||||
CONFIG_CMD_MMC=y
|
||||
CONFIG_CMD_USB=y
|
||||
CONFIG_CMD_FS_UUID=y
|
||||
-CONFIG_OF_EMBED=y
|
||||
+CONFIG_OF_BOARD=y
|
||||
CONFIG_DEFAULT_DEVICE_TREE="bcm2835-rpi-b"
|
||||
|
@ -1,4 +1,4 @@
|
||||
From f4f6660237dd6484143fb98edd86a2d967b34cd0 Mon Sep 17 00:00:00 2001
|
||||
From b9c7341bde4c8eb3f60bf20a3198055a24490503 Mon Sep 17 00:00:00 2001
|
||||
From: Guillaume GARDET <guillaume.gardet@free.fr>
|
||||
Date: Mon, 9 Apr 2018 10:28:26 +0200
|
||||
Subject: [PATCH] Temp workaround for Chromebook snow to avoid the 'unable to
|
||||
|
@ -1,4 +1,4 @@
|
||||
From f82ab8f63b80192acaccf3a02b95cbaff613e868 Mon Sep 17 00:00:00 2001
|
||||
From b0d74e2f0d3bc4b90112eb1da8c1dd211a85fef4 Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Graf <agraf@suse.de>
|
||||
Date: Tue, 24 Apr 2018 21:25:23 +0200
|
||||
Subject: [PATCH] zynqmp: Add generic target
|
||||
@ -38,8 +38,8 @@ v3 -> v4:
|
||||
- remove CONFIG_ZYNQ_SDHCI{0,1} - needs to be solved generically
|
||||
- add xhci usb1 to xhci controller list
|
||||
---
|
||||
configs/xilinx_zynqmp_generic_defconfig | 86 +++++++++++++++++++++++++++++++++
|
||||
include/configs/xilinx_zynqmp_generic.h | 21 ++++++++
|
||||
configs/xilinx_zynqmp_generic_defconfig | 86 +++++++++++++++++++++++++
|
||||
include/configs/xilinx_zynqmp_generic.h | 21 ++++++
|
||||
2 files changed, 107 insertions(+)
|
||||
create mode 100644 configs/xilinx_zynqmp_generic_defconfig
|
||||
create mode 100644 include/configs/xilinx_zynqmp_generic.h
|
||||
|
@ -1,4 +1,4 @@
|
||||
From cca76f86fb083fc2a54d44777bf9f87272be4cda Mon Sep 17 00:00:00 2001
|
||||
From eaabb2031f87e485b6b13d9af454532e76dc69ba Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Graf <agraf@suse.de>
|
||||
Date: Thu, 26 Apr 2018 13:30:32 +0200
|
||||
Subject: [PATCH] tools: zynqmpbif: Add support for load=after
|
||||
|
@ -1,72 +0,0 @@
|
||||
From 36a7d1d794e636d19902ffaf8e9540a1cbcc7bcc Mon Sep 17 00:00:00 2001
|
||||
From: Guillaume GARDET <guillaume.gardet@free.fr>
|
||||
Date: Mon, 5 Nov 2018 10:22:16 +0100
|
||||
Subject: [PATCH] Revert "efi_loader: remove efi_exit_caches()" This reverts
|
||||
commit 3170db63c41a2eda6ee6573353bb4de8c7c1b9d5.
|
||||
|
||||
Grub in Tumbleweed is not ready for this change.
|
||||
Remove this revert once Grub is updated in TW
|
||||
---
|
||||
lib/efi_loader/efi_boottime.c | 28 ++++++++++++++++++++++++++++
|
||||
1 file changed, 28 insertions(+)
|
||||
|
||||
diff --git a/lib/efi_loader/efi_boottime.c b/lib/efi_loader/efi_boottime.c
|
||||
index da978d2b34..54c597f042 100644
|
||||
--- a/lib/efi_loader/efi_boottime.c
|
||||
+++ b/lib/efi_loader/efi_boottime.c
|
||||
@@ -26,6 +26,14 @@ LIST_HEAD(efi_obj_list);
|
||||
/* List of all events */
|
||||
LIST_HEAD(efi_events);
|
||||
|
||||
+/*
|
||||
+ * If we're running on nasty systems (32bit ARM booting into non-EFI Linux)
|
||||
+ * we need to do trickery with caches. Since we don't want to break the EFI
|
||||
+ * aware boot path, only apply hacks when loading exiting directly (breaking
|
||||
+ * direct Linux EFI booting along the way - oh well).
|
||||
+ */
|
||||
+static bool efi_is_direct_boot = true;
|
||||
+
|
||||
#ifdef CONFIG_ARM
|
||||
/*
|
||||
* The "gd" pointer lives in a register on ARM and AArch64 that we declare
|
||||
@@ -1678,6 +1686,8 @@ static efi_status_t EFIAPI efi_start_image(efi_handle_t image_handle,
|
||||
|
||||
EFI_ENTRY("%p, %p, %p", image_handle, exit_data_size, exit_data);
|
||||
|
||||
+ efi_is_direct_boot = false;
|
||||
+
|
||||
/* call the image! */
|
||||
if (setjmp(&image_obj->exit_jmp)) {
|
||||
/*
|
||||
@@ -1785,6 +1795,21 @@ static efi_status_t EFIAPI efi_unload_image(efi_handle_t image_handle)
|
||||
return EFI_EXIT(EFI_SUCCESS);
|
||||
}
|
||||
|
||||
+/**
|
||||
+ * efi_exit_caches() - fix up caches for EFI payloads if necessary
|
||||
+ */
|
||||
+static void efi_exit_caches(void)
|
||||
+{
|
||||
+#if defined(CONFIG_ARM) && !defined(CONFIG_ARM64)
|
||||
+ /*
|
||||
+ * Grub on 32bit ARM needs to have caches disabled before jumping into
|
||||
+ * a zImage, but does not know of all cache layers. Give it a hand.
|
||||
+ */
|
||||
+ if (efi_is_direct_boot)
|
||||
+ cleanup_before_linux();
|
||||
+#endif
|
||||
+}
|
||||
+
|
||||
/**
|
||||
* efi_exit_boot_services() - stop all boot services
|
||||
* @image_handle: handle of the loaded image
|
||||
@@ -1838,6 +1863,9 @@ static efi_status_t EFIAPI efi_exit_boot_services(efi_handle_t image_handle,
|
||||
|
||||
board_quiesce_devices();
|
||||
|
||||
+ /* Fix up caches for EFI payloads if necessary */
|
||||
+ efi_exit_caches();
|
||||
+
|
||||
/* This stops all lingering devices */
|
||||
bootm_disable_interrupts();
|
||||
|
@ -1,30 +0,0 @@
|
||||
From eb04d2007c1f36a6ae10ca6729f8d9570da4220b Mon Sep 17 00:00:00 2001
|
||||
From: Guillaume GARDET <guillaume.gardet@free.fr>
|
||||
Date: Mon, 19 Nov 2018 17:33:06 +0100
|
||||
Subject: [PATCH] exynos5: allow bigger BL2 (u-boot.bin)
|
||||
|
||||
This patch allows SPL to load a bigger BL2 (u-boot.bin).
|
||||
This is needed for and has been tested on Arndale board, as u-boot.bin is
|
||||
now bigger than 512K with GCC8.
|
||||
|
||||
Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr>
|
||||
|
||||
Cc: Minkyu Kang <mk7.kang@samsung.com>
|
||||
Cc: Tom Rini <trini@konsulko.com>
|
||||
---
|
||||
include/configs/exynos5-common.h | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/include/configs/exynos5-common.h b/include/configs/exynos5-common.h
|
||||
index cd2a9046af..7da4be5ca8 100644
|
||||
--- a/include/configs/exynos5-common.h
|
||||
+++ b/include/configs/exynos5-common.h
|
||||
@@ -89,7 +89,7 @@
|
||||
/* Configuration of BL1, BL2, ENV Blocks on mmc */
|
||||
#define CONFIG_RES_BLOCK_SIZE (512)
|
||||
#define CONFIG_BL1_SIZE (16 << 10) /*16 K reserved for BL1*/
|
||||
-#define CONFIG_BL2_SIZE (512UL << 10UL) /* 512 KB */
|
||||
+#define CONFIG_BL2_SIZE (512UL << 11UL) /* 1 MB */
|
||||
#define CONFIG_ENV_SIZE (16 << 10) /* 16 KB */
|
||||
|
||||
#define CONFIG_BL1_OFFSET (CONFIG_RES_BLOCK_SIZE + CONFIG_SEC_FW_SIZE)
|
@ -37,7 +37,7 @@ armv7_boards="$armv7_boards socfpga_de0_nano_soc"
|
||||
|
||||
aarch64_boards="ls1012afrdm_qspi rpi_3"
|
||||
# Allwinner
|
||||
aarch64_boards="$aarch64_boards bananapi_m64 nanopi_a64 orangepi_pc2 pine64_plus pine_h64"
|
||||
aarch64_boards="$aarch64_boards bananapi_m64 nanopi_a64 orangepi_pc2 pine64_plus pine_h64 pinebook"
|
||||
# Amlogic
|
||||
aarch64_boards="$aarch64_boards khadas-vim khadas-vim2 odroid-c2"
|
||||
# Hisilicon
|
||||
@ -51,7 +51,7 @@ aarch64_boards="$aarch64_boards p2371-2180 p2771-0000-500"
|
||||
aarch64_boards="$aarch64_boards dragonboard410c dragonboard820c"
|
||||
# Rockchip
|
||||
aarch64_boards="$aarch64_boards geekbox"
|
||||
aarch64_boards="$aarch64_boards evb-rk3399 firefly-rk3399"
|
||||
aarch64_boards="$aarch64_boards evb-rk3399 firefly-rk3399 rock960-rk3399"
|
||||
# Xilinx
|
||||
aarch64_boards="$aarch64_boards xilinx_zynqmp_zcu102_rev1_0 xilinx_zynqmp_generic"
|
||||
|
||||
@ -134,7 +134,7 @@ Bananapi*|Cubieboard*|Cubietruck*|Hyundai_A7HD|Mele_A1000|nanopi_neo|*-OLinuXino
|
||||
BINEND=img
|
||||
SUNXI_SPL=1
|
||||
;;
|
||||
bananapi_m64|nanopi_a64|orangepi_pc2|pine64_plus|pine_h64)
|
||||
bananapi_m64|nanopi_a64|orangepi_pc2|pine64_plus|pine_h64|pinebook)
|
||||
BINEND=itb
|
||||
SUNXI_SPL=1
|
||||
;;
|
||||
@ -161,7 +161,7 @@ tinker-rk3288)
|
||||
ROCKCHIP_SPL_IMAGE_TYPES="rksd"
|
||||
ROCKCHIP_SPL_SOC=rk3288
|
||||
;;
|
||||
evb-rk3399|firefly-rk3399)
|
||||
evb-rk3399|firefly-rk3399|rock960-rk3399)
|
||||
BINEND=bin
|
||||
ROCKCHIP_SPL=1
|
||||
ROCKCHIP_SPL_IMAGE_TYPES="rksd"
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:737c93f2ea03fec669e840dbee32bcf6238e6924ff5f20e4f1c472ee24e5d37e
|
||||
size 13045125
|
Binary file not shown.
3
u-boot-2019.01.tar.bz2
Normal file
3
u-boot-2019.01.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50bd7e5a466ab828914d080d5f6a432345b500e8fba1ad3b7b61e95e60d51c22
|
||||
size 13366005
|
BIN
u-boot-2019.01.tar.bz2.sig
Normal file
BIN
u-boot-2019.01.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-a10-olinuxino-lime
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "a10-olinuxino-lime" == "rpi" || "a10-olinuxino-lime" == "rpi2" || "a10-olinuxino-lime" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "a10-olinuxino-lime" == "evb-rk3399" || "a10-olinuxino-lime" == "firefly-rk3399" || "a10-olinuxino-lime" == "puma-rk3399"
|
||||
%if "a10-olinuxino-lime" == "evb-rk3399" || "a10-olinuxino-lime" == "firefly-rk3399" || "a10-olinuxino-lime" == "puma-rk3399" || "a10-olinuxino-lime" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "a10-olinuxino-lime" == "bananapim64" || "a10-olinuxino-lime" == "nanopia64" || "a10-olinuxino-lime" == "pine64plus"
|
||||
%if "a10-olinuxino-lime" == "bananapim64" || "a10-olinuxino-lime" == "nanopia64" || "a10-olinuxino-lime" == "pine64plus" || "a10-olinuxino-lime" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "a10-olinuxino-lime" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-a10-olinuxino-lime
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the a10-olinuxino-lime platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-a13-olinuxino
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "a13-olinuxino" == "rpi" || "a13-olinuxino" == "rpi2" || "a13-olinuxino" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "a13-olinuxino" == "evb-rk3399" || "a13-olinuxino" == "firefly-rk3399" || "a13-olinuxino" == "puma-rk3399"
|
||||
%if "a13-olinuxino" == "evb-rk3399" || "a13-olinuxino" == "firefly-rk3399" || "a13-olinuxino" == "puma-rk3399" || "a13-olinuxino" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "a13-olinuxino" == "bananapim64" || "a13-olinuxino" == "nanopia64" || "a13-olinuxino" == "pine64plus"
|
||||
%if "a13-olinuxino" == "bananapim64" || "a13-olinuxino" == "nanopia64" || "a13-olinuxino" == "pine64plus" || "a13-olinuxino" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "a13-olinuxino" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-a13-olinuxino
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the a13-olinuxino platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-a13-olinuxinom
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "a13-olinuxinom" == "rpi" || "a13-olinuxinom" == "rpi2" || "a13-olinuxinom" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "a13-olinuxinom" == "evb-rk3399" || "a13-olinuxinom" == "firefly-rk3399" || "a13-olinuxinom" == "puma-rk3399"
|
||||
%if "a13-olinuxinom" == "evb-rk3399" || "a13-olinuxinom" == "firefly-rk3399" || "a13-olinuxinom" == "puma-rk3399" || "a13-olinuxinom" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "a13-olinuxinom" == "bananapim64" || "a13-olinuxinom" == "nanopia64" || "a13-olinuxinom" == "pine64plus"
|
||||
%if "a13-olinuxinom" == "bananapim64" || "a13-olinuxinom" == "nanopia64" || "a13-olinuxinom" == "pine64plus" || "a13-olinuxinom" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "a13-olinuxinom" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-a13-olinuxinom
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the a13-olinuxinom platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-a20-olinuxino-lime
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "a20-olinuxino-lime" == "rpi" || "a20-olinuxino-lime" == "rpi2" || "a20-olinuxino-lime" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "a20-olinuxino-lime" == "evb-rk3399" || "a20-olinuxino-lime" == "firefly-rk3399" || "a20-olinuxino-lime" == "puma-rk3399"
|
||||
%if "a20-olinuxino-lime" == "evb-rk3399" || "a20-olinuxino-lime" == "firefly-rk3399" || "a20-olinuxino-lime" == "puma-rk3399" || "a20-olinuxino-lime" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "a20-olinuxino-lime" == "bananapim64" || "a20-olinuxino-lime" == "nanopia64" || "a20-olinuxino-lime" == "pine64plus"
|
||||
%if "a20-olinuxino-lime" == "bananapim64" || "a20-olinuxino-lime" == "nanopia64" || "a20-olinuxino-lime" == "pine64plus" || "a20-olinuxino-lime" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "a20-olinuxino-lime" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-a20-olinuxino-lime
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the a20-olinuxino-lime platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-a20-olinuxino-lime2
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "a20-olinuxino-lime2" == "rpi" || "a20-olinuxino-lime2" == "rpi2" || "a20-olinuxino-lime2" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "a20-olinuxino-lime2" == "evb-rk3399" || "a20-olinuxino-lime2" == "firefly-rk3399" || "a20-olinuxino-lime2" == "puma-rk3399"
|
||||
%if "a20-olinuxino-lime2" == "evb-rk3399" || "a20-olinuxino-lime2" == "firefly-rk3399" || "a20-olinuxino-lime2" == "puma-rk3399" || "a20-olinuxino-lime2" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "a20-olinuxino-lime2" == "bananapim64" || "a20-olinuxino-lime2" == "nanopia64" || "a20-olinuxino-lime2" == "pine64plus"
|
||||
%if "a20-olinuxino-lime2" == "bananapim64" || "a20-olinuxino-lime2" == "nanopia64" || "a20-olinuxino-lime2" == "pine64plus" || "a20-olinuxino-lime2" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "a20-olinuxino-lime2" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-a20-olinuxino-lime2
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the a20-olinuxino-lime2 platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-a20-olinuxinomicro
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "a20-olinuxinomicro" == "rpi" || "a20-olinuxinomicro" == "rpi2" || "a20-olinuxinomicro" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "a20-olinuxinomicro" == "evb-rk3399" || "a20-olinuxinomicro" == "firefly-rk3399" || "a20-olinuxinomicro" == "puma-rk3399"
|
||||
%if "a20-olinuxinomicro" == "evb-rk3399" || "a20-olinuxinomicro" == "firefly-rk3399" || "a20-olinuxinomicro" == "puma-rk3399" || "a20-olinuxinomicro" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "a20-olinuxinomicro" == "bananapim64" || "a20-olinuxinomicro" == "nanopia64" || "a20-olinuxinomicro" == "pine64plus"
|
||||
%if "a20-olinuxinomicro" == "bananapim64" || "a20-olinuxinomicro" == "nanopia64" || "a20-olinuxinomicro" == "pine64plus" || "a20-olinuxinomicro" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "a20-olinuxinomicro" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-a20-olinuxinomicro
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the a20-olinuxinomicro platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-am335xboneblack
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "am335xboneblack" == "rpi" || "am335xboneblack" == "rpi2" || "am335xboneblack" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "am335xboneblack" == "evb-rk3399" || "am335xboneblack" == "firefly-rk3399" || "am335xboneblack" == "puma-rk3399"
|
||||
%if "am335xboneblack" == "evb-rk3399" || "am335xboneblack" == "firefly-rk3399" || "am335xboneblack" == "puma-rk3399" || "am335xboneblack" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "am335xboneblack" == "bananapim64" || "am335xboneblack" == "nanopia64" || "am335xboneblack" == "pine64plus"
|
||||
%if "am335xboneblack" == "bananapim64" || "am335xboneblack" == "nanopia64" || "am335xboneblack" == "pine64plus" || "am335xboneblack" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "am335xboneblack" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-am335xboneblack
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the am335xboneblack platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-am335xevm
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "am335xevm" == "rpi" || "am335xevm" == "rpi2" || "am335xevm" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "am335xevm" == "evb-rk3399" || "am335xevm" == "firefly-rk3399" || "am335xevm" == "puma-rk3399"
|
||||
%if "am335xevm" == "evb-rk3399" || "am335xevm" == "firefly-rk3399" || "am335xevm" == "puma-rk3399" || "am335xevm" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "am335xevm" == "bananapim64" || "am335xevm" == "nanopia64" || "am335xevm" == "pine64plus"
|
||||
%if "am335xevm" == "bananapim64" || "am335xevm" == "nanopia64" || "am335xevm" == "pine64plus" || "am335xevm" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "am335xevm" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-am335xevm
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the am335xevm platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-am57xxevm
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "am57xxevm" == "rpi" || "am57xxevm" == "rpi2" || "am57xxevm" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "am57xxevm" == "evb-rk3399" || "am57xxevm" == "firefly-rk3399" || "am57xxevm" == "puma-rk3399"
|
||||
%if "am57xxevm" == "evb-rk3399" || "am57xxevm" == "firefly-rk3399" || "am57xxevm" == "puma-rk3399" || "am57xxevm" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "am57xxevm" == "bananapim64" || "am57xxevm" == "nanopia64" || "am57xxevm" == "pine64plus"
|
||||
%if "am57xxevm" == "bananapim64" || "am57xxevm" == "nanopia64" || "am57xxevm" == "pine64plus" || "am57xxevm" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "am57xxevm" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-am57xxevm
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the am57xxevm platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-arndale
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "arndale" == "rpi" || "arndale" == "rpi2" || "arndale" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "arndale" == "evb-rk3399" || "arndale" == "firefly-rk3399" || "arndale" == "puma-rk3399"
|
||||
%if "arndale" == "evb-rk3399" || "arndale" == "firefly-rk3399" || "arndale" == "puma-rk3399" || "arndale" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "arndale" == "bananapim64" || "arndale" == "nanopia64" || "arndale" == "pine64plus"
|
||||
%if "arndale" == "bananapim64" || "arndale" == "nanopia64" || "arndale" == "pine64plus" || "arndale" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "arndale" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-arndale
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the arndale platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-bananapi
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "bananapi" == "rpi" || "bananapi" == "rpi2" || "bananapi" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "bananapi" == "evb-rk3399" || "bananapi" == "firefly-rk3399" || "bananapi" == "puma-rk3399"
|
||||
%if "bananapi" == "evb-rk3399" || "bananapi" == "firefly-rk3399" || "bananapi" == "puma-rk3399" || "bananapi" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "bananapi" == "bananapim64" || "bananapi" == "nanopia64" || "bananapi" == "pine64plus"
|
||||
%if "bananapi" == "bananapim64" || "bananapi" == "nanopia64" || "bananapi" == "pine64plus" || "bananapi" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "bananapi" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-bananapi
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the bananapi platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-bananapim64
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "bananapim64" == "rpi" || "bananapim64" == "rpi2" || "bananapim64" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "bananapim64" == "evb-rk3399" || "bananapim64" == "firefly-rk3399" || "bananapim64" == "puma-rk3399"
|
||||
%if "bananapim64" == "evb-rk3399" || "bananapim64" == "firefly-rk3399" || "bananapim64" == "puma-rk3399" || "bananapim64" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "bananapim64" == "bananapim64" || "bananapim64" == "nanopia64" || "bananapim64" == "pine64plus"
|
||||
%if "bananapim64" == "bananapim64" || "bananapim64" == "nanopia64" || "bananapim64" == "pine64plus" || "bananapim64" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "bananapim64" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-bananapim64
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the bananapim64 platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -33,10 +33,10 @@
|
||||
%if "BOARDNAME" == "rpi" || "BOARDNAME" == "rpi2" || "BOARDNAME" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "BOARDNAME" == "evb-rk3399" || "BOARDNAME" == "firefly-rk3399" || "BOARDNAME" == "puma-rk3399"
|
||||
%if "BOARDNAME" == "evb-rk3399" || "BOARDNAME" == "firefly-rk3399" || "BOARDNAME" == "puma-rk3399" || "BOARDNAME" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "BOARDNAME" == "bananapim64" || "BOARDNAME" == "nanopia64" || "BOARDNAME" == "pine64plus"
|
||||
%if "BOARDNAME" == "bananapim64" || "BOARDNAME" == "nanopia64" || "BOARDNAME" == "pine64plus" || "BOARDNAME" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "BOARDNAME" == "orangepipc2"
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-clearfog
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "clearfog" == "rpi" || "clearfog" == "rpi2" || "clearfog" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "clearfog" == "evb-rk3399" || "clearfog" == "firefly-rk3399" || "clearfog" == "puma-rk3399"
|
||||
%if "clearfog" == "evb-rk3399" || "clearfog" == "firefly-rk3399" || "clearfog" == "puma-rk3399" || "clearfog" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "clearfog" == "bananapim64" || "clearfog" == "nanopia64" || "clearfog" == "pine64plus"
|
||||
%if "clearfog" == "bananapim64" || "clearfog" == "nanopia64" || "clearfog" == "pine64plus" || "clearfog" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "clearfog" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-clearfog
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the clearfog platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-colibrit20
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "colibrit20" == "rpi" || "colibrit20" == "rpi2" || "colibrit20" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "colibrit20" == "evb-rk3399" || "colibrit20" == "firefly-rk3399" || "colibrit20" == "puma-rk3399"
|
||||
%if "colibrit20" == "evb-rk3399" || "colibrit20" == "firefly-rk3399" || "colibrit20" == "puma-rk3399" || "colibrit20" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "colibrit20" == "bananapim64" || "colibrit20" == "nanopia64" || "colibrit20" == "pine64plus"
|
||||
%if "colibrit20" == "bananapim64" || "colibrit20" == "nanopia64" || "colibrit20" == "pine64plus" || "colibrit20" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "colibrit20" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-colibrit20
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the colibrit20 platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-cubieboard
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "cubieboard" == "rpi" || "cubieboard" == "rpi2" || "cubieboard" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "cubieboard" == "evb-rk3399" || "cubieboard" == "firefly-rk3399" || "cubieboard" == "puma-rk3399"
|
||||
%if "cubieboard" == "evb-rk3399" || "cubieboard" == "firefly-rk3399" || "cubieboard" == "puma-rk3399" || "cubieboard" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "cubieboard" == "bananapim64" || "cubieboard" == "nanopia64" || "cubieboard" == "pine64plus"
|
||||
%if "cubieboard" == "bananapim64" || "cubieboard" == "nanopia64" || "cubieboard" == "pine64plus" || "cubieboard" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "cubieboard" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-cubieboard
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the cubieboard platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-cubieboard2
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "cubieboard2" == "rpi" || "cubieboard2" == "rpi2" || "cubieboard2" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "cubieboard2" == "evb-rk3399" || "cubieboard2" == "firefly-rk3399" || "cubieboard2" == "puma-rk3399"
|
||||
%if "cubieboard2" == "evb-rk3399" || "cubieboard2" == "firefly-rk3399" || "cubieboard2" == "puma-rk3399" || "cubieboard2" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "cubieboard2" == "bananapim64" || "cubieboard2" == "nanopia64" || "cubieboard2" == "pine64plus"
|
||||
%if "cubieboard2" == "bananapim64" || "cubieboard2" == "nanopia64" || "cubieboard2" == "pine64plus" || "cubieboard2" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "cubieboard2" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-cubieboard2
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the cubieboard2 platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-cubietruck
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "cubietruck" == "rpi" || "cubietruck" == "rpi2" || "cubietruck" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "cubietruck" == "evb-rk3399" || "cubietruck" == "firefly-rk3399" || "cubietruck" == "puma-rk3399"
|
||||
%if "cubietruck" == "evb-rk3399" || "cubietruck" == "firefly-rk3399" || "cubietruck" == "puma-rk3399" || "cubietruck" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "cubietruck" == "bananapim64" || "cubietruck" == "nanopia64" || "cubietruck" == "pine64plus"
|
||||
%if "cubietruck" == "bananapim64" || "cubietruck" == "nanopia64" || "cubietruck" == "pine64plus" || "cubietruck" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "cubietruck" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-cubietruck
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the cubietruck platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-dragonboard410c
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "dragonboard410c" == "rpi" || "dragonboard410c" == "rpi2" || "dragonboard410c" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "dragonboard410c" == "evb-rk3399" || "dragonboard410c" == "firefly-rk3399" || "dragonboard410c" == "puma-rk3399"
|
||||
%if "dragonboard410c" == "evb-rk3399" || "dragonboard410c" == "firefly-rk3399" || "dragonboard410c" == "puma-rk3399" || "dragonboard410c" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "dragonboard410c" == "bananapim64" || "dragonboard410c" == "nanopia64" || "dragonboard410c" == "pine64plus"
|
||||
%if "dragonboard410c" == "bananapim64" || "dragonboard410c" == "nanopia64" || "dragonboard410c" == "pine64plus" || "dragonboard410c" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "dragonboard410c" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-dragonboard410c
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the dragonboard410c platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-dragonboard820c
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "dragonboard820c" == "rpi" || "dragonboard820c" == "rpi2" || "dragonboard820c" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "dragonboard820c" == "evb-rk3399" || "dragonboard820c" == "firefly-rk3399" || "dragonboard820c" == "puma-rk3399"
|
||||
%if "dragonboard820c" == "evb-rk3399" || "dragonboard820c" == "firefly-rk3399" || "dragonboard820c" == "puma-rk3399" || "dragonboard820c" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "dragonboard820c" == "bananapim64" || "dragonboard820c" == "nanopia64" || "dragonboard820c" == "pine64plus"
|
||||
%if "dragonboard820c" == "bananapim64" || "dragonboard820c" == "nanopia64" || "dragonboard820c" == "pine64plus" || "dragonboard820c" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "dragonboard820c" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-dragonboard820c
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the dragonboard820c platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-evb-rk3399
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "evb-rk3399" == "rpi" || "evb-rk3399" == "rpi2" || "evb-rk3399" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "evb-rk3399" == "evb-rk3399" || "evb-rk3399" == "firefly-rk3399" || "evb-rk3399" == "puma-rk3399"
|
||||
%if "evb-rk3399" == "evb-rk3399" || "evb-rk3399" == "firefly-rk3399" || "evb-rk3399" == "puma-rk3399" || "evb-rk3399" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "evb-rk3399" == "bananapim64" || "evb-rk3399" == "nanopia64" || "evb-rk3399" == "pine64plus"
|
||||
%if "evb-rk3399" == "bananapim64" || "evb-rk3399" == "nanopia64" || "evb-rk3399" == "pine64plus" || "evb-rk3399" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "evb-rk3399" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-evb-rk3399
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the evb-rk3399 platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-firefly-rk3288
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "firefly-rk3288" == "rpi" || "firefly-rk3288" == "rpi2" || "firefly-rk3288" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "firefly-rk3288" == "evb-rk3399" || "firefly-rk3288" == "firefly-rk3399" || "firefly-rk3288" == "puma-rk3399"
|
||||
%if "firefly-rk3288" == "evb-rk3399" || "firefly-rk3288" == "firefly-rk3399" || "firefly-rk3288" == "puma-rk3399" || "firefly-rk3288" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "firefly-rk3288" == "bananapim64" || "firefly-rk3288" == "nanopia64" || "firefly-rk3288" == "pine64plus"
|
||||
%if "firefly-rk3288" == "bananapim64" || "firefly-rk3288" == "nanopia64" || "firefly-rk3288" == "pine64plus" || "firefly-rk3288" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "firefly-rk3288" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-firefly-rk3288
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the firefly-rk3288 platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-firefly-rk3399
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "firefly-rk3399" == "rpi" || "firefly-rk3399" == "rpi2" || "firefly-rk3399" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "firefly-rk3399" == "evb-rk3399" || "firefly-rk3399" == "firefly-rk3399" || "firefly-rk3399" == "puma-rk3399"
|
||||
%if "firefly-rk3399" == "evb-rk3399" || "firefly-rk3399" == "firefly-rk3399" || "firefly-rk3399" == "puma-rk3399" || "firefly-rk3399" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "firefly-rk3399" == "bananapim64" || "firefly-rk3399" == "nanopia64" || "firefly-rk3399" == "pine64plus"
|
||||
%if "firefly-rk3399" == "bananapim64" || "firefly-rk3399" == "nanopia64" || "firefly-rk3399" == "pine64plus" || "firefly-rk3399" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "firefly-rk3399" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-firefly-rk3399
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the firefly-rk3399 platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-geekbox
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "geekbox" == "rpi" || "geekbox" == "rpi2" || "geekbox" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "geekbox" == "evb-rk3399" || "geekbox" == "firefly-rk3399" || "geekbox" == "puma-rk3399"
|
||||
%if "geekbox" == "evb-rk3399" || "geekbox" == "firefly-rk3399" || "geekbox" == "puma-rk3399" || "geekbox" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "geekbox" == "bananapim64" || "geekbox" == "nanopia64" || "geekbox" == "pine64plus"
|
||||
%if "geekbox" == "bananapim64" || "geekbox" == "nanopia64" || "geekbox" == "pine64plus" || "geekbox" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "geekbox" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-geekbox
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the geekbox platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-highbank
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "highbank" == "rpi" || "highbank" == "rpi2" || "highbank" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "highbank" == "evb-rk3399" || "highbank" == "firefly-rk3399" || "highbank" == "puma-rk3399"
|
||||
%if "highbank" == "evb-rk3399" || "highbank" == "firefly-rk3399" || "highbank" == "puma-rk3399" || "highbank" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "highbank" == "bananapim64" || "highbank" == "nanopia64" || "highbank" == "pine64plus"
|
||||
%if "highbank" == "bananapim64" || "highbank" == "nanopia64" || "highbank" == "pine64plus" || "highbank" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "highbank" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-highbank
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the highbank platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-hikey
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "hikey" == "rpi" || "hikey" == "rpi2" || "hikey" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "hikey" == "evb-rk3399" || "hikey" == "firefly-rk3399" || "hikey" == "puma-rk3399"
|
||||
%if "hikey" == "evb-rk3399" || "hikey" == "firefly-rk3399" || "hikey" == "puma-rk3399" || "hikey" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "hikey" == "bananapim64" || "hikey" == "nanopia64" || "hikey" == "pine64plus"
|
||||
%if "hikey" == "bananapim64" || "hikey" == "nanopia64" || "hikey" == "pine64plus" || "hikey" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "hikey" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-hikey
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the hikey platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-hyundaia7hd
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "hyundaia7hd" == "rpi" || "hyundaia7hd" == "rpi2" || "hyundaia7hd" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "hyundaia7hd" == "evb-rk3399" || "hyundaia7hd" == "firefly-rk3399" || "hyundaia7hd" == "puma-rk3399"
|
||||
%if "hyundaia7hd" == "evb-rk3399" || "hyundaia7hd" == "firefly-rk3399" || "hyundaia7hd" == "puma-rk3399" || "hyundaia7hd" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "hyundaia7hd" == "bananapim64" || "hyundaia7hd" == "nanopia64" || "hyundaia7hd" == "pine64plus"
|
||||
%if "hyundaia7hd" == "bananapim64" || "hyundaia7hd" == "nanopia64" || "hyundaia7hd" == "pine64plus" || "hyundaia7hd" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "hyundaia7hd" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-hyundaia7hd
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the hyundaia7hd platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-jetson-tk1
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "jetson-tk1" == "rpi" || "jetson-tk1" == "rpi2" || "jetson-tk1" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "jetson-tk1" == "evb-rk3399" || "jetson-tk1" == "firefly-rk3399" || "jetson-tk1" == "puma-rk3399"
|
||||
%if "jetson-tk1" == "evb-rk3399" || "jetson-tk1" == "firefly-rk3399" || "jetson-tk1" == "puma-rk3399" || "jetson-tk1" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "jetson-tk1" == "bananapim64" || "jetson-tk1" == "nanopia64" || "jetson-tk1" == "pine64plus"
|
||||
%if "jetson-tk1" == "bananapim64" || "jetson-tk1" == "nanopia64" || "jetson-tk1" == "pine64plus" || "jetson-tk1" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "jetson-tk1" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-jetson-tk1
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the jetson-tk1 platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-khadas-vim
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "khadas-vim" == "rpi" || "khadas-vim" == "rpi2" || "khadas-vim" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "khadas-vim" == "evb-rk3399" || "khadas-vim" == "firefly-rk3399" || "khadas-vim" == "puma-rk3399"
|
||||
%if "khadas-vim" == "evb-rk3399" || "khadas-vim" == "firefly-rk3399" || "khadas-vim" == "puma-rk3399" || "khadas-vim" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "khadas-vim" == "bananapim64" || "khadas-vim" == "nanopia64" || "khadas-vim" == "pine64plus"
|
||||
%if "khadas-vim" == "bananapim64" || "khadas-vim" == "nanopia64" || "khadas-vim" == "pine64plus" || "khadas-vim" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "khadas-vim" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-khadas-vim
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the khadas-vim platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-khadas-vim2
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "khadas-vim2" == "rpi" || "khadas-vim2" == "rpi2" || "khadas-vim2" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "khadas-vim2" == "evb-rk3399" || "khadas-vim2" == "firefly-rk3399" || "khadas-vim2" == "puma-rk3399"
|
||||
%if "khadas-vim2" == "evb-rk3399" || "khadas-vim2" == "firefly-rk3399" || "khadas-vim2" == "puma-rk3399" || "khadas-vim2" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "khadas-vim2" == "bananapim64" || "khadas-vim2" == "nanopia64" || "khadas-vim2" == "pine64plus"
|
||||
%if "khadas-vim2" == "bananapim64" || "khadas-vim2" == "nanopia64" || "khadas-vim2" == "pine64plus" || "khadas-vim2" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "khadas-vim2" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-khadas-vim2
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the khadas-vim2 platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-lamobor1
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "lamobor1" == "rpi" || "lamobor1" == "rpi2" || "lamobor1" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "lamobor1" == "evb-rk3399" || "lamobor1" == "firefly-rk3399" || "lamobor1" == "puma-rk3399"
|
||||
%if "lamobor1" == "evb-rk3399" || "lamobor1" == "firefly-rk3399" || "lamobor1" == "puma-rk3399" || "lamobor1" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "lamobor1" == "bananapim64" || "lamobor1" == "nanopia64" || "lamobor1" == "pine64plus"
|
||||
%if "lamobor1" == "bananapim64" || "lamobor1" == "nanopia64" || "lamobor1" == "pine64plus" || "lamobor1" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "lamobor1" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-lamobor1
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the lamobor1 platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-ls1012afrdmqspi
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "ls1012afrdmqspi" == "rpi" || "ls1012afrdmqspi" == "rpi2" || "ls1012afrdmqspi" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "ls1012afrdmqspi" == "evb-rk3399" || "ls1012afrdmqspi" == "firefly-rk3399" || "ls1012afrdmqspi" == "puma-rk3399"
|
||||
%if "ls1012afrdmqspi" == "evb-rk3399" || "ls1012afrdmqspi" == "firefly-rk3399" || "ls1012afrdmqspi" == "puma-rk3399" || "ls1012afrdmqspi" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "ls1012afrdmqspi" == "bananapim64" || "ls1012afrdmqspi" == "nanopia64" || "ls1012afrdmqspi" == "pine64plus"
|
||||
%if "ls1012afrdmqspi" == "bananapim64" || "ls1012afrdmqspi" == "nanopia64" || "ls1012afrdmqspi" == "pine64plus" || "ls1012afrdmqspi" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "ls1012afrdmqspi" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-ls1012afrdmqspi
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the ls1012afrdmqspi platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-melea1000
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "melea1000" == "rpi" || "melea1000" == "rpi2" || "melea1000" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "melea1000" == "evb-rk3399" || "melea1000" == "firefly-rk3399" || "melea1000" == "puma-rk3399"
|
||||
%if "melea1000" == "evb-rk3399" || "melea1000" == "firefly-rk3399" || "melea1000" == "puma-rk3399" || "melea1000" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "melea1000" == "bananapim64" || "melea1000" == "nanopia64" || "melea1000" == "pine64plus"
|
||||
%if "melea1000" == "bananapim64" || "melea1000" == "nanopia64" || "melea1000" == "pine64plus" || "melea1000" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "melea1000" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-melea1000
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the melea1000 platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-merriia80optimus
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "merriia80optimus" == "rpi" || "merriia80optimus" == "rpi2" || "merriia80optimus" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "merriia80optimus" == "evb-rk3399" || "merriia80optimus" == "firefly-rk3399" || "merriia80optimus" == "puma-rk3399"
|
||||
%if "merriia80optimus" == "evb-rk3399" || "merriia80optimus" == "firefly-rk3399" || "merriia80optimus" == "puma-rk3399" || "merriia80optimus" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "merriia80optimus" == "bananapim64" || "merriia80optimus" == "nanopia64" || "merriia80optimus" == "pine64plus"
|
||||
%if "merriia80optimus" == "bananapim64" || "merriia80optimus" == "nanopia64" || "merriia80optimus" == "pine64plus" || "merriia80optimus" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "merriia80optimus" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-merriia80optimus
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the merriia80optimus platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-mvebudb-88f3720
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "mvebudb-88f3720" == "rpi" || "mvebudb-88f3720" == "rpi2" || "mvebudb-88f3720" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "mvebudb-88f3720" == "evb-rk3399" || "mvebudb-88f3720" == "firefly-rk3399" || "mvebudb-88f3720" == "puma-rk3399"
|
||||
%if "mvebudb-88f3720" == "evb-rk3399" || "mvebudb-88f3720" == "firefly-rk3399" || "mvebudb-88f3720" == "puma-rk3399" || "mvebudb-88f3720" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "mvebudb-88f3720" == "bananapim64" || "mvebudb-88f3720" == "nanopia64" || "mvebudb-88f3720" == "pine64plus"
|
||||
%if "mvebudb-88f3720" == "bananapim64" || "mvebudb-88f3720" == "nanopia64" || "mvebudb-88f3720" == "pine64plus" || "mvebudb-88f3720" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "mvebudb-88f3720" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-mvebudb-88f3720
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the mvebudb-88f3720 platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-mvebudbarmada8k
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "mvebudbarmada8k" == "rpi" || "mvebudbarmada8k" == "rpi2" || "mvebudbarmada8k" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "mvebudbarmada8k" == "evb-rk3399" || "mvebudbarmada8k" == "firefly-rk3399" || "mvebudbarmada8k" == "puma-rk3399"
|
||||
%if "mvebudbarmada8k" == "evb-rk3399" || "mvebudbarmada8k" == "firefly-rk3399" || "mvebudbarmada8k" == "puma-rk3399" || "mvebudbarmada8k" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "mvebudbarmada8k" == "bananapim64" || "mvebudbarmada8k" == "nanopia64" || "mvebudbarmada8k" == "pine64plus"
|
||||
%if "mvebudbarmada8k" == "bananapim64" || "mvebudbarmada8k" == "nanopia64" || "mvebudbarmada8k" == "pine64plus" || "mvebudbarmada8k" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "mvebudbarmada8k" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-mvebudbarmada8k
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the mvebudbarmada8k platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-mvebuespressobin-88f3720
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "mvebuespressobin-88f3720" == "rpi" || "mvebuespressobin-88f3720" == "rpi2" || "mvebuespressobin-88f3720" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "mvebuespressobin-88f3720" == "evb-rk3399" || "mvebuespressobin-88f3720" == "firefly-rk3399" || "mvebuespressobin-88f3720" == "puma-rk3399"
|
||||
%if "mvebuespressobin-88f3720" == "evb-rk3399" || "mvebuespressobin-88f3720" == "firefly-rk3399" || "mvebuespressobin-88f3720" == "puma-rk3399" || "mvebuespressobin-88f3720" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "mvebuespressobin-88f3720" == "bananapim64" || "mvebuespressobin-88f3720" == "nanopia64" || "mvebuespressobin-88f3720" == "pine64plus"
|
||||
%if "mvebuespressobin-88f3720" == "bananapim64" || "mvebuespressobin-88f3720" == "nanopia64" || "mvebuespressobin-88f3720" == "pine64plus" || "mvebuespressobin-88f3720" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "mvebuespressobin-88f3720" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-mvebuespressobin-88f3720
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the mvebuespressobin-88f3720 platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-mvebumcbin-88f8040
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "mvebumcbin-88f8040" == "rpi" || "mvebumcbin-88f8040" == "rpi2" || "mvebumcbin-88f8040" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "mvebumcbin-88f8040" == "evb-rk3399" || "mvebumcbin-88f8040" == "firefly-rk3399" || "mvebumcbin-88f8040" == "puma-rk3399"
|
||||
%if "mvebumcbin-88f8040" == "evb-rk3399" || "mvebumcbin-88f8040" == "firefly-rk3399" || "mvebumcbin-88f8040" == "puma-rk3399" || "mvebumcbin-88f8040" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "mvebumcbin-88f8040" == "bananapim64" || "mvebumcbin-88f8040" == "nanopia64" || "mvebumcbin-88f8040" == "pine64plus"
|
||||
%if "mvebumcbin-88f8040" == "bananapim64" || "mvebumcbin-88f8040" == "nanopia64" || "mvebumcbin-88f8040" == "pine64plus" || "mvebumcbin-88f8040" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "mvebumcbin-88f8040" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-mvebumcbin-88f8040
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the mvebumcbin-88f8040 platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-mx53loco
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "mx53loco" == "rpi" || "mx53loco" == "rpi2" || "mx53loco" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "mx53loco" == "evb-rk3399" || "mx53loco" == "firefly-rk3399" || "mx53loco" == "puma-rk3399"
|
||||
%if "mx53loco" == "evb-rk3399" || "mx53loco" == "firefly-rk3399" || "mx53loco" == "puma-rk3399" || "mx53loco" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "mx53loco" == "bananapim64" || "mx53loco" == "nanopia64" || "mx53loco" == "pine64plus"
|
||||
%if "mx53loco" == "bananapim64" || "mx53loco" == "nanopia64" || "mx53loco" == "pine64plus" || "mx53loco" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "mx53loco" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-mx53loco
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the mx53loco platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-mx6cuboxi
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "mx6cuboxi" == "rpi" || "mx6cuboxi" == "rpi2" || "mx6cuboxi" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "mx6cuboxi" == "evb-rk3399" || "mx6cuboxi" == "firefly-rk3399" || "mx6cuboxi" == "puma-rk3399"
|
||||
%if "mx6cuboxi" == "evb-rk3399" || "mx6cuboxi" == "firefly-rk3399" || "mx6cuboxi" == "puma-rk3399" || "mx6cuboxi" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "mx6cuboxi" == "bananapim64" || "mx6cuboxi" == "nanopia64" || "mx6cuboxi" == "pine64plus"
|
||||
%if "mx6cuboxi" == "bananapim64" || "mx6cuboxi" == "nanopia64" || "mx6cuboxi" == "pine64plus" || "mx6cuboxi" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "mx6cuboxi" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-mx6cuboxi
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the mx6cuboxi platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-mx6qsabrelite
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "mx6qsabrelite" == "rpi" || "mx6qsabrelite" == "rpi2" || "mx6qsabrelite" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "mx6qsabrelite" == "evb-rk3399" || "mx6qsabrelite" == "firefly-rk3399" || "mx6qsabrelite" == "puma-rk3399"
|
||||
%if "mx6qsabrelite" == "evb-rk3399" || "mx6qsabrelite" == "firefly-rk3399" || "mx6qsabrelite" == "puma-rk3399" || "mx6qsabrelite" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "mx6qsabrelite" == "bananapim64" || "mx6qsabrelite" == "nanopia64" || "mx6qsabrelite" == "pine64plus"
|
||||
%if "mx6qsabrelite" == "bananapim64" || "mx6qsabrelite" == "nanopia64" || "mx6qsabrelite" == "pine64plus" || "mx6qsabrelite" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "mx6qsabrelite" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-mx6qsabrelite
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the mx6qsabrelite platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-nanopia64
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "nanopia64" == "rpi" || "nanopia64" == "rpi2" || "nanopia64" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "nanopia64" == "evb-rk3399" || "nanopia64" == "firefly-rk3399" || "nanopia64" == "puma-rk3399"
|
||||
%if "nanopia64" == "evb-rk3399" || "nanopia64" == "firefly-rk3399" || "nanopia64" == "puma-rk3399" || "nanopia64" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "nanopia64" == "bananapim64" || "nanopia64" == "nanopia64" || "nanopia64" == "pine64plus"
|
||||
%if "nanopia64" == "bananapim64" || "nanopia64" == "nanopia64" || "nanopia64" == "pine64plus" || "nanopia64" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "nanopia64" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-nanopia64
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the nanopia64 platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-nanopineo
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "nanopineo" == "rpi" || "nanopineo" == "rpi2" || "nanopineo" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "nanopineo" == "evb-rk3399" || "nanopineo" == "firefly-rk3399" || "nanopineo" == "puma-rk3399"
|
||||
%if "nanopineo" == "evb-rk3399" || "nanopineo" == "firefly-rk3399" || "nanopineo" == "puma-rk3399" || "nanopineo" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "nanopineo" == "bananapim64" || "nanopineo" == "nanopia64" || "nanopineo" == "pine64plus"
|
||||
%if "nanopineo" == "bananapim64" || "nanopineo" == "nanopia64" || "nanopineo" == "pine64plus" || "nanopineo" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "nanopineo" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-nanopineo
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the nanopineo platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de
|
||||
|
||||
- Update to v2019.01-rc3
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de
|
||||
|
||||
- Add rock960-rk3399
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- add pinebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to v2019.01-rc1
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01
|
||||
* Patches dropped:
|
||||
0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
* Patches added:
|
||||
0007-exynos-imply-SYS_THUMB_BUILD.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-nanopineoair
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
%if "nanopineoair" == "rpi" || "nanopineoair" == "rpi2" || "nanopineoair" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "nanopineoair" == "evb-rk3399" || "nanopineoair" == "firefly-rk3399" || "nanopineoair" == "puma-rk3399"
|
||||
%if "nanopineoair" == "evb-rk3399" || "nanopineoair" == "firefly-rk3399" || "nanopineoair" == "puma-rk3399" || "nanopineoair" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "nanopineoair" == "bananapim64" || "nanopineoair" == "nanopia64" || "nanopineoair" == "pine64plus"
|
||||
%if "nanopineoair" == "bananapim64" || "nanopineoair" == "nanopia64" || "nanopineoair" == "pine64plus" || "nanopineoair" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "nanopineoair" == "orangepipc2"
|
||||
@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-nanopineoair
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the nanopineoair platform
|
||||
License: GPL-2.0-only
|
||||
@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
|
||||
Patch0005: 0005-zynqmp-Add-generic-target.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user