diff --git a/0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch b/0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch index 9f791d7..223d6f7 100644 --- a/0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch +++ b/0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch @@ -1,4 +1,4 @@ -From 39b8c870cb0fe26a155f667e9f3244bcb9ad4370 Mon Sep 17 00:00:00 2001 +From f9856b798578670b682889a05a9e4df078a53dd6 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Wed, 13 Apr 2016 13:44:29 +0200 Subject: [PATCH] XXX openSUSE XXX: Load dtb from partition 2 @@ -16,10 +16,10 @@ Signed-off-by: Alexander Graf 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h -index 5c469a23fa..ee286f04ca 100644 +index f567cebd38..96b05aeeed 100644 --- a/include/config_distro_bootcmd.h +++ b/include/config_distro_bootcmd.h -@@ -130,16 +130,16 @@ +@@ -135,16 +135,16 @@ "fi\0" \ \ "load_efi_dtb=" \ diff --git a/0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch b/0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch index 9a6208c..578ebaa 100644 --- a/0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch +++ b/0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch @@ -1,4 +1,4 @@ -From 32137ec9752a551769d465a214b1e6a3940365cb Mon Sep 17 00:00:00 2001 +From ac419f82c82becdd6ee09bd3c5574a181deff939 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Mon, 2 May 2016 23:25:07 +0200 Subject: [PATCH] Revert "Revert "omap3: Use raw SPL by default for mmc1"" @@ -9,7 +9,7 @@ This reverts commit 7fa75d0ac5502db813d109c1df7bd0da34688685. 1 file changed, 2 deletions(-) diff --git a/arch/arm/mach-omap2/boot-common.c b/arch/arm/mach-omap2/boot-common.c -index 26245aa169..15a78b8cf7 100644 +index db68a9d7e2..d246ebc12d 100644 --- a/arch/arm/mach-omap2/boot-common.c +++ b/arch/arm/mach-omap2/boot-common.c @@ -134,8 +134,6 @@ void save_omap_boot_params(void) diff --git a/0003-Revert-rockchip-mkimage-remove-plac.patch b/0003-Revert-rockchip-mkimage-remove-plac.patch index 1b749aa..502f675 100644 --- a/0003-Revert-rockchip-mkimage-remove-plac.patch +++ b/0003-Revert-rockchip-mkimage-remove-plac.patch @@ -1,4 +1,4 @@ -From 56a11c1430c4057f207cacad283eece724e7f587 Mon Sep 17 00:00:00 2001 +From f45226d20a4bcdeedc3226f272ecd07ed9fa743c Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Thu, 22 Jun 2017 10:04:06 +0200 Subject: [PATCH] Revert 'rockchip: mkimage: remove placeholder functions from diff --git a/0004-Fix-MMC1-external-SD-slot-on-Samsun.patch b/0004-Fix-MMC1-external-SD-slot-on-Samsun.patch deleted file mode 100644 index 6e28813..0000000 --- a/0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +++ /dev/null @@ -1,23 +0,0 @@ -From f25b8843eca3b018aacef8ba266d946bb158d7c9 Mon Sep 17 00:00:00 2001 -From: Guillaume GARDET -Date: Thu, 16 Nov 2017 13:20:12 +0100 -Subject: [PATCH] Fix MMC1 (external SD slot) on Samsung Snow (Chromebook ARM) - ---- - drivers/mmc/dw_mmc.c | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/drivers/mmc/dw_mmc.c b/drivers/mmc/dw_mmc.c -index 23f642980b..a6a0934eef 100644 ---- a/drivers/mmc/dw_mmc.c -+++ b/drivers/mmc/dw_mmc.c -@@ -508,7 +508,8 @@ void dwmci_setup_cfg(struct mmc_config *cfg, struct dwmci_host *host, - cfg->host_caps |= MMC_MODE_4BIT; - cfg->host_caps &= ~MMC_MODE_8BIT; - } -- cfg->host_caps |= MMC_MODE_HS | MMC_MODE_HS_52MHz; -+ /* MMC_MODE_HS_52MHz is broken (at least) on Samsung Snow, so disbale it for now */ -+ cfg->host_caps |= MMC_MODE_HS; - - cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; - } diff --git a/0004-rpi-Use-firmware-provided-device-tr.patch b/0004-rpi-Use-firmware-provided-device-tr.patch new file mode 100644 index 0000000..89540ca --- /dev/null +++ b/0004-rpi-Use-firmware-provided-device-tr.patch @@ -0,0 +1,107 @@ +From 9bdcbebe4b666a372d86a9832db4aca036fa6423 Mon Sep 17 00:00:00 2001 +From: Alexander Graf +Date: Wed, 21 Feb 2018 17:41:13 +0100 +Subject: [PATCH] rpi: Use firmware provided device tree + +Currently the firmware generates a device tree for us that we could +just use to adjust ourselves. We then on boot throw that away and +use our own built-in device tree to configure device access. + +This is bad for a multitude of reasons. For starters, it breaks +overlay support in config.txt, confusing users. Much worse however +is that we are stuck with individual U-Boot builds per board. +The firmware can easily give us the right DT depending on the +target board and revision though. + +So let's use the firmware provided device tree instead. That way +U-Boot as well as payloads loaded by it can automatically adapt +to variants of RPi hardware. + +Signed-off-by: Alexander Graf +--- + configs/rpi_0_w_defconfig | 2 +- + configs/rpi_2_defconfig | 2 +- + configs/rpi_3_32b_defconfig | 2 +- + configs/rpi_3_defconfig | 2 +- + configs/rpi_defconfig | 2 +- + include/configs/rpi.h | 2 +- + 6 files changed, 6 insertions(+), 6 deletions(-) + +diff --git a/configs/rpi_0_w_defconfig b/configs/rpi_0_w_defconfig +index 04717d5e50..3b7e4f7ad9 100644 +--- a/configs/rpi_0_w_defconfig ++++ b/configs/rpi_0_w_defconfig +@@ -12,7 +12,7 @@ CONFIG_SYS_PROMPT="U-Boot> " + CONFIG_CMD_GPIO=y + CONFIG_CMD_MMC=y + CONFIG_CMD_USB=y +-CONFIG_OF_EMBED=y ++CONFIG_OF_BOARD=y + CONFIG_ENV_FAT_INTERFACE="mmc" + CONFIG_ENV_FAT_DEVICE_AND_PART="0:1" + CONFIG_DM_KEYBOARD=y +diff --git a/configs/rpi_2_defconfig b/configs/rpi_2_defconfig +index f8203c9d47..de9c0e1937 100644 +--- a/configs/rpi_2_defconfig ++++ b/configs/rpi_2_defconfig +@@ -12,7 +12,7 @@ CONFIG_SYS_PROMPT="U-Boot> " + CONFIG_CMD_GPIO=y + CONFIG_CMD_MMC=y + CONFIG_CMD_USB=y +-CONFIG_OF_EMBED=y ++CONFIG_OF_BOARD=y + CONFIG_ENV_FAT_INTERFACE="mmc" + CONFIG_ENV_FAT_DEVICE_AND_PART="0:1" + CONFIG_DM_KEYBOARD=y +diff --git a/configs/rpi_3_32b_defconfig b/configs/rpi_3_32b_defconfig +index 317fc28f71..2bbe687359 100644 +--- a/configs/rpi_3_32b_defconfig ++++ b/configs/rpi_3_32b_defconfig +@@ -13,7 +13,7 @@ CONFIG_SYS_PROMPT="U-Boot> " + CONFIG_CMD_GPIO=y + CONFIG_CMD_MMC=y + CONFIG_CMD_USB=y +-CONFIG_OF_EMBED=y ++CONFIG_OF_BOARD=y + CONFIG_ENV_FAT_INTERFACE="mmc" + CONFIG_ENV_FAT_DEVICE_AND_PART="0:1" + CONFIG_DM_KEYBOARD=y +diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig +index 0f3a54ec9a..ca55f8dc66 100644 +--- a/configs/rpi_3_defconfig ++++ b/configs/rpi_3_defconfig +@@ -13,7 +13,7 @@ CONFIG_SYS_PROMPT="U-Boot> " + CONFIG_CMD_GPIO=y + CONFIG_CMD_MMC=y + CONFIG_CMD_USB=y +-CONFIG_OF_EMBED=y ++CONFIG_OF_BOARD=y + CONFIG_ENV_FAT_INTERFACE="mmc" + CONFIG_ENV_FAT_DEVICE_AND_PART="0:1" + CONFIG_DM_KEYBOARD=y +diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig +index d13d3d3e2e..d75032c420 100644 +--- a/configs/rpi_defconfig ++++ b/configs/rpi_defconfig +@@ -12,7 +12,7 @@ CONFIG_SYS_PROMPT="U-Boot> " + CONFIG_CMD_GPIO=y + CONFIG_CMD_MMC=y + CONFIG_CMD_USB=y +-CONFIG_OF_EMBED=y ++CONFIG_OF_BOARD=y + CONFIG_ENV_FAT_INTERFACE="mmc" + CONFIG_ENV_FAT_DEVICE_AND_PART="0:1" + CONFIG_DM_KEYBOARD=y +diff --git a/include/configs/rpi.h b/include/configs/rpi.h +index 17cdecd1c3..bea4ab1b9a 100644 +--- a/include/configs/rpi.h ++++ b/include/configs/rpi.h +@@ -125,7 +125,7 @@ + #define ENV_MEM_LAYOUT_SETTINGS \ + "fdt_high=ffffffff\0" \ + "initrd_high=ffffffff\0" \ +- "fdt_addr_r=0x00000100\0" \ ++ "fdt_addr_r=0x01f00000\0" \ + "pxefile_addr_r=0x00100000\0" \ + "kernel_addr_r=0x01000000\0" \ + "scriptaddr=0x02000000\0" \ diff --git a/0005-rpi3-Enable-lan78xx-driver.patch b/0005-rpi3-Enable-lan78xx-driver.patch new file mode 100644 index 0000000..4dec016 --- /dev/null +++ b/0005-rpi3-Enable-lan78xx-driver.patch @@ -0,0 +1,23 @@ +From e75d103c47d687ecc49cb522833084ebf5da04fd Mon Sep 17 00:00:00 2001 +From: Alexander Graf +Date: Thu, 15 Mar 2018 09:54:10 +0100 +Subject: [PATCH] rpi3: Enable lan78xx driver + +The new Raspberry Pi B 3+ has a lan78xx device attached to it. Let's add +driver support in U-Boot for it. + +Signed-off-by: Alexander Graf +--- + configs/rpi_3_defconfig | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig +index ca55f8dc66..1ee04c68f8 100644 +--- a/configs/rpi_3_defconfig ++++ b/configs/rpi_3_defconfig +@@ -36,3 +36,5 @@ CONFIG_SYS_WHITE_ON_BLACK=y + CONFIG_CONSOLE_SCROLL_LINES=10 + CONFIG_PHYS_TO_BUS=y + CONFIG_OF_LIBFDT_OVERLAY=y ++CONFIG_PHYLIB=y ++CONFIG_USB_ETHER_LAN78XX=y diff --git a/0006-net-Only-access-network-devices-aft.patch b/0006-net-Only-access-network-devices-aft.patch new file mode 100644 index 0000000..0fb487a --- /dev/null +++ b/0006-net-Only-access-network-devices-aft.patch @@ -0,0 +1,39 @@ +From 18d741c98c7fdeca3c8ed1df40bd35fbebaa8571 Mon Sep 17 00:00:00 2001 +From: Alexander Graf +Date: Thu, 15 Mar 2018 11:02:33 +0100 +Subject: [PATCH] net: Only access network devices after init + +In the efi_loader main loop we call eth_rx() occasionally. This rx function +might end up calling into devices that haven't been initialized yet, +potentially resulting in a lot of transfer timeouts. + +Instead, let's make sure the ethernet device is actually initialized before +reading from or writing to it. + +Signed-off-by: Alexander Graf +--- + net/eth-uclass.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/net/eth-uclass.c b/net/eth-uclass.c +index d30b04ba86..240b596534 100644 +--- a/net/eth-uclass.c ++++ b/net/eth-uclass.c +@@ -336,7 +336,7 @@ int eth_send(void *packet, int length) + if (!current) + return -ENODEV; + +- if (!device_active(current)) ++ if (!eth_is_active(current)) + return -EINVAL; + + ret = eth_get_ops(current)->send(current, packet, length); +@@ -359,7 +359,7 @@ int eth_rx(void) + if (!current) + return -ENODEV; + +- if (!device_active(current)) ++ if (!eth_is_active(current)) + return -EINVAL; + + /* Process up to 32 packets at one time */ diff --git a/0007-rpi-Add-identifier-for-the-new-RPi3.patch b/0007-rpi-Add-identifier-for-the-new-RPi3.patch new file mode 100644 index 0000000..488c03a --- /dev/null +++ b/0007-rpi-Add-identifier-for-the-new-RPi3.patch @@ -0,0 +1,32 @@ +From 3cb00841e501f6fce91dd9133f6fdfbf2cdd4d39 Mon Sep 17 00:00:00 2001 +From: Alexander Graf +Date: Thu, 15 Mar 2018 11:05:46 +0100 +Subject: [PATCH] rpi: Add identifier for the new RPi3 B+ + +The Raspberr Pi Foundation released a new RPi3 version which we want +to detect as well, so we can enable ethernet on it and know the correct +device tree file name. + +Add an identifier for it. + +Signed-off-by: Alexander Graf +--- + board/raspberrypi/rpi/rpi.c | 5 +++++ + 1 file changed, 5 insertions(+) + +diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberrypi/rpi/rpi.c +index 177f4af265..279a9c3cda 100644 +--- a/board/raspberrypi/rpi/rpi.c ++++ b/board/raspberrypi/rpi/rpi.c +@@ -111,6 +111,11 @@ static const struct rpi_model rpi_models_new_scheme[] = { + DTB_DIR "bcm2835-rpi-zero-w.dtb", + false, + }, ++ [0xD] = { ++ "3 Model B+", ++ DTB_DIR "bcm2837-rpi-3-b-plus.dtb", ++ true, ++ }, + }; + + static const struct rpi_model rpi_models_old_scheme[] = { diff --git a/0008-efi_loader-Fix-network-DP-with-DM_E.patch b/0008-efi_loader-Fix-network-DP-with-DM_E.patch new file mode 100644 index 0000000..61be4e0 --- /dev/null +++ b/0008-efi_loader-Fix-network-DP-with-DM_E.patch @@ -0,0 +1,75 @@ +From 8826cedd1df8cf82da69dce55e837f6498208ce9 Mon Sep 17 00:00:00 2001 +From: Alexander Graf +Date: Thu, 15 Mar 2018 17:28:10 +0100 +Subject: [PATCH] efi_loader: Fix network DP with DM_ETH + +When CONFIG_DM_ETH is set, we assemble the device path properly with a +full device hierarchy. Our helper function dp_fill() even put the MAC +node itself in it for us. + +However, for non-DM compatibility we also have code in that added the +MAC node manually. That code now runs on top of the existing MAC node: + + Handle 0x3db2f6b0 + /HardwareVendor(e61d73b9-a384-4acc-aeab-82e828f3628b)[0: ] + /USBClass(0,0,9,0,0)/USBClass(424,9514,9,0,2)/MacAddr(b8:27:eb:e1:81:47,1) + /MacAddr(b8:27:eb:e1:81:47,57)/EndEntire + +We obviously don't need the additional node and in fact, grub chokes on +it and fails to match the DP against the ethernet device node. So this +patch moves the additional MAC node into the non-DM code path: + + Handle 0x3db3fde0 + /HardwareVendor(e61d73b9-a384-4acc-aeab-82e828f3628b)[0: ] + /USBClass(0,0,9,0,0)/USBClass(424,9514,9,0,2)/MacAddr(b8:27:eb:e1:81:47,1) + /EndEntire + +While at it, we also mark the non-DM MAC node as ethernet. + +Fixes: b66c60dde9d ("efi_loader: add device-path utils") +Signed-off-by: Alexander Graf +--- + lib/efi_loader/efi_device_path.c | 7 +++++-- + 1 file changed, 5 insertions(+), 2 deletions(-) + +diff --git a/lib/efi_loader/efi_device_path.c b/lib/efi_loader/efi_device_path.c +index 3c735e60d3..22627824f0 100644 +--- a/lib/efi_loader/efi_device_path.c ++++ b/lib/efi_loader/efi_device_path.c +@@ -749,7 +749,9 @@ struct efi_device_path *efi_dp_from_file(struct blk_desc *desc, int part, + #ifdef CONFIG_CMD_NET + struct efi_device_path *efi_dp_from_eth(void) + { ++#ifndef CONFIG_DM_ETH + struct efi_device_path_mac_addr *ndp; ++#endif + void *buf, *start; + unsigned dpsize = 0; + +@@ -759,8 +761,8 @@ struct efi_device_path *efi_dp_from_eth(void) + dpsize += dp_size(eth_get_dev()); + #else + dpsize += sizeof(ROOT); +-#endif + dpsize += sizeof(*ndp); ++#endif + + start = buf = dp_alloc(dpsize + sizeof(END)); + if (!buf) +@@ -771,14 +773,15 @@ struct efi_device_path *efi_dp_from_eth(void) + #else + memcpy(buf, &ROOT, sizeof(ROOT)); + buf += sizeof(ROOT); +-#endif + + ndp = buf; + ndp->dp.type = DEVICE_PATH_TYPE_MESSAGING_DEVICE; + ndp->dp.sub_type = DEVICE_PATH_SUB_TYPE_MSG_MAC_ADDR; + ndp->dp.length = sizeof(*ndp); ++ ndp->if_type = 1; /* Ethernet */ + memcpy(ndp->mac.addr, eth_get_ethaddr(), ARP_HLEN); + buf = &ndp[1]; ++#endif + + *((struct efi_device_path *)buf) = END; + diff --git a/u-boot-2018.01.tar.bz2 b/u-boot-2018.01.tar.bz2 deleted file mode 100644 index 17a5dbb..0000000 --- a/u-boot-2018.01.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:938f597394b33e82e5af8c98bd5ea1a238f61892aabef36384adbf7ca5b52dda -size 12023681 diff --git a/u-boot-2018.01.tar.bz2.sig b/u-boot-2018.01.tar.bz2.sig deleted file mode 100644 index 9ca68ad..0000000 Binary files a/u-boot-2018.01.tar.bz2.sig and /dev/null differ diff --git a/u-boot-2018.03.tar.bz2 b/u-boot-2018.03.tar.bz2 new file mode 100644 index 0000000..fced82b --- /dev/null +++ b/u-boot-2018.03.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e7477534409d5368eb1371ffde6820f0f79780a1a1f676161c48442cb303dfd +size 12304292 diff --git a/u-boot-2018.03.tar.bz2.sig b/u-boot-2018.03.tar.bz2.sig new file mode 100644 index 0000000..095392a Binary files /dev/null and b/u-boot-2018.03.tar.bz2.sig differ diff --git a/u-boot-a10-olinuxino-lime.changes b/u-boot-a10-olinuxino-lime.changes index 9383792..722e2c0 100644 --- a/u-boot-a10-olinuxino-lime.changes +++ b/u-boot-a10-olinuxino-lime.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-a10-olinuxino-lime.spec b/u-boot-a10-olinuxino-lime.spec index 90d490c..c0720e1 100644 --- a/u-boot-a10-olinuxino-lime.spec +++ b/u-boot-a10-olinuxino-lime.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-a10-olinuxino-lime -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the a10-olinuxino-lime platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-a13-olinuxino.changes b/u-boot-a13-olinuxino.changes index 9383792..722e2c0 100644 --- a/u-boot-a13-olinuxino.changes +++ b/u-boot-a13-olinuxino.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-a13-olinuxino.spec b/u-boot-a13-olinuxino.spec index 06f0459..5cee17d 100644 --- a/u-boot-a13-olinuxino.spec +++ b/u-boot-a13-olinuxino.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-a13-olinuxino -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the a13-olinuxino platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-a13-olinuxinom.changes b/u-boot-a13-olinuxinom.changes index 9383792..722e2c0 100644 --- a/u-boot-a13-olinuxinom.changes +++ b/u-boot-a13-olinuxinom.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-a13-olinuxinom.spec b/u-boot-a13-olinuxinom.spec index 5c77ee6..7152983 100644 --- a/u-boot-a13-olinuxinom.spec +++ b/u-boot-a13-olinuxinom.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-a13-olinuxinom -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the a13-olinuxinom platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-a20-olinuxino-lime.changes b/u-boot-a20-olinuxino-lime.changes index 9383792..722e2c0 100644 --- a/u-boot-a20-olinuxino-lime.changes +++ b/u-boot-a20-olinuxino-lime.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-a20-olinuxino-lime.spec b/u-boot-a20-olinuxino-lime.spec index ef653de..a8d91f4 100644 --- a/u-boot-a20-olinuxino-lime.spec +++ b/u-boot-a20-olinuxino-lime.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-a20-olinuxino-lime -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the a20-olinuxino-lime platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-a20-olinuxino-lime2.changes b/u-boot-a20-olinuxino-lime2.changes index 9383792..722e2c0 100644 --- a/u-boot-a20-olinuxino-lime2.changes +++ b/u-boot-a20-olinuxino-lime2.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-a20-olinuxino-lime2.spec b/u-boot-a20-olinuxino-lime2.spec index 5c75b33..44196a5 100644 --- a/u-boot-a20-olinuxino-lime2.spec +++ b/u-boot-a20-olinuxino-lime2.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-a20-olinuxino-lime2 -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the a20-olinuxino-lime2 platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-a20-olinuxinomicro.changes b/u-boot-a20-olinuxinomicro.changes index 9383792..722e2c0 100644 --- a/u-boot-a20-olinuxinomicro.changes +++ b/u-boot-a20-olinuxinomicro.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-a20-olinuxinomicro.spec b/u-boot-a20-olinuxinomicro.spec index 6098efa..82264c3 100644 --- a/u-boot-a20-olinuxinomicro.spec +++ b/u-boot-a20-olinuxinomicro.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-a20-olinuxinomicro -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the a20-olinuxinomicro platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-am335xboneblack.changes b/u-boot-am335xboneblack.changes index 9383792..722e2c0 100644 --- a/u-boot-am335xboneblack.changes +++ b/u-boot-am335xboneblack.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-am335xboneblack.spec b/u-boot-am335xboneblack.spec index 4ebc74d..3ab04d4 100644 --- a/u-boot-am335xboneblack.spec +++ b/u-boot-am335xboneblack.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-am335xboneblack -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the am335xboneblack platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-am335xevm.changes b/u-boot-am335xevm.changes index 9383792..722e2c0 100644 --- a/u-boot-am335xevm.changes +++ b/u-boot-am335xevm.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-am335xevm.spec b/u-boot-am335xevm.spec index 49e222f..c5cdab7 100644 --- a/u-boot-am335xevm.spec +++ b/u-boot-am335xevm.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-am335xevm -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the am335xevm platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-am57xxevm.changes b/u-boot-am57xxevm.changes index 9383792..722e2c0 100644 --- a/u-boot-am57xxevm.changes +++ b/u-boot-am57xxevm.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-am57xxevm.spec b/u-boot-am57xxevm.spec index 36c923a..9816368 100644 --- a/u-boot-am57xxevm.spec +++ b/u-boot-am57xxevm.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-am57xxevm -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the am57xxevm platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-arndale.changes b/u-boot-arndale.changes index 9383792..722e2c0 100644 --- a/u-boot-arndale.changes +++ b/u-boot-arndale.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-arndale.spec b/u-boot-arndale.spec index a994845..96be612 100644 --- a/u-boot-arndale.spec +++ b/u-boot-arndale.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-arndale -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the arndale platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-bananapi.changes b/u-boot-bananapi.changes index 9383792..722e2c0 100644 --- a/u-boot-bananapi.changes +++ b/u-boot-bananapi.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-bananapi.spec b/u-boot-bananapi.spec index e0436c3..e4fff3b 100644 --- a/u-boot-bananapi.spec +++ b/u-boot-bananapi.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-bananapi -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the bananapi platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-clearfog.changes b/u-boot-clearfog.changes index 9383792..722e2c0 100644 --- a/u-boot-clearfog.changes +++ b/u-boot-clearfog.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-clearfog.spec b/u-boot-clearfog.spec index 5ec4602..09bfab8 100644 --- a/u-boot-clearfog.spec +++ b/u-boot-clearfog.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-clearfog -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the clearfog platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-colibrit20.changes b/u-boot-colibrit20.changes index 9383792..722e2c0 100644 --- a/u-boot-colibrit20.changes +++ b/u-boot-colibrit20.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-colibrit20.spec b/u-boot-colibrit20.spec index 52eec06..c7b1b0f 100644 --- a/u-boot-colibrit20.spec +++ b/u-boot-colibrit20.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-colibrit20 -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the colibrit20 platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-cubieboard.changes b/u-boot-cubieboard.changes index 9383792..722e2c0 100644 --- a/u-boot-cubieboard.changes +++ b/u-boot-cubieboard.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-cubieboard.spec b/u-boot-cubieboard.spec index 01a09a5..54ddfa0 100644 --- a/u-boot-cubieboard.spec +++ b/u-boot-cubieboard.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-cubieboard -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the cubieboard platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-cubieboard2.changes b/u-boot-cubieboard2.changes index 9383792..722e2c0 100644 --- a/u-boot-cubieboard2.changes +++ b/u-boot-cubieboard2.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-cubieboard2.spec b/u-boot-cubieboard2.spec index 1d209f4..28fcefa 100644 --- a/u-boot-cubieboard2.spec +++ b/u-boot-cubieboard2.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-cubieboard2 -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the cubieboard2 platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-cubietruck.changes b/u-boot-cubietruck.changes index 9383792..722e2c0 100644 --- a/u-boot-cubietruck.changes +++ b/u-boot-cubietruck.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-cubietruck.spec b/u-boot-cubietruck.spec index a62e6f7..ebcf814 100644 --- a/u-boot-cubietruck.spec +++ b/u-boot-cubietruck.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-cubietruck -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the cubietruck platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-dragonboard410c.changes b/u-boot-dragonboard410c.changes index 9383792..722e2c0 100644 --- a/u-boot-dragonboard410c.changes +++ b/u-boot-dragonboard410c.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-dragonboard410c.spec b/u-boot-dragonboard410c.spec index 12bbe8f..cb75361 100644 --- a/u-boot-dragonboard410c.spec +++ b/u-boot-dragonboard410c.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-dragonboard410c -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the dragonboard410c platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-evb-rk3399.changes b/u-boot-evb-rk3399.changes index 9383792..722e2c0 100644 --- a/u-boot-evb-rk3399.changes +++ b/u-boot-evb-rk3399.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-evb-rk3399.spec b/u-boot-evb-rk3399.spec index fccce98..0050552 100644 --- a/u-boot-evb-rk3399.spec +++ b/u-boot-evb-rk3399.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-evb-rk3399 -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the evb-rk3399 platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-firefly-rk3288.changes b/u-boot-firefly-rk3288.changes index 9383792..722e2c0 100644 --- a/u-boot-firefly-rk3288.changes +++ b/u-boot-firefly-rk3288.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-firefly-rk3288.spec b/u-boot-firefly-rk3288.spec index af899dd..5925b38 100644 --- a/u-boot-firefly-rk3288.spec +++ b/u-boot-firefly-rk3288.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-firefly-rk3288 -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the firefly-rk3288 platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-firefly-rk3399.changes b/u-boot-firefly-rk3399.changes index 9383792..722e2c0 100644 --- a/u-boot-firefly-rk3399.changes +++ b/u-boot-firefly-rk3399.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-firefly-rk3399.spec b/u-boot-firefly-rk3399.spec index ec784b3..c646464 100644 --- a/u-boot-firefly-rk3399.spec +++ b/u-boot-firefly-rk3399.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-firefly-rk3399 -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the firefly-rk3399 platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-geekbox.changes b/u-boot-geekbox.changes index 9383792..722e2c0 100644 --- a/u-boot-geekbox.changes +++ b/u-boot-geekbox.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-geekbox.spec b/u-boot-geekbox.spec index fedf298..71065f8 100644 --- a/u-boot-geekbox.spec +++ b/u-boot-geekbox.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-geekbox -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the geekbox platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-highbank.changes b/u-boot-highbank.changes index 9383792..722e2c0 100644 --- a/u-boot-highbank.changes +++ b/u-boot-highbank.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-highbank.spec b/u-boot-highbank.spec index 729c744..8c8968a 100644 --- a/u-boot-highbank.spec +++ b/u-boot-highbank.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-highbank -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the highbank platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-hikey.changes b/u-boot-hikey.changes index 9383792..722e2c0 100644 --- a/u-boot-hikey.changes +++ b/u-boot-hikey.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-hikey.spec b/u-boot-hikey.spec index 5fa1aec..b54220d 100644 --- a/u-boot-hikey.spec +++ b/u-boot-hikey.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-hikey -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the hikey platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-hyundaia7hd.changes b/u-boot-hyundaia7hd.changes index 9383792..722e2c0 100644 --- a/u-boot-hyundaia7hd.changes +++ b/u-boot-hyundaia7hd.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-hyundaia7hd.spec b/u-boot-hyundaia7hd.spec index 0a759e4..f1fe954 100644 --- a/u-boot-hyundaia7hd.spec +++ b/u-boot-hyundaia7hd.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-hyundaia7hd -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the hyundaia7hd platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-jetson-tk1.changes b/u-boot-jetson-tk1.changes index 9383792..722e2c0 100644 --- a/u-boot-jetson-tk1.changes +++ b/u-boot-jetson-tk1.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-jetson-tk1.spec b/u-boot-jetson-tk1.spec index 8b221a0..6da18e5 100644 --- a/u-boot-jetson-tk1.spec +++ b/u-boot-jetson-tk1.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-jetson-tk1 -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the jetson-tk1 platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-lamobor1.changes b/u-boot-lamobor1.changes index 9383792..722e2c0 100644 --- a/u-boot-lamobor1.changes +++ b/u-boot-lamobor1.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-lamobor1.spec b/u-boot-lamobor1.spec index 90bd8c9..8ada5d1 100644 --- a/u-boot-lamobor1.spec +++ b/u-boot-lamobor1.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-lamobor1 -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the lamobor1 platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-ls1012afrdmqspi.changes b/u-boot-ls1012afrdmqspi.changes index 9383792..722e2c0 100644 --- a/u-boot-ls1012afrdmqspi.changes +++ b/u-boot-ls1012afrdmqspi.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-ls1012afrdmqspi.spec b/u-boot-ls1012afrdmqspi.spec index c3ca6ca..12fbf09 100644 --- a/u-boot-ls1012afrdmqspi.spec +++ b/u-boot-ls1012afrdmqspi.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-ls1012afrdmqspi -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the ls1012afrdmqspi platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-melea1000.changes b/u-boot-melea1000.changes index 9383792..722e2c0 100644 --- a/u-boot-melea1000.changes +++ b/u-boot-melea1000.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-melea1000.spec b/u-boot-melea1000.spec index bb9e818..50076ed 100644 --- a/u-boot-melea1000.spec +++ b/u-boot-melea1000.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-melea1000 -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the melea1000 platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-merriia80optimus.changes b/u-boot-merriia80optimus.changes index 9383792..722e2c0 100644 --- a/u-boot-merriia80optimus.changes +++ b/u-boot-merriia80optimus.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-merriia80optimus.spec b/u-boot-merriia80optimus.spec index b5ae878..940202d 100644 --- a/u-boot-merriia80optimus.spec +++ b/u-boot-merriia80optimus.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-merriia80optimus -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the merriia80optimus platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-mvebudb-88f3720.changes b/u-boot-mvebudb-88f3720.changes index 9383792..722e2c0 100644 --- a/u-boot-mvebudb-88f3720.changes +++ b/u-boot-mvebudb-88f3720.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-mvebudb-88f3720.spec b/u-boot-mvebudb-88f3720.spec index 847eaa6..820753e 100644 --- a/u-boot-mvebudb-88f3720.spec +++ b/u-boot-mvebudb-88f3720.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-mvebudb-88f3720 -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the mvebudb-88f3720 platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-mvebudbarmada8k.changes b/u-boot-mvebudbarmada8k.changes index 9383792..722e2c0 100644 --- a/u-boot-mvebudbarmada8k.changes +++ b/u-boot-mvebudbarmada8k.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-mvebudbarmada8k.spec b/u-boot-mvebudbarmada8k.spec index f1e4674..4af6e19 100644 --- a/u-boot-mvebudbarmada8k.spec +++ b/u-boot-mvebudbarmada8k.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-mvebudbarmada8k -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the mvebudbarmada8k platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-mvebuespressobin-88f3720.changes b/u-boot-mvebuespressobin-88f3720.changes index 9383792..722e2c0 100644 --- a/u-boot-mvebuespressobin-88f3720.changes +++ b/u-boot-mvebuespressobin-88f3720.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-mvebuespressobin-88f3720.spec b/u-boot-mvebuespressobin-88f3720.spec index 7acc87f..9b879c3 100644 --- a/u-boot-mvebuespressobin-88f3720.spec +++ b/u-boot-mvebuespressobin-88f3720.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-mvebuespressobin-88f3720 -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the mvebuespressobin-88f3720 platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-mvebumcbin-88f8040.changes b/u-boot-mvebumcbin-88f8040.changes index 9383792..722e2c0 100644 --- a/u-boot-mvebumcbin-88f8040.changes +++ b/u-boot-mvebumcbin-88f8040.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-mvebumcbin-88f8040.spec b/u-boot-mvebumcbin-88f8040.spec index d6711a8..aa91995 100644 --- a/u-boot-mvebumcbin-88f8040.spec +++ b/u-boot-mvebumcbin-88f8040.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-mvebumcbin-88f8040 -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the mvebumcbin-88f8040 platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-mx53loco.changes b/u-boot-mx53loco.changes index 9383792..722e2c0 100644 --- a/u-boot-mx53loco.changes +++ b/u-boot-mx53loco.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-mx53loco.spec b/u-boot-mx53loco.spec index 3b45e74..599ba43 100644 --- a/u-boot-mx53loco.spec +++ b/u-boot-mx53loco.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-mx53loco -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the mx53loco platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-mx6cuboxi.changes b/u-boot-mx6cuboxi.changes index 9383792..722e2c0 100644 --- a/u-boot-mx6cuboxi.changes +++ b/u-boot-mx6cuboxi.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-mx6cuboxi.spec b/u-boot-mx6cuboxi.spec index 87f7297..fdf2b99 100644 --- a/u-boot-mx6cuboxi.spec +++ b/u-boot-mx6cuboxi.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-mx6cuboxi -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the mx6cuboxi platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-mx6qsabrelite.changes b/u-boot-mx6qsabrelite.changes index 9383792..722e2c0 100644 --- a/u-boot-mx6qsabrelite.changes +++ b/u-boot-mx6qsabrelite.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-mx6qsabrelite.spec b/u-boot-mx6qsabrelite.spec index 946427f..bf30d83 100644 --- a/u-boot-mx6qsabrelite.spec +++ b/u-boot-mx6qsabrelite.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-mx6qsabrelite -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the mx6qsabrelite platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-nanopia64.changes b/u-boot-nanopia64.changes index 9383792..722e2c0 100644 --- a/u-boot-nanopia64.changes +++ b/u-boot-nanopia64.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-nanopia64.spec b/u-boot-nanopia64.spec index 0bc2bb8..185d725 100644 --- a/u-boot-nanopia64.spec +++ b/u-boot-nanopia64.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-nanopia64 -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the nanopia64 platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-nanopineo.changes b/u-boot-nanopineo.changes index 9383792..722e2c0 100644 --- a/u-boot-nanopineo.changes +++ b/u-boot-nanopineo.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-nanopineo.spec b/u-boot-nanopineo.spec index 81691c9..171958f 100644 --- a/u-boot-nanopineo.spec +++ b/u-boot-nanopineo.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-nanopineo -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the nanopineo platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-nanopineoair.changes b/u-boot-nanopineoair.changes index 9383792..722e2c0 100644 --- a/u-boot-nanopineoair.changes +++ b/u-boot-nanopineoair.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-nanopineoair.spec b/u-boot-nanopineoair.spec index f78bdca..59b11bd 100644 --- a/u-boot-nanopineoair.spec +++ b/u-boot-nanopineoair.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-nanopineoair -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the nanopineoair platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-odroid-c2.changes b/u-boot-odroid-c2.changes index 9383792..722e2c0 100644 --- a/u-boot-odroid-c2.changes +++ b/u-boot-odroid-c2.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-odroid-c2.spec b/u-boot-odroid-c2.spec index 0bafc8c..5730a82 100644 --- a/u-boot-odroid-c2.spec +++ b/u-boot-odroid-c2.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-odroid-c2 -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the odroid-c2 platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-odroid-xu3.changes b/u-boot-odroid-xu3.changes index 9383792..722e2c0 100644 --- a/u-boot-odroid-xu3.changes +++ b/u-boot-odroid-xu3.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-odroid-xu3.spec b/u-boot-odroid-xu3.spec index bbbcb13..e3d6c63 100644 --- a/u-boot-odroid-xu3.spec +++ b/u-boot-odroid-xu3.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-odroid-xu3 -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the odroid-xu3 platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-odroid.changes b/u-boot-odroid.changes index 9383792..722e2c0 100644 --- a/u-boot-odroid.changes +++ b/u-boot-odroid.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-odroid.spec b/u-boot-odroid.spec index 9e05f04..0e40794 100644 --- a/u-boot-odroid.spec +++ b/u-boot-odroid.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-odroid -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the odroid platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-omap3beagle.changes b/u-boot-omap3beagle.changes index 9383792..722e2c0 100644 --- a/u-boot-omap3beagle.changes +++ b/u-boot-omap3beagle.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-omap3beagle.spec b/u-boot-omap3beagle.spec index fbd0d37..f75b478 100644 --- a/u-boot-omap3beagle.spec +++ b/u-boot-omap3beagle.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-omap3beagle -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the omap3beagle platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-omap4panda.changes b/u-boot-omap4panda.changes index 9383792..722e2c0 100644 --- a/u-boot-omap4panda.changes +++ b/u-boot-omap4panda.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-omap4panda.spec b/u-boot-omap4panda.spec index 2d78d20..ed510c3 100644 --- a/u-boot-omap4panda.spec +++ b/u-boot-omap4panda.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-omap4panda -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the omap4panda platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-orangepipc.changes b/u-boot-orangepipc.changes index 9383792..722e2c0 100644 --- a/u-boot-orangepipc.changes +++ b/u-boot-orangepipc.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-orangepipc.spec b/u-boot-orangepipc.spec index a222c66..b7e9c2a 100644 --- a/u-boot-orangepipc.spec +++ b/u-boot-orangepipc.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-orangepipc -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the orangepipc platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-orangepipc2.changes b/u-boot-orangepipc2.changes index 9383792..722e2c0 100644 --- a/u-boot-orangepipc2.changes +++ b/u-boot-orangepipc2.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-orangepipc2.spec b/u-boot-orangepipc2.spec index b03e38a..86055e0 100644 --- a/u-boot-orangepipc2.spec +++ b/u-boot-orangepipc2.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-orangepipc2 -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the orangepipc2 platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-p2371-2180.changes b/u-boot-p2371-2180.changes index 9383792..722e2c0 100644 --- a/u-boot-p2371-2180.changes +++ b/u-boot-p2371-2180.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-p2371-2180.spec b/u-boot-p2371-2180.spec index 8536769..7d60d2e 100644 --- a/u-boot-p2371-2180.spec +++ b/u-boot-p2371-2180.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-p2371-2180 -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the p2371-2180 platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-paz00.changes b/u-boot-paz00.changes index 9383792..722e2c0 100644 --- a/u-boot-paz00.changes +++ b/u-boot-paz00.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-paz00.spec b/u-boot-paz00.spec index 2ccba64..01cb9ed 100644 --- a/u-boot-paz00.spec +++ b/u-boot-paz00.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-paz00 -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the paz00 platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-pcm051rev3.changes b/u-boot-pcm051rev3.changes index 9383792..722e2c0 100644 --- a/u-boot-pcm051rev3.changes +++ b/u-boot-pcm051rev3.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-pcm051rev3.spec b/u-boot-pcm051rev3.spec index 6909fcb..4fa871f 100644 --- a/u-boot-pcm051rev3.spec +++ b/u-boot-pcm051rev3.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-pcm051rev3 -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the pcm051rev3 platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-pine64plus.changes b/u-boot-pine64plus.changes index 9383792..722e2c0 100644 --- a/u-boot-pine64plus.changes +++ b/u-boot-pine64plus.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-pine64plus.spec b/u-boot-pine64plus.spec index 70fcd18..abde294 100644 --- a/u-boot-pine64plus.spec +++ b/u-boot-pine64plus.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-pine64plus -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the pine64plus platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-qemu-ppce500.changes b/u-boot-qemu-ppce500.changes index 9383792..722e2c0 100644 --- a/u-boot-qemu-ppce500.changes +++ b/u-boot-qemu-ppce500.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-qemu-ppce500.spec b/u-boot-qemu-ppce500.spec index d4a4649..09c4902 100644 --- a/u-boot-qemu-ppce500.spec +++ b/u-boot-qemu-ppce500.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-qemu-ppce500 -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the qemu-ppce500 platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-rpi.changes b/u-boot-rpi.changes index 9383792..722e2c0 100644 --- a/u-boot-rpi.changes +++ b/u-boot-rpi.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-rpi.spec b/u-boot-rpi.spec index 1ca660d..b248bea 100644 --- a/u-boot-rpi.spec +++ b/u-boot-rpi.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-rpi -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the rpi platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-rpi2.changes b/u-boot-rpi2.changes index 9383792..722e2c0 100644 --- a/u-boot-rpi2.changes +++ b/u-boot-rpi2.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-rpi2.spec b/u-boot-rpi2.spec index 630115b..8e5c10e 100644 --- a/u-boot-rpi2.spec +++ b/u-boot-rpi2.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-rpi2 -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the rpi2 platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-rpi3.changes b/u-boot-rpi3.changes index 9383792..722e2c0 100644 --- a/u-boot-rpi3.changes +++ b/u-boot-rpi3.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-rpi3.spec b/u-boot-rpi3.spec index a9b18dd..a0a5c0b 100644 --- a/u-boot-rpi3.spec +++ b/u-boot-rpi3.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-rpi3 -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the rpi3 platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-rpi332b.changes b/u-boot-rpi332b.changes index 9383792..722e2c0 100644 --- a/u-boot-rpi332b.changes +++ b/u-boot-rpi332b.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-rpi332b.spec b/u-boot-rpi332b.spec index 6821a9e..efbed98 100644 --- a/u-boot-rpi332b.spec +++ b/u-boot-rpi332b.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-rpi332b -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the rpi332b platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-sinovoipbpim2plus.changes b/u-boot-sinovoipbpim2plus.changes index 9383792..722e2c0 100644 --- a/u-boot-sinovoipbpim2plus.changes +++ b/u-boot-sinovoipbpim2plus.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-sinovoipbpim2plus.spec b/u-boot-sinovoipbpim2plus.spec index 79373ec..933f53c 100644 --- a/u-boot-sinovoipbpim2plus.spec +++ b/u-boot-sinovoipbpim2plus.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-sinovoipbpim2plus -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the sinovoipbpim2plus platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-snow.changes b/u-boot-snow.changes index 9383792..722e2c0 100644 --- a/u-boot-snow.changes +++ b/u-boot-snow.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-snow.spec b/u-boot-snow.spec index 5d1e99e..bbcea1e 100644 --- a/u-boot-snow.spec +++ b/u-boot-snow.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-snow -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the snow platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-socfpgade0nanosoc.changes b/u-boot-socfpgade0nanosoc.changes index 9383792..722e2c0 100644 --- a/u-boot-socfpgade0nanosoc.changes +++ b/u-boot-socfpgade0nanosoc.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-socfpgade0nanosoc.spec b/u-boot-socfpgade0nanosoc.spec index 3e189f2..0a707d8 100644 --- a/u-boot-socfpgade0nanosoc.spec +++ b/u-boot-socfpgade0nanosoc.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-socfpgade0nanosoc -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the socfpgade0nanosoc platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-spring.changes b/u-boot-spring.changes index 9383792..722e2c0 100644 --- a/u-boot-spring.changes +++ b/u-boot-spring.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-spring.spec b/u-boot-spring.spec index 4137bc5..0bc6bba 100644 --- a/u-boot-spring.spec +++ b/u-boot-spring.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-spring -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the spring platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-tinker-rk3288.changes b/u-boot-tinker-rk3288.changes index 9383792..722e2c0 100644 --- a/u-boot-tinker-rk3288.changes +++ b/u-boot-tinker-rk3288.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-tinker-rk3288.spec b/u-boot-tinker-rk3288.spec index d6fe2bd..6e7fb8c 100644 --- a/u-boot-tinker-rk3288.spec +++ b/u-boot-tinker-rk3288.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-tinker-rk3288 -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the tinker-rk3288 platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-turrisomnia.changes b/u-boot-turrisomnia.changes index 9383792..722e2c0 100644 --- a/u-boot-turrisomnia.changes +++ b/u-boot-turrisomnia.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-turrisomnia.spec b/u-boot-turrisomnia.spec index fca3148..bc63610 100644 --- a/u-boot-turrisomnia.spec +++ b/u-boot-turrisomnia.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-turrisomnia -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the turrisomnia platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-udoo.changes b/u-boot-udoo.changes index 9383792..722e2c0 100644 --- a/u-boot-udoo.changes +++ b/u-boot-udoo.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-udoo.spec b/u-boot-udoo.spec index 2d695f7..2d7d34d 100644 --- a/u-boot-udoo.spec +++ b/u-boot-udoo.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-udoo -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the udoo platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-udooneo.changes b/u-boot-udooneo.changes index 9383792..722e2c0 100644 --- a/u-boot-udooneo.changes +++ b/u-boot-udooneo.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot-udooneo.spec b/u-boot-udooneo.spec index e059b1f..0e4a7e8 100644 --- a/u-boot-udooneo.spec +++ b/u-boot-udooneo.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot-udooneo -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: The U-Boot firmware for the udooneo platform License: GPL-2.0 @@ -49,7 +49,11 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch +Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch +Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch +Patch0006: 0006-net-Only-access-network-devices-aft.patch +Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch +Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 @@ -98,6 +102,10 @@ This package contains documentation for U-Boot firmware. %patch0002 -p1 %patch0003 -p1 %patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 +%patch0007 -p1 +%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot.changes b/u-boot.changes index 9383792..722e2c0 100644 --- a/u-boot.changes +++ b/u-boot.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Mar 15 16:34:22 UTC 2018 - agraf@suse.com + +- Enable new RPi3 B+ (bsc#1085262) +- Fix network boot (bsc#1070775) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0005-rpi3-Enable-lan78xx-driver.patch + 0006-net-Only-access-network-devices-aft.patch + 0007-rpi-Add-identifier-for-the-new-RPi3.patch + 0008-efi_loader-Fix-network-DP-with-DM_E.patch + +------------------------------------------------------------------- +Wed Mar 14 15:13:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Updated to 2018.03 + +------------------------------------------------------------------- +Tue Mar 6 13:26:21 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc4 + +------------------------------------------------------------------- +Thu Feb 22 08:43:30 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc3 + +------------------------------------------------------------------- +Wed Feb 21 16:48:20 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0004-rpi-Use-firmware-provided-device-tr.patch + +------------------------------------------------------------------- +Tue Feb 13 12:26:59 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc2 + +------------------------------------------------------------------- +Tue Jan 30 07:48:10 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.03-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches dropped: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch (Fixed upstream) + ------------------------------------------------------------------- Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de diff --git a/u-boot.spec b/u-boot.spec index 6ccf1d3..1ee9d51 100644 --- a/u-boot.spec +++ b/u-boot.spec @@ -19,10 +19,10 @@ # 'archive_version' differs from 'version' for RC version only -%define archive_version 2018.01 +%define archive_version 2018.03 Name: u-boot -Version: 2018.01 +Version: 2018.03 Release: 0 Summary: Tools for the U-Boot Firmware License: GPL-2.0 diff --git a/u-boot.spec.in b/u-boot.spec.in index 9b91b5d..52dc4a8 100644 --- a/u-boot.spec.in +++ b/u-boot.spec.in @@ -1,7 +1,7 @@ # # spec file for package u-boot-BOARDNAME # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # diff --git a/update_git.sh b/update_git.sh index 46975e8..088c839 100644 --- a/update_git.sh +++ b/update_git.sh @@ -13,8 +13,8 @@ set -e GIT_TREE=git://github.com/openSUSE/u-boot.git GIT_LOCAL_TREE=~/git/u-boot-opensuse -GIT_BRANCH=tumbleweed-2018.01 -GIT_UPSTREAM_TAG=v2018.01 +GIT_BRANCH=tumbleweed-2018.03 +GIT_UPSTREAM_TAG=v2018.03 GIT_DIR=/dev/shm/u-boot-factory-git-dir CMP_DIR=/dev/shm/u-boot-factory-cmp-dir