Accepting request 621892 from hardware👢staging
- Update to v2018.07 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07 * Patches dropped: 0010-arm-timer-factor-out-FSL-arch-timer.patch 0011-arm-timer-sunxi-add-Allwinner-timer.patch - Update to v2018.07-rc3 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07 * Patches added: 0010-arm-timer-factor-out-FSL-arch-timer.patch 0011-arm-timer-sunxi-add-Allwinner-timer.patch - Update to v2018.07-rc2 - update to v2018.07-rc1 - Add bison and flex deps needed since Kconfig update - Use 'make syncconfig' instead of deprecated 'make silentoldconfig' - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07 * Patches dropped: 0006-tools-zynqmpimage-Add-partition-rea.patch 0007-tools-zynqmpimage-Move-defines-to-h.patch 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch 0009-tools-zynqmpimage-Add-bif-support.patch 0010-tools-zynqmpbif-Add-support-for-loa.patch 0011-rockchip-make_fit_atf-use-elf-entry.patch 0012-rockchip-make_fit_atf-make-python3-.patch 0013-rockchip-make_fit_atf.py-depends-on.patch * Patches added: 0006-tools-zynqmpbif-Add-support-for-loa.patch 0007-rockchip-make_fit_atf-use-elf-entry.patch 0008-rockchip-make_fit_atf-make-python3-.patch 0009-rockchip-make_fit_atf.py-depends-on.patch OBS-URL: https://build.opensuse.org/request/show/621892 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=22
This commit is contained in:
parent
b823b5e083
commit
899039e75b
@ -1,4 +1,4 @@
|
||||
From db706bed3365f1c03e47cc7f46a0a23462f9ac17 Mon Sep 17 00:00:00 2001
|
||||
From 891e02db364c3b6a75d933af4eae5c40014a18b8 Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Graf <agraf@suse.de>
|
||||
Date: Wed, 13 Apr 2016 13:44:29 +0200
|
||||
Subject: [PATCH] XXX openSUSE XXX: Load dtb from partition 2
|
||||
@ -16,10 +16,10 @@ Signed-off-by: Alexander Graf <agraf@suse.de>
|
||||
1 file changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h
|
||||
index 8d5feb3ac7..8ec95574ca 100644
|
||||
index d672e8ebe6..d06fb4367e 100644
|
||||
--- a/include/config_distro_bootcmd.h
|
||||
+++ b/include/config_distro_bootcmd.h
|
||||
@@ -134,16 +134,16 @@
|
||||
@@ -138,16 +138,16 @@
|
||||
"fi\0" \
|
||||
\
|
||||
"load_efi_dtb=" \
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 4daf6d83c59033e5b9ac84d7b97b1093ed0aa852 Mon Sep 17 00:00:00 2001
|
||||
From c751e516fa4c31ce8f57774a47ea567c3e13eaeb 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""
|
||||
@ -9,7 +9,7 @@ This reverts commit 7fa75d0ac5502db813d109c1df7bd0da34688685.
|
||||
1 file changed, 2 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/boot-common.c b/arch/arm/mach-omap2/boot-common.c
|
||||
index 0e9fd03fef..7b1cdb2e68 100644
|
||||
index d4a1e2e42c..e24e2cc31d 100644
|
||||
--- a/arch/arm/mach-omap2/boot-common.c
|
||||
+++ b/arch/arm/mach-omap2/boot-common.c
|
||||
@@ -133,8 +133,6 @@ void save_omap_boot_params(void)
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 9f72e6e9b9a69eaec7e1ea2e70c63ad04ce755ba Mon Sep 17 00:00:00 2001
|
||||
From 909b59bb6ae7c432ca333cdc378e121f56e16496 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
|
||||
@ -24,8 +24,7 @@ Signed-off-by: Alexander Graf <agraf@suse.de>
|
||||
configs/rpi_3_32b_defconfig | 2 +-
|
||||
configs/rpi_3_defconfig | 2 +-
|
||||
configs/rpi_defconfig | 2 +-
|
||||
include/configs/rpi.h | 2 +-
|
||||
6 files changed, 6 insertions(+), 6 deletions(-)
|
||||
5 files changed, 5 insertions(+), 5 deletions(-)
|
||||
|
||||
diff --git a/configs/rpi_0_w_defconfig b/configs/rpi_0_w_defconfig
|
||||
index fcc2ae68c9..48b656cdb2 100644
|
||||
@ -92,16 +91,3 @@ index 82c90d40e1..916b6df5a6 100644
|
||||
CONFIG_ENV_FAT_INTERFACE="mmc"
|
||||
CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
|
||||
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
|
||||
diff --git a/include/configs/rpi.h b/include/configs/rpi.h
|
||||
index 69a22e1700..8b21453d78 100644
|
||||
--- a/include/configs/rpi.h
|
||||
+++ b/include/configs/rpi.h
|
||||
@@ -123,7 +123,7 @@
|
||||
#define ENV_MEM_LAYOUT_SETTINGS \
|
||||
"fdt_high=ffffffff\0" \
|
||||
"initrd_high=ffffffff\0" \
|
||||
- "fdt_addr_r=0x00000100\0" \
|
||||
+ "fdt_addr_r=0x01f00000\0" \
|
||||
"pxefile_addr_r=0x00100000\0" \
|
||||
"kernel_addr_r=0x01000000\0" \
|
||||
"scriptaddr=0x02000000\0" \
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 4c0955c1217ea7adb6a71d79fd628940b69335fa Mon Sep 17 00:00:00 2001
|
||||
From 2a075e1f09127120399d385c3131a64a49c032bf 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 fe5f8db721930763c7c538de4e21535170879d99 Mon Sep 17 00:00:00 2001
|
||||
From b128f2a584a81a3265efc13efd2de54aad483c2a 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 0bad4410836a457b5eb19801fd97ab9d43ef6e2d Mon Sep 17 00:00:00 2001
|
||||
From 2981c1f748db1690af0a51381cf8da9492a8ee9c 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,262 +0,0 @@
|
||||
From d404c070b2d1c0cb3fa3d7e74e94fc142f799dab Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Graf <agraf@suse.de>
|
||||
Date: Thu, 15 Mar 2018 11:15:15 +0100
|
||||
Subject: [PATCH] tools: zynqmpimage: Add partition read support
|
||||
|
||||
The zynqmp image format has support for inline partitions which are
|
||||
used by FSBL to describe payloads that are loaded by FSBL itself.
|
||||
|
||||
While we can't create images that contain partitions (yet), we should
|
||||
still at least be able to examine them and show the user what's inside
|
||||
when we analyze an image created by bootgen.
|
||||
|
||||
Signed-off-by: Alexander Graf <agraf@suse.de>
|
||||
|
||||
---
|
||||
|
||||
v1 -> v2:
|
||||
|
||||
- prettify defines
|
||||
- fix offset and size outputs
|
||||
- add u-boot as payload target
|
||||
- align CPU names with bif
|
||||
- add shift constants
|
||||
- add U-Boot as potential partition owner
|
||||
- mention documentation source
|
||||
- add HEADER_CPU_SELECT_A53_64BIT define
|
||||
|
||||
v3 -> v4:
|
||||
|
||||
- fix checkpatch
|
||||
---
|
||||
tools/zynqmpimage.c | 175 +++++++++++++++++++++++++++++++++++++++++++-
|
||||
1 file changed, 173 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/tools/zynqmpimage.c b/tools/zynqmpimage.c
|
||||
index 421558d46e..e972c684d5 100644
|
||||
--- a/tools/zynqmpimage.c
|
||||
+++ b/tools/zynqmpimage.c
|
||||
@@ -6,6 +6,7 @@
|
||||
* The following Boot Header format/structures and values are defined in the
|
||||
* following documents:
|
||||
* * ug1085 ZynqMP TRM doc v1.4 (Chapter 11, Table 11-4)
|
||||
+ * * ug1137 ZynqMP Software Developer Guide v6.0 (Chapter 16)
|
||||
*
|
||||
* Expected Header Size = 0x9C0
|
||||
* Forced as 'little' endian, 32-bit words
|
||||
@@ -62,6 +63,7 @@
|
||||
#define HEADER_REGINIT_NULL (cpu_to_le32(0xffffffff))
|
||||
#define HEADER_WIDTHDETECTION (cpu_to_le32(0xaa995566))
|
||||
#define HEADER_IMAGEIDENTIFIER (cpu_to_le32(0x584c4e58))
|
||||
+#define HEADER_CPU_SELECT_A53_64BIT (0x2 << 10)
|
||||
|
||||
enum {
|
||||
ENCRYPTION_EFUSE = 0xa5c3c5a3,
|
||||
@@ -79,6 +81,78 @@ struct zynqmp_reginit {
|
||||
#define HEADER_INTERRUPT_VECTORS 8
|
||||
#define HEADER_REGINITS 256
|
||||
|
||||
+struct image_header_table {
|
||||
+ uint32_t version; /* 0x00 */
|
||||
+ uint32_t nr_parts; /* 0x04 */
|
||||
+ uint32_t partition_header_offset; /* 0x08, divided by 4 */
|
||||
+ uint32_t image_header_offset; /* 0x0c, divided by 4 */
|
||||
+ uint32_t auth_certificate_offset; /* 0x10 */
|
||||
+ uint32_t boot_device; /* 0x14 */
|
||||
+ uint32_t __reserved1[9]; /* 0x18 - 0x38 */
|
||||
+ uint32_t checksum; /* 0x3c */
|
||||
+};
|
||||
+
|
||||
+#define PART_ATTR_VEC_LOCATION 0x800000
|
||||
+#define PART_ATTR_BS_BLOCK_SIZE_MASK 0x700000
|
||||
+#define PART_ATTR_BS_BLOCK_SIZE_DEFAULT 0x000000
|
||||
+#define PART_ATTR_BS_BLOCK_SIZE_8MB 0x400000
|
||||
+#define PART_ATTR_BIG_ENDIAN 0x040000
|
||||
+#define PART_ATTR_PART_OWNER_MASK 0x030000
|
||||
+#define PART_ATTR_PART_OWNER_FSBL 0x000000
|
||||
+#define PART_ATTR_PART_OWNER_UBOOT 0x010000
|
||||
+#define PART_ATTR_RSA_SIG 0x008000
|
||||
+#define PART_ATTR_CHECKSUM_MASK 0x007000
|
||||
+#define PART_ATTR_CHECKSUM_NONE 0x000000
|
||||
+#define PART_ATTR_CHECKSUM_MD5 0x001000
|
||||
+#define PART_ATTR_CHECKSUM_SHA2 0x002000
|
||||
+#define PART_ATTR_CHECKSUM_SHA3 0x003000
|
||||
+#define PART_ATTR_DEST_CPU_SHIFT 8
|
||||
+#define PART_ATTR_DEST_CPU_MASK 0x000f00
|
||||
+#define PART_ATTR_DEST_CPU_NONE 0x000000
|
||||
+#define PART_ATTR_DEST_CPU_A53_0 0x000100
|
||||
+#define PART_ATTR_DEST_CPU_A53_1 0x000200
|
||||
+#define PART_ATTR_DEST_CPU_A53_2 0x000300
|
||||
+#define PART_ATTR_DEST_CPU_A53_3 0x000400
|
||||
+#define PART_ATTR_DEST_CPU_R5_0 0x000500
|
||||
+#define PART_ATTR_DEST_CPU_R5_1 0x000600
|
||||
+#define PART_ATTR_DEST_CPU_R5_L 0x000700
|
||||
+#define PART_ATTR_DEST_CPU_PMU 0x000800
|
||||
+#define PART_ATTR_ENCRYPTED 0x000080
|
||||
+#define PART_ATTR_DEST_DEVICE_SHIFT 4
|
||||
+#define PART_ATTR_DEST_DEVICE_MASK 0x000070
|
||||
+#define PART_ATTR_DEST_DEVICE_NONE 0x000000
|
||||
+#define PART_ATTR_DEST_DEVICE_PS 0x000010
|
||||
+#define PART_ATTR_DEST_DEVICE_PL 0x000020
|
||||
+#define PART_ATTR_DEST_DEVICE_PMU 0x000030
|
||||
+#define PART_ATTR_DEST_DEVICE_XIP 0x000040
|
||||
+#define PART_ATTR_A53_EXEC_AARCH32 0x000008
|
||||
+#define PART_ATTR_TARGET_EL_SHIFT 1
|
||||
+#define PART_ATTR_TARGET_EL_MASK 0x000006
|
||||
+#define PART_ATTR_TZ_SECURE 0x000001
|
||||
+
|
||||
+static const char *dest_cpus[0x10] = {
|
||||
+ "none", "a5x-0", "a5x-1", "a5x-2", "a5x-3", "r5-0", "r5-1",
|
||||
+ "r5-lockstep", "pmu", "unknown", "unknown", "unknown", "unknown",
|
||||
+ "unknown", "unknown", "unknown"
|
||||
+};
|
||||
+
|
||||
+struct partition_header {
|
||||
+ uint32_t len_enc; /* 0x00, divided by 4 */
|
||||
+ uint32_t len_unenc; /* 0x04, divided by 4 */
|
||||
+ uint32_t len; /* 0x08, divided by 4 */
|
||||
+ uint32_t next_partition_offset; /* 0x0c */
|
||||
+ uint64_t entry_point; /* 0x10 */
|
||||
+ uint64_t load_address; /* 0x18 */
|
||||
+ uint32_t offset; /* 0x20, divided by 4 */
|
||||
+ uint32_t attributes; /* 0x24 */
|
||||
+ uint32_t __reserved1; /* 0x28 */
|
||||
+ uint32_t checksum_offset; /* 0x2c, divided by 4 */
|
||||
+ uint32_t __reserved2; /* 0x30 */
|
||||
+ uint32_t auth_certificate_offset; /* 0x34 */
|
||||
+ uint32_t __reserved3; /* 0x38 */
|
||||
+ uint32_t checksum; /* 0x3c */
|
||||
+};
|
||||
+
|
||||
struct zynqmp_header {
|
||||
uint32_t interrupt_vectors[HEADER_INTERRUPT_VECTORS]; /* 0x0 */
|
||||
uint32_t width_detection; /* 0x20 */
|
||||
@@ -92,7 +166,9 @@ struct zynqmp_header {
|
||||
uint32_t image_stored_size; /* 0x40 */
|
||||
uint32_t image_attributes; /* 0x44 */
|
||||
uint32_t checksum; /* 0x48 */
|
||||
- uint32_t __reserved1[27]; /* 0x4c */
|
||||
+ uint32_t __reserved1[19]; /* 0x4c */
|
||||
+ uint32_t image_header_table_offset; /* 0x98 */
|
||||
+ uint32_t __reserved2[7]; /* 0x9c */
|
||||
struct zynqmp_reginit register_init[HEADER_REGINITS]; /* 0xb8 */
|
||||
uint32_t __reserved4[66]; /* 0x9c0 */
|
||||
};
|
||||
@@ -131,7 +207,7 @@ static void zynqmpimage_default_header(struct zynqmp_header *ptr)
|
||||
return;
|
||||
|
||||
ptr->width_detection = HEADER_WIDTHDETECTION;
|
||||
- ptr->image_attributes = 0x800;
|
||||
+ ptr->image_attributes = HEADER_CPU_SELECT_A53_64BIT;
|
||||
ptr->image_identifier = HEADER_IMAGEIDENTIFIER;
|
||||
ptr->encryption = cpu_to_le32(ENCRYPTION_NONE);
|
||||
|
||||
@@ -172,6 +248,80 @@ static int zynqmpimage_verify_header(unsigned char *ptr, int image_size,
|
||||
return 0;
|
||||
}
|
||||
|
||||
+static void print_partition(const void *ptr, const struct partition_header *ph)
|
||||
+{
|
||||
+ uint32_t attr = le32_to_cpu(ph->attributes);
|
||||
+ unsigned long len = le32_to_cpu(ph->len) * 4;
|
||||
+ const char *part_owner;
|
||||
+ const char *dest_devs[0x8] = {
|
||||
+ "none", "PS", "PL", "PMU", "unknown", "unknown", "unknown",
|
||||
+ "unknown"
|
||||
+ };
|
||||
+
|
||||
+ switch (attr & PART_ATTR_PART_OWNER_MASK) {
|
||||
+ case PART_ATTR_PART_OWNER_FSBL:
|
||||
+ part_owner = "FSBL";
|
||||
+ break;
|
||||
+ case PART_ATTR_PART_OWNER_UBOOT:
|
||||
+ part_owner = "U-Boot";
|
||||
+ break;
|
||||
+ default:
|
||||
+ part_owner = "Unknown";
|
||||
+ break;
|
||||
+ }
|
||||
+
|
||||
+ printf("%s payload on CPU %s (%s):\n", part_owner,
|
||||
+ dest_cpus[(attr & PART_ATTR_DEST_CPU_MASK) >> 8],
|
||||
+ dest_devs[(attr & PART_ATTR_DEST_DEVICE_MASK) >> 4]);
|
||||
+
|
||||
+ printf(" Offset : 0x%08x\n", le32_to_cpu(ph->offset) * 4);
|
||||
+ printf(" Size : %lu (0x%lx) bytes\n", len, len);
|
||||
+ printf(" Load : 0x%08llx",
|
||||
+ (unsigned long long)le64_to_cpu(ph->load_address));
|
||||
+ if (ph->load_address != ph->entry_point)
|
||||
+ printf(" (entry=0x%08llx)\n",
|
||||
+ (unsigned long long)le64_to_cpu(ph->entry_point));
|
||||
+ else
|
||||
+ printf("\n");
|
||||
+ printf(" Attributes : ");
|
||||
+
|
||||
+ if (attr & PART_ATTR_VEC_LOCATION)
|
||||
+ printf("vec ");
|
||||
+
|
||||
+ if (attr & PART_ATTR_ENCRYPTED)
|
||||
+ printf("encrypted ");
|
||||
+
|
||||
+ switch (attr & PART_ATTR_CHECKSUM_MASK) {
|
||||
+ case PART_ATTR_CHECKSUM_MD5:
|
||||
+ printf("md5 ");
|
||||
+ break;
|
||||
+ case PART_ATTR_CHECKSUM_SHA2:
|
||||
+ printf("sha2 ");
|
||||
+ break;
|
||||
+ case PART_ATTR_CHECKSUM_SHA3:
|
||||
+ printf("sha3 ");
|
||||
+ break;
|
||||
+ }
|
||||
+
|
||||
+ if (attr & PART_ATTR_BIG_ENDIAN)
|
||||
+ printf("BigEndian ");
|
||||
+
|
||||
+ if (attr & PART_ATTR_RSA_SIG)
|
||||
+ printf("RSA ");
|
||||
+
|
||||
+ if (attr & PART_ATTR_A53_EXEC_AARCH32)
|
||||
+ printf("AArch32 ");
|
||||
+
|
||||
+ if (attr & PART_ATTR_TARGET_EL_MASK)
|
||||
+ printf("EL%d ", (attr & PART_ATTR_TARGET_EL_MASK) >> 1);
|
||||
+
|
||||
+ if (attr & PART_ATTR_TZ_SECURE)
|
||||
+ printf("secure ");
|
||||
+ printf("\n");
|
||||
+
|
||||
+ printf(" Checksum : 0x%08x\n", le32_to_cpu(ph->checksum));
|
||||
+}
|
||||
+
|
||||
static void zynqmpimage_print_header(const void *ptr)
|
||||
{
|
||||
struct zynqmp_header *zynqhdr = (struct zynqmp_header *)ptr;
|
||||
@@ -212,6 +362,27 @@ static void zynqmpimage_print_header(const void *ptr)
|
||||
le32_to_cpu(zynqhdr->register_init[i].data));
|
||||
}
|
||||
|
||||
+ if (zynqhdr->image_header_table_offset) {
|
||||
+ struct image_header_table *iht = (void *)ptr +
|
||||
+ zynqhdr->image_header_table_offset;
|
||||
+ struct partition_header *ph;
|
||||
+ uint32_t ph_offset;
|
||||
+ uint32_t next;
|
||||
+ int i;
|
||||
+
|
||||
+ ph_offset = le32_to_cpu(iht->partition_header_offset) * 4;
|
||||
+ ph = (void *)ptr + ph_offset;
|
||||
+ for (i = 0; i < le32_to_cpu(iht->nr_parts); i++) {
|
||||
+ next = le32_to_cpu(ph->next_partition_offset) * 4;
|
||||
+
|
||||
+ /* Partition 0 is the base image itself */
|
||||
+ if (i)
|
||||
+ print_partition(ptr, ph);
|
||||
+
|
||||
+ ph = (void *)ptr + next;
|
||||
+ }
|
||||
+ }
|
||||
+
|
||||
free(dynamic_header);
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 938fc526f3d8ca5bd94ca3899edc0f1c5f190fec Mon Sep 17 00:00:00 2001
|
||||
From bfb6a2238374e0881ee226883bdd00d732811afc Mon Sep 17 00:00:00 2001
|
||||
From: Mian Yousaf Kaukab <yousaf.kaukab@suse.com>
|
||||
Date: Wed, 16 May 2018 18:44:33 +0200
|
||||
Subject: [PATCH] rockchip: make_fit_atf: use elf entry point
|
@ -1,282 +0,0 @@
|
||||
From dcab0a6f5c3632d35808c411d7bfbdd3894b4555 Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Graf <agraf@suse.de>
|
||||
Date: Thu, 12 Apr 2018 15:17:03 +0200
|
||||
Subject: [PATCH] tools: zynqmpimage: Move defines to header
|
||||
|
||||
We will add support for ZynqMP bif input files later, so let's move
|
||||
all structure definitions into a header file that can be used by that
|
||||
one as well.
|
||||
|
||||
Signed-off-by: Alexander Graf <agraf@suse.de>
|
||||
---
|
||||
tools/zynqmpimage.c | 115 +-------------------------------------
|
||||
tools/zynqmpimage.h | 132 ++++++++++++++++++++++++++++++++++++++++++++
|
||||
2 files changed, 133 insertions(+), 114 deletions(-)
|
||||
create mode 100644 tools/zynqmpimage.h
|
||||
|
||||
diff --git a/tools/zynqmpimage.c b/tools/zynqmpimage.c
|
||||
index e972c684d5..870a6b5710 100644
|
||||
--- a/tools/zynqmpimage.c
|
||||
+++ b/tools/zynqmpimage.c
|
||||
@@ -57,122 +57,9 @@
|
||||
|
||||
#include "imagetool.h"
|
||||
#include "mkimage.h"
|
||||
+#include "zynqmpimage.h"
|
||||
#include <image.h>
|
||||
|
||||
-#define HEADER_INTERRUPT_DEFAULT (cpu_to_le32(0xeafffffe))
|
||||
-#define HEADER_REGINIT_NULL (cpu_to_le32(0xffffffff))
|
||||
-#define HEADER_WIDTHDETECTION (cpu_to_le32(0xaa995566))
|
||||
-#define HEADER_IMAGEIDENTIFIER (cpu_to_le32(0x584c4e58))
|
||||
-#define HEADER_CPU_SELECT_A53_64BIT (0x2 << 10)
|
||||
-
|
||||
-enum {
|
||||
- ENCRYPTION_EFUSE = 0xa5c3c5a3,
|
||||
- ENCRYPTION_OEFUSE = 0xa5c3c5a7,
|
||||
- ENCRYPTION_BBRAM = 0x3a5c3c5a,
|
||||
- ENCRYPTION_OBBRAM = 0xa35c7ca5,
|
||||
- ENCRYPTION_NONE = 0x0,
|
||||
-};
|
||||
-
|
||||
-struct zynqmp_reginit {
|
||||
- uint32_t address;
|
||||
- uint32_t data;
|
||||
-};
|
||||
-
|
||||
-#define HEADER_INTERRUPT_VECTORS 8
|
||||
-#define HEADER_REGINITS 256
|
||||
-
|
||||
-struct image_header_table {
|
||||
- uint32_t version; /* 0x00 */
|
||||
- uint32_t nr_parts; /* 0x04 */
|
||||
- uint32_t partition_header_offset; /* 0x08, divided by 4 */
|
||||
- uint32_t image_header_offset; /* 0x0c, divided by 4 */
|
||||
- uint32_t auth_certificate_offset; /* 0x10 */
|
||||
- uint32_t boot_device; /* 0x14 */
|
||||
- uint32_t __reserved1[9]; /* 0x18 - 0x38 */
|
||||
- uint32_t checksum; /* 0x3c */
|
||||
-};
|
||||
-
|
||||
-#define PART_ATTR_VEC_LOCATION 0x800000
|
||||
-#define PART_ATTR_BS_BLOCK_SIZE_MASK 0x700000
|
||||
-#define PART_ATTR_BS_BLOCK_SIZE_DEFAULT 0x000000
|
||||
-#define PART_ATTR_BS_BLOCK_SIZE_8MB 0x400000
|
||||
-#define PART_ATTR_BIG_ENDIAN 0x040000
|
||||
-#define PART_ATTR_PART_OWNER_MASK 0x030000
|
||||
-#define PART_ATTR_PART_OWNER_FSBL 0x000000
|
||||
-#define PART_ATTR_PART_OWNER_UBOOT 0x010000
|
||||
-#define PART_ATTR_RSA_SIG 0x008000
|
||||
-#define PART_ATTR_CHECKSUM_MASK 0x007000
|
||||
-#define PART_ATTR_CHECKSUM_NONE 0x000000
|
||||
-#define PART_ATTR_CHECKSUM_MD5 0x001000
|
||||
-#define PART_ATTR_CHECKSUM_SHA2 0x002000
|
||||
-#define PART_ATTR_CHECKSUM_SHA3 0x003000
|
||||
-#define PART_ATTR_DEST_CPU_SHIFT 8
|
||||
-#define PART_ATTR_DEST_CPU_MASK 0x000f00
|
||||
-#define PART_ATTR_DEST_CPU_NONE 0x000000
|
||||
-#define PART_ATTR_DEST_CPU_A53_0 0x000100
|
||||
-#define PART_ATTR_DEST_CPU_A53_1 0x000200
|
||||
-#define PART_ATTR_DEST_CPU_A53_2 0x000300
|
||||
-#define PART_ATTR_DEST_CPU_A53_3 0x000400
|
||||
-#define PART_ATTR_DEST_CPU_R5_0 0x000500
|
||||
-#define PART_ATTR_DEST_CPU_R5_1 0x000600
|
||||
-#define PART_ATTR_DEST_CPU_R5_L 0x000700
|
||||
-#define PART_ATTR_DEST_CPU_PMU 0x000800
|
||||
-#define PART_ATTR_ENCRYPTED 0x000080
|
||||
-#define PART_ATTR_DEST_DEVICE_SHIFT 4
|
||||
-#define PART_ATTR_DEST_DEVICE_MASK 0x000070
|
||||
-#define PART_ATTR_DEST_DEVICE_NONE 0x000000
|
||||
-#define PART_ATTR_DEST_DEVICE_PS 0x000010
|
||||
-#define PART_ATTR_DEST_DEVICE_PL 0x000020
|
||||
-#define PART_ATTR_DEST_DEVICE_PMU 0x000030
|
||||
-#define PART_ATTR_DEST_DEVICE_XIP 0x000040
|
||||
-#define PART_ATTR_A53_EXEC_AARCH32 0x000008
|
||||
-#define PART_ATTR_TARGET_EL_SHIFT 1
|
||||
-#define PART_ATTR_TARGET_EL_MASK 0x000006
|
||||
-#define PART_ATTR_TZ_SECURE 0x000001
|
||||
-
|
||||
-static const char *dest_cpus[0x10] = {
|
||||
- "none", "a5x-0", "a5x-1", "a5x-2", "a5x-3", "r5-0", "r5-1",
|
||||
- "r5-lockstep", "pmu", "unknown", "unknown", "unknown", "unknown",
|
||||
- "unknown", "unknown", "unknown"
|
||||
-};
|
||||
-
|
||||
-struct partition_header {
|
||||
- uint32_t len_enc; /* 0x00, divided by 4 */
|
||||
- uint32_t len_unenc; /* 0x04, divided by 4 */
|
||||
- uint32_t len; /* 0x08, divided by 4 */
|
||||
- uint32_t next_partition_offset; /* 0x0c */
|
||||
- uint64_t entry_point; /* 0x10 */
|
||||
- uint64_t load_address; /* 0x18 */
|
||||
- uint32_t offset; /* 0x20, divided by 4 */
|
||||
- uint32_t attributes; /* 0x24 */
|
||||
- uint32_t __reserved1; /* 0x28 */
|
||||
- uint32_t checksum_offset; /* 0x2c, divided by 4 */
|
||||
- uint32_t __reserved2; /* 0x30 */
|
||||
- uint32_t auth_certificate_offset; /* 0x34 */
|
||||
- uint32_t __reserved3; /* 0x38 */
|
||||
- uint32_t checksum; /* 0x3c */
|
||||
-};
|
||||
-
|
||||
-struct zynqmp_header {
|
||||
- uint32_t interrupt_vectors[HEADER_INTERRUPT_VECTORS]; /* 0x0 */
|
||||
- uint32_t width_detection; /* 0x20 */
|
||||
- uint32_t image_identifier; /* 0x24 */
|
||||
- uint32_t encryption; /* 0x28 */
|
||||
- uint32_t image_load; /* 0x2c */
|
||||
- uint32_t image_offset; /* 0x30 */
|
||||
- uint32_t pfw_image_length; /* 0x34 */
|
||||
- uint32_t total_pfw_image_length; /* 0x38 */
|
||||
- uint32_t image_size; /* 0x3c */
|
||||
- uint32_t image_stored_size; /* 0x40 */
|
||||
- uint32_t image_attributes; /* 0x44 */
|
||||
- uint32_t checksum; /* 0x48 */
|
||||
- uint32_t __reserved1[19]; /* 0x4c */
|
||||
- uint32_t image_header_table_offset; /* 0x98 */
|
||||
- uint32_t __reserved2[7]; /* 0x9c */
|
||||
- struct zynqmp_reginit register_init[HEADER_REGINITS]; /* 0xb8 */
|
||||
- uint32_t __reserved4[66]; /* 0x9c0 */
|
||||
-};
|
||||
-
|
||||
static struct zynqmp_header zynqmpimage_header;
|
||||
static void *dynamic_header;
|
||||
static FILE *fpmu;
|
||||
diff --git a/tools/zynqmpimage.h b/tools/zynqmpimage.h
|
||||
new file mode 100644
|
||||
index 0000000000..f3b5c195ad
|
||||
--- /dev/null
|
||||
+++ b/tools/zynqmpimage.h
|
||||
@@ -0,0 +1,132 @@
|
||||
+/*
|
||||
+ * Copyright (C) 2016 Michal Simek <michals@xilinx.com>
|
||||
+ * Copyright (C) 2015 Nathan Rossi <nathan@nathanrossi.com>
|
||||
+ *
|
||||
+ * SPDX-License-Identifier: GPL-2.0+
|
||||
+ *
|
||||
+ * The following Boot Header format/structures and values are defined in the
|
||||
+ * following documents:
|
||||
+ * * ug1085 ZynqMP TRM doc v1.4 (Chapter 11, Table 11-4)
|
||||
+ * * ug1137 ZynqMP Software Developer Guide v6.0 (Chapter 16)
|
||||
+ */
|
||||
+
|
||||
+#ifndef _ZYNQMPIMAGE_H_
|
||||
+#define _ZYNQMPIMAGE_H_
|
||||
+
|
||||
+#include <stdint.h>
|
||||
+
|
||||
+#define HEADER_INTERRUPT_DEFAULT (cpu_to_le32(0xeafffffe))
|
||||
+#define HEADER_REGINIT_NULL (cpu_to_le32(0xffffffff))
|
||||
+#define HEADER_WIDTHDETECTION (cpu_to_le32(0xaa995566))
|
||||
+#define HEADER_IMAGEIDENTIFIER (cpu_to_le32(0x584c4e58))
|
||||
+#define HEADER_CPU_SELECT_A53_64BIT (0x2 << 10)
|
||||
+
|
||||
+enum {
|
||||
+ ENCRYPTION_EFUSE = 0xa5c3c5a3,
|
||||
+ ENCRYPTION_OEFUSE = 0xa5c3c5a7,
|
||||
+ ENCRYPTION_BBRAM = 0x3a5c3c5a,
|
||||
+ ENCRYPTION_OBBRAM = 0xa35c7ca5,
|
||||
+ ENCRYPTION_NONE = 0x0,
|
||||
+};
|
||||
+
|
||||
+struct zynqmp_reginit {
|
||||
+ uint32_t address;
|
||||
+ uint32_t data;
|
||||
+};
|
||||
+
|
||||
+#define HEADER_INTERRUPT_VECTORS 8
|
||||
+#define HEADER_REGINITS 256
|
||||
+
|
||||
+struct image_header_table {
|
||||
+ uint32_t version; /* 0x00 */
|
||||
+ uint32_t nr_parts; /* 0x04 */
|
||||
+ uint32_t partition_header_offset; /* 0x08, divided by 4 */
|
||||
+ uint32_t image_header_offset; /* 0x0c, divided by 4 */
|
||||
+ uint32_t auth_certificate_offset; /* 0x10 */
|
||||
+ uint32_t boot_device; /* 0x14 */
|
||||
+ uint32_t __reserved1[9]; /* 0x18 - 0x38 */
|
||||
+ uint32_t checksum; /* 0x3c */
|
||||
+};
|
||||
+
|
||||
+#define PART_ATTR_VEC_LOCATION 0x800000
|
||||
+#define PART_ATTR_BS_BLOCK_SIZE_MASK 0x700000
|
||||
+#define PART_ATTR_BS_BLOCK_SIZE_DEFAULT 0x000000
|
||||
+#define PART_ATTR_BS_BLOCK_SIZE_8MB 0x400000
|
||||
+#define PART_ATTR_BIG_ENDIAN 0x040000
|
||||
+#define PART_ATTR_PART_OWNER_MASK 0x030000
|
||||
+#define PART_ATTR_PART_OWNER_FSBL 0x000000
|
||||
+#define PART_ATTR_PART_OWNER_UBOOT 0x010000
|
||||
+#define PART_ATTR_RSA_SIG 0x008000
|
||||
+#define PART_ATTR_CHECKSUM_MASK 0x007000
|
||||
+#define PART_ATTR_CHECKSUM_NONE 0x000000
|
||||
+#define PART_ATTR_CHECKSUM_MD5 0x001000
|
||||
+#define PART_ATTR_CHECKSUM_SHA2 0x002000
|
||||
+#define PART_ATTR_CHECKSUM_SHA3 0x003000
|
||||
+#define PART_ATTR_DEST_CPU_SHIFT 8
|
||||
+#define PART_ATTR_DEST_CPU_MASK 0x000f00
|
||||
+#define PART_ATTR_DEST_CPU_NONE 0x000000
|
||||
+#define PART_ATTR_DEST_CPU_A53_0 0x000100
|
||||
+#define PART_ATTR_DEST_CPU_A53_1 0x000200
|
||||
+#define PART_ATTR_DEST_CPU_A53_2 0x000300
|
||||
+#define PART_ATTR_DEST_CPU_A53_3 0x000400
|
||||
+#define PART_ATTR_DEST_CPU_R5_0 0x000500
|
||||
+#define PART_ATTR_DEST_CPU_R5_1 0x000600
|
||||
+#define PART_ATTR_DEST_CPU_R5_L 0x000700
|
||||
+#define PART_ATTR_DEST_CPU_PMU 0x000800
|
||||
+#define PART_ATTR_ENCRYPTED 0x000080
|
||||
+#define PART_ATTR_DEST_DEVICE_SHIFT 4
|
||||
+#define PART_ATTR_DEST_DEVICE_MASK 0x000070
|
||||
+#define PART_ATTR_DEST_DEVICE_NONE 0x000000
|
||||
+#define PART_ATTR_DEST_DEVICE_PS 0x000010
|
||||
+#define PART_ATTR_DEST_DEVICE_PL 0x000020
|
||||
+#define PART_ATTR_DEST_DEVICE_PMU 0x000030
|
||||
+#define PART_ATTR_DEST_DEVICE_XIP 0x000040
|
||||
+#define PART_ATTR_A53_EXEC_AARCH32 0x000008
|
||||
+#define PART_ATTR_TARGET_EL_SHIFT 1
|
||||
+#define PART_ATTR_TARGET_EL_MASK 0x000006
|
||||
+#define PART_ATTR_TZ_SECURE 0x000001
|
||||
+
|
||||
+static const char *dest_cpus[0x10] = {
|
||||
+ "none", "a5x-0", "a5x-1", "a5x-2", "a5x-3", "r5-0", "r5-1",
|
||||
+ "r5-lockstep", "pmu", "unknown", "unknown", "unknown", "unknown",
|
||||
+ "unknown", "unknown", "unknown"
|
||||
+};
|
||||
+
|
||||
+struct partition_header {
|
||||
+ uint32_t len_enc; /* 0x00, divided by 4 */
|
||||
+ uint32_t len_unenc; /* 0x04, divided by 4 */
|
||||
+ uint32_t len; /* 0x08, divided by 4 */
|
||||
+ uint32_t next_partition_offset; /* 0x0c */
|
||||
+ uint64_t entry_point; /* 0x10 */
|
||||
+ uint64_t load_address; /* 0x18 */
|
||||
+ uint32_t offset; /* 0x20, divided by 4 */
|
||||
+ uint32_t attributes; /* 0x24 */
|
||||
+ uint32_t __reserved1; /* 0x28 */
|
||||
+ uint32_t checksum_offset; /* 0x2c, divided by 4 */
|
||||
+ uint32_t __reserved2; /* 0x30 */
|
||||
+ uint32_t auth_certificate_offset; /* 0x34 */
|
||||
+ uint32_t __reserved3; /* 0x38 */
|
||||
+ uint32_t checksum; /* 0x3c */
|
||||
+};
|
||||
+
|
||||
+struct zynqmp_header {
|
||||
+ uint32_t interrupt_vectors[HEADER_INTERRUPT_VECTORS]; /* 0x0 */
|
||||
+ uint32_t width_detection; /* 0x20 */
|
||||
+ uint32_t image_identifier; /* 0x24 */
|
||||
+ uint32_t encryption; /* 0x28 */
|
||||
+ uint32_t image_load; /* 0x2c */
|
||||
+ uint32_t image_offset; /* 0x30 */
|
||||
+ uint32_t pfw_image_length; /* 0x34 */
|
||||
+ uint32_t total_pfw_image_length; /* 0x38 */
|
||||
+ uint32_t image_size; /* 0x3c */
|
||||
+ uint32_t image_stored_size; /* 0x40 */
|
||||
+ uint32_t image_attributes; /* 0x44 */
|
||||
+ uint32_t checksum; /* 0x48 */
|
||||
+ uint32_t __reserved1[19]; /* 0x4c */
|
||||
+ uint32_t image_header_table_offset; /* 0x98 */
|
||||
+ uint32_t __reserved2[7]; /* 0x9c */
|
||||
+ struct zynqmp_reginit register_init[HEADER_REGINITS]; /* 0xb8 */
|
||||
+ uint32_t __reserved4[66]; /* 0x9c0 */
|
||||
+};
|
||||
+
|
||||
+#endif /* _ZYNQMPIMAGE_H_ */
|
@ -1,28 +0,0 @@
|
||||
From 42b33e675c7e4e162485cf78519c4ff24509be69 Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Graf <agraf@suse.de>
|
||||
Date: Fri, 13 Apr 2018 13:47:05 +0200
|
||||
Subject: [PATCH] MAINTAINERS: Declare tools/zynq*.{c,h} as Xilinx maintained
|
||||
|
||||
The zynqimage.c, zynqmpimage.c and the new zynqmpbif.c files are all
|
||||
maintained by Xilinx for the Zynq platforms. Let's match them accordingly
|
||||
in the MAINTAINERS file.
|
||||
|
||||
Signed-off-by: Alexander Graf <agraf@suse.de>
|
||||
---
|
||||
MAINTAINERS | 3 ++-
|
||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/MAINTAINERS b/MAINTAINERS
|
||||
index 60d4adf266..a9140d2ed0 100644
|
||||
--- a/MAINTAINERS
|
||||
+++ b/MAINTAINERS
|
||||
@@ -291,7 +291,8 @@ F: drivers/spi/zynq_spi.c
|
||||
F: drivers/usb/host/ehci-zynq.c
|
||||
F: drivers/watchdog/cdns_wdt.c
|
||||
F: include/zynqmppl.h
|
||||
-F: tools/zynqimage.c
|
||||
+F: tools/zynq*.c
|
||||
+F: tools/zynq*.h
|
||||
N: zynqmp
|
||||
|
||||
BUILDMAN
|
@ -1,4 +1,4 @@
|
||||
From c37bc4d88af6802cffd9c726f8521caf15842213 Mon Sep 17 00:00:00 2001
|
||||
From 57607cb9df0088e2f00db4c01e5b10b1d40ab443 Mon Sep 17 00:00:00 2001
|
||||
From: Mian Yousaf Kaukab <yousaf.kaukab@suse.com>
|
||||
Date: Mon, 21 May 2018 16:38:57 +0200
|
||||
Subject: [PATCH] rockchip: make_fit_atf: make python3 compatible
|
@ -1,4 +1,4 @@
|
||||
From 5702e7e5cbc322a56f0b82daa86a57fc7477c53a Mon Sep 17 00:00:00 2001
|
||||
From 6f4a537ed398b414b4abdac34e730124b7a3b25a Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20F=C3=A4rber?= <afaerber@suse.de>
|
||||
Date: Sun, 3 Jun 2018 05:47:38 +0200
|
||||
Subject: [PATCH] rockchip: make_fit_atf.py depends on u-boot
|
||||
@ -18,10 +18,10 @@ Signed-off-by: Andreas Färber <afaerber@suse.de>
|
||||
1 file changed, 4 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
index f31ee60e4c..3723346c4f 100644
|
||||
index 7d5f801eea..a6542b07aa 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -1051,7 +1051,10 @@ U_BOOT_ITS = $(subst ",,$(CONFIG_SPL_FIT_SOURCE))
|
||||
@@ -1065,7 +1065,10 @@ U_BOOT_ITS = $(subst ",,$(CONFIG_SPL_FIT_SOURCE))
|
||||
else
|
||||
ifneq ($(CONFIG_SPL_FIT_GENERATOR),"")
|
||||
U_BOOT_ITS := u-boot.its
|
File diff suppressed because it is too large
Load Diff
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4da13c2a6139a78cc08608f21fd4741db27eda336cfad7ab8264fda923b9c048
|
||||
size 12469276
|
Binary file not shown.
3
u-boot-2018.07.tar.bz2
Normal file
3
u-boot-2018.07.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f10df88bc91b35642e461217f73256bbaeeca9ae2db8db56197ba5e89e1f6d4
|
||||
size 12586212
|
BIN
u-boot-2018.07.tar.bz2.sig
Normal file
BIN
u-boot-2018.07.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-a10-olinuxino-lime
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the a10-olinuxino-lime platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-a13-olinuxino
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the a13-olinuxino platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-a13-olinuxinom
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the a13-olinuxinom platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-a20-olinuxino-lime
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the a20-olinuxino-lime platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-a20-olinuxino-lime2
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the a20-olinuxino-lime2 platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-a20-olinuxinomicro
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the a20-olinuxinomicro platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-am335xboneblack
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the am335xboneblack platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-am335xevm
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the am335xevm platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-am57xxevm
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the am57xxevm platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-arndale
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the arndale platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-bananapi
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the bananapi platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -61,8 +61,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-clearfog
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the clearfog platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-colibrit20
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the colibrit20 platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-cubieboard
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the cubieboard platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-cubieboard2
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the cubieboard2 platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-cubietruck
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the cubietruck platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-dragonboard410c
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the dragonboard410c platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-dragonboard820c
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the dragonboard820c platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-evb-rk3399
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the evb-rk3399 platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-firefly-rk3288
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the firefly-rk3288 platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-firefly-rk3399
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the firefly-rk3399 platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-geekbox
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the geekbox platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-highbank
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the highbank platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-hikey
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the hikey platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-hyundaia7hd
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the hyundaia7hd platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-jetson-tk1
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the jetson-tk1 platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-lamobor1
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the lamobor1 platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-ls1012afrdmqspi
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the ls1012afrdmqspi platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-melea1000
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the melea1000 platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-merriia80optimus
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the merriia80optimus platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-mvebudb-88f3720
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the mvebudb-88f3720 platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-mvebudbarmada8k
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the mvebudbarmada8k platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-mvebuespressobin-88f3720
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the mvebuespressobin-88f3720 platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-mvebumcbin-88f8040
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the mvebumcbin-88f8040 platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-mx53loco
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the mx53loco platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-mx6cuboxi
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the mx6cuboxi platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-mx6qsabrelite
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the mx6qsabrelite platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-nanopia64
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the nanopia64 platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-nanopineo
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the nanopineo platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-nanopineoair
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the nanopineoair platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0010-arm-timer-factor-out-FSL-arch-timer.patch
|
||||
0011-arm-timer-sunxi-add-Allwinner-timer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to v2018.07-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- update to v2018.07-rc1
|
||||
- Add bison and flex deps needed since Kconfig update
|
||||
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches dropped:
|
||||
0006-tools-zynqmpimage-Add-partition-rea.patch
|
||||
0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
* Patches added:
|
||||
0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.05
|
||||
%define archive_version 2018.07
|
||||
|
||||
Name: u-boot-odroid-c2
|
||||
Version: 2018.05
|
||||
Version: 2018.07
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the odroid-c2 platform
|
||||
License: GPL-2.0-only
|
||||
@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
BuildRequires: bison
|
||||
# Arndale board needs DTC >= 1.4
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
BuildRequires: flex
|
||||
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-devel
|
||||
@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
%patch0012 -p1
|
||||
%patch0013 -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