Accepting request 692790 from hardware👢staging

Update to v2019.04

OBS-URL: https://build.opensuse.org/request/show/692790
OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=46
This commit is contained in:
Guillaume GARDET 2019-04-10 08:06:43 +00:00 committed by Git OBS Bridge
parent 68026c8172
commit 2bfcbf1aa6
166 changed files with 5161 additions and 646 deletions

View File

@ -1,4 +1,4 @@
From f157d20e42d1f151c9fa402dc635c2879539ee2f Mon Sep 17 00:00:00 2001 From 0d6f92cbd3c73b3ea3059c3be51723c6b38c22e8 Mon Sep 17 00:00:00 2001
From: Guillaume GARDET <guillaume.gardet@free.fr> From: Guillaume GARDET <guillaume.gardet@free.fr>
Date: Wed, 13 Apr 2016 13:44:29 +0200 Date: Wed, 13 Apr 2016 13:44:29 +0200
Subject: [PATCH] XXX openSUSE XXX: Prepend partition 2 (and 3 fo chromebook Subject: [PATCH] XXX openSUSE XXX: Prepend partition 2 (and 3 fo chromebook
@ -10,7 +10,7 @@ Subject: [PATCH] XXX openSUSE XXX: Prepend partition 2 (and 3 fo chromebook
1 file changed, 2 insertions(+), 2 deletions(-) 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h
index 555efb7433..6579ffe107 100644 index 4993303f4d..7a32bed91b 100644
--- a/include/config_distro_bootcmd.h --- a/include/config_distro_bootcmd.h
+++ b/include/config_distro_bootcmd.h +++ b/include/config_distro_bootcmd.h
@@ -141,7 +141,7 @@ @@ -141,7 +141,7 @@
@ -22,7 +22,7 @@ index 555efb7433..6579ffe107 100644
"scan_dev_for_efi=" \ "scan_dev_for_efi=" \
"setenv efi_fdtfile ${fdtfile}; " \ "setenv efi_fdtfile ${fdtfile}; " \
BOOTENV_EFI_SET_FDTFILE_FALLBACK \ BOOTENV_EFI_SET_FDTFILE_FALLBACK \
@@ -412,7 +412,7 @@ @@ -438,7 +438,7 @@
"scan_dev_for_boot_part=" \ "scan_dev_for_boot_part=" \
"part list ${devtype} ${devnum} -bootable devplist; " \ "part list ${devtype} ${devnum} -bootable devplist; " \
"env exists devplist || setenv devplist 1; " \ "env exists devplist || setenv devplist 1; " \

View File

@ -1,4 +1,4 @@
From 2f9efa00db72a83d3591392735f67a6a559f4b14 Mon Sep 17 00:00:00 2001 From 183d779f8fb3f706c0fe5fcb42ba6363dc4dec30 Mon Sep 17 00:00:00 2001
From: Alexander Graf <agraf@suse.de> From: Alexander Graf <agraf@suse.de>
Date: Mon, 2 May 2016 23:25:07 +0200 Date: Mon, 2 May 2016 23:25:07 +0200
Subject: [PATCH] Revert "Revert "omap3: Use raw SPL by default for mmc1"" 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(-) 1 file changed, 2 deletions(-)
diff --git a/arch/arm/mach-omap2/boot-common.c b/arch/arm/mach-omap2/boot-common.c diff --git a/arch/arm/mach-omap2/boot-common.c b/arch/arm/mach-omap2/boot-common.c
index 176d4f67cb..6fba378af9 100644 index c8b8ac657f..a76bf3de1f 100644
--- a/arch/arm/mach-omap2/boot-common.c --- a/arch/arm/mach-omap2/boot-common.c
+++ b/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) @@ -133,8 +133,6 @@ void save_omap_boot_params(void)

View File

@ -1,4 +1,4 @@
From 7a279c1c451cd1cf4294a9037f7acf22a6cea7d6 Mon Sep 17 00:00:00 2001 From b333967ac327cf84e0e927bc302b069a89384cb7 Mon Sep 17 00:00:00 2001
From: Alexander Graf <agraf@suse.de> From: Alexander Graf <agraf@suse.de>
Date: Wed, 21 Feb 2018 17:41:13 +0100 Date: Wed, 21 Feb 2018 17:41:13 +0100
Subject: [PATCH] rpi: Use firmware provided device tree Subject: [PATCH] rpi: Use firmware provided device tree

View File

@ -1,4 +1,4 @@
From b9c7341bde4c8eb3f60bf20a3198055a24490503 Mon Sep 17 00:00:00 2001 From ff802d34ced386f9c088bdbd67554ea33877195c Mon Sep 17 00:00:00 2001
From: Guillaume GARDET <guillaume.gardet@free.fr> From: Guillaume GARDET <guillaume.gardet@free.fr>
Date: Mon, 9 Apr 2018 10:28:26 +0200 Date: Mon, 9 Apr 2018 10:28:26 +0200
Subject: [PATCH] Temp workaround for Chromebook snow to avoid the 'unable to Subject: [PATCH] Temp workaround for Chromebook snow to avoid the 'unable to
@ -9,10 +9,10 @@ Subject: [PATCH] Temp workaround for Chromebook snow to avoid the 'unable to
1 file changed, 2 insertions(+), 1 deletion(-) 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/mmc/dw_mmc.c b/drivers/mmc/dw_mmc.c diff --git a/drivers/mmc/dw_mmc.c b/drivers/mmc/dw_mmc.c
index 7544b84ab6..b10f6bb2f4 100644 index 93a836eac3..d0307ff8b1 100644
--- a/drivers/mmc/dw_mmc.c --- a/drivers/mmc/dw_mmc.c
+++ b/drivers/mmc/dw_mmc.c +++ b/drivers/mmc/dw_mmc.c
@@ -539,7 +539,8 @@ void dwmci_setup_cfg(struct mmc_config *cfg, struct dwmci_host *host, @@ -558,7 +558,8 @@ void dwmci_setup_cfg(struct mmc_config *cfg, struct dwmci_host *host,
cfg->host_caps |= MMC_MODE_4BIT; cfg->host_caps |= MMC_MODE_4BIT;
cfg->host_caps &= ~MMC_MODE_8BIT; cfg->host_caps &= ~MMC_MODE_8BIT;
} }

View File

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

View File

@ -1,4 +1,4 @@
From eaabb2031f87e485b6b13d9af454532e76dc69ba Mon Sep 17 00:00:00 2001 From 02a12c0a13facb1442e40c3c1c06eb03cc1dc567 Mon Sep 17 00:00:00 2001
From: Alexander Graf <agraf@suse.de> From: Alexander Graf <agraf@suse.de>
Date: Thu, 26 Apr 2018 13:30:32 +0200 Date: Thu, 26 Apr 2018 13:30:32 +0200
Subject: [PATCH] tools: zynqmpbif: Add support for load=after Subject: [PATCH] tools: zynqmpbif: Add support for load=after
@ -34,7 +34,7 @@ Signed-off-by: Alexander Graf <agraf@suse.de>
1 file changed, 15 insertions(+) 1 file changed, 15 insertions(+)
diff --git a/tools/zynqmpbif.c b/tools/zynqmpbif.c diff --git a/tools/zynqmpbif.c b/tools/zynqmpbif.c
index 6c8f66055d..47c233c15f 100644 index 8c47107c7b..591bec8e59 100644
--- a/tools/zynqmpbif.c --- a/tools/zynqmpbif.c
+++ b/tools/zynqmpbif.c +++ b/tools/zynqmpbif.c
@@ -42,6 +42,7 @@ enum bif_flag { @@ -42,6 +42,7 @@ enum bif_flag {
@ -57,7 +57,7 @@ index 6c8f66055d..47c233c15f 100644
bf->load = strtoll(line, &endptr, 0); bf->load = strtoll(line, &endptr, 0);
return endptr; return endptr;
@@ -336,6 +342,15 @@ static int bif_add_part(struct bif_entry *bf, const char *data, size_t len) @@ -345,6 +351,15 @@ static int bif_add_part(struct bif_entry *bf, const char *data, size_t len)
if (r) if (r)
return r; return r;

View File

@ -1,40 +1,34 @@
From a8a80cd195076225874b8ad92091d66ee347a3f6 Mon Sep 17 00:00:00 2001 From 8ada0178c1a33253f09d44d1c90ffb042c5cebc3 Mon Sep 17 00:00:00 2001
From: Guillaume GARDET <guillaume.gardet@free.fr> From: Guillaume GARDET <guillaume.gardet@free.fr>
Date: Tue, 29 Jan 2019 11:38:12 +0100 Date: Tue, 29 Jan 2019 11:38:12 +0100
Subject: [PATCH] boo#1123170: Remove ubifs support from omap3_beagle to keep a Subject: [PATCH] boo#1123170: Remove ubifs support from omap3_beagle to keep a
small u-boot.img small u-boot.img
--- ---
configs/omap3_beagle_defconfig | 3 ++- configs/omap3_beagle_defconfig | 2 +-
include/configs/omap3_beagle.h | 1 - include/configs/omap3_beagle.h | 1 -
2 files changed, 2 insertions(+), 2 deletions(-) 2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/configs/omap3_beagle_defconfig b/configs/omap3_beagle_defconfig diff --git a/configs/omap3_beagle_defconfig b/configs/omap3_beagle_defconfig
index 9581dd9537..f1a34212ac 100644 index 73ffa83d0c..68317ead09 100644
--- a/configs/omap3_beagle_defconfig --- a/configs/omap3_beagle_defconfig
+++ b/configs/omap3_beagle_defconfig +++ b/configs/omap3_beagle_defconfig
@@ -31,7 +31,6 @@ CONFIG_CMD_FS_UUID=y @@ -36,7 +36,6 @@ CONFIG_CMD_FS_UUID=y
CONFIG_CMD_MTDPARTS=y CONFIG_CMD_MTDPARTS=y
CONFIG_MTDIDS_DEFAULT="nand0=omap2-nand.0" CONFIG_MTDIDS_DEFAULT="nand0=omap2-nand.0"
CONFIG_MTDPARTS_DEFAULT="mtdparts=omap2-nand.0:512k(spl),1920k(u-boot),128k(u-boot-env),128k(dtb),6m(kernel),-(rootfs)" CONFIG_MTDPARTS_DEFAULT="mtdparts=omap2-nand.0:512k(spl),1920k(u-boot),128k(u-boot-env),128k(dtb),6m(kernel),-(rootfs)"
-CONFIG_CMD_UBI=y -CONFIG_CMD_UBI=y
# CONFIG_ISO_PARTITION is not set # CONFIG_ISO_PARTITION is not set
CONFIG_OF_CONTROL=y # CONFIG_SPL_EFI_PARTITION is not set
CONFIG_DEFAULT_DEVICE_TREE="omap3-beagle" CONFIG_SPL_PARTITION_UUIDS=y
@@ -58,6 +57,7 @@ CONFIG_SYS_NAND_BUSWIDTH_16BIT=y @@ -70,6 +69,7 @@ CONFIG_SYS_NAND_BUSWIDTH_16BIT=y
CONFIG_SYS_NAND_U_BOOT_LOCATIONS=y CONFIG_SYS_NAND_U_BOOT_LOCATIONS=y
CONFIG_SYS_NAND_U_BOOT_OFFS=0x80000 CONFIG_SYS_NAND_U_BOOT_OFFS=0x80000
CONFIG_SPL_NAND_SIMPLE=y CONFIG_SPL_NAND_SIMPLE=y
+CONFIG_MTD_UBI=y +CONFIG_MTD_UBI=y
CONFIG_SPI=y CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_OMAP3_SPI=y CONFIG_OMAP3_SPI=y
CONFIG_USB=y
@@ -78,4 +78,5 @@ CONFIG_USB_ETHER_SMSC95XX=y
CONFIG_VIDEO_OMAP3=y
CONFIG_FAT_WRITE=y
CONFIG_BCH=y
+CONFIG_LZO=y
CONFIG_SPL_OF_LIBFDT=y
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 7698a90c4e..c614a6d962 100644 index 7698a90c4e..c614a6d962 100644
--- a/include/configs/omap3_beagle.h --- a/include/configs/omap3_beagle.h

View File

@ -1,4 +1,4 @@
From 95e373ddde5bce44e3681810a521b134ea873e1b Mon Sep 17 00:00:00 2001 From c2880bef36aee54e5a86c9a0c1b21f9c059c7d89 Mon Sep 17 00:00:00 2001
From: Matthias Brugger <mbrugger@suse.com> From: Matthias Brugger <mbrugger@suse.com>
Date: Tue, 5 Mar 2019 18:09:04 +0100 Date: Tue, 5 Mar 2019 18:09:04 +0100
Subject: [PATCH] zynqmp: generic: fix compilation Subject: [PATCH] zynqmp: generic: fix compilation

View File

@ -1,129 +0,0 @@
From 029eed9c0d3d43cfa043913254aa0aa904c92f13 Mon Sep 17 00:00:00 2001
From: Matthias Brugger <mbrugger@suse.com>
Date: Tue, 5 Mar 2019 12:50:18 +0100
Subject: [PATCH] efi_loader: Fix serial console size detection
Function term_read_reply tries to read from the serial console until
the end_char was read. This can hang forever if we are, for some reason,
not able to read the full response (e.g. serial buffer too small,
frame error). This patch moves the timeout detection into
term_read_reply() to assure we will make progress.
Fixes: 6bb591f704 ("efi_loader: query serial console size reliably")
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
Throw missing error when an incomplete reply for the cursor position is
received.
Change type of argument of term_get_char() *s32. This renders the function
reusable in efi_cin_read_key().
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
lib/efi_loader/efi_console.c | 62 ++++++++++++++++++++----------------
1 file changed, 35 insertions(+), 27 deletions(-)
diff --git a/lib/efi_loader/efi_console.c b/lib/efi_loader/efi_console.c
index 66c33a551d..8e0965bfc8 100644
--- a/lib/efi_loader/efi_console.c
+++ b/lib/efi_loader/efi_console.c
@@ -62,6 +62,21 @@ static struct simple_text_output_mode efi_con_mode = {
.cursor_visible = 1,
};
+static int term_get_char(s32 *c)
+{
+ u64 timeout;
+
+ /* Wait up to 100 ms for a character */
+ timeout = timer_get_us() + 100000;
+
+ while (!tstc())
+ if (timer_get_us() > timeout)
+ return 1;
+
+ *c = getc();
+ return 0;
+}
+
/*
* Receive and parse a reply from the terminal.
*
@@ -72,34 +87,36 @@ static struct simple_text_output_mode efi_con_mode = {
*/
static int term_read_reply(int *n, int num, char end_char)
{
- char c;
+ s32 c;
int i = 0;
- c = getc();
- if (c != cESC)
+ if (term_get_char(&c) || c != cESC)
return -1;
- c = getc();
- if (c != '[')
+
+ if (term_get_char(&c) || c != '[')
return -1;
n[0] = 0;
while (1) {
- c = getc();
- if (c == ';') {
- i++;
- if (i >= num)
+ if (!term_get_char(&c)) {
+ if (c == ';') {
+ i++;
+ if (i >= num)
+ return -1;
+ n[i] = 0;
+ continue;
+ } else if (c == end_char) {
+ break;
+ } else if (c > '9' || c < '0') {
return -1;
- n[i] = 0;
- continue;
- } else if (c == end_char) {
- break;
- } else if (c > '9' || c < '0') {
+ }
+
+ /* Read one more decimal position */
+ n[i] *= 10;
+ n[i] += c - '0';
+ } else {
return -1;
}
-
- /* Read one more decimal position */
- n[i] *= 10;
- n[i] += c - '0';
}
if (i != num - 1)
return -1;
@@ -196,7 +213,6 @@ static int query_console_serial(int *rows, int *cols)
{
int ret = 0;
int n[2];
- u64 timeout;
/* Empty input buffer */
while (tstc())
@@ -216,14 +232,6 @@ static int query_console_serial(int *rows, int *cols)
ESC "[999;999H" /* Move to bottom right corner */
ESC "[6n"); /* Query cursor position */
- /* Allow up to one second for a response */
- timeout = timer_get_us() + 1000000;
- while (!tstc())
- if (timer_get_us() > timeout) {
- ret = -1;
- goto out;
- }
-
/* Read {rows,cols} */
if (term_read_reply(n, 2, 'R')) {
ret = 1;

View File

@ -12,7 +12,7 @@ ARCH_RESTRICTIONS="$3"
armv6_boards="rpi" armv6_boards="rpi"
# TI # TI
armv7_boards="omap3_beagle omap4_panda am335x_evm am335x_boneblack pcm051_rev3 am57xx_evm" armv7_boards="omap3_beagle omap4_panda am335x_evm pcm051_rev3 am57xx_evm"
# Exynos # Exynos
armv7_boards="$armv7_boards arndale snow spring odroid odroid-xu3" armv7_boards="$armv7_boards arndale snow spring odroid odroid-xu3"
# Calxeda # Calxeda
@ -23,7 +23,7 @@ armv7_boards="$armv7_boards mx53loco mx6cuboxi mx6qsabrelite udoo udoo_neo"
armv7_boards="$armv7_boards Bananapi Cubieboard Cubieboard2 Cubietruck Mele_A1000 Merrii_A80_Optimus" armv7_boards="$armv7_boards Bananapi Cubieboard Cubieboard2 Cubietruck Mele_A1000 Merrii_A80_Optimus"
armv7_boards="$armv7_boards A10-OLinuXino-Lime A13-OLinuXino A13-OLinuXinoM" armv7_boards="$armv7_boards A10-OLinuXino-Lime A13-OLinuXino A13-OLinuXinoM"
armv7_boards="$armv7_boards A20-OLinuXino-Lime A20-OLinuXino-Lime2 A20-OLinuXino_MICRO" armv7_boards="$armv7_boards A20-OLinuXino-Lime A20-OLinuXino-Lime2 A20-OLinuXino_MICRO"
armv7_boards="$armv7_boards nanopi_neo nanopi_neo_air orangepi_pc Hyundai_A7HD Lamobo_R1 Sinovoip_BPI_M2_Plus" armv7_boards="$armv7_boards nanopi_neo nanopi_neo_air orangepi_pc Hyundai_A7HD Lamobo_R1 bananapi_m2_plus_h3"
# Broadcom # Broadcom
armv7_boards="$armv7_boards rpi_2" armv7_boards="$armv7_boards rpi_2"
# Nvidia # Nvidia
@ -57,7 +57,7 @@ aarch64_boards="$aarch64_boards xilinx_zynqmp_zcu102_rev1_0 xilinx_zynqmp_generi
ppc_boards="qemu-ppce500" ppc_boards="qemu-ppce500"
riscv64_boards="qemu-riscv64" riscv64_boards="qemu-riscv64 sifive_fu540"
function generate_spec() { function generate_spec() {
sed "s/BOARDCONFIG/$BOARDCONFIG/g sed "s/BOARDCONFIG/$BOARDCONFIG/g
@ -139,7 +139,7 @@ arndale)
BINEND=bin BINEND=bin
ARNDALE_SPL=1 ARNDALE_SPL=1
;; ;;
Bananapi*|Cubieboard*|Cubietruck*|Hyundai_A7HD|Mele_A1000|nanopi_neo|*-OLinuXino*|orangepi_pc|Lamobo_R1|Sinovoip_BPI_M2_Plus) Bananapi*|Cubieboard*|Cubietruck*|Hyundai_A7HD|Mele_A1000|nanopi_neo|*-OLinuXino*|orangepi_pc|Lamobo_R1|bananapi_m2_plus_h3)
BINEND=img BINEND=img
SUNXI_SPL=1 SUNXI_SPL=1
;; ;;

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:50bd7e5a466ab828914d080d5f6a432345b500e8fba1ad3b7b61e95e60d51c22
size 13366005

Binary file not shown.

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:76b7772d156b3ddd7644c8a1736081e55b78828537ff714065d21dbade229bef
size 13601643

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

Binary file not shown.

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-a10-olinuxino-lime Name: u-boot-a10-olinuxino-lime
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the a10-olinuxino-lime platform Summary: The U-Boot firmware for the a10-olinuxino-lime platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-a10-olinuxino-lime Obsoletes: x-loader-a10-olinuxino-lime
Provides: x-loader-a10-olinuxino-lime Provides: x-loader-a10-olinuxino-lime
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: armv7l armv7hl ExclusiveArch: armv7l armv7hl
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-a13-olinuxino Name: u-boot-a13-olinuxino
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the a13-olinuxino platform Summary: The U-Boot firmware for the a13-olinuxino platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-a13-olinuxino Obsoletes: x-loader-a13-olinuxino
Provides: x-loader-a13-olinuxino Provides: x-loader-a13-olinuxino
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: armv7l armv7hl ExclusiveArch: armv7l armv7hl
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-a13-olinuxinom Name: u-boot-a13-olinuxinom
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the a13-olinuxinom platform Summary: The U-Boot firmware for the a13-olinuxinom platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-a13-olinuxinom Obsoletes: x-loader-a13-olinuxinom
Provides: x-loader-a13-olinuxinom Provides: x-loader-a13-olinuxinom
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: armv7l armv7hl ExclusiveArch: armv7l armv7hl
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-a20-olinuxino-lime Name: u-boot-a20-olinuxino-lime
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the a20-olinuxino-lime platform Summary: The U-Boot firmware for the a20-olinuxino-lime platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-a20-olinuxino-lime Obsoletes: x-loader-a20-olinuxino-lime
Provides: x-loader-a20-olinuxino-lime Provides: x-loader-a20-olinuxino-lime
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: armv7l armv7hl ExclusiveArch: armv7l armv7hl
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-a20-olinuxino-lime2 Name: u-boot-a20-olinuxino-lime2
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the a20-olinuxino-lime2 platform Summary: The U-Boot firmware for the a20-olinuxino-lime2 platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-a20-olinuxino-lime2 Obsoletes: x-loader-a20-olinuxino-lime2
Provides: x-loader-a20-olinuxino-lime2 Provides: x-loader-a20-olinuxino-lime2
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: armv7l armv7hl ExclusiveArch: armv7l armv7hl
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-a20-olinuxinomicro Name: u-boot-a20-olinuxinomicro
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the a20-olinuxinomicro platform Summary: The U-Boot firmware for the a20-olinuxinomicro platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-a20-olinuxinomicro Obsoletes: x-loader-a20-olinuxinomicro
Provides: x-loader-a20-olinuxinomicro Provides: x-loader-a20-olinuxinomicro
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: armv7l armv7hl ExclusiveArch: armv7l armv7hl
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-am335xevm Name: u-boot-am335xevm
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the am335xevm platform Summary: The U-Boot firmware for the am335xevm platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-am335xevm Obsoletes: x-loader-am335xevm
Provides: x-loader-am335xevm Provides: x-loader-am335xevm
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: armv7l armv7hl ExclusiveArch: armv7l armv7hl
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-am57xxevm Name: u-boot-am57xxevm
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the am57xxevm platform Summary: The U-Boot firmware for the am57xxevm platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-am57xxevm Obsoletes: x-loader-am57xxevm
Provides: x-loader-am57xxevm Provides: x-loader-am57xxevm
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: armv7l armv7hl ExclusiveArch: armv7l armv7hl
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-arndale Name: u-boot-arndale
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the arndale platform Summary: The U-Boot firmware for the arndale platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-arndale Obsoletes: x-loader-arndale
Provides: x-loader-arndale Provides: x-loader-arndale
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: armv7l armv7hl ExclusiveArch: armv7l armv7hl
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-bananapi Name: u-boot-bananapi
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the bananapi platform Summary: The U-Boot firmware for the bananapi platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-bananapi Obsoletes: x-loader-bananapi
Provides: x-loader-bananapi Provides: x-loader-bananapi
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: armv7l armv7hl ExclusiveArch: armv7l armv7hl
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package u-boot-sinovoipbpim2plus # spec file for package u-boot-bananapim2plush3
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
@ -30,29 +30,29 @@
%define imx6_spl 0 %define imx6_spl 0
%define socfpga_spl 0 %define socfpga_spl 0
%if "sinovoipbpim2plus" == "rpi" || "sinovoipbpim2plus" == "rpi2" || "sinovoipbpim2plus" == "rpi3" %if "bananapim2plush3" == "rpi" || "bananapim2plush3" == "rpi2" || "bananapim2plush3" == "rpi3"
%define is_rpi 1 %define is_rpi 1
%endif %endif
%if "sinovoipbpim2plus" == "evb-rk3399" || "sinovoipbpim2plus" == "firefly-rk3399" || "sinovoipbpim2plus" == "puma-rk3399" || "sinovoipbpim2plus" == "rock960-rk3399" %if "bananapim2plush3" == "evb-rk3399" || "bananapim2plush3" == "firefly-rk3399" || "bananapim2plush3" == "puma-rk3399" || "bananapim2plush3" == "rock960-rk3399"
%define is_rk3399 1 %define is_rk3399 1
%endif %endif
%if "sinovoipbpim2plus" == "bananapim64" || "sinovoipbpim2plus" == "nanopia64" || "sinovoipbpim2plus" == "pine64plus" || "sinovoipbpim2plus" == "pinebook" %if "bananapim2plush3" == "bananapim64" || "bananapim2plush3" == "nanopia64" || "bananapim2plush3" == "pine64plus" || "bananapim2plush3" == "pinebook"
%define is_a64 1 %define is_a64 1
%endif %endif
%if "sinovoipbpim2plus" == "orangepipc2" %if "bananapim2plush3" == "orangepipc2"
%define is_h5 1 %define is_h5 1
%endif %endif
%if "sinovoipbpim2plus" == "pineh64" %if "bananapim2plush3" == "pineh64"
%define is_h6 1 %define is_h6 1
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-sinovoipbpim2plus Name: u-boot-bananapim2plush3
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the sinovoipbpim2plus platform Summary: The U-Boot firmware for the bananapim2plush3 platform
License: GPL-2.0-only License: GPL-2.0-only
Group: System/Boot Group: System/Boot
Url: http://www.denx.de/wiki/U-Boot Url: http://www.denx.de/wiki/U-Boot
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -114,14 +113,24 @@ Requires(post): util-linux
Provides: u-boot-loader Provides: u-boot-loader
Conflicts: otherproviders(u-boot-loader) Conflicts: otherproviders(u-boot-loader)
%if %x_loader == 1 %if %x_loader == 1
Obsoletes: x-loader-sinovoipbpim2plus Obsoletes: x-loader-bananapim2plush3
Provides: x-loader-sinovoipbpim2plus Provides: x-loader-bananapim2plush3
%endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif %endif
ExclusiveArch: armv7l armv7hl ExclusiveArch: armv7l armv7hl
%description %description
Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors.
This package contains the firmware for the sinovoipbpim2plus platform. This package contains the firmware for the bananapim2plush3 platform.
%package doc %package doc
Summary: Documentation for the U-Boot Firmware Summary: Documentation for the U-Boot Firmware
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
@ -158,7 +166,7 @@ cp /usr/share/arm-trusted-firmware-rk3399/bl31.elf .
%endif %endif
%endif %endif
make %{?_smp_mflags} CROSS_COMPILE= HOSTCFLAGS="$RPM_OPT_FLAGS" Sinovoip_BPI_M2_Plus_defconfig make %{?_smp_mflags} CROSS_COMPILE= HOSTCFLAGS="$RPM_OPT_FLAGS" bananapi_m2_plus_h3_defconfig
echo "Attempting to enable fdt apply command (.dtbo) support." echo "Attempting to enable fdt apply command (.dtbo) support."
echo "CONFIG_OF_LIBFDT_OVERLAY=y" >> .config echo "CONFIG_OF_LIBFDT_OVERLAY=y" >> .config
make %{?_smp_mflags} CROSS_COMPILE= HOSTCFLAGS="$RPM_OPT_FLAGS" \ make %{?_smp_mflags} CROSS_COMPILE= HOSTCFLAGS="$RPM_OPT_FLAGS" \

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-bananapim64 Name: u-boot-bananapim64
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the bananapim64 platform Summary: The U-Boot firmware for the bananapim64 platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-bananapim64 Obsoletes: x-loader-bananapim64
Provides: x-loader-bananapim64 Provides: x-loader-bananapim64
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: aarch64 ExclusiveArch: aarch64
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -109,6 +109,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-BOARDNAME Obsoletes: x-loader-BOARDNAME
Provides: x-loader-BOARDNAME Provides: x-loader-BOARDNAME
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: ARCH_RESTRICTIONS ExclusiveArch: ARCH_RESTRICTIONS
%description %description

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-clearfog Name: u-boot-clearfog
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the clearfog platform Summary: The U-Boot firmware for the clearfog platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-clearfog Obsoletes: x-loader-clearfog
Provides: x-loader-clearfog Provides: x-loader-clearfog
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: armv7l armv7hl ExclusiveArch: armv7l armv7hl
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-colibrit20 Name: u-boot-colibrit20
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the colibrit20 platform Summary: The U-Boot firmware for the colibrit20 platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-colibrit20 Obsoletes: x-loader-colibrit20
Provides: x-loader-colibrit20 Provides: x-loader-colibrit20
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: armv7l armv7hl ExclusiveArch: armv7l armv7hl
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-cubieboard Name: u-boot-cubieboard
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the cubieboard platform Summary: The U-Boot firmware for the cubieboard platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-cubieboard Obsoletes: x-loader-cubieboard
Provides: x-loader-cubieboard Provides: x-loader-cubieboard
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: armv7l armv7hl ExclusiveArch: armv7l armv7hl
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-cubieboard2 Name: u-boot-cubieboard2
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the cubieboard2 platform Summary: The U-Boot firmware for the cubieboard2 platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-cubieboard2 Obsoletes: x-loader-cubieboard2
Provides: x-loader-cubieboard2 Provides: x-loader-cubieboard2
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: armv7l armv7hl ExclusiveArch: armv7l armv7hl
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-cubietruck Name: u-boot-cubietruck
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the cubietruck platform Summary: The U-Boot firmware for the cubietruck platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-cubietruck Obsoletes: x-loader-cubietruck
Provides: x-loader-cubietruck Provides: x-loader-cubietruck
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: armv7l armv7hl ExclusiveArch: armv7l armv7hl
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-dragonboard410c Name: u-boot-dragonboard410c
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the dragonboard410c platform Summary: The U-Boot firmware for the dragonboard410c platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-dragonboard410c Obsoletes: x-loader-dragonboard410c
Provides: x-loader-dragonboard410c Provides: x-loader-dragonboard410c
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: aarch64 ExclusiveArch: aarch64
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-dragonboard820c Name: u-boot-dragonboard820c
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the dragonboard820c platform Summary: The U-Boot firmware for the dragonboard820c platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-dragonboard820c Obsoletes: x-loader-dragonboard820c
Provides: x-loader-dragonboard820c Provides: x-loader-dragonboard820c
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: aarch64 ExclusiveArch: aarch64
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-evb-rk3399 Name: u-boot-evb-rk3399
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the evb-rk3399 platform Summary: The U-Boot firmware for the evb-rk3399 platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-evb-rk3399 Obsoletes: x-loader-evb-rk3399
Provides: x-loader-evb-rk3399 Provides: x-loader-evb-rk3399
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: aarch64 ExclusiveArch: aarch64
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-firefly-rk3288 Name: u-boot-firefly-rk3288
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the firefly-rk3288 platform Summary: The U-Boot firmware for the firefly-rk3288 platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-firefly-rk3288 Obsoletes: x-loader-firefly-rk3288
Provides: x-loader-firefly-rk3288 Provides: x-loader-firefly-rk3288
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: armv7l armv7hl ExclusiveArch: armv7l armv7hl
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-firefly-rk3399 Name: u-boot-firefly-rk3399
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the firefly-rk3399 platform Summary: The U-Boot firmware for the firefly-rk3399 platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-firefly-rk3399 Obsoletes: x-loader-firefly-rk3399
Provides: x-loader-firefly-rk3399 Provides: x-loader-firefly-rk3399
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: aarch64 ExclusiveArch: aarch64
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-geekbox Name: u-boot-geekbox
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the geekbox platform Summary: The U-Boot firmware for the geekbox platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-geekbox Obsoletes: x-loader-geekbox
Provides: x-loader-geekbox Provides: x-loader-geekbox
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: aarch64 ExclusiveArch: aarch64
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-highbank Name: u-boot-highbank
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the highbank platform Summary: The U-Boot firmware for the highbank platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-highbank Obsoletes: x-loader-highbank
Provides: x-loader-highbank Provides: x-loader-highbank
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: armv7l armv7hl ExclusiveArch: armv7l armv7hl
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-hikey Name: u-boot-hikey
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the hikey platform Summary: The U-Boot firmware for the hikey platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-hikey Obsoletes: x-loader-hikey
Provides: x-loader-hikey Provides: x-loader-hikey
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: aarch64 ExclusiveArch: aarch64
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-hyundaia7hd Name: u-boot-hyundaia7hd
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the hyundaia7hd platform Summary: The U-Boot firmware for the hyundaia7hd platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-hyundaia7hd Obsoletes: x-loader-hyundaia7hd
Provides: x-loader-hyundaia7hd Provides: x-loader-hyundaia7hd
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: armv7l armv7hl ExclusiveArch: armv7l armv7hl
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-jetson-tk1 Name: u-boot-jetson-tk1
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the jetson-tk1 platform Summary: The U-Boot firmware for the jetson-tk1 platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-jetson-tk1 Obsoletes: x-loader-jetson-tk1
Provides: x-loader-jetson-tk1 Provides: x-loader-jetson-tk1
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: armv7l armv7hl ExclusiveArch: armv7l armv7hl
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-khadas-vim Name: u-boot-khadas-vim
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the khadas-vim platform Summary: The U-Boot firmware for the khadas-vim platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-khadas-vim Obsoletes: x-loader-khadas-vim
Provides: x-loader-khadas-vim Provides: x-loader-khadas-vim
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: aarch64 ExclusiveArch: aarch64
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-khadas-vim2 Name: u-boot-khadas-vim2
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the khadas-vim2 platform Summary: The U-Boot firmware for the khadas-vim2 platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-khadas-vim2 Obsoletes: x-loader-khadas-vim2
Provides: x-loader-khadas-vim2 Provides: x-loader-khadas-vim2
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: aarch64 ExclusiveArch: aarch64
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-lamobor1 Name: u-boot-lamobor1
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the lamobor1 platform Summary: The U-Boot firmware for the lamobor1 platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-lamobor1 Obsoletes: x-loader-lamobor1
Provides: x-loader-lamobor1 Provides: x-loader-lamobor1
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: armv7l armv7hl ExclusiveArch: armv7l armv7hl
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-ls1012afrdmqspi Name: u-boot-ls1012afrdmqspi
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the ls1012afrdmqspi platform Summary: The U-Boot firmware for the ls1012afrdmqspi platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-ls1012afrdmqspi Obsoletes: x-loader-ls1012afrdmqspi
Provides: x-loader-ls1012afrdmqspi Provides: x-loader-ls1012afrdmqspi
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: aarch64 ExclusiveArch: aarch64
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-melea1000 Name: u-boot-melea1000
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the melea1000 platform Summary: The U-Boot firmware for the melea1000 platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-melea1000 Obsoletes: x-loader-melea1000
Provides: x-loader-melea1000 Provides: x-loader-melea1000
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: armv7l armv7hl ExclusiveArch: armv7l armv7hl
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-merriia80optimus Name: u-boot-merriia80optimus
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the merriia80optimus platform Summary: The U-Boot firmware for the merriia80optimus platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-merriia80optimus Obsoletes: x-loader-merriia80optimus
Provides: x-loader-merriia80optimus Provides: x-loader-merriia80optimus
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: armv7l armv7hl ExclusiveArch: armv7l armv7hl
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-mvebudb-88f3720 Name: u-boot-mvebudb-88f3720
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the mvebudb-88f3720 platform Summary: The U-Boot firmware for the mvebudb-88f3720 platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-mvebudb-88f3720 Obsoletes: x-loader-mvebudb-88f3720
Provides: x-loader-mvebudb-88f3720 Provides: x-loader-mvebudb-88f3720
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: aarch64 ExclusiveArch: aarch64
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-mvebudbarmada8k Name: u-boot-mvebudbarmada8k
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the mvebudbarmada8k platform Summary: The U-Boot firmware for the mvebudbarmada8k platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-mvebudbarmada8k Obsoletes: x-loader-mvebudbarmada8k
Provides: x-loader-mvebudbarmada8k Provides: x-loader-mvebudbarmada8k
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: aarch64 ExclusiveArch: aarch64
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-mvebuespressobin-88f3720 Name: u-boot-mvebuespressobin-88f3720
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the mvebuespressobin-88f3720 platform Summary: The U-Boot firmware for the mvebuespressobin-88f3720 platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-mvebuespressobin-88f3720 Obsoletes: x-loader-mvebuespressobin-88f3720
Provides: x-loader-mvebuespressobin-88f3720 Provides: x-loader-mvebuespressobin-88f3720
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: aarch64 ExclusiveArch: aarch64
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-mvebumcbin-88f8040 Name: u-boot-mvebumcbin-88f8040
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the mvebumcbin-88f8040 platform Summary: The U-Boot firmware for the mvebumcbin-88f8040 platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-mvebumcbin-88f8040 Obsoletes: x-loader-mvebumcbin-88f8040
Provides: x-loader-mvebumcbin-88f8040 Provides: x-loader-mvebumcbin-88f8040
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: aarch64 ExclusiveArch: aarch64
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-mx53loco Name: u-boot-mx53loco
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the mx53loco platform Summary: The U-Boot firmware for the mx53loco platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-mx53loco Obsoletes: x-loader-mx53loco
Provides: x-loader-mx53loco Provides: x-loader-mx53loco
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: armv7l armv7hl ExclusiveArch: armv7l armv7hl
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-mx6cuboxi Name: u-boot-mx6cuboxi
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the mx6cuboxi platform Summary: The U-Boot firmware for the mx6cuboxi platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-mx6cuboxi Obsoletes: x-loader-mx6cuboxi
Provides: x-loader-mx6cuboxi Provides: x-loader-mx6cuboxi
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: armv7l armv7hl ExclusiveArch: armv7l armv7hl
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-mx6qsabrelite Name: u-boot-mx6qsabrelite
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the mx6qsabrelite platform Summary: The U-Boot firmware for the mx6qsabrelite platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-mx6qsabrelite Obsoletes: x-loader-mx6qsabrelite
Provides: x-loader-mx6qsabrelite Provides: x-loader-mx6qsabrelite
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: armv7l armv7hl ExclusiveArch: armv7l armv7hl
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-nanopia64 Name: u-boot-nanopia64
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the nanopia64 platform Summary: The U-Boot firmware for the nanopia64 platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-nanopia64 Obsoletes: x-loader-nanopia64
Provides: x-loader-nanopia64 Provides: x-loader-nanopia64
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: aarch64 ExclusiveArch: aarch64
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

View File

@ -47,10 +47,10 @@
%endif %endif
# archive_version differs from version for RC version only # archive_version differs from version for RC version only
%define archive_version 2019.01 %define archive_version 2019.04
Name: u-boot-nanopineo Name: u-boot-nanopineo
Version: 2019.01 Version: 2019.04
Release: 0 Release: 0
Summary: The U-Boot firmware for the nanopineo platform Summary: The U-Boot firmware for the nanopineo platform
License: GPL-2.0-only License: GPL-2.0-only
@ -69,7 +69,6 @@ Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch Patch0007: 0007-boo-1123170-Remove-ubifs-support-fr.patch
Patch0008: 0008-zynqmp-generic-fix-compilation.patch Patch0008: 0008-zynqmp-generic-fix-compilation.patch
Patch0009: 0009-efi_loader-Fix-serial-console-size-.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_rk3399} && %{with uboot_atf} %if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399 BuildRequires: arm-trusted-firmware-rk3399
@ -117,6 +116,16 @@ Conflicts: otherproviders(u-boot-loader)
Obsoletes: x-loader-nanopineo Obsoletes: x-loader-nanopineo
Provides: x-loader-nanopineo Provides: x-loader-nanopineo
%endif %endif
%if "%{name}" == "u-boot-am335xevm"
# http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
Obsoletes: am335x_boneblack
Provides: am335x_boneblack
%endif
%if "%{name}" == "bananapi_m2_plus_h3"
# http://git.denx.de/?p=u-boot.git;a=commit;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
Obsoletes: Sinovoip_BPI_M2_Plus
Provides: Sinovoip_BPI_M2_Plus
%endif
ExclusiveArch: armv7l armv7hl ExclusiveArch: armv7l armv7hl
%description %description
@ -141,7 +150,6 @@ This package contains documentation for U-Boot firmware.
%patch0006 -p1 %patch0006 -p1
%patch0007 -p1 %patch0007 -p1
%patch0008 -p1 %patch0008 -p1
%patch0009 -p1
%build %build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,7 +1,34 @@
-------------------------------------------------------------------
Tue Apr 9 12:46:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04:
* Various last minute bug fixes
* we've hit the deadline for DM_MMC conversion
* Release info:
- https://lists.denx.de/pipermail/u-boot/2019-April/364431.html
- Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3, to follow upstream:
* http://git.denx.de/?p=u-boot.git;a=commitdiff;h=268ae6548779ccd8ba38ce39d43f41be7e0bc133
-------------------------------------------------------------------
Tue Mar 19 10:03:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc4:
* DPAA2 fixes and DDR errata workaround for LS1021A
* UEFI fixes
* Small fixes in several i.MX boards
* SunXi fixes: axp818 fix, fix warnings for ethernet clock code
* x86 fixes: ACPI changes and fixes to Intel Tangier/Edison, i8254 beeper fixes
* SoC-FPGA: Arria10 DRAM fixes and Gen5 cache fixes
* sh: More gen2/gen3 fixes
* I2C fixes
* SPI fixes
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches dropped:
0009-efi_loader-Fix-serial-console-size-.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Fix bsc#1124137 by: * Fix bsc#1124137 by:
* Patches dropped: * Patches dropped:
0008-Revert-efi_loader-query-serial-cons.patch 0008-Revert-efi_loader-query-serial-cons.patch
@ -10,13 +37,40 @@ Mon Mar 18 11:17:54 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
0008-zynqmp-generic-fix-compilation.patch 0008-zynqmp-generic-fix-compilation.patch
0009-efi_loader-Fix-serial-console-size-.patch 0009-efi_loader-Fix-serial-console-size-.patch
-------------------------------------------------------------------
Wed Mar 6 12:38:21 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Drop am335x_boneblack and use am335x_evm instead, to follow
upstream:
* http://git.denx.de/?p=u-boot.git;a=commit;h=8fa7f65dd02c176ee6021eaf40114560b8954ba2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com> Wed Mar 6 11:30:44 UTC 2019 - Matthias Brugger <mbrugger@suse.com>
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.04
* Patches added to fix bsc#1128099: * Patches added to fix bsc#1128099:
0009-zynqmp-generic-fix-compilation.patch 0009-zynqmp-generic-fix-compilation.patch
-------------------------------------------------------------------
Tue Mar 5 14:58:04 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Add sifive_fu540
-------------------------------------------------------------------
Tue Mar 5 08:31:52 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to v2019.04-rc3:
* Partial changelog: more DM enablement and Kconfig conversions,
bananapi fixes, defconfig resync, Make FAT use less memory,
drivers fixes, SPI-NOR support, Fixes for CVE-2018-18440 and
CVE-2018-18439
* v2019.04-rc3 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-March/360728.html
* v2019.04-rc2 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/359463.html
* v2019.04-rc1 changelog info:
- https://lists.denx.de/pipermail/u-boot/2019-February/357902.html
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de Thu Feb 14 15:28:00 UTC 2019 - schwab@suse.de

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