diff --git a/0001-XXX-openSUSE-XXX-Prepend-partition-.patch b/0001-XXX-openSUSE-XXX-Prepend-partition-.patch index d15fd53..e007ded 100644 --- a/0001-XXX-openSUSE-XXX-Prepend-partition-.patch +++ b/0001-XXX-openSUSE-XXX-Prepend-partition-.patch @@ -1,4 +1,4 @@ -From f83e28325231dbc7344dbd1c93e534acd863561e Mon Sep 17 00:00:00 2001 +From f157d20e42d1f151c9fa402dc635c2879539ee2f Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Wed, 13 Apr 2016 13:44:29 +0200 Subject: [PATCH] XXX openSUSE XXX: Prepend partition 2 (and 3 fo chromebook @@ -10,7 +10,7 @@ Subject: [PATCH] XXX openSUSE XXX: Prepend partition 2 (and 3 fo chromebook 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h -index 373fee78a9..9440892931 100644 +index 555efb7433..6579ffe107 100644 --- a/include/config_distro_bootcmd.h +++ b/include/config_distro_bootcmd.h @@ -141,7 +141,7 @@ @@ -22,7 +22,7 @@ index 373fee78a9..9440892931 100644 "scan_dev_for_efi=" \ "setenv efi_fdtfile ${fdtfile}; " \ BOOTENV_EFI_SET_FDTFILE_FALLBACK \ -@@ -398,7 +398,7 @@ +@@ -412,7 +412,7 @@ "scan_dev_for_boot_part=" \ "part list ${devtype} ${devnum} -bootable devplist; " \ "env exists devplist || setenv devplist 1; " \ diff --git a/0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch b/0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch index 736833c..251be4e 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 a30c67ce850e8ae2e71d3b440ee06df985fbdd8e Mon Sep 17 00:00:00 2001 +From 2f9efa00db72a83d3591392735f67a6a559f4b14 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Mon, 2 May 2016 23:25:07 +0200 Subject: [PATCH] Revert "Revert "omap3: Use raw SPL by default for mmc1"" diff --git a/0003-rpi-Use-firmware-provided-device-tr.patch b/0003-rpi-Use-firmware-provided-device-tr.patch index 4ee0704..561684f 100644 --- a/0003-rpi-Use-firmware-provided-device-tr.patch +++ b/0003-rpi-Use-firmware-provided-device-tr.patch @@ -1,4 +1,4 @@ -From 247f69fae21b23b83fccbb6c6537a55ad28910ff Mon Sep 17 00:00:00 2001 +From 7a279c1c451cd1cf4294a9037f7acf22a6cea7d6 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Wed, 21 Feb 2018 17:41:13 +0100 Subject: [PATCH] rpi: Use firmware provided device tree @@ -18,6 +18,7 @@ U-Boot as well as payloads loaded by it can automatically adapt to variants of RPi hardware. Signed-off-by: Alexander Graf +Signed-off-by: Guillaume Gardet --- configs/rpi_0_w_defconfig | 2 +- configs/rpi_2_defconfig | 2 +- @@ -27,65 +28,65 @@ Signed-off-by: Alexander Graf 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configs/rpi_0_w_defconfig b/configs/rpi_0_w_defconfig -index d5bf01b76e..08f177f34a 100644 +index 39da54c3e7..81997056f4 100644 --- a/configs/rpi_0_w_defconfig +++ b/configs/rpi_0_w_defconfig -@@ -13,7 +13,7 @@ CONFIG_SYS_PROMPT="U-Boot> " - CONFIG_CMD_GPIO=y +@@ -14,7 +14,7 @@ CONFIG_CMD_GPIO=y CONFIG_CMD_MMC=y CONFIG_CMD_USB=y + CONFIG_CMD_FS_UUID=y -CONFIG_OF_EMBED=y +CONFIG_OF_BOARD=y CONFIG_DEFAULT_DEVICE_TREE="bcm2835-rpi-zero-w" CONFIG_ENV_FAT_INTERFACE="mmc" CONFIG_ENV_FAT_DEVICE_AND_PART="0:1" diff --git a/configs/rpi_2_defconfig b/configs/rpi_2_defconfig -index a50a815759..0918c6c9ff 100644 +index 5f5b40522d..06080b9347 100644 --- a/configs/rpi_2_defconfig +++ b/configs/rpi_2_defconfig -@@ -13,7 +13,7 @@ CONFIG_SYS_PROMPT="U-Boot> " - CONFIG_CMD_GPIO=y +@@ -14,7 +14,7 @@ CONFIG_CMD_GPIO=y CONFIG_CMD_MMC=y CONFIG_CMD_USB=y + CONFIG_CMD_FS_UUID=y -CONFIG_OF_EMBED=y +CONFIG_OF_BOARD=y CONFIG_DEFAULT_DEVICE_TREE="bcm2836-rpi-2-b" CONFIG_ENV_FAT_INTERFACE="mmc" CONFIG_ENV_FAT_DEVICE_AND_PART="0:1" diff --git a/configs/rpi_3_32b_defconfig b/configs/rpi_3_32b_defconfig -index ec395d29ed..22165bde53 100644 +index bbf902bb91..17f672c9da 100644 --- a/configs/rpi_3_32b_defconfig +++ b/configs/rpi_3_32b_defconfig -@@ -14,7 +14,7 @@ CONFIG_SYS_PROMPT="U-Boot> " - CONFIG_CMD_GPIO=y +@@ -15,7 +15,7 @@ CONFIG_CMD_GPIO=y CONFIG_CMD_MMC=y CONFIG_CMD_USB=y + CONFIG_CMD_FS_UUID=y -CONFIG_OF_EMBED=y +CONFIG_OF_BOARD=y CONFIG_DEFAULT_DEVICE_TREE="bcm2837-rpi-3-b" CONFIG_ENV_FAT_INTERFACE="mmc" CONFIG_ENV_FAT_DEVICE_AND_PART="0:1" diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig -index ac99f2000a..0ca298cd54 100644 +index ea40351dc4..e84adb5f83 100644 --- a/configs/rpi_3_defconfig +++ b/configs/rpi_3_defconfig -@@ -14,7 +14,7 @@ CONFIG_SYS_PROMPT="U-Boot> " - CONFIG_CMD_GPIO=y +@@ -15,7 +15,7 @@ CONFIG_CMD_GPIO=y CONFIG_CMD_MMC=y CONFIG_CMD_USB=y + CONFIG_CMD_FS_UUID=y -CONFIG_OF_EMBED=y +CONFIG_OF_BOARD=y CONFIG_DEFAULT_DEVICE_TREE="bcm2837-rpi-3-b" CONFIG_ENV_FAT_INTERFACE="mmc" CONFIG_ENV_FAT_DEVICE_AND_PART="0:1" diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig -index db42ffd135..0ec1365b1b 100644 +index 981d17381a..8a2a5b83f8 100644 --- a/configs/rpi_defconfig +++ b/configs/rpi_defconfig -@@ -13,7 +13,7 @@ CONFIG_SYS_PROMPT="U-Boot> " - CONFIG_CMD_GPIO=y +@@ -14,7 +14,7 @@ CONFIG_CMD_GPIO=y CONFIG_CMD_MMC=y CONFIG_CMD_USB=y + CONFIG_CMD_FS_UUID=y -CONFIG_OF_EMBED=y +CONFIG_OF_BOARD=y CONFIG_DEFAULT_DEVICE_TREE="bcm2835-rpi-b" diff --git a/0004-Temp-workaround-for-Chromebook-snow.patch b/0004-Temp-workaround-for-Chromebook-snow.patch index 4867fb2..eb931d6 100644 --- a/0004-Temp-workaround-for-Chromebook-snow.patch +++ b/0004-Temp-workaround-for-Chromebook-snow.patch @@ -1,4 +1,4 @@ -From f4f6660237dd6484143fb98edd86a2d967b34cd0 Mon Sep 17 00:00:00 2001 +From b9c7341bde4c8eb3f60bf20a3198055a24490503 Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Mon, 9 Apr 2018 10:28:26 +0200 Subject: [PATCH] Temp workaround for Chromebook snow to avoid the 'unable to diff --git a/0005-zynqmp-Add-generic-target.patch b/0005-zynqmp-Add-generic-target.patch index 9f53e2e..d518725 100644 --- a/0005-zynqmp-Add-generic-target.patch +++ b/0005-zynqmp-Add-generic-target.patch @@ -1,4 +1,4 @@ -From f82ab8f63b80192acaccf3a02b95cbaff613e868 Mon Sep 17 00:00:00 2001 +From b0d74e2f0d3bc4b90112eb1da8c1dd211a85fef4 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Tue, 24 Apr 2018 21:25:23 +0200 Subject: [PATCH] zynqmp: Add generic target @@ -38,8 +38,8 @@ v3 -> v4: - remove CONFIG_ZYNQ_SDHCI{0,1} - needs to be solved generically - add xhci usb1 to xhci controller list --- - configs/xilinx_zynqmp_generic_defconfig | 86 +++++++++++++++++++++++++++++++++ - include/configs/xilinx_zynqmp_generic.h | 21 ++++++++ + configs/xilinx_zynqmp_generic_defconfig | 86 +++++++++++++++++++++++++ + include/configs/xilinx_zynqmp_generic.h | 21 ++++++ 2 files changed, 107 insertions(+) create mode 100644 configs/xilinx_zynqmp_generic_defconfig create mode 100644 include/configs/xilinx_zynqmp_generic.h diff --git a/0006-tools-zynqmpbif-Add-support-for-loa.patch b/0006-tools-zynqmpbif-Add-support-for-loa.patch index c1e55a7..2f2f766 100644 --- a/0006-tools-zynqmpbif-Add-support-for-loa.patch +++ b/0006-tools-zynqmpbif-Add-support-for-loa.patch @@ -1,4 +1,4 @@ -From cca76f86fb083fc2a54d44777bf9f87272be4cda Mon Sep 17 00:00:00 2001 +From eaabb2031f87e485b6b13d9af454532e76dc69ba Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Thu, 26 Apr 2018 13:30:32 +0200 Subject: [PATCH] tools: zynqmpbif: Add support for load=after diff --git a/0007-Revert-efi_loader-remove-efi_exit_c.patch b/0007-Revert-efi_loader-remove-efi_exit_c.patch deleted file mode 100644 index 9465081..0000000 --- a/0007-Revert-efi_loader-remove-efi_exit_c.patch +++ /dev/null @@ -1,72 +0,0 @@ -From 36a7d1d794e636d19902ffaf8e9540a1cbcc7bcc Mon Sep 17 00:00:00 2001 -From: Guillaume GARDET -Date: Mon, 5 Nov 2018 10:22:16 +0100 -Subject: [PATCH] Revert "efi_loader: remove efi_exit_caches()" This reverts - commit 3170db63c41a2eda6ee6573353bb4de8c7c1b9d5. - -Grub in Tumbleweed is not ready for this change. -Remove this revert once Grub is updated in TW ---- - lib/efi_loader/efi_boottime.c | 28 ++++++++++++++++++++++++++++ - 1 file changed, 28 insertions(+) - -diff --git a/lib/efi_loader/efi_boottime.c b/lib/efi_loader/efi_boottime.c -index da978d2b34..54c597f042 100644 ---- a/lib/efi_loader/efi_boottime.c -+++ b/lib/efi_loader/efi_boottime.c -@@ -26,6 +26,14 @@ LIST_HEAD(efi_obj_list); - /* List of all events */ - LIST_HEAD(efi_events); - -+/* -+ * If we're running on nasty systems (32bit ARM booting into non-EFI Linux) -+ * we need to do trickery with caches. Since we don't want to break the EFI -+ * aware boot path, only apply hacks when loading exiting directly (breaking -+ * direct Linux EFI booting along the way - oh well). -+ */ -+static bool efi_is_direct_boot = true; -+ - #ifdef CONFIG_ARM - /* - * The "gd" pointer lives in a register on ARM and AArch64 that we declare -@@ -1678,6 +1686,8 @@ static efi_status_t EFIAPI efi_start_image(efi_handle_t image_handle, - - EFI_ENTRY("%p, %p, %p", image_handle, exit_data_size, exit_data); - -+ efi_is_direct_boot = false; -+ - /* call the image! */ - if (setjmp(&image_obj->exit_jmp)) { - /* -@@ -1785,6 +1795,21 @@ static efi_status_t EFIAPI efi_unload_image(efi_handle_t image_handle) - return EFI_EXIT(EFI_SUCCESS); - } - -+/** -+ * efi_exit_caches() - fix up caches for EFI payloads if necessary -+ */ -+static void efi_exit_caches(void) -+{ -+#if defined(CONFIG_ARM) && !defined(CONFIG_ARM64) -+ /* -+ * Grub on 32bit ARM needs to have caches disabled before jumping into -+ * a zImage, but does not know of all cache layers. Give it a hand. -+ */ -+ if (efi_is_direct_boot) -+ cleanup_before_linux(); -+#endif -+} -+ - /** - * efi_exit_boot_services() - stop all boot services - * @image_handle: handle of the loaded image -@@ -1838,6 +1863,9 @@ static efi_status_t EFIAPI efi_exit_boot_services(efi_handle_t image_handle, - - board_quiesce_devices(); - -+ /* Fix up caches for EFI payloads if necessary */ -+ efi_exit_caches(); -+ - /* This stops all lingering devices */ - bootm_disable_interrupts(); - diff --git a/0008-exynos5-allow-bigger-BL2-u-boot.bin.patch b/0008-exynos5-allow-bigger-BL2-u-boot.bin.patch deleted file mode 100644 index 23dc202..0000000 --- a/0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +++ /dev/null @@ -1,30 +0,0 @@ -From eb04d2007c1f36a6ae10ca6729f8d9570da4220b Mon Sep 17 00:00:00 2001 -From: Guillaume GARDET -Date: Mon, 19 Nov 2018 17:33:06 +0100 -Subject: [PATCH] exynos5: allow bigger BL2 (u-boot.bin) - -This patch allows SPL to load a bigger BL2 (u-boot.bin). -This is needed for and has been tested on Arndale board, as u-boot.bin is -now bigger than 512K with GCC8. - -Signed-off-by: Guillaume GARDET - -Cc: Minkyu Kang -Cc: Tom Rini ---- - include/configs/exynos5-common.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/include/configs/exynos5-common.h b/include/configs/exynos5-common.h -index cd2a9046af..7da4be5ca8 100644 ---- a/include/configs/exynos5-common.h -+++ b/include/configs/exynos5-common.h -@@ -89,7 +89,7 @@ - /* Configuration of BL1, BL2, ENV Blocks on mmc */ - #define CONFIG_RES_BLOCK_SIZE (512) - #define CONFIG_BL1_SIZE (16 << 10) /*16 K reserved for BL1*/ --#define CONFIG_BL2_SIZE (512UL << 10UL) /* 512 KB */ -+#define CONFIG_BL2_SIZE (512UL << 11UL) /* 1 MB */ - #define CONFIG_ENV_SIZE (16 << 10) /* 16 KB */ - - #define CONFIG_BL1_OFFSET (CONFIG_RES_BLOCK_SIZE + CONFIG_SEC_FW_SIZE) diff --git a/pre_checkin.sh b/pre_checkin.sh index b173169..7736100 100644 --- a/pre_checkin.sh +++ b/pre_checkin.sh @@ -37,7 +37,7 @@ armv7_boards="$armv7_boards socfpga_de0_nano_soc" aarch64_boards="ls1012afrdm_qspi rpi_3" # Allwinner -aarch64_boards="$aarch64_boards bananapi_m64 nanopi_a64 orangepi_pc2 pine64_plus pine_h64" +aarch64_boards="$aarch64_boards bananapi_m64 nanopi_a64 orangepi_pc2 pine64_plus pine_h64 pinebook" # Amlogic aarch64_boards="$aarch64_boards khadas-vim khadas-vim2 odroid-c2" # Hisilicon @@ -51,7 +51,7 @@ aarch64_boards="$aarch64_boards p2371-2180 p2771-0000-500" aarch64_boards="$aarch64_boards dragonboard410c dragonboard820c" # Rockchip aarch64_boards="$aarch64_boards geekbox" -aarch64_boards="$aarch64_boards evb-rk3399 firefly-rk3399" +aarch64_boards="$aarch64_boards evb-rk3399 firefly-rk3399 rock960-rk3399" # Xilinx aarch64_boards="$aarch64_boards xilinx_zynqmp_zcu102_rev1_0 xilinx_zynqmp_generic" @@ -134,7 +134,7 @@ Bananapi*|Cubieboard*|Cubietruck*|Hyundai_A7HD|Mele_A1000|nanopi_neo|*-OLinuXino BINEND=img SUNXI_SPL=1 ;; -bananapi_m64|nanopi_a64|orangepi_pc2|pine64_plus|pine_h64) +bananapi_m64|nanopi_a64|orangepi_pc2|pine64_plus|pine_h64|pinebook) BINEND=itb SUNXI_SPL=1 ;; @@ -161,7 +161,7 @@ tinker-rk3288) ROCKCHIP_SPL_IMAGE_TYPES="rksd" ROCKCHIP_SPL_SOC=rk3288 ;; -evb-rk3399|firefly-rk3399) +evb-rk3399|firefly-rk3399|rock960-rk3399) BINEND=bin ROCKCHIP_SPL=1 ROCKCHIP_SPL_IMAGE_TYPES="rksd" diff --git a/u-boot-2018.11.tar.bz2 b/u-boot-2018.11.tar.bz2 deleted file mode 100644 index 71ecb64..0000000 --- a/u-boot-2018.11.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:737c93f2ea03fec669e840dbee32bcf6238e6924ff5f20e4f1c472ee24e5d37e -size 13045125 diff --git a/u-boot-2018.11.tar.bz2.sig b/u-boot-2018.11.tar.bz2.sig deleted file mode 100644 index d2c370a..0000000 Binary files a/u-boot-2018.11.tar.bz2.sig and /dev/null differ diff --git a/u-boot-2019.01.tar.bz2 b/u-boot-2019.01.tar.bz2 new file mode 100644 index 0000000..c0a8651 --- /dev/null +++ b/u-boot-2019.01.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50bd7e5a466ab828914d080d5f6a432345b500e8fba1ad3b7b61e95e60d51c22 +size 13366005 diff --git a/u-boot-2019.01.tar.bz2.sig b/u-boot-2019.01.tar.bz2.sig new file mode 100644 index 0000000..5337f0d Binary files /dev/null and b/u-boot-2019.01.tar.bz2.sig differ diff --git a/u-boot-a10-olinuxino-lime.changes b/u-boot-a10-olinuxino-lime.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-a10-olinuxino-lime.changes +++ b/u-boot-a10-olinuxino-lime.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-a10-olinuxino-lime.spec b/u-boot-a10-olinuxino-lime.spec index effcad8..1d05113 100644 --- a/u-boot-a10-olinuxino-lime.spec +++ b/u-boot-a10-olinuxino-lime.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-a10-olinuxino-lime # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "a10-olinuxino-lime" == "rpi" || "a10-olinuxino-lime" == "rpi2" || "a10-olinuxino-lime" == "rpi3" %define is_rpi 1 %endif -%if "a10-olinuxino-lime" == "evb-rk3399" || "a10-olinuxino-lime" == "firefly-rk3399" || "a10-olinuxino-lime" == "puma-rk3399" +%if "a10-olinuxino-lime" == "evb-rk3399" || "a10-olinuxino-lime" == "firefly-rk3399" || "a10-olinuxino-lime" == "puma-rk3399" || "a10-olinuxino-lime" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "a10-olinuxino-lime" == "bananapim64" || "a10-olinuxino-lime" == "nanopia64" || "a10-olinuxino-lime" == "pine64plus" +%if "a10-olinuxino-lime" == "bananapim64" || "a10-olinuxino-lime" == "nanopia64" || "a10-olinuxino-lime" == "pine64plus" || "a10-olinuxino-lime" == "pinebook" %define is_a64 1 %endif %if "a10-olinuxino-lime" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-a10-olinuxino-lime -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the a10-olinuxino-lime platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-a13-olinuxino.changes b/u-boot-a13-olinuxino.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-a13-olinuxino.changes +++ b/u-boot-a13-olinuxino.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-a13-olinuxino.spec b/u-boot-a13-olinuxino.spec index b3458f9..c7803da 100644 --- a/u-boot-a13-olinuxino.spec +++ b/u-boot-a13-olinuxino.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-a13-olinuxino # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "a13-olinuxino" == "rpi" || "a13-olinuxino" == "rpi2" || "a13-olinuxino" == "rpi3" %define is_rpi 1 %endif -%if "a13-olinuxino" == "evb-rk3399" || "a13-olinuxino" == "firefly-rk3399" || "a13-olinuxino" == "puma-rk3399" +%if "a13-olinuxino" == "evb-rk3399" || "a13-olinuxino" == "firefly-rk3399" || "a13-olinuxino" == "puma-rk3399" || "a13-olinuxino" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "a13-olinuxino" == "bananapim64" || "a13-olinuxino" == "nanopia64" || "a13-olinuxino" == "pine64plus" +%if "a13-olinuxino" == "bananapim64" || "a13-olinuxino" == "nanopia64" || "a13-olinuxino" == "pine64plus" || "a13-olinuxino" == "pinebook" %define is_a64 1 %endif %if "a13-olinuxino" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-a13-olinuxino -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the a13-olinuxino platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-a13-olinuxinom.changes b/u-boot-a13-olinuxinom.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-a13-olinuxinom.changes +++ b/u-boot-a13-olinuxinom.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-a13-olinuxinom.spec b/u-boot-a13-olinuxinom.spec index b298d2c..e44d0bc 100644 --- a/u-boot-a13-olinuxinom.spec +++ b/u-boot-a13-olinuxinom.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-a13-olinuxinom # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "a13-olinuxinom" == "rpi" || "a13-olinuxinom" == "rpi2" || "a13-olinuxinom" == "rpi3" %define is_rpi 1 %endif -%if "a13-olinuxinom" == "evb-rk3399" || "a13-olinuxinom" == "firefly-rk3399" || "a13-olinuxinom" == "puma-rk3399" +%if "a13-olinuxinom" == "evb-rk3399" || "a13-olinuxinom" == "firefly-rk3399" || "a13-olinuxinom" == "puma-rk3399" || "a13-olinuxinom" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "a13-olinuxinom" == "bananapim64" || "a13-olinuxinom" == "nanopia64" || "a13-olinuxinom" == "pine64plus" +%if "a13-olinuxinom" == "bananapim64" || "a13-olinuxinom" == "nanopia64" || "a13-olinuxinom" == "pine64plus" || "a13-olinuxinom" == "pinebook" %define is_a64 1 %endif %if "a13-olinuxinom" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-a13-olinuxinom -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the a13-olinuxinom platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-a20-olinuxino-lime.changes b/u-boot-a20-olinuxino-lime.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-a20-olinuxino-lime.changes +++ b/u-boot-a20-olinuxino-lime.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-a20-olinuxino-lime.spec b/u-boot-a20-olinuxino-lime.spec index d695ed9..04fe7cd 100644 --- a/u-boot-a20-olinuxino-lime.spec +++ b/u-boot-a20-olinuxino-lime.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-a20-olinuxino-lime # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "a20-olinuxino-lime" == "rpi" || "a20-olinuxino-lime" == "rpi2" || "a20-olinuxino-lime" == "rpi3" %define is_rpi 1 %endif -%if "a20-olinuxino-lime" == "evb-rk3399" || "a20-olinuxino-lime" == "firefly-rk3399" || "a20-olinuxino-lime" == "puma-rk3399" +%if "a20-olinuxino-lime" == "evb-rk3399" || "a20-olinuxino-lime" == "firefly-rk3399" || "a20-olinuxino-lime" == "puma-rk3399" || "a20-olinuxino-lime" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "a20-olinuxino-lime" == "bananapim64" || "a20-olinuxino-lime" == "nanopia64" || "a20-olinuxino-lime" == "pine64plus" +%if "a20-olinuxino-lime" == "bananapim64" || "a20-olinuxino-lime" == "nanopia64" || "a20-olinuxino-lime" == "pine64plus" || "a20-olinuxino-lime" == "pinebook" %define is_a64 1 %endif %if "a20-olinuxino-lime" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-a20-olinuxino-lime -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the a20-olinuxino-lime platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-a20-olinuxino-lime2.changes b/u-boot-a20-olinuxino-lime2.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-a20-olinuxino-lime2.changes +++ b/u-boot-a20-olinuxino-lime2.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-a20-olinuxino-lime2.spec b/u-boot-a20-olinuxino-lime2.spec index cf04801..16a91ad 100644 --- a/u-boot-a20-olinuxino-lime2.spec +++ b/u-boot-a20-olinuxino-lime2.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-a20-olinuxino-lime2 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "a20-olinuxino-lime2" == "rpi" || "a20-olinuxino-lime2" == "rpi2" || "a20-olinuxino-lime2" == "rpi3" %define is_rpi 1 %endif -%if "a20-olinuxino-lime2" == "evb-rk3399" || "a20-olinuxino-lime2" == "firefly-rk3399" || "a20-olinuxino-lime2" == "puma-rk3399" +%if "a20-olinuxino-lime2" == "evb-rk3399" || "a20-olinuxino-lime2" == "firefly-rk3399" || "a20-olinuxino-lime2" == "puma-rk3399" || "a20-olinuxino-lime2" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "a20-olinuxino-lime2" == "bananapim64" || "a20-olinuxino-lime2" == "nanopia64" || "a20-olinuxino-lime2" == "pine64plus" +%if "a20-olinuxino-lime2" == "bananapim64" || "a20-olinuxino-lime2" == "nanopia64" || "a20-olinuxino-lime2" == "pine64plus" || "a20-olinuxino-lime2" == "pinebook" %define is_a64 1 %endif %if "a20-olinuxino-lime2" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-a20-olinuxino-lime2 -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the a20-olinuxino-lime2 platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-a20-olinuxinomicro.changes b/u-boot-a20-olinuxinomicro.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-a20-olinuxinomicro.changes +++ b/u-boot-a20-olinuxinomicro.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-a20-olinuxinomicro.spec b/u-boot-a20-olinuxinomicro.spec index b45a629..6670520 100644 --- a/u-boot-a20-olinuxinomicro.spec +++ b/u-boot-a20-olinuxinomicro.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-a20-olinuxinomicro # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "a20-olinuxinomicro" == "rpi" || "a20-olinuxinomicro" == "rpi2" || "a20-olinuxinomicro" == "rpi3" %define is_rpi 1 %endif -%if "a20-olinuxinomicro" == "evb-rk3399" || "a20-olinuxinomicro" == "firefly-rk3399" || "a20-olinuxinomicro" == "puma-rk3399" +%if "a20-olinuxinomicro" == "evb-rk3399" || "a20-olinuxinomicro" == "firefly-rk3399" || "a20-olinuxinomicro" == "puma-rk3399" || "a20-olinuxinomicro" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "a20-olinuxinomicro" == "bananapim64" || "a20-olinuxinomicro" == "nanopia64" || "a20-olinuxinomicro" == "pine64plus" +%if "a20-olinuxinomicro" == "bananapim64" || "a20-olinuxinomicro" == "nanopia64" || "a20-olinuxinomicro" == "pine64plus" || "a20-olinuxinomicro" == "pinebook" %define is_a64 1 %endif %if "a20-olinuxinomicro" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-a20-olinuxinomicro -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the a20-olinuxinomicro platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-am335xboneblack.changes b/u-boot-am335xboneblack.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-am335xboneblack.changes +++ b/u-boot-am335xboneblack.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-am335xboneblack.spec b/u-boot-am335xboneblack.spec index 63b3707..ec8c4bd 100644 --- a/u-boot-am335xboneblack.spec +++ b/u-boot-am335xboneblack.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-am335xboneblack # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "am335xboneblack" == "rpi" || "am335xboneblack" == "rpi2" || "am335xboneblack" == "rpi3" %define is_rpi 1 %endif -%if "am335xboneblack" == "evb-rk3399" || "am335xboneblack" == "firefly-rk3399" || "am335xboneblack" == "puma-rk3399" +%if "am335xboneblack" == "evb-rk3399" || "am335xboneblack" == "firefly-rk3399" || "am335xboneblack" == "puma-rk3399" || "am335xboneblack" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "am335xboneblack" == "bananapim64" || "am335xboneblack" == "nanopia64" || "am335xboneblack" == "pine64plus" +%if "am335xboneblack" == "bananapim64" || "am335xboneblack" == "nanopia64" || "am335xboneblack" == "pine64plus" || "am335xboneblack" == "pinebook" %define is_a64 1 %endif %if "am335xboneblack" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-am335xboneblack -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the am335xboneblack platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-am335xevm.changes b/u-boot-am335xevm.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-am335xevm.changes +++ b/u-boot-am335xevm.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-am335xevm.spec b/u-boot-am335xevm.spec index 7aa8222..579917c 100644 --- a/u-boot-am335xevm.spec +++ b/u-boot-am335xevm.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-am335xevm # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "am335xevm" == "rpi" || "am335xevm" == "rpi2" || "am335xevm" == "rpi3" %define is_rpi 1 %endif -%if "am335xevm" == "evb-rk3399" || "am335xevm" == "firefly-rk3399" || "am335xevm" == "puma-rk3399" +%if "am335xevm" == "evb-rk3399" || "am335xevm" == "firefly-rk3399" || "am335xevm" == "puma-rk3399" || "am335xevm" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "am335xevm" == "bananapim64" || "am335xevm" == "nanopia64" || "am335xevm" == "pine64plus" +%if "am335xevm" == "bananapim64" || "am335xevm" == "nanopia64" || "am335xevm" == "pine64plus" || "am335xevm" == "pinebook" %define is_a64 1 %endif %if "am335xevm" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-am335xevm -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the am335xevm platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-am57xxevm.changes b/u-boot-am57xxevm.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-am57xxevm.changes +++ b/u-boot-am57xxevm.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-am57xxevm.spec b/u-boot-am57xxevm.spec index 40737cb..fcf13e0 100644 --- a/u-boot-am57xxevm.spec +++ b/u-boot-am57xxevm.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-am57xxevm # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "am57xxevm" == "rpi" || "am57xxevm" == "rpi2" || "am57xxevm" == "rpi3" %define is_rpi 1 %endif -%if "am57xxevm" == "evb-rk3399" || "am57xxevm" == "firefly-rk3399" || "am57xxevm" == "puma-rk3399" +%if "am57xxevm" == "evb-rk3399" || "am57xxevm" == "firefly-rk3399" || "am57xxevm" == "puma-rk3399" || "am57xxevm" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "am57xxevm" == "bananapim64" || "am57xxevm" == "nanopia64" || "am57xxevm" == "pine64plus" +%if "am57xxevm" == "bananapim64" || "am57xxevm" == "nanopia64" || "am57xxevm" == "pine64plus" || "am57xxevm" == "pinebook" %define is_a64 1 %endif %if "am57xxevm" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-am57xxevm -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the am57xxevm platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-arndale.changes b/u-boot-arndale.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-arndale.changes +++ b/u-boot-arndale.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-arndale.spec b/u-boot-arndale.spec index d459b9a..6471205 100644 --- a/u-boot-arndale.spec +++ b/u-boot-arndale.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-arndale # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "arndale" == "rpi" || "arndale" == "rpi2" || "arndale" == "rpi3" %define is_rpi 1 %endif -%if "arndale" == "evb-rk3399" || "arndale" == "firefly-rk3399" || "arndale" == "puma-rk3399" +%if "arndale" == "evb-rk3399" || "arndale" == "firefly-rk3399" || "arndale" == "puma-rk3399" || "arndale" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "arndale" == "bananapim64" || "arndale" == "nanopia64" || "arndale" == "pine64plus" +%if "arndale" == "bananapim64" || "arndale" == "nanopia64" || "arndale" == "pine64plus" || "arndale" == "pinebook" %define is_a64 1 %endif %if "arndale" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-arndale -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the arndale platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-bananapi.changes b/u-boot-bananapi.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-bananapi.changes +++ b/u-boot-bananapi.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-bananapi.spec b/u-boot-bananapi.spec index 153d3e9..0f492a7 100644 --- a/u-boot-bananapi.spec +++ b/u-boot-bananapi.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-bananapi # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "bananapi" == "rpi" || "bananapi" == "rpi2" || "bananapi" == "rpi3" %define is_rpi 1 %endif -%if "bananapi" == "evb-rk3399" || "bananapi" == "firefly-rk3399" || "bananapi" == "puma-rk3399" +%if "bananapi" == "evb-rk3399" || "bananapi" == "firefly-rk3399" || "bananapi" == "puma-rk3399" || "bananapi" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "bananapi" == "bananapim64" || "bananapi" == "nanopia64" || "bananapi" == "pine64plus" +%if "bananapi" == "bananapim64" || "bananapi" == "nanopia64" || "bananapi" == "pine64plus" || "bananapi" == "pinebook" %define is_a64 1 %endif %if "bananapi" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-bananapi -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the bananapi platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-bananapim64.changes b/u-boot-bananapim64.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-bananapim64.changes +++ b/u-boot-bananapim64.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-bananapim64.spec b/u-boot-bananapim64.spec index f967467..9040e09 100644 --- a/u-boot-bananapim64.spec +++ b/u-boot-bananapim64.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-bananapim64 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "bananapim64" == "rpi" || "bananapim64" == "rpi2" || "bananapim64" == "rpi3" %define is_rpi 1 %endif -%if "bananapim64" == "evb-rk3399" || "bananapim64" == "firefly-rk3399" || "bananapim64" == "puma-rk3399" +%if "bananapim64" == "evb-rk3399" || "bananapim64" == "firefly-rk3399" || "bananapim64" == "puma-rk3399" || "bananapim64" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "bananapim64" == "bananapim64" || "bananapim64" == "nanopia64" || "bananapim64" == "pine64plus" +%if "bananapim64" == "bananapim64" || "bananapim64" == "nanopia64" || "bananapim64" == "pine64plus" || "bananapim64" == "pinebook" %define is_a64 1 %endif %if "bananapim64" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-bananapim64 -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the bananapim64 platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-board.spec.in b/u-boot-board.spec.in index 1eb1ac7..37a89fc 100644 --- a/u-boot-board.spec.in +++ b/u-boot-board.spec.in @@ -33,10 +33,10 @@ %if "BOARDNAME" == "rpi" || "BOARDNAME" == "rpi2" || "BOARDNAME" == "rpi3" %define is_rpi 1 %endif -%if "BOARDNAME" == "evb-rk3399" || "BOARDNAME" == "firefly-rk3399" || "BOARDNAME" == "puma-rk3399" +%if "BOARDNAME" == "evb-rk3399" || "BOARDNAME" == "firefly-rk3399" || "BOARDNAME" == "puma-rk3399" || "BOARDNAME" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "BOARDNAME" == "bananapim64" || "BOARDNAME" == "nanopia64" || "BOARDNAME" == "pine64plus" +%if "BOARDNAME" == "bananapim64" || "BOARDNAME" == "nanopia64" || "BOARDNAME" == "pine64plus" || "BOARDNAME" == "pinebook" %define is_a64 1 %endif %if "BOARDNAME" == "orangepipc2" diff --git a/u-boot-clearfog.changes b/u-boot-clearfog.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-clearfog.changes +++ b/u-boot-clearfog.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-clearfog.spec b/u-boot-clearfog.spec index cf96506..6f80838 100644 --- a/u-boot-clearfog.spec +++ b/u-boot-clearfog.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-clearfog # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "clearfog" == "rpi" || "clearfog" == "rpi2" || "clearfog" == "rpi3" %define is_rpi 1 %endif -%if "clearfog" == "evb-rk3399" || "clearfog" == "firefly-rk3399" || "clearfog" == "puma-rk3399" +%if "clearfog" == "evb-rk3399" || "clearfog" == "firefly-rk3399" || "clearfog" == "puma-rk3399" || "clearfog" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "clearfog" == "bananapim64" || "clearfog" == "nanopia64" || "clearfog" == "pine64plus" +%if "clearfog" == "bananapim64" || "clearfog" == "nanopia64" || "clearfog" == "pine64plus" || "clearfog" == "pinebook" %define is_a64 1 %endif %if "clearfog" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-clearfog -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the clearfog platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-colibrit20.changes b/u-boot-colibrit20.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-colibrit20.changes +++ b/u-boot-colibrit20.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-colibrit20.spec b/u-boot-colibrit20.spec index 640462f..fb30a43 100644 --- a/u-boot-colibrit20.spec +++ b/u-boot-colibrit20.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-colibrit20 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "colibrit20" == "rpi" || "colibrit20" == "rpi2" || "colibrit20" == "rpi3" %define is_rpi 1 %endif -%if "colibrit20" == "evb-rk3399" || "colibrit20" == "firefly-rk3399" || "colibrit20" == "puma-rk3399" +%if "colibrit20" == "evb-rk3399" || "colibrit20" == "firefly-rk3399" || "colibrit20" == "puma-rk3399" || "colibrit20" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "colibrit20" == "bananapim64" || "colibrit20" == "nanopia64" || "colibrit20" == "pine64plus" +%if "colibrit20" == "bananapim64" || "colibrit20" == "nanopia64" || "colibrit20" == "pine64plus" || "colibrit20" == "pinebook" %define is_a64 1 %endif %if "colibrit20" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-colibrit20 -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the colibrit20 platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-cubieboard.changes b/u-boot-cubieboard.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-cubieboard.changes +++ b/u-boot-cubieboard.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-cubieboard.spec b/u-boot-cubieboard.spec index f32af11..bcad695 100644 --- a/u-boot-cubieboard.spec +++ b/u-boot-cubieboard.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-cubieboard # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "cubieboard" == "rpi" || "cubieboard" == "rpi2" || "cubieboard" == "rpi3" %define is_rpi 1 %endif -%if "cubieboard" == "evb-rk3399" || "cubieboard" == "firefly-rk3399" || "cubieboard" == "puma-rk3399" +%if "cubieboard" == "evb-rk3399" || "cubieboard" == "firefly-rk3399" || "cubieboard" == "puma-rk3399" || "cubieboard" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "cubieboard" == "bananapim64" || "cubieboard" == "nanopia64" || "cubieboard" == "pine64plus" +%if "cubieboard" == "bananapim64" || "cubieboard" == "nanopia64" || "cubieboard" == "pine64plus" || "cubieboard" == "pinebook" %define is_a64 1 %endif %if "cubieboard" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-cubieboard -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the cubieboard platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-cubieboard2.changes b/u-boot-cubieboard2.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-cubieboard2.changes +++ b/u-boot-cubieboard2.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-cubieboard2.spec b/u-boot-cubieboard2.spec index 9f5545e..fd5aa72 100644 --- a/u-boot-cubieboard2.spec +++ b/u-boot-cubieboard2.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-cubieboard2 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "cubieboard2" == "rpi" || "cubieboard2" == "rpi2" || "cubieboard2" == "rpi3" %define is_rpi 1 %endif -%if "cubieboard2" == "evb-rk3399" || "cubieboard2" == "firefly-rk3399" || "cubieboard2" == "puma-rk3399" +%if "cubieboard2" == "evb-rk3399" || "cubieboard2" == "firefly-rk3399" || "cubieboard2" == "puma-rk3399" || "cubieboard2" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "cubieboard2" == "bananapim64" || "cubieboard2" == "nanopia64" || "cubieboard2" == "pine64plus" +%if "cubieboard2" == "bananapim64" || "cubieboard2" == "nanopia64" || "cubieboard2" == "pine64plus" || "cubieboard2" == "pinebook" %define is_a64 1 %endif %if "cubieboard2" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-cubieboard2 -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the cubieboard2 platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-cubietruck.changes b/u-boot-cubietruck.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-cubietruck.changes +++ b/u-boot-cubietruck.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-cubietruck.spec b/u-boot-cubietruck.spec index 3046cb9..a2dd6f9 100644 --- a/u-boot-cubietruck.spec +++ b/u-boot-cubietruck.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-cubietruck # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "cubietruck" == "rpi" || "cubietruck" == "rpi2" || "cubietruck" == "rpi3" %define is_rpi 1 %endif -%if "cubietruck" == "evb-rk3399" || "cubietruck" == "firefly-rk3399" || "cubietruck" == "puma-rk3399" +%if "cubietruck" == "evb-rk3399" || "cubietruck" == "firefly-rk3399" || "cubietruck" == "puma-rk3399" || "cubietruck" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "cubietruck" == "bananapim64" || "cubietruck" == "nanopia64" || "cubietruck" == "pine64plus" +%if "cubietruck" == "bananapim64" || "cubietruck" == "nanopia64" || "cubietruck" == "pine64plus" || "cubietruck" == "pinebook" %define is_a64 1 %endif %if "cubietruck" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-cubietruck -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the cubietruck platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-dragonboard410c.changes b/u-boot-dragonboard410c.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-dragonboard410c.changes +++ b/u-boot-dragonboard410c.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-dragonboard410c.spec b/u-boot-dragonboard410c.spec index dcbf48b..31a4991 100644 --- a/u-boot-dragonboard410c.spec +++ b/u-boot-dragonboard410c.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-dragonboard410c # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "dragonboard410c" == "rpi" || "dragonboard410c" == "rpi2" || "dragonboard410c" == "rpi3" %define is_rpi 1 %endif -%if "dragonboard410c" == "evb-rk3399" || "dragonboard410c" == "firefly-rk3399" || "dragonboard410c" == "puma-rk3399" +%if "dragonboard410c" == "evb-rk3399" || "dragonboard410c" == "firefly-rk3399" || "dragonboard410c" == "puma-rk3399" || "dragonboard410c" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "dragonboard410c" == "bananapim64" || "dragonboard410c" == "nanopia64" || "dragonboard410c" == "pine64plus" +%if "dragonboard410c" == "bananapim64" || "dragonboard410c" == "nanopia64" || "dragonboard410c" == "pine64plus" || "dragonboard410c" == "pinebook" %define is_a64 1 %endif %if "dragonboard410c" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-dragonboard410c -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the dragonboard410c platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-dragonboard820c.changes b/u-boot-dragonboard820c.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-dragonboard820c.changes +++ b/u-boot-dragonboard820c.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-dragonboard820c.spec b/u-boot-dragonboard820c.spec index b4db4da..805d471 100644 --- a/u-boot-dragonboard820c.spec +++ b/u-boot-dragonboard820c.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-dragonboard820c # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "dragonboard820c" == "rpi" || "dragonboard820c" == "rpi2" || "dragonboard820c" == "rpi3" %define is_rpi 1 %endif -%if "dragonboard820c" == "evb-rk3399" || "dragonboard820c" == "firefly-rk3399" || "dragonboard820c" == "puma-rk3399" +%if "dragonboard820c" == "evb-rk3399" || "dragonboard820c" == "firefly-rk3399" || "dragonboard820c" == "puma-rk3399" || "dragonboard820c" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "dragonboard820c" == "bananapim64" || "dragonboard820c" == "nanopia64" || "dragonboard820c" == "pine64plus" +%if "dragonboard820c" == "bananapim64" || "dragonboard820c" == "nanopia64" || "dragonboard820c" == "pine64plus" || "dragonboard820c" == "pinebook" %define is_a64 1 %endif %if "dragonboard820c" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-dragonboard820c -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the dragonboard820c platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-evb-rk3399.changes b/u-boot-evb-rk3399.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-evb-rk3399.changes +++ b/u-boot-evb-rk3399.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-evb-rk3399.spec b/u-boot-evb-rk3399.spec index 36f6b44..71f9f0e 100644 --- a/u-boot-evb-rk3399.spec +++ b/u-boot-evb-rk3399.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-evb-rk3399 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "evb-rk3399" == "rpi" || "evb-rk3399" == "rpi2" || "evb-rk3399" == "rpi3" %define is_rpi 1 %endif -%if "evb-rk3399" == "evb-rk3399" || "evb-rk3399" == "firefly-rk3399" || "evb-rk3399" == "puma-rk3399" +%if "evb-rk3399" == "evb-rk3399" || "evb-rk3399" == "firefly-rk3399" || "evb-rk3399" == "puma-rk3399" || "evb-rk3399" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "evb-rk3399" == "bananapim64" || "evb-rk3399" == "nanopia64" || "evb-rk3399" == "pine64plus" +%if "evb-rk3399" == "bananapim64" || "evb-rk3399" == "nanopia64" || "evb-rk3399" == "pine64plus" || "evb-rk3399" == "pinebook" %define is_a64 1 %endif %if "evb-rk3399" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-evb-rk3399 -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the evb-rk3399 platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-firefly-rk3288.changes b/u-boot-firefly-rk3288.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-firefly-rk3288.changes +++ b/u-boot-firefly-rk3288.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-firefly-rk3288.spec b/u-boot-firefly-rk3288.spec index 1a9af8a..30ab780 100644 --- a/u-boot-firefly-rk3288.spec +++ b/u-boot-firefly-rk3288.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-firefly-rk3288 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "firefly-rk3288" == "rpi" || "firefly-rk3288" == "rpi2" || "firefly-rk3288" == "rpi3" %define is_rpi 1 %endif -%if "firefly-rk3288" == "evb-rk3399" || "firefly-rk3288" == "firefly-rk3399" || "firefly-rk3288" == "puma-rk3399" +%if "firefly-rk3288" == "evb-rk3399" || "firefly-rk3288" == "firefly-rk3399" || "firefly-rk3288" == "puma-rk3399" || "firefly-rk3288" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "firefly-rk3288" == "bananapim64" || "firefly-rk3288" == "nanopia64" || "firefly-rk3288" == "pine64plus" +%if "firefly-rk3288" == "bananapim64" || "firefly-rk3288" == "nanopia64" || "firefly-rk3288" == "pine64plus" || "firefly-rk3288" == "pinebook" %define is_a64 1 %endif %if "firefly-rk3288" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-firefly-rk3288 -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the firefly-rk3288 platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-firefly-rk3399.changes b/u-boot-firefly-rk3399.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-firefly-rk3399.changes +++ b/u-boot-firefly-rk3399.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-firefly-rk3399.spec b/u-boot-firefly-rk3399.spec index 2b58bd6..bf70173 100644 --- a/u-boot-firefly-rk3399.spec +++ b/u-boot-firefly-rk3399.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-firefly-rk3399 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "firefly-rk3399" == "rpi" || "firefly-rk3399" == "rpi2" || "firefly-rk3399" == "rpi3" %define is_rpi 1 %endif -%if "firefly-rk3399" == "evb-rk3399" || "firefly-rk3399" == "firefly-rk3399" || "firefly-rk3399" == "puma-rk3399" +%if "firefly-rk3399" == "evb-rk3399" || "firefly-rk3399" == "firefly-rk3399" || "firefly-rk3399" == "puma-rk3399" || "firefly-rk3399" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "firefly-rk3399" == "bananapim64" || "firefly-rk3399" == "nanopia64" || "firefly-rk3399" == "pine64plus" +%if "firefly-rk3399" == "bananapim64" || "firefly-rk3399" == "nanopia64" || "firefly-rk3399" == "pine64plus" || "firefly-rk3399" == "pinebook" %define is_a64 1 %endif %if "firefly-rk3399" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-firefly-rk3399 -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the firefly-rk3399 platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-geekbox.changes b/u-boot-geekbox.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-geekbox.changes +++ b/u-boot-geekbox.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-geekbox.spec b/u-boot-geekbox.spec index 90e4838..ed40cd1 100644 --- a/u-boot-geekbox.spec +++ b/u-boot-geekbox.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-geekbox # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "geekbox" == "rpi" || "geekbox" == "rpi2" || "geekbox" == "rpi3" %define is_rpi 1 %endif -%if "geekbox" == "evb-rk3399" || "geekbox" == "firefly-rk3399" || "geekbox" == "puma-rk3399" +%if "geekbox" == "evb-rk3399" || "geekbox" == "firefly-rk3399" || "geekbox" == "puma-rk3399" || "geekbox" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "geekbox" == "bananapim64" || "geekbox" == "nanopia64" || "geekbox" == "pine64plus" +%if "geekbox" == "bananapim64" || "geekbox" == "nanopia64" || "geekbox" == "pine64plus" || "geekbox" == "pinebook" %define is_a64 1 %endif %if "geekbox" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-geekbox -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the geekbox platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-highbank.changes b/u-boot-highbank.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-highbank.changes +++ b/u-boot-highbank.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-highbank.spec b/u-boot-highbank.spec index 2110596..6254742 100644 --- a/u-boot-highbank.spec +++ b/u-boot-highbank.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-highbank # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "highbank" == "rpi" || "highbank" == "rpi2" || "highbank" == "rpi3" %define is_rpi 1 %endif -%if "highbank" == "evb-rk3399" || "highbank" == "firefly-rk3399" || "highbank" == "puma-rk3399" +%if "highbank" == "evb-rk3399" || "highbank" == "firefly-rk3399" || "highbank" == "puma-rk3399" || "highbank" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "highbank" == "bananapim64" || "highbank" == "nanopia64" || "highbank" == "pine64plus" +%if "highbank" == "bananapim64" || "highbank" == "nanopia64" || "highbank" == "pine64plus" || "highbank" == "pinebook" %define is_a64 1 %endif %if "highbank" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-highbank -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the highbank platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-hikey.changes b/u-boot-hikey.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-hikey.changes +++ b/u-boot-hikey.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-hikey.spec b/u-boot-hikey.spec index b819525..24137c5 100644 --- a/u-boot-hikey.spec +++ b/u-boot-hikey.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-hikey # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "hikey" == "rpi" || "hikey" == "rpi2" || "hikey" == "rpi3" %define is_rpi 1 %endif -%if "hikey" == "evb-rk3399" || "hikey" == "firefly-rk3399" || "hikey" == "puma-rk3399" +%if "hikey" == "evb-rk3399" || "hikey" == "firefly-rk3399" || "hikey" == "puma-rk3399" || "hikey" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "hikey" == "bananapim64" || "hikey" == "nanopia64" || "hikey" == "pine64plus" +%if "hikey" == "bananapim64" || "hikey" == "nanopia64" || "hikey" == "pine64plus" || "hikey" == "pinebook" %define is_a64 1 %endif %if "hikey" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-hikey -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the hikey platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-hyundaia7hd.changes b/u-boot-hyundaia7hd.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-hyundaia7hd.changes +++ b/u-boot-hyundaia7hd.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-hyundaia7hd.spec b/u-boot-hyundaia7hd.spec index c711ea9..3d7fb79 100644 --- a/u-boot-hyundaia7hd.spec +++ b/u-boot-hyundaia7hd.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-hyundaia7hd # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "hyundaia7hd" == "rpi" || "hyundaia7hd" == "rpi2" || "hyundaia7hd" == "rpi3" %define is_rpi 1 %endif -%if "hyundaia7hd" == "evb-rk3399" || "hyundaia7hd" == "firefly-rk3399" || "hyundaia7hd" == "puma-rk3399" +%if "hyundaia7hd" == "evb-rk3399" || "hyundaia7hd" == "firefly-rk3399" || "hyundaia7hd" == "puma-rk3399" || "hyundaia7hd" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "hyundaia7hd" == "bananapim64" || "hyundaia7hd" == "nanopia64" || "hyundaia7hd" == "pine64plus" +%if "hyundaia7hd" == "bananapim64" || "hyundaia7hd" == "nanopia64" || "hyundaia7hd" == "pine64plus" || "hyundaia7hd" == "pinebook" %define is_a64 1 %endif %if "hyundaia7hd" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-hyundaia7hd -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the hyundaia7hd platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-jetson-tk1.changes b/u-boot-jetson-tk1.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-jetson-tk1.changes +++ b/u-boot-jetson-tk1.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-jetson-tk1.spec b/u-boot-jetson-tk1.spec index 69abf15..0f240d5 100644 --- a/u-boot-jetson-tk1.spec +++ b/u-boot-jetson-tk1.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-jetson-tk1 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "jetson-tk1" == "rpi" || "jetson-tk1" == "rpi2" || "jetson-tk1" == "rpi3" %define is_rpi 1 %endif -%if "jetson-tk1" == "evb-rk3399" || "jetson-tk1" == "firefly-rk3399" || "jetson-tk1" == "puma-rk3399" +%if "jetson-tk1" == "evb-rk3399" || "jetson-tk1" == "firefly-rk3399" || "jetson-tk1" == "puma-rk3399" || "jetson-tk1" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "jetson-tk1" == "bananapim64" || "jetson-tk1" == "nanopia64" || "jetson-tk1" == "pine64plus" +%if "jetson-tk1" == "bananapim64" || "jetson-tk1" == "nanopia64" || "jetson-tk1" == "pine64plus" || "jetson-tk1" == "pinebook" %define is_a64 1 %endif %if "jetson-tk1" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-jetson-tk1 -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the jetson-tk1 platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-khadas-vim.changes b/u-boot-khadas-vim.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-khadas-vim.changes +++ b/u-boot-khadas-vim.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-khadas-vim.spec b/u-boot-khadas-vim.spec index a1efc53..ddd9ca8 100644 --- a/u-boot-khadas-vim.spec +++ b/u-boot-khadas-vim.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-khadas-vim # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "khadas-vim" == "rpi" || "khadas-vim" == "rpi2" || "khadas-vim" == "rpi3" %define is_rpi 1 %endif -%if "khadas-vim" == "evb-rk3399" || "khadas-vim" == "firefly-rk3399" || "khadas-vim" == "puma-rk3399" +%if "khadas-vim" == "evb-rk3399" || "khadas-vim" == "firefly-rk3399" || "khadas-vim" == "puma-rk3399" || "khadas-vim" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "khadas-vim" == "bananapim64" || "khadas-vim" == "nanopia64" || "khadas-vim" == "pine64plus" +%if "khadas-vim" == "bananapim64" || "khadas-vim" == "nanopia64" || "khadas-vim" == "pine64plus" || "khadas-vim" == "pinebook" %define is_a64 1 %endif %if "khadas-vim" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-khadas-vim -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the khadas-vim platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-khadas-vim2.changes b/u-boot-khadas-vim2.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-khadas-vim2.changes +++ b/u-boot-khadas-vim2.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-khadas-vim2.spec b/u-boot-khadas-vim2.spec index 407d884..0a06073 100644 --- a/u-boot-khadas-vim2.spec +++ b/u-boot-khadas-vim2.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-khadas-vim2 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "khadas-vim2" == "rpi" || "khadas-vim2" == "rpi2" || "khadas-vim2" == "rpi3" %define is_rpi 1 %endif -%if "khadas-vim2" == "evb-rk3399" || "khadas-vim2" == "firefly-rk3399" || "khadas-vim2" == "puma-rk3399" +%if "khadas-vim2" == "evb-rk3399" || "khadas-vim2" == "firefly-rk3399" || "khadas-vim2" == "puma-rk3399" || "khadas-vim2" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "khadas-vim2" == "bananapim64" || "khadas-vim2" == "nanopia64" || "khadas-vim2" == "pine64plus" +%if "khadas-vim2" == "bananapim64" || "khadas-vim2" == "nanopia64" || "khadas-vim2" == "pine64plus" || "khadas-vim2" == "pinebook" %define is_a64 1 %endif %if "khadas-vim2" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-khadas-vim2 -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the khadas-vim2 platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-lamobor1.changes b/u-boot-lamobor1.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-lamobor1.changes +++ b/u-boot-lamobor1.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-lamobor1.spec b/u-boot-lamobor1.spec index 11e7f0e..00c7817 100644 --- a/u-boot-lamobor1.spec +++ b/u-boot-lamobor1.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-lamobor1 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "lamobor1" == "rpi" || "lamobor1" == "rpi2" || "lamobor1" == "rpi3" %define is_rpi 1 %endif -%if "lamobor1" == "evb-rk3399" || "lamobor1" == "firefly-rk3399" || "lamobor1" == "puma-rk3399" +%if "lamobor1" == "evb-rk3399" || "lamobor1" == "firefly-rk3399" || "lamobor1" == "puma-rk3399" || "lamobor1" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "lamobor1" == "bananapim64" || "lamobor1" == "nanopia64" || "lamobor1" == "pine64plus" +%if "lamobor1" == "bananapim64" || "lamobor1" == "nanopia64" || "lamobor1" == "pine64plus" || "lamobor1" == "pinebook" %define is_a64 1 %endif %if "lamobor1" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-lamobor1 -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the lamobor1 platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-ls1012afrdmqspi.changes b/u-boot-ls1012afrdmqspi.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-ls1012afrdmqspi.changes +++ b/u-boot-ls1012afrdmqspi.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-ls1012afrdmqspi.spec b/u-boot-ls1012afrdmqspi.spec index da9934d..c81019c 100644 --- a/u-boot-ls1012afrdmqspi.spec +++ b/u-boot-ls1012afrdmqspi.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-ls1012afrdmqspi # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "ls1012afrdmqspi" == "rpi" || "ls1012afrdmqspi" == "rpi2" || "ls1012afrdmqspi" == "rpi3" %define is_rpi 1 %endif -%if "ls1012afrdmqspi" == "evb-rk3399" || "ls1012afrdmqspi" == "firefly-rk3399" || "ls1012afrdmqspi" == "puma-rk3399" +%if "ls1012afrdmqspi" == "evb-rk3399" || "ls1012afrdmqspi" == "firefly-rk3399" || "ls1012afrdmqspi" == "puma-rk3399" || "ls1012afrdmqspi" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "ls1012afrdmqspi" == "bananapim64" || "ls1012afrdmqspi" == "nanopia64" || "ls1012afrdmqspi" == "pine64plus" +%if "ls1012afrdmqspi" == "bananapim64" || "ls1012afrdmqspi" == "nanopia64" || "ls1012afrdmqspi" == "pine64plus" || "ls1012afrdmqspi" == "pinebook" %define is_a64 1 %endif %if "ls1012afrdmqspi" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-ls1012afrdmqspi -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the ls1012afrdmqspi platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-melea1000.changes b/u-boot-melea1000.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-melea1000.changes +++ b/u-boot-melea1000.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-melea1000.spec b/u-boot-melea1000.spec index e97123c..0bab6ef 100644 --- a/u-boot-melea1000.spec +++ b/u-boot-melea1000.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-melea1000 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "melea1000" == "rpi" || "melea1000" == "rpi2" || "melea1000" == "rpi3" %define is_rpi 1 %endif -%if "melea1000" == "evb-rk3399" || "melea1000" == "firefly-rk3399" || "melea1000" == "puma-rk3399" +%if "melea1000" == "evb-rk3399" || "melea1000" == "firefly-rk3399" || "melea1000" == "puma-rk3399" || "melea1000" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "melea1000" == "bananapim64" || "melea1000" == "nanopia64" || "melea1000" == "pine64plus" +%if "melea1000" == "bananapim64" || "melea1000" == "nanopia64" || "melea1000" == "pine64plus" || "melea1000" == "pinebook" %define is_a64 1 %endif %if "melea1000" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-melea1000 -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the melea1000 platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-merriia80optimus.changes b/u-boot-merriia80optimus.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-merriia80optimus.changes +++ b/u-boot-merriia80optimus.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-merriia80optimus.spec b/u-boot-merriia80optimus.spec index 193f52f..b935e30 100644 --- a/u-boot-merriia80optimus.spec +++ b/u-boot-merriia80optimus.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-merriia80optimus # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "merriia80optimus" == "rpi" || "merriia80optimus" == "rpi2" || "merriia80optimus" == "rpi3" %define is_rpi 1 %endif -%if "merriia80optimus" == "evb-rk3399" || "merriia80optimus" == "firefly-rk3399" || "merriia80optimus" == "puma-rk3399" +%if "merriia80optimus" == "evb-rk3399" || "merriia80optimus" == "firefly-rk3399" || "merriia80optimus" == "puma-rk3399" || "merriia80optimus" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "merriia80optimus" == "bananapim64" || "merriia80optimus" == "nanopia64" || "merriia80optimus" == "pine64plus" +%if "merriia80optimus" == "bananapim64" || "merriia80optimus" == "nanopia64" || "merriia80optimus" == "pine64plus" || "merriia80optimus" == "pinebook" %define is_a64 1 %endif %if "merriia80optimus" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-merriia80optimus -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the merriia80optimus platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-mvebudb-88f3720.changes b/u-boot-mvebudb-88f3720.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-mvebudb-88f3720.changes +++ b/u-boot-mvebudb-88f3720.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-mvebudb-88f3720.spec b/u-boot-mvebudb-88f3720.spec index e401d6d..a84ffc1 100644 --- a/u-boot-mvebudb-88f3720.spec +++ b/u-boot-mvebudb-88f3720.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-mvebudb-88f3720 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "mvebudb-88f3720" == "rpi" || "mvebudb-88f3720" == "rpi2" || "mvebudb-88f3720" == "rpi3" %define is_rpi 1 %endif -%if "mvebudb-88f3720" == "evb-rk3399" || "mvebudb-88f3720" == "firefly-rk3399" || "mvebudb-88f3720" == "puma-rk3399" +%if "mvebudb-88f3720" == "evb-rk3399" || "mvebudb-88f3720" == "firefly-rk3399" || "mvebudb-88f3720" == "puma-rk3399" || "mvebudb-88f3720" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "mvebudb-88f3720" == "bananapim64" || "mvebudb-88f3720" == "nanopia64" || "mvebudb-88f3720" == "pine64plus" +%if "mvebudb-88f3720" == "bananapim64" || "mvebudb-88f3720" == "nanopia64" || "mvebudb-88f3720" == "pine64plus" || "mvebudb-88f3720" == "pinebook" %define is_a64 1 %endif %if "mvebudb-88f3720" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-mvebudb-88f3720 -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the mvebudb-88f3720 platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-mvebudbarmada8k.changes b/u-boot-mvebudbarmada8k.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-mvebudbarmada8k.changes +++ b/u-boot-mvebudbarmada8k.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-mvebudbarmada8k.spec b/u-boot-mvebudbarmada8k.spec index 4610493..e2c025e 100644 --- a/u-boot-mvebudbarmada8k.spec +++ b/u-boot-mvebudbarmada8k.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-mvebudbarmada8k # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "mvebudbarmada8k" == "rpi" || "mvebudbarmada8k" == "rpi2" || "mvebudbarmada8k" == "rpi3" %define is_rpi 1 %endif -%if "mvebudbarmada8k" == "evb-rk3399" || "mvebudbarmada8k" == "firefly-rk3399" || "mvebudbarmada8k" == "puma-rk3399" +%if "mvebudbarmada8k" == "evb-rk3399" || "mvebudbarmada8k" == "firefly-rk3399" || "mvebudbarmada8k" == "puma-rk3399" || "mvebudbarmada8k" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "mvebudbarmada8k" == "bananapim64" || "mvebudbarmada8k" == "nanopia64" || "mvebudbarmada8k" == "pine64plus" +%if "mvebudbarmada8k" == "bananapim64" || "mvebudbarmada8k" == "nanopia64" || "mvebudbarmada8k" == "pine64plus" || "mvebudbarmada8k" == "pinebook" %define is_a64 1 %endif %if "mvebudbarmada8k" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-mvebudbarmada8k -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the mvebudbarmada8k platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-mvebuespressobin-88f3720.changes b/u-boot-mvebuespressobin-88f3720.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-mvebuespressobin-88f3720.changes +++ b/u-boot-mvebuespressobin-88f3720.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-mvebuespressobin-88f3720.spec b/u-boot-mvebuespressobin-88f3720.spec index 5f4e04d..5522a4b 100644 --- a/u-boot-mvebuespressobin-88f3720.spec +++ b/u-boot-mvebuespressobin-88f3720.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-mvebuespressobin-88f3720 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "mvebuespressobin-88f3720" == "rpi" || "mvebuespressobin-88f3720" == "rpi2" || "mvebuespressobin-88f3720" == "rpi3" %define is_rpi 1 %endif -%if "mvebuespressobin-88f3720" == "evb-rk3399" || "mvebuespressobin-88f3720" == "firefly-rk3399" || "mvebuespressobin-88f3720" == "puma-rk3399" +%if "mvebuespressobin-88f3720" == "evb-rk3399" || "mvebuespressobin-88f3720" == "firefly-rk3399" || "mvebuespressobin-88f3720" == "puma-rk3399" || "mvebuespressobin-88f3720" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "mvebuespressobin-88f3720" == "bananapim64" || "mvebuespressobin-88f3720" == "nanopia64" || "mvebuespressobin-88f3720" == "pine64plus" +%if "mvebuespressobin-88f3720" == "bananapim64" || "mvebuespressobin-88f3720" == "nanopia64" || "mvebuespressobin-88f3720" == "pine64plus" || "mvebuespressobin-88f3720" == "pinebook" %define is_a64 1 %endif %if "mvebuespressobin-88f3720" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-mvebuespressobin-88f3720 -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the mvebuespressobin-88f3720 platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-mvebumcbin-88f8040.changes b/u-boot-mvebumcbin-88f8040.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-mvebumcbin-88f8040.changes +++ b/u-boot-mvebumcbin-88f8040.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-mvebumcbin-88f8040.spec b/u-boot-mvebumcbin-88f8040.spec index 3d2152e..d2ef787 100644 --- a/u-boot-mvebumcbin-88f8040.spec +++ b/u-boot-mvebumcbin-88f8040.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-mvebumcbin-88f8040 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "mvebumcbin-88f8040" == "rpi" || "mvebumcbin-88f8040" == "rpi2" || "mvebumcbin-88f8040" == "rpi3" %define is_rpi 1 %endif -%if "mvebumcbin-88f8040" == "evb-rk3399" || "mvebumcbin-88f8040" == "firefly-rk3399" || "mvebumcbin-88f8040" == "puma-rk3399" +%if "mvebumcbin-88f8040" == "evb-rk3399" || "mvebumcbin-88f8040" == "firefly-rk3399" || "mvebumcbin-88f8040" == "puma-rk3399" || "mvebumcbin-88f8040" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "mvebumcbin-88f8040" == "bananapim64" || "mvebumcbin-88f8040" == "nanopia64" || "mvebumcbin-88f8040" == "pine64plus" +%if "mvebumcbin-88f8040" == "bananapim64" || "mvebumcbin-88f8040" == "nanopia64" || "mvebumcbin-88f8040" == "pine64plus" || "mvebumcbin-88f8040" == "pinebook" %define is_a64 1 %endif %if "mvebumcbin-88f8040" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-mvebumcbin-88f8040 -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the mvebumcbin-88f8040 platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-mx53loco.changes b/u-boot-mx53loco.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-mx53loco.changes +++ b/u-boot-mx53loco.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-mx53loco.spec b/u-boot-mx53loco.spec index 9251d9b..32406dd 100644 --- a/u-boot-mx53loco.spec +++ b/u-boot-mx53loco.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-mx53loco # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "mx53loco" == "rpi" || "mx53loco" == "rpi2" || "mx53loco" == "rpi3" %define is_rpi 1 %endif -%if "mx53loco" == "evb-rk3399" || "mx53loco" == "firefly-rk3399" || "mx53loco" == "puma-rk3399" +%if "mx53loco" == "evb-rk3399" || "mx53loco" == "firefly-rk3399" || "mx53loco" == "puma-rk3399" || "mx53loco" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "mx53loco" == "bananapim64" || "mx53loco" == "nanopia64" || "mx53loco" == "pine64plus" +%if "mx53loco" == "bananapim64" || "mx53loco" == "nanopia64" || "mx53loco" == "pine64plus" || "mx53loco" == "pinebook" %define is_a64 1 %endif %if "mx53loco" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-mx53loco -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the mx53loco platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-mx6cuboxi.changes b/u-boot-mx6cuboxi.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-mx6cuboxi.changes +++ b/u-boot-mx6cuboxi.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-mx6cuboxi.spec b/u-boot-mx6cuboxi.spec index 0aa92a5..84a89f2 100644 --- a/u-boot-mx6cuboxi.spec +++ b/u-boot-mx6cuboxi.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-mx6cuboxi # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "mx6cuboxi" == "rpi" || "mx6cuboxi" == "rpi2" || "mx6cuboxi" == "rpi3" %define is_rpi 1 %endif -%if "mx6cuboxi" == "evb-rk3399" || "mx6cuboxi" == "firefly-rk3399" || "mx6cuboxi" == "puma-rk3399" +%if "mx6cuboxi" == "evb-rk3399" || "mx6cuboxi" == "firefly-rk3399" || "mx6cuboxi" == "puma-rk3399" || "mx6cuboxi" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "mx6cuboxi" == "bananapim64" || "mx6cuboxi" == "nanopia64" || "mx6cuboxi" == "pine64plus" +%if "mx6cuboxi" == "bananapim64" || "mx6cuboxi" == "nanopia64" || "mx6cuboxi" == "pine64plus" || "mx6cuboxi" == "pinebook" %define is_a64 1 %endif %if "mx6cuboxi" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-mx6cuboxi -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the mx6cuboxi platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-mx6qsabrelite.changes b/u-boot-mx6qsabrelite.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-mx6qsabrelite.changes +++ b/u-boot-mx6qsabrelite.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-mx6qsabrelite.spec b/u-boot-mx6qsabrelite.spec index 9bb2b14..288045f 100644 --- a/u-boot-mx6qsabrelite.spec +++ b/u-boot-mx6qsabrelite.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-mx6qsabrelite # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "mx6qsabrelite" == "rpi" || "mx6qsabrelite" == "rpi2" || "mx6qsabrelite" == "rpi3" %define is_rpi 1 %endif -%if "mx6qsabrelite" == "evb-rk3399" || "mx6qsabrelite" == "firefly-rk3399" || "mx6qsabrelite" == "puma-rk3399" +%if "mx6qsabrelite" == "evb-rk3399" || "mx6qsabrelite" == "firefly-rk3399" || "mx6qsabrelite" == "puma-rk3399" || "mx6qsabrelite" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "mx6qsabrelite" == "bananapim64" || "mx6qsabrelite" == "nanopia64" || "mx6qsabrelite" == "pine64plus" +%if "mx6qsabrelite" == "bananapim64" || "mx6qsabrelite" == "nanopia64" || "mx6qsabrelite" == "pine64plus" || "mx6qsabrelite" == "pinebook" %define is_a64 1 %endif %if "mx6qsabrelite" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-mx6qsabrelite -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the mx6qsabrelite platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-nanopia64.changes b/u-boot-nanopia64.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-nanopia64.changes +++ b/u-boot-nanopia64.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-nanopia64.spec b/u-boot-nanopia64.spec index 95f697b..a708066 100644 --- a/u-boot-nanopia64.spec +++ b/u-boot-nanopia64.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-nanopia64 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "nanopia64" == "rpi" || "nanopia64" == "rpi2" || "nanopia64" == "rpi3" %define is_rpi 1 %endif -%if "nanopia64" == "evb-rk3399" || "nanopia64" == "firefly-rk3399" || "nanopia64" == "puma-rk3399" +%if "nanopia64" == "evb-rk3399" || "nanopia64" == "firefly-rk3399" || "nanopia64" == "puma-rk3399" || "nanopia64" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "nanopia64" == "bananapim64" || "nanopia64" == "nanopia64" || "nanopia64" == "pine64plus" +%if "nanopia64" == "bananapim64" || "nanopia64" == "nanopia64" || "nanopia64" == "pine64plus" || "nanopia64" == "pinebook" %define is_a64 1 %endif %if "nanopia64" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-nanopia64 -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the nanopia64 platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-nanopineo.changes b/u-boot-nanopineo.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-nanopineo.changes +++ b/u-boot-nanopineo.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-nanopineo.spec b/u-boot-nanopineo.spec index e42ec8c..320c3c7 100644 --- a/u-boot-nanopineo.spec +++ b/u-boot-nanopineo.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-nanopineo # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "nanopineo" == "rpi" || "nanopineo" == "rpi2" || "nanopineo" == "rpi3" %define is_rpi 1 %endif -%if "nanopineo" == "evb-rk3399" || "nanopineo" == "firefly-rk3399" || "nanopineo" == "puma-rk3399" +%if "nanopineo" == "evb-rk3399" || "nanopineo" == "firefly-rk3399" || "nanopineo" == "puma-rk3399" || "nanopineo" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "nanopineo" == "bananapim64" || "nanopineo" == "nanopia64" || "nanopineo" == "pine64plus" +%if "nanopineo" == "bananapim64" || "nanopineo" == "nanopia64" || "nanopineo" == "pine64plus" || "nanopineo" == "pinebook" %define is_a64 1 %endif %if "nanopineo" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-nanopineo -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the nanopineo platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-nanopineoair.changes b/u-boot-nanopineoair.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-nanopineoair.changes +++ b/u-boot-nanopineoair.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-nanopineoair.spec b/u-boot-nanopineoair.spec index cabbb98..08b684a 100644 --- a/u-boot-nanopineoair.spec +++ b/u-boot-nanopineoair.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-nanopineoair # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "nanopineoair" == "rpi" || "nanopineoair" == "rpi2" || "nanopineoair" == "rpi3" %define is_rpi 1 %endif -%if "nanopineoair" == "evb-rk3399" || "nanopineoair" == "firefly-rk3399" || "nanopineoair" == "puma-rk3399" +%if "nanopineoair" == "evb-rk3399" || "nanopineoair" == "firefly-rk3399" || "nanopineoair" == "puma-rk3399" || "nanopineoair" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "nanopineoair" == "bananapim64" || "nanopineoair" == "nanopia64" || "nanopineoair" == "pine64plus" +%if "nanopineoair" == "bananapim64" || "nanopineoair" == "nanopia64" || "nanopineoair" == "pine64plus" || "nanopineoair" == "pinebook" %define is_a64 1 %endif %if "nanopineoair" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-nanopineoair -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the nanopineoair platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-odroid-c2.changes b/u-boot-odroid-c2.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-odroid-c2.changes +++ b/u-boot-odroid-c2.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-odroid-c2.spec b/u-boot-odroid-c2.spec index 7ac90a7..531e547 100644 --- a/u-boot-odroid-c2.spec +++ b/u-boot-odroid-c2.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-odroid-c2 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "odroid-c2" == "rpi" || "odroid-c2" == "rpi2" || "odroid-c2" == "rpi3" %define is_rpi 1 %endif -%if "odroid-c2" == "evb-rk3399" || "odroid-c2" == "firefly-rk3399" || "odroid-c2" == "puma-rk3399" +%if "odroid-c2" == "evb-rk3399" || "odroid-c2" == "firefly-rk3399" || "odroid-c2" == "puma-rk3399" || "odroid-c2" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "odroid-c2" == "bananapim64" || "odroid-c2" == "nanopia64" || "odroid-c2" == "pine64plus" +%if "odroid-c2" == "bananapim64" || "odroid-c2" == "nanopia64" || "odroid-c2" == "pine64plus" || "odroid-c2" == "pinebook" %define is_a64 1 %endif %if "odroid-c2" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-odroid-c2 -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the odroid-c2 platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-odroid-xu3.changes b/u-boot-odroid-xu3.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-odroid-xu3.changes +++ b/u-boot-odroid-xu3.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-odroid-xu3.spec b/u-boot-odroid-xu3.spec index 249034a..1ac76f0 100644 --- a/u-boot-odroid-xu3.spec +++ b/u-boot-odroid-xu3.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-odroid-xu3 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "odroid-xu3" == "rpi" || "odroid-xu3" == "rpi2" || "odroid-xu3" == "rpi3" %define is_rpi 1 %endif -%if "odroid-xu3" == "evb-rk3399" || "odroid-xu3" == "firefly-rk3399" || "odroid-xu3" == "puma-rk3399" +%if "odroid-xu3" == "evb-rk3399" || "odroid-xu3" == "firefly-rk3399" || "odroid-xu3" == "puma-rk3399" || "odroid-xu3" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "odroid-xu3" == "bananapim64" || "odroid-xu3" == "nanopia64" || "odroid-xu3" == "pine64plus" +%if "odroid-xu3" == "bananapim64" || "odroid-xu3" == "nanopia64" || "odroid-xu3" == "pine64plus" || "odroid-xu3" == "pinebook" %define is_a64 1 %endif %if "odroid-xu3" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-odroid-xu3 -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the odroid-xu3 platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-odroid.changes b/u-boot-odroid.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-odroid.changes +++ b/u-boot-odroid.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-odroid.spec b/u-boot-odroid.spec index d8d4088..136015d 100644 --- a/u-boot-odroid.spec +++ b/u-boot-odroid.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-odroid # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "odroid" == "rpi" || "odroid" == "rpi2" || "odroid" == "rpi3" %define is_rpi 1 %endif -%if "odroid" == "evb-rk3399" || "odroid" == "firefly-rk3399" || "odroid" == "puma-rk3399" +%if "odroid" == "evb-rk3399" || "odroid" == "firefly-rk3399" || "odroid" == "puma-rk3399" || "odroid" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "odroid" == "bananapim64" || "odroid" == "nanopia64" || "odroid" == "pine64plus" +%if "odroid" == "bananapim64" || "odroid" == "nanopia64" || "odroid" == "pine64plus" || "odroid" == "pinebook" %define is_a64 1 %endif %if "odroid" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-odroid -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the odroid platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-omap3beagle.changes b/u-boot-omap3beagle.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-omap3beagle.changes +++ b/u-boot-omap3beagle.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-omap3beagle.spec b/u-boot-omap3beagle.spec index fe179fe..4ee99c8 100644 --- a/u-boot-omap3beagle.spec +++ b/u-boot-omap3beagle.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-omap3beagle # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "omap3beagle" == "rpi" || "omap3beagle" == "rpi2" || "omap3beagle" == "rpi3" %define is_rpi 1 %endif -%if "omap3beagle" == "evb-rk3399" || "omap3beagle" == "firefly-rk3399" || "omap3beagle" == "puma-rk3399" +%if "omap3beagle" == "evb-rk3399" || "omap3beagle" == "firefly-rk3399" || "omap3beagle" == "puma-rk3399" || "omap3beagle" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "omap3beagle" == "bananapim64" || "omap3beagle" == "nanopia64" || "omap3beagle" == "pine64plus" +%if "omap3beagle" == "bananapim64" || "omap3beagle" == "nanopia64" || "omap3beagle" == "pine64plus" || "omap3beagle" == "pinebook" %define is_a64 1 %endif %if "omap3beagle" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-omap3beagle -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the omap3beagle platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-omap4panda.changes b/u-boot-omap4panda.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-omap4panda.changes +++ b/u-boot-omap4panda.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-omap4panda.spec b/u-boot-omap4panda.spec index 902d81a..0bf7dc8 100644 --- a/u-boot-omap4panda.spec +++ b/u-boot-omap4panda.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-omap4panda # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "omap4panda" == "rpi" || "omap4panda" == "rpi2" || "omap4panda" == "rpi3" %define is_rpi 1 %endif -%if "omap4panda" == "evb-rk3399" || "omap4panda" == "firefly-rk3399" || "omap4panda" == "puma-rk3399" +%if "omap4panda" == "evb-rk3399" || "omap4panda" == "firefly-rk3399" || "omap4panda" == "puma-rk3399" || "omap4panda" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "omap4panda" == "bananapim64" || "omap4panda" == "nanopia64" || "omap4panda" == "pine64plus" +%if "omap4panda" == "bananapim64" || "omap4panda" == "nanopia64" || "omap4panda" == "pine64plus" || "omap4panda" == "pinebook" %define is_a64 1 %endif %if "omap4panda" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-omap4panda -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the omap4panda platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-orangepipc.changes b/u-boot-orangepipc.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-orangepipc.changes +++ b/u-boot-orangepipc.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-orangepipc.spec b/u-boot-orangepipc.spec index 2bc7325..d9fd632 100644 --- a/u-boot-orangepipc.spec +++ b/u-boot-orangepipc.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-orangepipc # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "orangepipc" == "rpi" || "orangepipc" == "rpi2" || "orangepipc" == "rpi3" %define is_rpi 1 %endif -%if "orangepipc" == "evb-rk3399" || "orangepipc" == "firefly-rk3399" || "orangepipc" == "puma-rk3399" +%if "orangepipc" == "evb-rk3399" || "orangepipc" == "firefly-rk3399" || "orangepipc" == "puma-rk3399" || "orangepipc" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "orangepipc" == "bananapim64" || "orangepipc" == "nanopia64" || "orangepipc" == "pine64plus" +%if "orangepipc" == "bananapim64" || "orangepipc" == "nanopia64" || "orangepipc" == "pine64plus" || "orangepipc" == "pinebook" %define is_a64 1 %endif %if "orangepipc" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-orangepipc -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the orangepipc platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-orangepipc2.changes b/u-boot-orangepipc2.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-orangepipc2.changes +++ b/u-boot-orangepipc2.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-orangepipc2.spec b/u-boot-orangepipc2.spec index 5e7a815..e9e830c 100644 --- a/u-boot-orangepipc2.spec +++ b/u-boot-orangepipc2.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-orangepipc2 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "orangepipc2" == "rpi" || "orangepipc2" == "rpi2" || "orangepipc2" == "rpi3" %define is_rpi 1 %endif -%if "orangepipc2" == "evb-rk3399" || "orangepipc2" == "firefly-rk3399" || "orangepipc2" == "puma-rk3399" +%if "orangepipc2" == "evb-rk3399" || "orangepipc2" == "firefly-rk3399" || "orangepipc2" == "puma-rk3399" || "orangepipc2" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "orangepipc2" == "bananapim64" || "orangepipc2" == "nanopia64" || "orangepipc2" == "pine64plus" +%if "orangepipc2" == "bananapim64" || "orangepipc2" == "nanopia64" || "orangepipc2" == "pine64plus" || "orangepipc2" == "pinebook" %define is_a64 1 %endif %if "orangepipc2" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-orangepipc2 -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the orangepipc2 platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-p2371-2180.changes b/u-boot-p2371-2180.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-p2371-2180.changes +++ b/u-boot-p2371-2180.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-p2371-2180.spec b/u-boot-p2371-2180.spec index 69460ad..1f41638 100644 --- a/u-boot-p2371-2180.spec +++ b/u-boot-p2371-2180.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-p2371-2180 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "p2371-2180" == "rpi" || "p2371-2180" == "rpi2" || "p2371-2180" == "rpi3" %define is_rpi 1 %endif -%if "p2371-2180" == "evb-rk3399" || "p2371-2180" == "firefly-rk3399" || "p2371-2180" == "puma-rk3399" +%if "p2371-2180" == "evb-rk3399" || "p2371-2180" == "firefly-rk3399" || "p2371-2180" == "puma-rk3399" || "p2371-2180" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "p2371-2180" == "bananapim64" || "p2371-2180" == "nanopia64" || "p2371-2180" == "pine64plus" +%if "p2371-2180" == "bananapim64" || "p2371-2180" == "nanopia64" || "p2371-2180" == "pine64plus" || "p2371-2180" == "pinebook" %define is_a64 1 %endif %if "p2371-2180" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-p2371-2180 -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the p2371-2180 platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-p2771-0000-500.changes b/u-boot-p2771-0000-500.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-p2771-0000-500.changes +++ b/u-boot-p2771-0000-500.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-p2771-0000-500.spec b/u-boot-p2771-0000-500.spec index 9f250fc..a97e195 100644 --- a/u-boot-p2771-0000-500.spec +++ b/u-boot-p2771-0000-500.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-p2771-0000-500 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "p2771-0000-500" == "rpi" || "p2771-0000-500" == "rpi2" || "p2771-0000-500" == "rpi3" %define is_rpi 1 %endif -%if "p2771-0000-500" == "evb-rk3399" || "p2771-0000-500" == "firefly-rk3399" || "p2771-0000-500" == "puma-rk3399" +%if "p2771-0000-500" == "evb-rk3399" || "p2771-0000-500" == "firefly-rk3399" || "p2771-0000-500" == "puma-rk3399" || "p2771-0000-500" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "p2771-0000-500" == "bananapim64" || "p2771-0000-500" == "nanopia64" || "p2771-0000-500" == "pine64plus" +%if "p2771-0000-500" == "bananapim64" || "p2771-0000-500" == "nanopia64" || "p2771-0000-500" == "pine64plus" || "p2771-0000-500" == "pinebook" %define is_a64 1 %endif %if "p2771-0000-500" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-p2771-0000-500 -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the p2771-0000-500 platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-paz00.changes b/u-boot-paz00.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-paz00.changes +++ b/u-boot-paz00.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-paz00.spec b/u-boot-paz00.spec index fbcd2ab..cc6eef5 100644 --- a/u-boot-paz00.spec +++ b/u-boot-paz00.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-paz00 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "paz00" == "rpi" || "paz00" == "rpi2" || "paz00" == "rpi3" %define is_rpi 1 %endif -%if "paz00" == "evb-rk3399" || "paz00" == "firefly-rk3399" || "paz00" == "puma-rk3399" +%if "paz00" == "evb-rk3399" || "paz00" == "firefly-rk3399" || "paz00" == "puma-rk3399" || "paz00" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "paz00" == "bananapim64" || "paz00" == "nanopia64" || "paz00" == "pine64plus" +%if "paz00" == "bananapim64" || "paz00" == "nanopia64" || "paz00" == "pine64plus" || "paz00" == "pinebook" %define is_a64 1 %endif %if "paz00" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-paz00 -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the paz00 platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-pcm051rev3.changes b/u-boot-pcm051rev3.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-pcm051rev3.changes +++ b/u-boot-pcm051rev3.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-pcm051rev3.spec b/u-boot-pcm051rev3.spec index 9b2c4f0..b45414f 100644 --- a/u-boot-pcm051rev3.spec +++ b/u-boot-pcm051rev3.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-pcm051rev3 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "pcm051rev3" == "rpi" || "pcm051rev3" == "rpi2" || "pcm051rev3" == "rpi3" %define is_rpi 1 %endif -%if "pcm051rev3" == "evb-rk3399" || "pcm051rev3" == "firefly-rk3399" || "pcm051rev3" == "puma-rk3399" +%if "pcm051rev3" == "evb-rk3399" || "pcm051rev3" == "firefly-rk3399" || "pcm051rev3" == "puma-rk3399" || "pcm051rev3" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "pcm051rev3" == "bananapim64" || "pcm051rev3" == "nanopia64" || "pcm051rev3" == "pine64plus" +%if "pcm051rev3" == "bananapim64" || "pcm051rev3" == "nanopia64" || "pcm051rev3" == "pine64plus" || "pcm051rev3" == "pinebook" %define is_a64 1 %endif %if "pcm051rev3" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-pcm051rev3 -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the pcm051rev3 platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-pine64plus.changes b/u-boot-pine64plus.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-pine64plus.changes +++ b/u-boot-pine64plus.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-pine64plus.spec b/u-boot-pine64plus.spec index 2b28927..c546b70 100644 --- a/u-boot-pine64plus.spec +++ b/u-boot-pine64plus.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-pine64plus # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "pine64plus" == "rpi" || "pine64plus" == "rpi2" || "pine64plus" == "rpi3" %define is_rpi 1 %endif -%if "pine64plus" == "evb-rk3399" || "pine64plus" == "firefly-rk3399" || "pine64plus" == "puma-rk3399" +%if "pine64plus" == "evb-rk3399" || "pine64plus" == "firefly-rk3399" || "pine64plus" == "puma-rk3399" || "pine64plus" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "pine64plus" == "bananapim64" || "pine64plus" == "nanopia64" || "pine64plus" == "pine64plus" +%if "pine64plus" == "bananapim64" || "pine64plus" == "nanopia64" || "pine64plus" == "pine64plus" || "pine64plus" == "pinebook" %define is_a64 1 %endif %if "pine64plus" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-pine64plus -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the pine64plus platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-pinebook.changes b/u-boot-pinebook.changes new file mode 100644 index 0000000..fcd9a74 --- /dev/null +++ b/u-boot-pinebook.changes @@ -0,0 +1,2146 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de + +- Add khadas-vim, khadas-vim2 + +------------------------------------------------------------------- +Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.11 +* Patches added: + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch + +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + +------------------------------------------------------------------- +Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET + +- Update to v2018.11 + +------------------------------------------------------------------- +Sun Nov 11 16:35:35 UTC 2018 - afaerber@suse.de + +- Update from arm-trusted-firmware-pine64 to arm-trusted-firmware-sun50ia64 +- pineh64: Use new arm-trusted-firmware-sun50ih6 +- Add bananapim64 +- u-boot.spec.in, u-boot-board.spec.in: Update to use https + +------------------------------------------------------------------- +Mon Nov 5 10:06:08 UTC 2018 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.11 +* Patches added: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + +------------------------------------------------------------------- +Wed Oct 31 08:16:02 UTC 2018 - Guillaume GARDET + +- Update to v2018.11-rc3 + +------------------------------------------------------------------- +Wed Oct 17 07:01:52 UTC 2018 - Guillaume GARDET + +- Update to v2018.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.11 +* Patches dropped: + 0007-rockchip-make_fit_atf-use-elf-entry.patch + 0008-rockchip-make_fit_atf-make-python3-.patch + 0009-rockchip-make_fit_atf.py-depends-on.patch + +------------------------------------------------------------------- +Tue Oct 9 06:46:02 UTC 2018 - Guillaume GARDET + +- Update to v2018.11-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.11 +* Patches dropped: + 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch + +------------------------------------------------------------------- +Tue Sep 11 22:51:39 UTC 2018 - afaerber@suse.de + +- nanopia64, orangepipc2: Conditionally enable ATF +- Add pineh64 (ATF TBD) + +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09 +* Patches added: + 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch + +------------------------------------------------------------------- +Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org + +- Update to v2018.09-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09 +* Patches dropped: + 0010-snow-set-fdtfile.patch + +------------------------------------------------------------------- +Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org + +- Update to v2018.09-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09 +* Patches dropped: + 0011-omap3-beagle-re-enable-EFI-support-.patch + +------------------------------------------------------------------- +Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07 +* Patches added: + 0011-omap3-beagle-re-enable-EFI-support-.patch + +------------------------------------------------------------------- +Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07 +* Patches dropped: + 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch +* Patches added: + 0001-XXX-openSUSE-XXX-Prepend-partition-.patch + 0010-snow-set-fdtfile.patch + +------------------------------------------------------------------- +Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org + +- Update to v2018.07 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07 +* Patches dropped: + 0010-arm-timer-factor-out-FSL-arch-timer.patch + 0011-arm-timer-sunxi-add-Allwinner-timer.patch + +------------------------------------------------------------------- +Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Update to v2018.07-rc3 + +------------------------------------------------------------------- +Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07 +* Patches added: + 0010-arm-timer-factor-out-FSL-arch-timer.patch + 0011-arm-timer-sunxi-add-Allwinner-timer.patch + +------------------------------------------------------------------- +Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org + +- Update to v2018.07-rc2 + +------------------------------------------------------------------- +Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org + +- update to v2018.07-rc1 +- Add bison and flex deps needed since Kconfig update +- Use 'make syncconfig' instead of deprecated 'make silentoldconfig' +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07 +* Patches dropped: + 0006-tools-zynqmpimage-Add-partition-rea.patch + 0007-tools-zynqmpimage-Move-defines-to-h.patch + 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch + 0009-tools-zynqmpimage-Add-bif-support.patch + 0010-tools-zynqmpbif-Add-support-for-loa.patch + 0011-rockchip-make_fit_atf-use-elf-entry.patch + 0012-rockchip-make_fit_atf-make-python3-.patch + 0013-rockchip-make_fit_atf.py-depends-on.patch +* Patches added: + 0006-tools-zynqmpbif-Add-support-for-loa.patch + 0007-rockchip-make_fit_atf-use-elf-entry.patch + 0008-rockchip-make_fit_atf-make-python3-.patch + 0009-rockchip-make_fit_atf.py-depends-on.patch + +------------------------------------------------------------------- +Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de + +- Adopt %license +- Drop unused USE_PRIVATE_LIBGG=yes consistently +- Tidy RK3399 u-boot.itb handling +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05 +* Patches added: + 0013-rockchip-make_fit_atf.py-depends-on.patch + +------------------------------------------------------------------- +Mon May 28 12:24:51 UTC 2018 - yousaf.kaukab@suse.com + +- Build u-boot.itb for {evb,firefly}-rk3399 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05 +* Patches added: + 0011-rockchip-make_fit_atf-use-elf-entry.patch + 0012-rockchip-make_fit_atf-make-python3-.patch + +------------------------------------------------------------------- +Sat May 26 15:01:30 UTC 2018 - afaerber@suse.de + +- Add dragonboard820c + +------------------------------------------------------------------- +Thu May 24 11:21:48 UTC 2018 - fvogt@suse.com + +- For RPi3 (AArch64) add a ubootconfig.txt file to set arm_control +- Remove rpi332b flavor, rpi2 works on rpi3 meanwhile + +------------------------------------------------------------------- +Mon May 21 13:39:06 UTC 2018 - afaerber@suse.de + +- Add p2771-0000-500 (Jetson TX2) + +------------------------------------------------------------------- +Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de + +- Conditionalize pine64plus ATF support on uboot_atf_pine64 +- u-boot-board.spec.in: Update license + +------------------------------------------------------------------- +Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de + +- Add poplar + +------------------------------------------------------------------- +Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org + +- Update to 2018.05 + +------------------------------------------------------------------- +Wed May 2 09:43:24 UTC 2018 - agraf@suse.com + +- Update to 2018.05-rc3 + +------------------------------------------------------------------- +Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com + +- Include u-boot.spec in autogeneration logic + +------------------------------------------------------------------- +Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com + +- Add support for .bif generation in mkimage +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05 +* Patches added: + 0006-tools-zynqmpimage-Add-partition-rea.patch + 0007-tools-zynqmpimage-Move-defines-to-h.patch + 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch + 0009-tools-zynqmpimage-Add-bif-support.patch + 0010-tools-zynqmpbif-Add-support-for-loa.patch + +------------------------------------------------------------------- +Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com + +- Add generic ZynqMP support +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05 +* Patches added: + 0005-zynqmp-Add-generic-target.patch + +------------------------------------------------------------------- +Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org + +- Update to 2018.05-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05 +* Patches dropped: + 0004-rpi3-Enable-lan78xx-driver.patch + 0005-rpi-Add-identifier-for-the-new-RPi3.patch + 0006-efi_loader-Fix-network-DP-with-DM_E.patch + 0007-mkimage-do-not-fail-if-there-is-no-.patch + 0008-rpi-Allow-to-boot-without-serial.patch + 0009-mmc-use-core-clock-frequency-in-bcm.patch + 0010-Temp-workaround-for-Chromebook-snow.patch +* Patches added: + 0004-Temp-workaround-for-Chromebook-snow.patch + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05 +* Patches added: + 0010-Temp-workaround-for-Chromebook-snow.patch + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05 +* Patches dropped: + 0009-rpi-Allow-to-boot-without-serial.patch + 0010-mmc-use-core-clock-frequency-in-bcm.patch +* Patches added: + 0008-rpi-Allow-to-boot-without-serial.patch + 0009-mmc-use-core-clock-frequency-in-bcm.patch + +- Update to 2018.05-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05 +* Patches dropped: + 0003-Revert-rockchip-mkimage-remove-plac.patch + 0004-rpi-Use-firmware-provided-device-tr.patch + 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 +* Patches added: + 0003-rpi-Use-firmware-provided-device-tr.patch + 0004-rpi3-Enable-lan78xx-driver.patch + 0005-rpi-Add-identifier-for-the-new-RPi3.patch + 0006-efi_loader-Fix-network-DP-with-DM_E.patch + 0007-mkimage-do-not-fail-if-there-is-no-.patch + +------------------------------------------------------------------- +Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com + +- Package u-boot.elf on Xilinx systems + +------------------------------------------------------------------- +Mon Apr 9 09:09:00 UTC 2018 - guillaume.gardet@opensuse.org + +- Workaround to boot on Chromebook (snow) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0011-Temp-workaround-for-Chromebook-snow.patch + +------------------------------------------------------------------- +Thu Apr 5 11:25:47 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0010-mmc-use-core-clock-frequency-in-bcm.patch + +------------------------------------------------------------------- +Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com + +- Fix rainbow screen on 32bit RPis (boo#1086757) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0009-rpi-Allow-to-boot-without-serial.patch + +------------------------------------------------------------------- +Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com + +- Add Xilinx ZynqMP ZCU 102 target + +------------------------------------------------------------------- +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 + +- Add turrisomnia + +------------------------------------------------------------------- +Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.01 + +------------------------------------------------------------------- +Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.01-rc3 + +------------------------------------------------------------------- +Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org + +- Updated to 2018.01-rc2 + +------------------------------------------------------------------- +Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org + +- Updated to 2018.01-rc1 +- Remove am57xx_evm_nodt since it has been removed upstream + +------------------------------------------------------------------- +Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de + +- Add nanopi_a64 +- Update orangepi_pc2 packaging + +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + +------------------------------------------------------------------- +Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com + +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) + +------------------------------------------------------------------- +Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de + +- Add firefly-rk3399 and geekbox + +------------------------------------------------------------------- +Sat Oct 7 00:52:52 UTC 2017 - afaerber@suse.de + +- Drop obsolete CuBox-i i.MX6 SPL packaging, too + +------------------------------------------------------------------- +Fri Oct 6 23:26:14 UTC 2017 - afaerber@suse.de + +- Update packaging for Jetson TX1 +- Cleanups +* Drop executable bit from SPL +* Consistently use %uboot_dir +* u-boot[-tegra]-dtb.bin is obsolete +* Drop obsolete UDOO-specific i.MX6 SPL packaging +- Package sunxi64 SPL for Pine64 + +------------------------------------------------------------------- +Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09 +* Patches added: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + +------------------------------------------------------------------- +Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org + +- Merge and rename packages to follow upstream: + old configs: + mvebu_db-88f7040-nand_defconfig + mvebu_db-88f7040_defconfig + mvebu_db-88f8040_defconfig + merged to new config: + mvebu_db_armada8k_defconfig + +------------------------------------------------------------------- +Tue Sep 12 08:26:24 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.09 + +------------------------------------------------------------------- +Tue Sep 5 09:22:47 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.09-rc4 + +------------------------------------------------------------------- +Mon Aug 21 14:46:36 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.07 + +------------------------------------------------------------------- +Mon Jul 10 12:54:03 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.07-rc3 + +------------------------------------------------------------------- +Thu Jun 22 08:19:18 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.07 +* Patches added: + 0003-Revert-rockchip-mkimage-remove-plac.patch + +------------------------------------------------------------------- +Wed Jun 21 14:18:06 UTC 2017 - guillaume.gardet@opensuse.org + +- Updated to v2017.07-rc2 + +------------------------------------------------------------------- +Fri Jun 9 14:21:41 UTC 2017 - afaerber@suse.de + +- Updated to v2017.07-rc1 + +------------------------------------------------------------------- +Mon May 8 15:27:50 UTC 2017 - afaerber@suse.de + +- Updated to v2017.05 + +------------------------------------------------------------------- +Tue May 2 16:22:39 UTC 2017 - afaerber@suse.de + +- Updated to v2017.05-rc3 +* Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.05 +* Patches dropped (upstreamed): + 0003-meson-gxbb-enable-MMC-as-boot-targe.patch + +------------------------------------------------------------------- +Fri Apr 21 03:45:10 UTC 2017 - afaerber@suse.de + +- Switch firefly-rk3288 and tinker-rk3288 to u-boot.bin + +------------------------------------------------------------------- +Thu Apr 20 14:33:20 UTC 2017 - afaerber@suse.de + +- Use %_smp_mflags, suggested by jengelh + +------------------------------------------------------------------- +Thu Apr 20 01:00:43 UTC 2017 - afaerber@suse.de + +- Drop rkimage for tinker-rk3288, it only has Micro SD storage + +------------------------------------------------------------------- +Wed Apr 19 20:04:46 UTC 2017 - afaerber@suse.de + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.05 +* Enable distro boot from MMC for odroid-c2: + 0003-meson-gxbb-enable-MMC-as-boot-targe.patch + +------------------------------------------------------------------- +Tue Apr 18 16:12:49 UTC 2017 - afaerber@suse.de + +- Updated to v2017.05-rc2 +* Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.05 +* Patches dropped (accepted upstream): + 0003-Makefile-Fix-linking-with-modern-bi.patch +- Add orangepipc2, nanopineoair + +------------------------------------------------------------------- +Thu Apr 13 02:38:36 UTC 2017 - afaerber@suse.de + +- Enable overlay support unconditionally + +------------------------------------------------------------------- +Tue Apr 11 03:28:45 UTC 2017 - afaerber@suse.de + +- Add ls1012afrdmqspi + +------------------------------------------------------------------- +Tue Apr 11 01:47:01 UTC 2017 - afaerber@suse.de + +- Updated to v2017.05-rc1 +* Add .sig file as source +- Add mvebuespressobin-88f3720, mvebumcbin-88f8040 and evb-rk3399 +- Prepare orangepipc2 and nanopineoair for -rc2 + +------------------------------------------------------------------- +Sun Apr 9 18:24:30 UTC 2017 - afaerber@suse.de + +- Add tinker-rk3288 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.03 +* Fix firefly-rk3288 and tinker-rk3288 build with binutils 2.28. + 0003-Makefile-Fix-linking-with-modern-bi.patch +- U-Boot has no CFLAGS, so apply $RPM_OPT_FLAGS to HOSTCFLAGS instead + +------------------------------------------------------------------- +Mon Mar 20 11:10:57 UTC 2017 - afaerber@suse.de + +- Tidy Raspberry Pi conditionals +- Enable CONFIG_OF_LIBFDT_OVERLAY for Raspberry Pi only for now + +------------------------------------------------------------------- +Mon Mar 20 09:43:14 UTC 2017 - afaerber@suse.de + +- Add mvebudb-88f{3720,7040,8040} + +------------------------------------------------------------------- +Tue Mar 14 08:47:33 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.03 + +------------------------------------------------------------------- +Wed Mar 1 09:36:39 UTC 2017 - guillaume@opensuse.org + +- Add libopenssl-devel as BuildRequires (needed by some configs) + +------------------------------------------------------------------- +Tue Feb 28 08:37:55 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.03-rc3 + +------------------------------------------------------------------- +Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com + +- Add Lamobo_R1 + +------------------------------------------------------------------- +Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.01 (bsc#989513) + +------------------------------------------------------------------- +Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de + +- Add udooneo +- Introduce IMX6_SPL, superseding per-board CUBOXI_SPL and UDOO_SPL + +------------------------------------------------------------------- +Fri Jan 6 14:29:12 UTC 2017 - afaerber@suse.de + +- Add nanopineo +- Inline CHANGE_DATE into u-boot.spec.in to keep future diffs small + +------------------------------------------------------------------- +Thu Jan 5 10:16:20 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.01 +* Patches dropped: + 0002-XXX-openSUSE-XXX-omap3-Move-to-dist.patch + 0003-Revert-Revert-omap3-Use-raw-SPL-by-.patch + 0004-ARM-bcm283x-Implement-EFI-RTS-reset.patch + 0005-bcm2835-video-Map-frame-buffer-as-3.patch + 0006-bcm2835-Reserve-the-spin-table-in-e.patch + 0007-efi_loader-fix-depends-on-line-of-E.patch + 0008-efi-Use-device-device-path-type-Mes.patch +* Patches added: + 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch + +------------------------------------------------------------------- +Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com + +- Added support for DE0-Nanos-SoC board + +------------------------------------------------------------------- +Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org + +- Updated to v2016.11 (bsc#1037636) + +------------------------------------------------------------------- +Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2016.11 + to fix build of Raspberry Pi 1, 2 and 3 + +------------------------------------------------------------------- +Tue Nov 1 13:10:28 UTC 2016 - guillaume@opensuse.org + +- Updated to v2016.11-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2016.11 +* Patches dropped: + 0004-efi_loader-Allow-boards-to-implemen.patch + 0005-ARM-bcm283x-Implement-EFI-RTS-reset.patch + 0006-efi_loader-gop-Expose-fb-when-32bpp.patch + 0007-bcm2835-video-Map-frame-buffer-as-3.patch + 0008-bcm2835-Reserve-the-spin-table-in-e.patch + 0009-x86-Move-table-csum-into-separate-h.patch + 0010-x86-Move-smbios-generation-into-arc.patch + 0011-efi_loader-Expose-efi_install_confi.patch + 0012-smbios-Allow-compilation-on-64bit-s.patch + 0013-smbios-Expose-in-efi_loader-as-tabl.patch + 0014-efi_loader-Fix-efi_install_configur.patch + 0015-smbios-Provide-serial-number.patch + 0016-efi_loader-Update-description-of-in.patch + 0017-efi_loader-Fix-memory-map-size-chec.patch + 0018-efi_loader-Fix-crash-on-32-bit-syst.patch + 0019-efi_loader-Move-efi_allocate_pool-i.patch + 0020-efi_loader-Track-size-of-pool-alloc.patch + 0021-efi_loader-Readd-freed-pages-to-mem.patch + 0022-efi_loader-Keep-memory-mapping-sort.patch + 0023-efi_loader-Do-not-leak-memory-when-.patch +* Patches added: + 0004-ARM-bcm283x-Implement-EFI-RTS-reset.patch + 0005-bcm2835-video-Map-frame-buffer-as-3.patch + 0006-bcm2835-Reserve-the-spin-table-in-e.patch + 0007-efi_loader-fix-depends-on-line-of-E.patch + 0008-efi-Use-device-device-path-type-Mes.patch + +------------------------------------------------------------------- +Sun Oct 16 16:20:25 UTC 2016 - afaerber@suse.de + +- Updated to v2016.11-rc1 + +------------------------------------------------------------------- +Sat Oct 15 11:25:48 UTC 2016 - agraf@suse.com + +- Backport patches to allow 4.8 kernels to boot +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2016.09 +* Patches added: + 0016-efi_loader-Update-description-of-in.patch + 0017-efi_loader-Fix-memory-map-size-chec.patch + 0018-efi_loader-Fix-crash-on-32-bit-syst.patch + 0019-efi_loader-Move-efi_allocate_pool-i.patch + 0020-efi_loader-Track-size-of-pool-alloc.patch + 0021-efi_loader-Readd-freed-pages-to-mem.patch + 0022-efi_loader-Keep-memory-mapping-sort.patch + 0023-efi_loader-Do-not-leak-memory-when-.patch + +------------------------------------------------------------------- +Thu Oct 13 13:21:36 UTC 2016 - afaerber@suse.de + +- update_git.sh: Handle SUBLEVEL for %archive_version (x.y.Z) +- Switch to branch tumbleweed-2016.09 + +------------------------------------------------------------------- +Fri Sep 30 20:01:33 UTC 2016 - guillaume@opensuse.org + +- Updated to v2016.09 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-staging +* Patches dropped: + 0009-Revert-armv8-Enable-CPUECTLR.SMPEN-.patch + 0010-bcm2835_gpio-Implement-GPIOF_FUNC.patch + 0011-serial-bcm283x_mu-Detect-disabled-s.patch + 0012-x86-Move-table-csum-into-separate-h.patch + 0013-x86-Move-smbios-generation-into-arc.patch + 0014-efi_loader-Expose-efi_install_confi.patch + 0015-smbios-Allow-compilation-on-64bit-s.patch + 0016-smbios-Expose-in-efi_loader-as-tabl.patch + 0017-efi_loader-Fix-efi_install_configur.patch + 0018-smbios-Provide-serial-number.patch + 0019-common-env_nand-Ensure-that-we-have.patch +* Patches added: + 0009-x86-Move-table-csum-into-separate-h.patch + 0010-x86-Move-smbios-generation-into-arc.patch + 0011-efi_loader-Expose-efi_install_confi.patch + 0012-smbios-Allow-compilation-on-64bit-s.patch + 0013-smbios-Expose-in-efi_loader-as-tabl.patch + 0014-efi_loader-Fix-efi_install_configur.patch + 0015-smbios-Provide-serial-number.patch +- Add python as BuildRequires (needed by some boards using DTOC + such as firefly-rk3288) +- Fix firefly-rk3288 by replacing u-boot-spl-dtb.bin + by u-boot-spl.bin +- Updated to v2016.09.01 + +------------------------------------------------------------------- +Wed Sep 28 15:18:17 UTC 2016 - afaerber@suse.de + +- Fix rpi332b installation path and enable %post scriplet + +------------------------------------------------------------------- +Sun Sep 11 03:44:15 UTC 2016 - afaerber@suse.de + +- Add hikey and rpi332b + +------------------------------------------------------------------- +Wed Sep 7 09:02:59 UTC 2016 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed +* Patches added: + 0019-common-env_nand-Ensure-that-we-have.patch + +------------------------------------------------------------------- +Fri Sep 2 23:25:44 UTC 2016 - afaerber@suse.de + +- Add post-install script for Raspberry Pi to install to /boot/efi + where needed. (bsc#996064) + +------------------------------------------------------------------- +Fri Aug 12 14:07:49 UTC 2016 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed +- Update to v3 of the serial detect code (bsc#989511) +* Patches added: + 0010-bcm2835_gpio-Implement-GPIOF_FUNC.patch +* Patches rebased: + 0010-serial-bcm283x_mu-Detect-disabled-s.patch -> 0011-serial-bcm283x_mu-Detect-disabled-s.patch +- Add SMBIOS table on ARM (bsc#989509) +* Patches added: + 0012-x86-Move-table-csum-into-separate-h.patch + 0013-x86-Move-smbios-generation-into-arc.patch + 0014-efi_loader-Expose-efi_install_confi.patch + 0015-smbios-Allow-compilation-on-64bit-s.patch + 0016-smbios-Expose-in-efi_loader-as-tabl.patch + 0017-efi_loader-Fix-efi_install_configur.patch + 0018-smbios-Provide-serial-number.patch + +------------------------------------------------------------------- +Mon Aug 1 18:42:36 UTC 2016 - stefan.bruens@rwth-aachen.de + +- Use deterministic build date by setting DATE_SOURCE_EPOCH + +------------------------------------------------------------------- +Fri Jul 29 21:52:37 UTC 2016 - agraf@suse.com + +- Add dynamic detection of rpi3 uart (bsc#989511) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed +* Patches added: + 0010-serial-bcm283x_mu-Detect-disabled-s.patch + +------------------------------------------------------------------- +Sat Jul 16 18:49:35 UTC 2016 - afaerber@suse.de + +- Updated to v2016.07 +* Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed +* Patches dropped (upstreamed): + 0004-video-ipu-Fix-build-with-hard-float.patch + 0005-efi_loader-Clean-up-system-table-on.patch + 0006-efi_loader-gop-Don-t-expose-fb-addr.patch + 0009-arm-Introduce-setjmp-longjmp.patch + 0010-efi_loader-Add-exit-support.patch + 0011-efi_loader-Add-DM_VIDEO-support.patch + 0015-arm-Fix-setjmp.patch +* Patches rebased: + 0007-efi_loader-Allow-boards-to-implemen.patch -> 0004-efi_loader-Allow-boards-to-implemen.patch + 0008-ARM-bcm283x-Implement-EFI-RTS-reset.patch -> 0005-ARM-bcm283x-Implement-EFI-RTS-reset.patch + 0012-efi_loader-gop-Expose-fb-when-32bpp.patch -> 0006-efi_loader-gop-Expose-fb-when-32bpp.patch + 0013-bcm2835-video-Map-frame-buffer-as-3.patch -> 0007-bcm2835-video-Map-frame-buffer-as-3.patch + 0014-bcm2835-Reserve-the-spin-table-in-e.patch -> 0008-bcm2835-Reserve-the-spin-table-in-e.patch +- Revert an ARMv8 breakage from v2016.07 (backport from master) + 0009-Revert-armv8-Enable-CPUECTLR.SMPEN-.patch +- Add dragonboard410c, odroid-c2, pine64_plus + +------------------------------------------------------------------- +Mon Jun 27 11:00:33 UTC 2016 - nadvornik@suse.com + +- Enable SUNXI_SPL for orangepi_pc + +------------------------------------------------------------------- +Mon Jun 27 06:14:09 UTC 2016 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed +* Patches added: + 0015-arm-Fix-setjmp.patch +- Add update_git.sh to source file list + +------------------------------------------------------------------- +Mon Jun 6 22:07:59 UTC 2016 - agraf@suse.com + +- Add efifb support for RPi +- Fix spin table spill on Rpi +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed +* Patches added: + 0011-efi_loader-Add-DM_VIDEO-support.patch + 0012-efi_loader-gop-Expose-fb-when-32bpp.patch + 0013-bcm2835-video-Map-frame-buffer-as-3.patch + 0014-bcm2835-Reserve-the-spin-table-in-e.patch + +------------------------------------------------------------------- +Mon Jun 6 06:56:34 UTC 2016 - agraf@suse.com + +- Add RTS reboot for RPi +- Add EFI exit support +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed +* Patches added: + 0007-efi_loader-Allow-boards-to-implemen.patch + 0008-ARM-bcm283x-Implement-EFI-RTS-reset.patch + 0009-arm-Introduce-setjmp-longjmp.patch + 0010-efi_loader-Add-exit-support.patch + +------------------------------------------------------------------- +Fri Jun 3 11:18:13 UTC 2016 - agraf@suse.com + +- Disable EFI GOP fb_addr, so Linux doesn't use it +- Move to git based patch queue workflow +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed +* Patches dropped: + 0001-video-ipu-Fix-build-with-hard-float-ARM-toolchain.-I.patch + 0001-XXX-openSUSE-XXX-Load-dtb-from-partition-2.patch + 0002-XXX-openSUSE-XXX-omap3-Move-to-distro-bootcmd.patch +* Patches added: + 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch + 0002-XXX-openSUSE-XXX-omap3-Move-to-dist.patch + 0003-Revert-Revert-omap3-Use-raw-SPL-by-.patch + 0004-video-ipu-Fix-build-with-hard-float.patch + 0005-efi_loader-Clean-up-system-table-on.patch + 0006-efi_loader-gop-Don-t-expose-fb-addr.patch + +------------------------------------------------------------------- +Wed May 18 13:07:24 UTC 2016 - afaerber@suse.de + +- Fix rpi3 installation location + +------------------------------------------------------------------- +Wed May 18 12:22:31 UTC 2016 - guillaume@opensuse.org + +- Add 0001-video-ipu-Fix-build-with-hard-float-ARM-toolchain.-I.patch + to fix build on iMX boards (with hard-float toolchains) + +------------------------------------------------------------------- +Tue May 17 12:53:24 UTC 2016 - guillaume@opensuse.org + +- Update to 2016.05 +- Remove upstreamed patch: + * 0003-exynos-Set-CNTFRQ.patch + +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + +------------------------------------------------------------------- +Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com + +- Update to 2016.05-rc3 + - Removed patches: + * 0004-iso-Make-little-endian-and-64bit-safe.patch + * 0005-iso-Start-with-partition-1.patch + * 0006-iso-Allow-512-byte-sector-size.patch + * 0007-efi_loader-Split-drive-add-into-function.patch + * 0008-efi_loader-Add-el-torito-support.patch + * 0009-efi_loader-Pass-file-path-to-payload.patch + * 0010-efi_loader-Increase-path-string-to-32-characters.patch + * 0011-distro-Enable-iso-partition-code.patch + * 0012-efi_loader-Use-system-fdt-as-fallback.patch + * 0013-efi_loader-Put-fdt-into-convenient-location.patch + * 0014-efi_loader-Expose-ascending-efi-memory-map.patch + * 0015-efi_loader-Always-flush-in-cache-line-size-granulari.patch + * 0016-efi_loader-Handle-memory-overflows.patch + * 0017-ARM-rpi-fix-64-bit-CONFIG_SYS_TEXT_BASE.patch + +------------------------------------------------------------------- +Fri Apr 15 21:50:37 UTC 2016 - agraf@suse.com + +- Add patch to fix RPi3 aarch64 mode with recent firmware + * 0017-ARM-rpi-fix-64-bit-CONFIG_SYS_TEXT_BASE.patch + +------------------------------------------------------------------- +Wed Apr 13 13:55:13 UTC 2016 - agraf@suse.com + +- Move patch queue to https://github.com/openSUSE/u-boot.git tumbleweed + - Removed old patches: + * 0001-iso-Make-little-endian-and-64bit-safe.patch + * 0002-iso-Start-with-partition-1.patch + * 0003-iso-Allow-512-byte-sector-size.patch + * 0004-efi_loader-Split-drive-add-into-function.patch + * 0005-efi_loader-Add-el-torito-support.patch + * 0006-efi_loader-Pass-file-path-to-payload.patch + * 0007-efi_loader-Increase-path-string-to-32-characters.patch + * 0008-distro-Enable-iso-partition-code.patch + * 0009-efi_loader-Use-system-fdt-as-fallback.patch + * 0010-efi_loader-Put-fdt-into-convenient-location.patch + * 0011-efi_loader-Expose-ascending-efi-memory-map.patch + * 0012-efi_loader-Always-flush-in-cache-line-size-granulari.patch + * u-boot-exynos.patch + * efi-default-env.patch + * omap3-Move-to-distro-bootcmd.patch + - Added new patches: + * 0001-XXX-openSUSE-XXX-Load-dtb-from-partition-2.patch + * 0002-XXX-openSUSE-XXX-omap3-Move-to-distro-bootcmd.patch + * 0003-exynos-Set-CNTFRQ.patch + * 0004-iso-Make-little-endian-and-64bit-safe.patch + * 0005-iso-Start-with-partition-1.patch + * 0006-iso-Allow-512-byte-sector-size.patch + * 0007-efi_loader-Split-drive-add-into-function.patch + * 0008-efi_loader-Add-el-torito-support.patch + * 0009-efi_loader-Pass-file-path-to-payload.patch + * 0010-efi_loader-Increase-path-string-to-32-characters.patch + * 0011-distro-Enable-iso-partition-code.patch + * 0012-efi_loader-Use-system-fdt-as-fallback.patch + * 0013-efi_loader-Put-fdt-into-convenient-location.patch + * 0014-efi_loader-Expose-ascending-efi-memory-map.patch + * 0015-efi_loader-Always-flush-in-cache-line-size-granulari.patch +- Add patch to fix Jetson TK1 + * 0016-efi_loader-Handle-memory-overflows.patch + +------------------------------------------------------------------- +Wed Apr 13 13:16:42 UTC 2016 - guillaume@opensuse.org + +- Use released source archive instead of manually built archive + +------------------------------------------------------------------- +Tue Apr 12 08:38:49 UTC 2016 - agraf@suse.com + +- Update to 2016.05-rc1 +- Remove upstreamed patches: + * efi.patch + * efi2.patch + * efi_loader-Call-fdt-preparation-functions.patch + * efi_loader-Pass-proper-device-path-in-on-boot.patch + * efi_loader-Provide-icache-flush-stub.patch + * efi-map-fdt-as-reserved.patch + * rpi3.patch +- Add EFI fixes and iso boot backports: + * 0001-iso-Make-little-endian-and-64bit-safe.patch + * 0002-iso-Start-with-partition-1.patch + * 0003-iso-Allow-512-byte-sector-size.patch + * 0004-efi_loader-Split-drive-add-into-function.patch + * 0005-efi_loader-Add-el-torito-support.patch + * 0006-efi_loader-Pass-file-path-to-payload.patch + * 0007-efi_loader-Increase-path-string-to-32-characters.patch + * 0008-distro-Enable-iso-partition-code.patch + * 0009-efi_loader-Use-system-fdt-as-fallback.patch + * 0010-efi_loader-Put-fdt-into-convenient-location.patch + * 0011-efi_loader-Expose-ascending-efi-memory-map.patch + * 0012-efi_loader-Always-flush-in-cache-line-size-granulari.patch + +------------------------------------------------------------------- +Sun Apr 3 04:40:53 UTC 2016 - afaerber@suse.de + +- Package .img for firefly-rk3288 +- Package firefly-rk3288 SPL images. Generate them here so that we + notice early if the size constraints are ever again not met. + +------------------------------------------------------------------- +Sat Apr 2 23:08:53 UTC 2016 - afaerber@suse.de + +- Package spl/u-boot-spl for new tegra-uboot-flasher-scripts + +------------------------------------------------------------------- +Fri Apr 1 17:07:55 UTC 2016 - afaerber@suse.de + +- Add clearfog + +------------------------------------------------------------------- +Tue Mar 15 08:47:35 UTC 2016 - guillaume@opensuse.org + +- Update to 2016.03 +- Remove upstreamed patch: + * omap3-Use-raw-SPL-by-default-for-mmc1.patch + +------------------------------------------------------------------- +Sun Mar 13 21:48:46 UTC 2016 - dmueller@suse.com + +- add support for Raspberry Pi 3 (rpi3.patch) + +------------------------------------------------------------------- +Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com + +- Fix missing 0-terminator in efi patch, breaking boot.scr boot + +------------------------------------------------------------------- +Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de + +- Non-free licensed Marvell code has long been removed. + Drop obsolete drop-marvell.patch (bsc#773824) +- Fix indentation of Patch6 in u-boot.spec.in + +------------------------------------------------------------------- +Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com + +- EFI: Map fdt as reserved + * efi-map-fdt-as-reserved.patch + +------------------------------------------------------------------- +Thu Mar 3 12:52:17 UTC 2016 - agraf@suse.com + +- Fix OMAP3 boards to load u-boot from raw sector offset + * omap3-Use-raw-SPL-by-default-for-mmc1.patch + +------------------------------------------------------------------- +Wed Mar 2 23:46:44 UTC 2016 - agraf@suse.com + +- Allow grub2 to find its config + * efi_loader-Pass-proper-device-path-in-on-boot.patch +- Fix Raspberry Pi 1 build + * efi_loader-Provide-icache-flush-stub.patch + +------------------------------------------------------------------- +Wed Mar 2 10:03:56 UTC 2016 - guillaume@opensuse.org + +- Update to 2016.03-rc3 +- Remove upstreamed patches: + * 0001-spl-if-MMCSD_MODE_RAW-fails-try-MMCSD_MODE_FS-if-ava.patch + +------------------------------------------------------------------- +Tue Mar 1 23:06:57 UTC 2016 - agraf@suse.com + +- Move omap3 to distro bootcmd (to enable efi boot on beagle-xm) + * omap3-Move-to-distro-bootcmd.patch +- Add EFI patch to support FDT fixups (patches in RAM size) + * efi_loader-Call-fdt-preparation-functions.patch + +------------------------------------------------------------------- +Mon Feb 29 23:28:15 UTC 2016 - agraf@suse.com + +- Patch the default u-boot env to search for dtb in /boot at part 2 + * efi-default-env.patch + +------------------------------------------------------------------- +Sun Feb 28 11:02:04 UTC 2016 - agraf@suse.com + +- Use $fdtfile rather than $fdt_name everywhere: + * efi2.patch + +------------------------------------------------------------------- +Sat Feb 27 13:20:29 UTC 2016 - agraf@suse.com + +- Add EFI support about to move upstream: + * efi.patch + +------------------------------------------------------------------- +Mon Feb 22 13:32:31 UTC 2016 - guillaume@opensuse.org + +- Update to 2016.03-rc2 +- Remove upstreamed patches: + * U-Boot-am335x_evm-Don-t-undef-CONFIG_BOOTDELAY.patch + * 0001-udoo-use-load-instead-of-fatload.patch +- Refresh drop-marvell.patch +- Remove dropped doc from file list: doc/README.Modem + +------------------------------------------------------------------- +Wed Feb 17 08:16:15 UTC 2016 - guillaume@opensuse.org + +- Add a patch to fix boot on partition when raw boot mode is also + available: + * 0001-spl-if-MMCSD_MODE_RAW-fails-try-MMCSD_MODE_FS-if-ava.patch + +------------------------------------------------------------------- +Wed Feb 17 08:15:52 UTC 2016 - guillaume@opensuse.org + +- Add am335x_boneblack + +------------------------------------------------------------------- +Sat Feb 13 14:56:43 UTC 2016 - afaerber@suse.de + +- Enable Hyundai_A7HD, superseding :Contrib:sunxi package + +------------------------------------------------------------------- +Thu Feb 9 13:02:26 UTC 2016 - afaerber@suse.de + +- Adjust installation path for qemu-ppce500 to replace qemu-ppc's +* Pull in qemu (not qemu-ppc) for directory ownership + +------------------------------------------------------------------- +Tue Feb 9 00:03:18 UTC 2016 - afaerber@suse.de + +- Add Jetson TX1 board (p2371-2180) +- Fix indentation of last Patch line in .spec.in to match .spec + +------------------------------------------------------------------- +Mon Feb 1 19:35:45 UTC 2016 - agraf@suse.com + +- Add patch to fix exynos armv7 kvm support + * adds u-boot-exynos.patch + +------------------------------------------------------------------- +Tue Jan 19 14:15:58 UTC 2016 - afaerber@suse.de + +- Prepare for non-/boot installation directories +* For /boot/vc pull in raspberrypi-firmware package + +------------------------------------------------------------------- +Fri Jan 15 21:19:43 UTC 2016 - oscar@naiandei.net + +- Add udoo (dual and quad) boards + * adds 0001-udoo-use-load-instead-of-fatload.patch + +------------------------------------------------------------------- +Thu Jan 14 15:43:36 UTC 2016 - afaerber@suse.de + +- Add qemu-ppce500, to replace u-boot.e500 blob in qemu package +* Override CROSS_COMPILE variable to use native gcc + +------------------------------------------------------------------- +Wed Jan 13 14:07:32 UTC 2016 - guillaume@opensuse.org + +- Update to 2016.01 + +------------------------------------------------------------------- +Mon Jan 11 11:08:50 UTC 2016 - guillaume@opensuse.org + +- Update to 2016.01-rc4 + +------------------------------------------------------------------- +Mon Dec 28 13:50:10 UTC 2015 - guillaume@opensuse.org + +- Update to 2016.01-rc3 + +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + +------------------------------------------------------------------- +Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org + +- Backport U-Boot-am335x_evm-Don-t-undef-CONFIG_BOOTDELAY.patch + to fix bootdelay on Beaglebone board + +------------------------------------------------------------------- +Tue Dec 15 09:15:30 UTC 2015 - guillaume@opensuse.org + +- Add orangepi_pc board + +------------------------------------------------------------------- +Fri Dec 11 09:23:17 UTC 2015 - guillaume@opensuse.org + +- Add support to am57xx_evm (beagle_x15 with u-boot DT) + +------------------------------------------------------------------- +Fri Dec 11 09:08:25 UTC 2015 - guillaume@opensuse.org + +- Update to 2016.01-rc2: +- Rename 'beagle_x15' to 'am57xx_evm_nodt' to follow upstream +- Remove upstreamed patch: + * U-Boot-1-2-usb-host-xhci-omap-fix-build-break.patch + +------------------------------------------------------------------- +Wed Nov 25 09:38:56 UTC 2015 - guillaume@opensuse.org + +- Update to 2016.01-rc1 +- Remove upstreamed patches: + * 0001-configs-Use-config_distro_defaults.h-in-ti_armv7_com.patch + * 0001-mx6cuboxi-use-load-instead-of-fatload.patch (no more needed) + * U-Boot-image.c-Fix-non-Android-booting-with-ramdisk-and-or-device-tree.patch +- Update drop-marvell.patch + +------------------------------------------------------------------- +Sun Nov 15 13:11:56 UTC 2015 - matwey.kornilov@gmail.com + +- Backport 0001-configs-Use-config_distro_defaults.h-in-ti_armv7_com.patch + +------------------------------------------------------------------- +Sat Nov 14 15:03:05 UTC 2015 - tbechtold@suse.com + +- 0001-mx6cuboxi-use-load-instead-of-fatload.patch + for cubox-i use load instead of fatload + +------------------------------------------------------------------- +Tue Nov 3 08:14:57 UTC 2015 - matwey.kornilov@gmail.com + +- Fix am335x booting + * U-Boot-image.c-Fix-non-Android-booting-with-ramdisk-and-or-device-tree.patch + +------------------------------------------------------------------- +Wed Oct 21 08:16:32 UTC 2015 - guillaume@opensuse.org + +- Add Beagle x15 support +- Fix build for Beagle x15: + * U-Boot-1-2-usb-host-xhci-omap-fix-build-break.patch + +------------------------------------------------------------------- +Tue Oct 20 11:32:30 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.10 +- Remove upstreamed patches: + * 0001-odroid-replace-fatload-with-load-to-be-able-to-use-E.patch + * 0002-odroid-Add-boot-script-boot.scr-support.patch + +------------------------------------------------------------------- +Tue Oct 13 06:58:38 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.10-rc5 +- Remove upstreamed patch: + * arndale-apply-cortex-a15-erratas.patch + +------------------------------------------------------------------- +Thu Oct 8 09:27:15 UTC 2015 - guillaume@opensuse.org + +- Add boot script support to odroid board: + * 0001-odroid-replace-fatload-with-load-to-be-able-to-use-E.patch + * 0002-odroid-Add-boot-script-boot.scr-support.patch + +------------------------------------------------------------------- +Mon Oct 5 18:04:28 UTC 2015 - afaerber@suse.de + +- Add spring and firefly-rk3288 for armv7hl + * Break overly long armv7_boards line in pre_checkin.sh + * Clean up case'ing of defconfigs to avoid excessive wildcards +- Prepare for adding qemu-ppce500 for ppc + * Allow for more than two exclusive architectures (cleanup) + +------------------------------------------------------------------- +Mon Oct 5 11:42:08 UTC 2015 - dmueller@suse.com + +- add arndale-apply-cortex-a15-erratas.patch + +------------------------------------------------------------------- +Thu Oct 1 16:41:38 UTC 2015 - guillaume.gardet@opensuse.org + +- Update to 2015.10-rc4 +- Update drop-marvell.patch + +------------------------------------------------------------------- +Sat Sep 12 12:22:53 UTC 2015 - guillaume@opensuse.org + +- Use u-boot-2015.10-rc3.tar.bz2 package provided on FTP instead of + packaging it manually. + +------------------------------------------------------------------- +Tue Sep 8 08:52:56 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.10-rc3 + +------------------------------------------------------------------- +Wed Sep 2 16:28:02 UTC 2015 - guillaume@opensuse.org + +- Add odroid and odroid-xu3 + +------------------------------------------------------------------- +Tue Aug 18 08:31:48 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.10-rc2 +- Remove upstreamed patch: + * jetson-tk1-gpu-1.patch + * jetson-tk1-gpu-2.patch + +------------------------------------------------------------------- +Thu Aug 6 12:40:58 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.10-rc1 +- Remove upstreamed patch: + * mx53loco-bootscr.patch +- Update patches: + * jetson-tk1-gpu-1.patch + * jetson-tk1-gpu-2.patch + +------------------------------------------------------------------- +Wed Aug 5 13:36:45 UTC 2015 - dmueller@suse.com + +- add mx6cuboxi + +------------------------------------------------------------------- +Wed Jul 22 22:38:23 UTC 2015 - afaerber@suse.de + +- jetson-tk1-gpu-1.patch, + jetson-tk1-gpu-2.patch: Enable the Tegra124 GPU device tree node + +------------------------------------------------------------------- +Mon Jul 20 10:45:39 UTC 2015 - afaerber@suse.de + +- Add u-boot-jetson-tk1 + +------------------------------------------------------------------- +Fri Jul 17 06:42:37 UTC 2015 - afaerber@suse.de + +- Add u-boot-merriia80optimus + +------------------------------------------------------------------- +Wed Jul 15 13:05:24 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07 + +------------------------------------------------------------------- +Tue Jun 30 07:34:49 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc3 +- Remove upstreamed patches: + * enable_spl_ext_support_for_ti_armv7.patch + * fix_slow_mmc_on_rpi.patch + +------------------------------------------------------------------- +Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org + +- Add fix_slow_mmc_on_rpi.patch to speed up MMC load on RPi +- Rework patches (to be upstreamable): + * enable_spl_ext_support_for_ti_armv7.patch + * mx53loco-bootscr.patch +- Remove fix_beagle_spl_build.patch + +------------------------------------------------------------------- +Wed Jun 10 10:07:23 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc2 +- Update drop-marvell.patch + +------------------------------------------------------------------- +Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc1: +- Update drop-marvell.patch +- Remove no more needed add_snow_usb_boot.patch + +------------------------------------------------------------------- +Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com + +- adjust copyright headers + +------------------------------------------------------------------- +Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org + +- update to 2015.04 +- Remove upstreamed patch: + 0001-Exynos-Clock-Fix-exynos5_get_periph_rate-for-I2C.patch +- Follow upstream board rename colibri_t20_iris => colibri_t20 + +------------------------------------------------------------------- +Sun Apr 12 19:49:41 UTC 2015 - xxxxxmichl@googlemail.com + +- Added support for A13-OLinuXino, A13-OLinuXino-MICRO, + A20-OLinuXino-MICRO and A20-OLinuXino-LIME from + www.olimex.com + +------------------------------------------------------------------- +Thu Apr 9 07:56:40 UTC 2015 - guillaume@opensuse.org + +- Remove u-boot-vexpressaemv8a (dropped upstream and we now use EFI) + +------------------------------------------------------------------- +Thu Apr 2 09:13:49 UTC 2015 - guillaume@opensuse.org + +- update to 2015.04-rc5 + +------------------------------------------------------------------- +Mon Mar 23 08:39:40 UTC 2015 - guillaume@opensuse.org + +- update to 2015.04-rc4 + +------------------------------------------------------------------- +Wed Mar 4 15:51:55 UTC 2015 - guillaume@opensuse.org + +- Add 0001-Exynos-Clock-Fix-exynos5_get_periph_rate-for-I2C.patch + to fix keyboard on Chromebook + +------------------------------------------------------------------- +Wed Mar 4 15:46:52 UTC 2015 - guillaume@opensuse.org + +- update to 2015.04-rc3 +- update patch: drop-marvell.patch + +------------------------------------------------------------------- +Thu Feb 26 16:48:35 UTC 2015 - guillaume@opensuse.org + +- Update add_snow_usb_boot.patch to boot on USB2 instead of USB3 + +------------------------------------------------------------------- +Wed Feb 25 15:47:07 UTC 2015 - guillaume@opensuse.org + +- Remove unneeded fix_snow_config.patch + +------------------------------------------------------------------- +Tue Feb 24 09:48:50 UTC 2015 - guillaume@opensuse.org + +- Add rpi2 armv7 board + +------------------------------------------------------------------- +Fri Feb 20 12:31:38 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.04-rc2 + +------------------------------------------------------------------- +Fri Feb 20 10:04:14 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.04-rc1 + * Remove upstreamed patch pcm051-bootscr.patch + * Remove no more used patch fix_bootpart_snow_only.patch (now u-boot + scan all known partitions, so no need to set a different boot partition) + +------------------------------------------------------------------- +Sun Jan 25 20:20:46 UTC 2015 - matwey.kornilov@gmail.com + +- Enable pcm051rev3 for Phytec Wega board + * Add pcm051-bootscr.patch: add bootscript support (upstreamed in 2015.04-rc1) + +------------------------------------------------------------------- +Tue Jan 13 14:32:17 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.01: + * Drop upstreamed patches: + - 0001-spl-mmc-Fix-raw-boot-mode-related-to-commit.patch + - fix_sata.patch + * Update partially upstreamed mx53loco-bootscr.patch + +------------------------------------------------------------------- +Tue Dec 16 11:10:23 UTC 2014 - guillaume@opensuse.org + +- Backport SPL MMC raw boot mode fix: + * 0001-spl-mmc-Fix-raw-boot-mode-related-to-commit.patch + +------------------------------------------------------------------- +Sat Dec 13 12:12:41 UTC 2014 - xxxxxmichl@googlemail.com + +- Added support for A20-OLinuXIno-LIME2 and A10-OLinuXino-LIME from + www.olimex.com + +------------------------------------------------------------------- +Tue Dec 9 11:23:41 UTC 2014 - guillaume@opensuse.org + +- Rename XLOADER to OMAP_SPL in pre_checkin.sh and u-boot.spec.in + +------------------------------------------------------------------- +Tue Dec 9 09:15:27 UTC 2014 - guillaume@opensuse.org + +- Update to 2015.01-rc3 + * Drop upstreamed/unneeded patches: + - 0001-exynos-Enable-config_distro_defaults.h.patch + - 0002-exynos5-Use-config_distro_bootcmd.h.patch + - boot_mode_fallback.patch + - fix_snow_usb_support + - fix_spl_ext.patch + - fix_arm_hf_toolchain.patch + - origen-ext2.patch + * Update patch: + - fix_snow_config.patch + * Follow upstream: rpi_b config renamed to rpi + +------------------------------------------------------------------- +Tue Dec 2 12:41:55 UTC 2014 - guillaume@opensuse.org + +- Update snow (chromebook) + * Update patch: + - fix_snow_config.patch patch + * Add patches: + - add_snow_usb_boot.patch to be able to boot from USB0 + - fix_bootpart_snow_only.patch to boot on partition #2 (snow only!) + * Backport patches: + - fix_snow_usb_support.patch to fix USB on snow + - 0001-exynos-Enable-config_distro_defaults.h.patch + - 0002-exynos5-Use-config_distro_bootcmd.h.patch + * Drop unneeded/obsolete patches: + - fix_exynos5_text_base.patch + - fix_snow_extra_env_settings.patch + +------------------------------------------------------------------- +Sun Nov 30 13:17:33 UTC 2014 - guillaume@opensuse.org + +- Add Bananapi initial support + +------------------------------------------------------------------- +Tue Nov 25 08:29:14 UTC 2014 - guillaume@opensuse.org + +- Update to 2015.01-rc2 +- Update patch fix_omap_boot_mode.patch to be upstreamable and +rename it to boot_mode_fallback.patch +- Drop obsolete patch: arndale.patch +- Add patches: + * fix_arm_hf_toolchain.patch: fix build with hard float toolchain + * fix_spl_ext.patch: fix SPL EXT error checks + * fix_sata.patch: fix sata support and fix also mx53loco build + +------------------------------------------------------------------- +Wed Nov 19 21:44:17 CET 2014 - guillaume.gardet@opensuse.org + +- Fix mx53loco-bootscr.patch + +------------------------------------------------------------------- +Mon Nov 17 21:15:50 UTC 2014 - oscar@naiandei.net + +- Add u-boot-with-sunxi-spl.bin for sunxi boards + +------------------------------------------------------------------- +Mon Nov 17 15:17:56 UTC 2014 - guillaume@opensuse.org + +- Make use of RPM_OPT_FLAGS during make + +------------------------------------------------------------------- +Sat Nov 15 14:55:06 UTC 2014 - guillaume@opensuse.org + +- Fix sunxi boards (use u-boot.img instead of u-boot.bin) +- Remove duplicated default install line + +------------------------------------------------------------------- +Tue Nov 11 13:32:36 UTC 2014 - guillaume@opensuse.org + +- Update to 2015.01-rc1 +- Drop upstreamed patches: + * add_spl_extfs_support.patch + * ti_common_initrd_support.patch +- Refresh patch: + * drop-marvell.patch +- Drop CREDITS file from DOC (dropped upstream) + +------------------------------------------------------------------- +Mon Nov 3 10:19:42 UTC 2014 - guillaume@opensuse.org + +- Apply fix_omap_boot_mode.patch only for omap3/omap4 boards + +------------------------------------------------------------------- +Tue Oct 14 13:22:44 UTC 2014 - guillaume@opensuse.org + +- Update to version 2014.10 +- Drop upstreamed patch: + * fix_sabrelite_boot.scr.patch +- Refresh patches: + * arndale.patch + * fix_snow_config.patch + * fix_exynos5_text_base.patch + * exynos5-dt.h.patch (renamed fix_snow_extra_env_settings.patch) + +------------------------------------------------------------------- +Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org + +- Update to version 2014.10-rc3 +- Drop upstreamed patches: + * beagle-bootscr.patch + * panda-bootscr.patch + * am335x_evm-bootscr.patch +- Refresh patches: + * fix_sabrelite_boot.scr.patch + * drop-marvell.patch + * add_spl_extfs_support.patch +- Add a new patch to fix omap3beagle spl build: + * fix_beagle_spl_build.patch + +------------------------------------------------------------------- +Mon Sep 8 13:06:52 UTC 2014 - guillaume@opensuse.org + +- Drop Hyundai_a7hd and cubox-i boards (now handle in Contrib repos +since it is not upstreamed), so drop related patches: + * v2014.04-sunxi.patch + * cubox-i-v2014.04-port.patch + * cubox-i-enable_raw_rd.patch + +------------------------------------------------------------------- +Wed Sep 3 12:02:22 UTC 2014 - guillaume@opensuse.org + +- Update to version 2014.10-rc2 +- drop upstreamed patch rpi_b-bootscr.patch +- drop fix_spl_build_for_am335x.patch (does build without it) +- Refresh patches: + * drop-marvell.patch + * fix_snow_config.patch + +------------------------------------------------------------------- +Thu Aug 21 08:50:10 UTC 2014 - guillaume@opensuse.org + +- Update SPL EXT fs support: + * For omap boards (beagle and panda), SPL now looks for u-boot.img + as upstream instead of u-boot.bin + * Remove mlo-ext2.patch to make proper patches in +order to ease upstreaming our EXT fs SPL functions + * Add panda-bootscr.patch to fix panda boot (was included in + mlo-ext2.patch) + * Add fix_omap_boot_mode.patch to fix beagle and panda boot mode + (was included in mlo-ext2.patch) + * Add add_spl_extfs_support.patch to get proper SPL EXT fs functions + * Add enable_spl_ext_support_for_ti_armv7.patch to enable SPL EXT fs + support for TI ARMv7 boards + + +------------------------------------------------------------------- +Tue Aug 19 17:35:22 UTC 2014 - matwey.kornilov@gmail.com + +- Update to version 2014.10-rc1 and update patches + +------------------------------------------------------------------- +Thu Jul 31 13:59:00 UTC 2014 - dimstar@opensuse.org + +- Rename rpmlintrc to %{name}-rpmlintrc. + Follow the packaging guidelines. + +------------------------------------------------------------------- +Sat Jun 14 11:58:43 UTC 2014 - afaerber@suse.de + +- add u-boot-cubietruck for Cubietruck (Cubieboard 3) + +------------------------------------------------------------------- +Thu Jun 12 18:52:26 UTC 2014 - josua.m@t-online.de + +- add u-boot-mx6cubox-i for Cubox-i and Hummingboard + * currently conflicts with mlo-ext2 patch for omap4 + so only for cubox-i target mlo-ext2.patch is skipped + and cubox-i patches are applied + * patch source: https://github.com/vorlonofportland/u-boot/ + cubox-i-v2014.04-port.patch + cubox-i-enable_raw_rd.patch + +------------------------------------------------------------------- +Tue Apr 29 13:41:18 UTC 2014 - guillaume@opensuse.org + +- Enhance pre_checkin.sh script to handle arch restrictions + +------------------------------------------------------------------- +Tue Apr 29 13:18:48 UTC 2014 - guillaume@opensuse.org + +- Fix builds : + * 'tools' target is now 'tools-only' + * kermit scripts moved from 'tools/scripts' to 'tools/kermit/' + * Enhanced pre_checkin.sh script to handle uppercases in config name + * Renamed config from cubieboard to Cubieboard + * Renamed config from cubieboard2 to Cubieboard2 + * Renamed config from hyundai_a7hd to Hyundai_A7HD + * Renamed config from mele_a1000 to Mele_A1000 + +------------------------------------------------------------------- +Tue Apr 29 13:06:57 UTC 2014 - guillaume@opensuse.org + +- Add vexpress_aemv8a board + +------------------------------------------------------------------- +Tue Apr 29 08:33:48 UTC 2014 - guillaume@opensuse.org + +- Update to v2014.04 + * Update mlo-ext2.patch + * Update mx53loco-bootscr.patch + * Update origen-ext2.patch + * Dropped v2014.01-sunxi.patch and created + v2014.04-sunxi.patch by diffing u-boot-2014.04 with + u-boot-sunxi.git d9fe0a1e061e2bde6c24a0f7cef4f5023f3bd579 + * Update rpi_b-bootscr.patch + * Drop gnuhash.patch (upstreamed) + +------------------------------------------------------------------- +Thu Mar 27 14:22:23 UTC 2014 - guillaume@opensuse.org + +- add u-boot-mx6qsabrelite (for iMX6 Sabre Lite board) + +------------------------------------------------------------------- +Wed Feb 5 15:07:30 UTC 2014 - guillaume@opensuse.org + +- add u-boot-snow (for Chromebook ARM) + +------------------------------------------------------------------- +Wed Feb 5 14:59:29 UTC 2014 - guillaume@opensuse.org + +- Fix boot.scr location for beagle and origen + +------------------------------------------------------------------- +Thu Jan 30 14:28:34 UTC 2014 - dmueller@suse.com + +- add u-boot-cubieboard2 + +------------------------------------------------------------------- +Thu Jan 30 06:46:45 UTC 2014 - afaerber@suse.de + +- Drop 0006-ARMV7-hardfp-build-fix.patch: + v2014.01 checks if -msoft-float compiles okay, and + U-Boot is soft-float according to Tom Rini + +------------------------------------------------------------------- +Tue Jan 28 15:29:14 UTC 2014 - guillaume@opensuse.org + +- Disable CONFIG_SPL_OS_BOOT for ti armv7 configs with +fix_spl_build_for_am335x.patch to reduce size of am335x SPL + +------------------------------------------------------------------- +Sat Jan 26 22:46:44 UTC 2014 - afaerber@suse.de + +- Update to v2014.01 +* Manually updated 0006-ARMV7-hardfp-build-fix.patch +* Dropped v2013.10-sunxi.patch and created + v2014.01-sunxi.patch by merging u-boot.git v2014.01 onto + u-boot-sunxi.git e4a0232e173577893604b94fc3af7c047570970b +* Added gnuhash.patch to fix .gnu.hash section handling in ldscripts +* Rebased mlo-ext2.patch: + omap4_common.h CONFIG_SUPPORT_RAW_INITRD hunk is now covered by + ti_common_initrd_support.patch. + am335xevm build is known breaking due to size constraints not + trivially solvable without dropping our patch. + +------------------------------------------------------------------- +Sun Jan 26 12:14:10 UTC 2014 - afaerber@suse.de + +- Fix regression in packaging u-boot-dtb-tegra.bin: + There is in fact a u-boot-spl.bin SPL being built, + but it is 0xff-padded as u-boot-spl-pad.bin and then + prepended to u-boot.bin and the .dtb. + u-boot-dtb.bin exists independently as just u-boot.bin and .dtb, + so give preference to u-boot-dtb-tegra.bin over u-boot-dtb.bin. + +------------------------------------------------------------------- +Mon Jan 20 14:05:13 UTC 2014 - agraf@suse.com + +- The "Tegra SPL" is not an SPL but a differently named u-boot.bin + file. Fix up the generation scripts. + +------------------------------------------------------------------- +Sun Jan 19 00:09:41 UTC 2014 - afaerber@suse.de + +- Include Tegra SPL for Colibri T20 + +------------------------------------------------------------------- +Wed Jan 8 17:26:10 UTC 2014 - agraf@suse.com + +- switch raspberry to ext2 + +------------------------------------------------------------------- +Wed Jan 8 13:41:32 UTC 2014 - matwey.kornilov@gmail.com + +- am335x_evm-bootscr.patch: Search for files in /boot, not in /boot/boot + +------------------------------------------------------------------- +Wed Jan 8 02:07:44 UTC 2014 - afaerber@suse.de + +- rpi_b-bootscr.patch: Change rpi_b to use boot.scr + +------------------------------------------------------------------- +Tue Jan 7 16:01:13 UTC 2014 - dmueller@suse.com + +- remove origin flavor + +------------------------------------------------------------------- +Mon Jan 6 22:57:05 UTC 2014 - afaerber@suse.de + +- Enable paz00 config (Toshiba AC100) + +------------------------------------------------------------------- +Mon Jan 6 21:34:03 UTC 2014 - afaerber@suse.de + +- Enable colibri_t20_iris config (Toradex Colibri-T20 on Iris) +- Update u-boot.spec.in copyright and fix typo in comment + +------------------------------------------------------------------- +Sat Jan 4 01:47:50 UTC 2014 - agraf@suse.com + +- prefer u-boot-dtb.bin over u-boot.bin +- simplify files section + +------------------------------------------------------------------- +Fri Jan 3 16:54:30 UTC 2014 - dmueller@suse.com + +- mlo-ext2.patch: Search for files in /boot, not in /boot/boot + +------------------------------------------------------------------- +Mon Dec 30 18:37:50 UTC 2013 - matwey.kornilov@gmail.com + +- Add am335x_evm-bootscr.patch: Add bootscr to AM335x + platform based devices + +------------------------------------------------------------------- +Tue Dec 17 14:33:52 UTC 2013 - guillaume@opensuse.org + +- Remove old unused patches: + * v2013.04-sunxi.patch + * loadaddr-defaults.patch + +------------------------------------------------------------------- +Tue Dec 17 14:10:51 UTC 2013 - guillaume@opensuse.org + +- Add ti_common_initrd_support.patch to enable initrd support for + AM335x boards + +------------------------------------------------------------------- +Tue Dec 17 14:03:50 UTC 2013 - guillaume@opensuse.org + +- Add am335x_evm support which includes: Beagle Bone, + Beagle Bone Black, TI AM335x EVM, TI AM335x EVM-SK + +------------------------------------------------------------------- +Tue Nov 26 13:46:22 UTC 2013 - guillaume@opensuse.org + +- Add Arndale support + +------------------------------------------------------------------- +Tue Nov 26 13:05:10 UTC 2013 - guillaume@opensuse.org + +- Update v2013.04-sunxi.patch to v2013.10-sunxi.patch + +------------------------------------------------------------------- +Mon Nov 25 10:05:48 UTC 2013 - guillaume@opensuse.org + +- Remove kerneladdr and ramdiskaddr definition in u-boot patches + (now done in JeOS image with u-boot hooks) +- Update patches to current version: + * 0006-ARMV7-hardfp-build-fix.patch + * beagle-bootscr.patch + * mx53loco-bootscr.patch + * mlo-ext2.patch +- Merge fix_omap4_ext2_boot.patch in mlo-ext2.patch +- Rename exynos-ext2.patch in origen-ext2.patch + +------------------------------------------------------------------- +Mon Nov 25 09:57:12 UTC 2013 - guillaume@opensuse.org + +- Update to 2013.10 + +------------------------------------------------------------------- +Fri Nov 22 16:25:36 UTC 2013 - guillaume@opensuse.org + +- Fix OMAP4 pandaboard EXT2 boot + +------------------------------------------------------------------- +Fri Sep 13 11:31:14 UTC 2013 - guillaume@opensuse.org + +- Fix u-boot.bin and boot.scr place since they are now in boot/ folder. + +------------------------------------------------------------------- +Wed May 1 20:48:30 UTC 2013 - dmueller@suse.com + +- add support for cubieboard, hyundaia7hd, melea1000 + +------------------------------------------------------------------- +Wed May 1 08:18:26 UTC 2013 - dmueller@suse.com + +- update to 2013.04 + * no upstream changelog available +- remove dead u-boot-raspberrypi* (actually called rpib now) +- add rpib variant + +------------------------------------------------------------------- +Thu Apr 11 17:05:58 UTC 2013 - guillaume.gardet@opensuse.org + +- add omap3_beagle to targets + +------------------------------------------------------------------- +Thu Apr 11 16:05:41 UTC 2013 - dmueller@suse.com + +- remove u8500href subpackage, kernel got dropped + +------------------------------------------------------------------- +Sun Apr 7 14:32:20 UTC 2013 - agraf@suse.com + +- update to 2013.04rc2 +- enable bootz support on all boards + +------------------------------------------------------------------- +Wed Mar 20 07:21:06 UTC 2013 - agraf@suse.com + +- fix mlo-ext2.patch to actually use the ext4 infrastructure + +------------------------------------------------------------------- +Sat Jan 26 10:38:07 UTC 2013 - dmueller@suse.com + +- update mlo-ext2.patch: + * use the ext4 driver now since ext2 got removed + +------------------------------------------------------------------- +Wed Oct 24 22:33:13 UTC 2012 - agraf@suse.com + +- add sdhc-1.patch, sdhc-2.patch, sdhc-3.patch: + * backport upstream sdhc fixes + +------------------------------------------------------------------- +Wed Oct 24 01:37:36 CEST 2012 - agraf@suse.de + +- update to 2012.10: + - refresh patches 0006-ARMV7-hardfp-build-fix.patch, mlo-ext2.patch, + loadaddr-defaults.patch, mx53loco-bootscr.patch + +------------------------------------------------------------------- +Mon Oct 22 12:00:22 UTC 2012 - agraf@suse.com + +- fix origen by putting the ramdisk higher + +------------------------------------------------------------------- +Mon Aug 6 09:39:54 UTC 2012 - dmueller@suse.com + +- remove Marvell sources as they are non-free licensed (bnc#773824) + +------------------------------------------------------------------- +Thu Jul 26 18:21:44 UTC 2012 - agraf@suse.com + +- fix ext2 support for origen +- add origen-spl.bin for origen + +------------------------------------------------------------------- +Thu Jul 26 09:47:31 UTC 2012 - dmueller@suse.com + +- merge u-boot-tools + +------------------------------------------------------------------- +Wed Jul 25 21:05:08 UTC 2012 - agraf@suse.com + +- add ext2 support by default in mx53loco + +------------------------------------------------------------------- +Tue Jul 24 21:28:59 UTC 2012 - agraf@suse.com + +- add support for mx53loco + +------------------------------------------------------------------- +Tue Jul 24 11:25:42 UTC 2012 - dmueller@suse.com + +- remove u-boot-omap3beagle + +------------------------------------------------------------------- +Mon Jul 23 22:34:04 UTC 2012 - agraf@suse.com + +- bump to 2012.04.01 + - fixes bug in cmdline parsing + +------------------------------------------------------------------- +Mon Jul 23 22:26:47 UTC 2012 - agraf@suse.com + +- add calxeda highbank support + +------------------------------------------------------------------- +Thu Jul 12 12:51:56 UTC 2012 - agraf@suse.com + +- autoload boot.scr on beagle, so we can boot again + +------------------------------------------------------------------- +Thu Jul 12 08:12:15 UTC 2012 - agraf@suse.com + +- update to upstream u-boot 2012.04 + -> gets rid of linaro fork, only mainline now + -> gets us omap3 MLO support, no more need for x-loader + -> potentially fixes voltage issues on omap4 + +------------------------------------------------------------------- +Thu Jun 14 09:04:53 UTC 2012 - adrian@suse.de + +- add SUSE style conflicts to avoid installation of multiple + boot loaders + +------------------------------------------------------------------- +Tue Apr 17 11:59:55 UTC 2012 - joop.boonen@opensuse.org + +- Included u-boot.spec.in and gen_spec.sh in the spec file + +------------------------------------------------------------------- +Mon Feb 6 13:25:09 UTC 2012 - agraf@suse.com + +- use ext2 on panda + +------------------------------------------------------------------- +Tue Dec 20 02:36:05 UTC 2011 - agraf@suse.com + +- use ttyO2 as default console= on OMAP boards + +------------------------------------------------------------------- +Mon Dec 19 20:21:21 UTC 2011 - agraf@suse.com + +- add u8500_href and origen configs + +------------------------------------------------------------------- +Fri Dec 16 16:03:01 UTC 2011 - agraf@suse.com + +- fix lint failures + +------------------------------------------------------------------- +Fri Dec 16 14:46:53 CET 2011 - agraf@suse.com + +- don't install map + +------------------------------------------------------------------- +Fri Dec 16 02:16:19 UTC 2011 - agraf@suse.com + +- generalize spec file to be able to build for more boards +- add beagle board spec file +- remove boot.scr + +------------------------------------------------------------------- +Fri Dec 16 01:15:47 UTC 2011 - agraf@suse.com + +- rename to u-boot-omap4panda + +------------------------------------------------------------------- +Tue Dec 13 17:24:45 UTC 2011 - dkukawka@suse.de + +- new package based on u-boot-omap4panda but use linaro u-boot git + repo (http://git.linaro.org/git/boot/u-boot-linaro-stable.git) + instead of mainline u-boot. This package also contains the MLO + (this package obsoletes the x-loader package) + +------------------------------------------------------------------- +Tue Nov 29 22:53:44 UTC 2011 - joop.boonen@opensuse.org + +- COPYING CREDITS README are now in the standard package + +------------------------------------------------------------------- +Thu Nov 24 21:08:58 UTC 2011 - joop.boonen@opensuse.org + +- Corrected the links + +------------------------------------------------------------------- +Tue Nov 22 17:47:17 UTC 2011 - joop.boonen@opensuse.org + +- Build without u-boot tools as we have a u-boot-tools packages + +------------------------------------------------------------------- +Sun Nov 20 17:00:43 UTC 2011 - joop.boonen@opensuse.org + +- Cleaned the spec file up the spec file +- The name is the same as the package name + +------------------------------------------------------------------- +Sun Nov 13 13:13:39 UTC 2011 - joop.boonen@opensuse.org + +- Build u-boot according to http://elinux.org/Panda_How_to_MLO_&_u-boot +- Using .txt config file instead of .scr it's gerated via mkimage + +------------------------------------------------------------------- +Wed Nov 09 22:55:09 UTC 2011 - joop.boonen@opensuse.org + +- Used scr file based on http://elinux.org definition +- Build u-boot 20111109 +- Used the Meego panda u-boot as a base + +------------------------------------------------------------------- +Fri Feb 18 00:00:00 UTC 2011 - raghuveer.murthy@ti.com> +- 2010.09-MeeGo +- Fix for u-boot fails to compile on armv7hl, BMC#13140 + +------------------------------------------------------------------- +Thu Nov 18 00:00:00 UTC 2010 - peter.j.zhu@intel.com> +- 2010.09-MeeGo +- Don't build against i586, BMC#10159 + +------------------------------------------------------------------- +Tue Oct 10 00:00:00 UTC 2010 - nm@ti.com> +- 2010.09.rc1-MeeGo +- Added option to enable boot.scr generation and copy + +------------------------------------------------------------------- +Mon Oct 04 00:00:00 UTC 2010 - nm@ti.com> +- 2010.09.rc1-MeeGo +- Update to 2010.09 + +------------------------------------------------------------------- +Wed Sep 14 00:00:00 UTC 2010 - nm@ti.com> +- 2010.09.rc1-MeeGo +- Update to 2010.09.rc1 +- MeeGo customization +- Enabled PandaBoard, Beagleboard build + +------------------------------------------------------------------- +Wed Mar 31 00:00:00 UTC 2010 - silvan.calarco@mambasoft.it> +- 2009.11.1-1mamba +- update to 2009.11.1 + +------------------------------------------------------------------- +Wed Mar 31 00:00:00 UTC 2010 - diff --git a/u-boot-pinebook.spec b/u-boot-pinebook.spec new file mode 100644 index 0000000..442e981 --- /dev/null +++ b/u-boot-pinebook.spec @@ -0,0 +1,283 @@ +# +# spec file for package u-boot-pinebook +# +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon +# Copyright (c) 2007-2010 by Silvan Calarco +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%bcond_with uboot_atf +%bcond_with uboot_atf_pine64 + +%define mvebu_spl 0 +%define x_loader 0 +%define rockchip_spl 0 +%define sunxi_spl 1 +%define arndale_spl 0 +%define origen_spl 0 +%define imx6_spl 0 +%define socfpga_spl 0 + +%if "pinebook" == "rpi" || "pinebook" == "rpi2" || "pinebook" == "rpi3" +%define is_rpi 1 +%endif +%if "pinebook" == "evb-rk3399" || "pinebook" == "firefly-rk3399" || "pinebook" == "puma-rk3399" || "pinebook" == "rock960-rk3399" +%define is_rk3399 1 +%endif +%if "pinebook" == "bananapim64" || "pinebook" == "nanopia64" || "pinebook" == "pine64plus" || "pinebook" == "pinebook" +%define is_a64 1 +%endif +%if "pinebook" == "orangepipc2" +%define is_h5 1 +%endif +%if "pinebook" == "pineh64" +%define is_h6 1 +%endif + +# archive_version differs from version for RC version only +%define archive_version 2019.01 + +Name: u-boot-pinebook +Version: 2019.01 +Release: 0 +Summary: The U-Boot firmware for the pinebook platform +License: GPL-2.0-only +Group: System/Boot +Url: http://www.denx.de/wiki/U-Boot +Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{archive_version}.tar.bz2 +Source1: ftp://ftp.denx.de/pub/u-boot/u-boot-%{archive_version}.tar.bz2.sig +Source2: arndale-bl1.img +Source3: update_git.sh +Source300: u-boot-rpmlintrc +Patch0001: 0001-XXX-openSUSE-XXX-Prepend-partition-.patch +Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch +Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch +Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch +Patch0005: 0005-zynqmp-Add-generic-target.patch +Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if 0%{?is_rk3399} && %{with uboot_atf} +BuildRequires: arm-trusted-firmware-rk3399 +%endif +%if (0%{?is_a64} || 0%{?is_h5}) && %{with uboot_atf} +BuildRequires: arm-trusted-firmware-sun50ia64 +%endif +%if 0%{?is_h6} && %{with uboot_atf} +BuildRequires: arm-trusted-firmware-sun50ih6 +%endif +BuildRequires: bc +BuildRequires: bison +# Arndale board needs DTC >= 1.4 +BuildRequires: dtc >= 1.4.0 +BuildRequires: flex +# u-boot-clearfog (tools/kwbimage.c) needs openssl to build +BuildRequires: libopenssl-devel +BuildRequires: python-devel +%if %{with uboot_atf} +%if "%{name}" == "u-boot-evb-rk3399" || "%{name}" == "u-boot-firefly-rk3399" +# make_fit_atf.py +BuildRequires: python-pyelftools +%endif +%endif +BuildRequires: swig +%if "%{name}" == "u-boot-qemu-ppce500" +# Owns /usr/share/qemu directory +BuildRequires: qemu +Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500 +%endif +%if 0%{?is_rpi} +# Owns /boot/vc directory +BuildRequires: raspberrypi-firmware +%endif +%if "%{name}" == "u-boot-zynqmp" +BuildRequires: zynqmp-dts +%endif +%if 0%{?is_rpi} +# For mountpoint +Requires(post): util-linux +%endif +Provides: u-boot-loader +Conflicts: otherproviders(u-boot-loader) +%if %x_loader == 1 +Obsoletes: x-loader-pinebook +Provides: x-loader-pinebook +%endif +ExclusiveArch: aarch64 + +%description +Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. +This package contains the firmware for the pinebook platform. + +%package doc +Summary: Documentation for the U-Boot Firmware +Group: Documentation/Other + +%description doc +Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. +This package contains documentation for U-Boot firmware. + +%prep +%setup -q -n u-boot-%{archive_version} +%patch0001 -p1 +%patch0002 -p1 +%patch0003 -p1 +%patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 + +%build +export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin +%endif + +%if %{with uboot_atf} +%if "%{name}" == "u-boot-evb-rk3399" || "%{name}" == "u-boot-firefly-rk3399" +cp /usr/share/arm-trusted-firmware-rk3399/bl31.elf . +%endif +%endif + +make %{?_smp_mflags} CROSS_COMPILE= HOSTCFLAGS="$RPM_OPT_FLAGS" pinebook_defconfig +echo "Attempting to enable fdt apply command (.dtbo) support." +echo "CONFIG_OF_LIBFDT_OVERLAY=y" >> .config +make %{?_smp_mflags} CROSS_COMPILE= HOSTCFLAGS="$RPM_OPT_FLAGS" \ +%if ("%{name}" == "u-boot-evb-rk3399" || "%{name}" == "u-boot-firefly-rk3399") && %{with uboot_atf} + all u-boot.itb +%else + all +%endif + +%ifarch aarch64 +%if %sunxi_spl == 1 +cat spl/sunxi-spl.bin u-boot.itb > u-boot-sunxi-with-spl.bin +%endif +%endif + +%if "%{name}" == "u-boot-snow" || "%{name}" == "u-boot-spring" +# Chromebook ARM (snow) and HP Chromebook 11 (spring) need a uImage format +export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) +./tools/mkimage -A arm -O linux -T kernel -C none -a $TEXT_START -e $TEXT_START -n uboot -d u-boot-dtb.bin u-boot.img +%endif + +%if %rockchip_spl == 1 +for t in ; do + ./tools/mkimage -n -d spl/u-boot-spl.bin -T $t u-boot-spl.$t +done +%endif + +%install +export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) +export NO_BRP_STRIP_DEBUG=true +export NO_DEBUGINFO_STRIP_DEBUG=true +%define uboot_dir /boot +%if 0%{?is_rpi} +%define uboot_dir /boot/vc +%endif +%if "%{name}" == "u-boot-qemu-ppce500" +%define uboot_dir %{_datadir}/qemu +%endif +%if "%{name}" == "u-boot-jetson-tk1" +# tegra-uboot-flasher needs several intermediate files, under their original name. +for f in u-boot u-boot.dtb u-boot-dtb-tegra.bin u-boot-nodtb-tegra.bin spl/u-boot-spl; do + install -D -m 0644 $f %{buildroot}%{uboot_dir}/$f +done +%else +%if "%{name}" == "u-boot-p2371-2180" +# Jetson TX1 Driver Pack flash.sh needs several intermediate files, under their original name. +for f in u-boot u-boot.bin u-boot.dtb u-boot-dtb.bin; do + install -D -m 0644 $f %{buildroot}%{uboot_dir}/$f +done +%else +install -D -m 0644 u-boot.itb %{buildroot}%{uboot_dir}/u-boot.itb +%if ("%{name}" == "u-boot-evb-rk3399" || "%{name}" == "u-boot-firefly-rk3399") && %{with uboot_atf} +install -D -m 0644 u-boot.itb %{buildroot}%{uboot_dir}/u-boot.itb +%endif +%if "%{name}" == "u-boot-qemu-ppce500" +mv %{buildroot}%{uboot_dir}/u-boot.itb %{buildroot}%{uboot_dir}/u-boot.e500 +%endif +%endif +%endif +%if %x_loader == 1 +install -D -m 0644 MLO %{buildroot}%{uboot_dir}/MLO +%endif +%if %origen_spl == 1 +install -D -m 0644 spl/origen-spl.bin %{buildroot}%{uboot_dir}/origen-spl.bin +%endif +%if %arndale_spl == 1 +install -D -m 0644 spl/arndale-spl.bin %{buildroot}%{uboot_dir}/arndale-spl.bin +install -D -m 0644 %{SOURCE2} %{buildroot}%{uboot_dir}/arndale-bl1.img +%endif +%if %mvebu_spl == 1 +install -D -m 0644 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif +%if %rockchip_spl == 1 +install -D -m 0644 spl/u-boot-spl.bin %{buildroot}%{uboot_dir}/u-boot-spl.bin +for t in ; do + install -D -m 0644 u-boot-spl.$t %{buildroot}%{uboot_dir}/u-boot-spl.$t +done +%endif +%if %sunxi_spl == 1 +install -D -m 0644 spl/sunxi-spl.bin %{buildroot}%{uboot_dir}/sunxi-spl.bin +install -D -m 0644 u-boot-sunxi-with-spl.bin %{buildroot}%{uboot_dir}/u-boot-sunxi-with-spl.bin +%endif +%if %imx6_spl == 1 +install -D -m 0644 SPL %{buildroot}%{uboot_dir}/imx6-spl.bin +%endif +%if %socfpga_spl == 1 +install -D -m 0644 u-boot-with-spl.sfp %{buildroot}%{uboot_dir}/u-boot-with-spl.sfp +%endif +%if "%{name}" == "u-boot-rpi3" +echo -e "# Boot in AArch64 mode\narm_control=0x200" > %{buildroot}%{uboot_dir}/ubootconfig.txt +%endif + +%if 0%{?is_rpi} +%post +# On the Raspberry Pi we chain-load u-boot.bin from bootcode.bin via config.txt. +# It needs to be on the first FAT partition, wherever we mounted it. +# a) Unmounted, then do nothing. +# b) Mounted as /boot/vc, then they're in the right place already. +# c) Mounted as /boot/efi, with /boot/vc as symlink, then nothing to be done. +# d) Mounted as /boot/efi, with /boot/vc a directory, then copy files over. +if mountpoint -q /boot/efi; then + if ! [[ "$(readlink -f /boot/efi)" -ef "$(readlink -f %{uboot_dir})" ]]; then + [ -f %{uboot_dir}/ubootconfig.txt ] && cp %{uboot_dir}/ubootconfig.txt /boot/efi + cp %{uboot_dir}/u-boot.itb /boot/efi/ + fi +fi +%endif + +%files +%defattr(-,root,root) +%license Licenses/gpl-2.0.txt +%doc README +%{uboot_dir}/* + +%files doc +%defattr(-,root,root) +# Generic documents +%doc doc/README.JFFS2 doc/README.JFFS2_NAND doc/README.commands +%doc doc/README.autoboot doc/README.commands doc/README.console doc/README.dns +%doc doc/README.hwconfig doc/README.nand doc/README.NetConsole doc/README.serial_multi +%doc doc/README.SNTP doc/README.standalone doc/README.update doc/README.usb +%doc doc/README.video doc/README.VLAN doc/README.silent doc/README.POST +# Copy some useful kermit scripts as well +%doc tools/kermit/dot.kermrc tools/kermit/flash_param tools/kermit/send_cmd tools/kermit/send_image +# Now any h/w dependent Documentation +%doc doc/README.ARM-memory-map + +%changelog diff --git a/u-boot-pineh64.changes b/u-boot-pineh64.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-pineh64.changes +++ b/u-boot-pineh64.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-pineh64.spec b/u-boot-pineh64.spec index 8f7ecbe..f8273de 100644 --- a/u-boot-pineh64.spec +++ b/u-boot-pineh64.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-pineh64 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "pineh64" == "rpi" || "pineh64" == "rpi2" || "pineh64" == "rpi3" %define is_rpi 1 %endif -%if "pineh64" == "evb-rk3399" || "pineh64" == "firefly-rk3399" || "pineh64" == "puma-rk3399" +%if "pineh64" == "evb-rk3399" || "pineh64" == "firefly-rk3399" || "pineh64" == "puma-rk3399" || "pineh64" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "pineh64" == "bananapim64" || "pineh64" == "nanopia64" || "pineh64" == "pine64plus" +%if "pineh64" == "bananapim64" || "pineh64" == "nanopia64" || "pineh64" == "pine64plus" || "pineh64" == "pinebook" %define is_a64 1 %endif %if "pineh64" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-pineh64 -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the pineh64 platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-poplar.changes b/u-boot-poplar.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-poplar.changes +++ b/u-boot-poplar.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-poplar.spec b/u-boot-poplar.spec index 1ff9cde..ce44e71 100644 --- a/u-boot-poplar.spec +++ b/u-boot-poplar.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-poplar # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "poplar" == "rpi" || "poplar" == "rpi2" || "poplar" == "rpi3" %define is_rpi 1 %endif -%if "poplar" == "evb-rk3399" || "poplar" == "firefly-rk3399" || "poplar" == "puma-rk3399" +%if "poplar" == "evb-rk3399" || "poplar" == "firefly-rk3399" || "poplar" == "puma-rk3399" || "poplar" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "poplar" == "bananapim64" || "poplar" == "nanopia64" || "poplar" == "pine64plus" +%if "poplar" == "bananapim64" || "poplar" == "nanopia64" || "poplar" == "pine64plus" || "poplar" == "pinebook" %define is_a64 1 %endif %if "poplar" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-poplar -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the poplar platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-qemu-ppce500.changes b/u-boot-qemu-ppce500.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-qemu-ppce500.changes +++ b/u-boot-qemu-ppce500.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-qemu-ppce500.spec b/u-boot-qemu-ppce500.spec index 7b1a722..0232e51 100644 --- a/u-boot-qemu-ppce500.spec +++ b/u-boot-qemu-ppce500.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-qemu-ppce500 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "qemu-ppce500" == "rpi" || "qemu-ppce500" == "rpi2" || "qemu-ppce500" == "rpi3" %define is_rpi 1 %endif -%if "qemu-ppce500" == "evb-rk3399" || "qemu-ppce500" == "firefly-rk3399" || "qemu-ppce500" == "puma-rk3399" +%if "qemu-ppce500" == "evb-rk3399" || "qemu-ppce500" == "firefly-rk3399" || "qemu-ppce500" == "puma-rk3399" || "qemu-ppce500" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "qemu-ppce500" == "bananapim64" || "qemu-ppce500" == "nanopia64" || "qemu-ppce500" == "pine64plus" +%if "qemu-ppce500" == "bananapim64" || "qemu-ppce500" == "nanopia64" || "qemu-ppce500" == "pine64plus" || "qemu-ppce500" == "pinebook" %define is_a64 1 %endif %if "qemu-ppce500" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-qemu-ppce500 -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the qemu-ppce500 platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-rock960-rk3399.changes b/u-boot-rock960-rk3399.changes new file mode 100644 index 0000000..fcd9a74 --- /dev/null +++ b/u-boot-rock960-rk3399.changes @@ -0,0 +1,2146 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de + +- Add khadas-vim, khadas-vim2 + +------------------------------------------------------------------- +Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.11 +* Patches added: + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch + +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + +------------------------------------------------------------------- +Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET + +- Update to v2018.11 + +------------------------------------------------------------------- +Sun Nov 11 16:35:35 UTC 2018 - afaerber@suse.de + +- Update from arm-trusted-firmware-pine64 to arm-trusted-firmware-sun50ia64 +- pineh64: Use new arm-trusted-firmware-sun50ih6 +- Add bananapim64 +- u-boot.spec.in, u-boot-board.spec.in: Update to use https + +------------------------------------------------------------------- +Mon Nov 5 10:06:08 UTC 2018 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.11 +* Patches added: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + +------------------------------------------------------------------- +Wed Oct 31 08:16:02 UTC 2018 - Guillaume GARDET + +- Update to v2018.11-rc3 + +------------------------------------------------------------------- +Wed Oct 17 07:01:52 UTC 2018 - Guillaume GARDET + +- Update to v2018.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.11 +* Patches dropped: + 0007-rockchip-make_fit_atf-use-elf-entry.patch + 0008-rockchip-make_fit_atf-make-python3-.patch + 0009-rockchip-make_fit_atf.py-depends-on.patch + +------------------------------------------------------------------- +Tue Oct 9 06:46:02 UTC 2018 - Guillaume GARDET + +- Update to v2018.11-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.11 +* Patches dropped: + 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch + +------------------------------------------------------------------- +Tue Sep 11 22:51:39 UTC 2018 - afaerber@suse.de + +- nanopia64, orangepipc2: Conditionally enable ATF +- Add pineh64 (ATF TBD) + +------------------------------------------------------------------- +Tue Sep 11 08:02:15 UTC 2018 - Guillaume GARDET + +- Update to v2018.09 + +------------------------------------------------------------------- +Wed Sep 5 09:27:11 UTC 2018 - Guillaume GARDET + +- Update to v2018.09-rc3 + +------------------------------------------------------------------- +Wed Sep 5 09:26:11 UTC 2018 - Guillaume GARDET + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09 +* Patches added: + 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch + +------------------------------------------------------------------- +Thu Aug 16 07:16:49 UTC 2018 - guillaume.gardet@opensuse.org + +- Update to v2018.09-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09 +* Patches dropped: + 0010-snow-set-fdtfile.patch + +------------------------------------------------------------------- +Mon Aug 13 15:19:37 UTC 2018 - guillaume.gardet@opensuse.org + +- Update to v2018.09-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.09 +* Patches dropped: + 0011-omap3-beagle-re-enable-EFI-support-.patch + +------------------------------------------------------------------- +Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07 +* Patches added: + 0011-omap3-beagle-re-enable-EFI-support-.patch + +------------------------------------------------------------------- +Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07 +* Patches dropped: + 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch +* Patches added: + 0001-XXX-openSUSE-XXX-Prepend-partition-.patch + 0010-snow-set-fdtfile.patch + +------------------------------------------------------------------- +Tue Jul 10 09:12:26 UTC 2018 - guillaume.gardet@opensuse.org + +- Update to v2018.07 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07 +* Patches dropped: + 0010-arm-timer-factor-out-FSL-arch-timer.patch + 0011-arm-timer-sunxi-add-Allwinner-timer.patch + +------------------------------------------------------------------- +Tue Jul 3 07:07:44 UTC 2018 - guillaume.gardet@opensuse.org + +- Update to v2018.07-rc3 + +------------------------------------------------------------------- +Wed Jun 27 12:05:47 UTC 2018 - guillaume.gardet@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07 +* Patches added: + 0010-arm-timer-factor-out-FSL-arch-timer.patch + 0011-arm-timer-sunxi-add-Allwinner-timer.patch + +------------------------------------------------------------------- +Wed Jun 20 09:20:24 UTC 2018 - guillaume.gardet@opensuse.org + +- Update to v2018.07-rc2 + +------------------------------------------------------------------- +Mon Jun 11 09:49:41 UTC 2018 - guillaume.gardet@opensuse.org + +- update to v2018.07-rc1 +- Add bison and flex deps needed since Kconfig update +- Use 'make syncconfig' instead of deprecated 'make silentoldconfig' +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07 +* Patches dropped: + 0006-tools-zynqmpimage-Add-partition-rea.patch + 0007-tools-zynqmpimage-Move-defines-to-h.patch + 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch + 0009-tools-zynqmpimage-Add-bif-support.patch + 0010-tools-zynqmpbif-Add-support-for-loa.patch + 0011-rockchip-make_fit_atf-use-elf-entry.patch + 0012-rockchip-make_fit_atf-make-python3-.patch + 0013-rockchip-make_fit_atf.py-depends-on.patch +* Patches added: + 0006-tools-zynqmpbif-Add-support-for-loa.patch + 0007-rockchip-make_fit_atf-use-elf-entry.patch + 0008-rockchip-make_fit_atf-make-python3-.patch + 0009-rockchip-make_fit_atf.py-depends-on.patch + +------------------------------------------------------------------- +Sat Jun 2 16:45:39 UTC 2018 - afaerber@suse.de + +- Adopt %license +- Drop unused USE_PRIVATE_LIBGG=yes consistently +- Tidy RK3399 u-boot.itb handling +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05 +* Patches added: + 0013-rockchip-make_fit_atf.py-depends-on.patch + +------------------------------------------------------------------- +Mon May 28 12:24:51 UTC 2018 - yousaf.kaukab@suse.com + +- Build u-boot.itb for {evb,firefly}-rk3399 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05 +* Patches added: + 0011-rockchip-make_fit_atf-use-elf-entry.patch + 0012-rockchip-make_fit_atf-make-python3-.patch + +------------------------------------------------------------------- +Sat May 26 15:01:30 UTC 2018 - afaerber@suse.de + +- Add dragonboard820c + +------------------------------------------------------------------- +Thu May 24 11:21:48 UTC 2018 - fvogt@suse.com + +- For RPi3 (AArch64) add a ubootconfig.txt file to set arm_control +- Remove rpi332b flavor, rpi2 works on rpi3 meanwhile + +------------------------------------------------------------------- +Mon May 21 13:39:06 UTC 2018 - afaerber@suse.de + +- Add p2771-0000-500 (Jetson TX2) + +------------------------------------------------------------------- +Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de + +- Conditionalize pine64plus ATF support on uboot_atf_pine64 +- u-boot-board.spec.in: Update license + +------------------------------------------------------------------- +Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de + +- Add poplar + +------------------------------------------------------------------- +Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org + +- Update to 2018.05 + +------------------------------------------------------------------- +Wed May 2 09:43:24 UTC 2018 - agraf@suse.com + +- Update to 2018.05-rc3 + +------------------------------------------------------------------- +Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com + +- Include u-boot.spec in autogeneration logic + +------------------------------------------------------------------- +Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com + +- Add support for .bif generation in mkimage +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05 +* Patches added: + 0006-tools-zynqmpimage-Add-partition-rea.patch + 0007-tools-zynqmpimage-Move-defines-to-h.patch + 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch + 0009-tools-zynqmpimage-Add-bif-support.patch + 0010-tools-zynqmpbif-Add-support-for-loa.patch + +------------------------------------------------------------------- +Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com + +- Add generic ZynqMP support +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05 +* Patches added: + 0005-zynqmp-Add-generic-target.patch + +------------------------------------------------------------------- +Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org + +- Update to 2018.05-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05 +* Patches dropped: + 0004-rpi3-Enable-lan78xx-driver.patch + 0005-rpi-Add-identifier-for-the-new-RPi3.patch + 0006-efi_loader-Fix-network-DP-with-DM_E.patch + 0007-mkimage-do-not-fail-if-there-is-no-.patch + 0008-rpi-Allow-to-boot-without-serial.patch + 0009-mmc-use-core-clock-frequency-in-bcm.patch + 0010-Temp-workaround-for-Chromebook-snow.patch +* Patches added: + 0004-Temp-workaround-for-Chromebook-snow.patch + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05 +* Patches added: + 0010-Temp-workaround-for-Chromebook-snow.patch + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05 +* Patches dropped: + 0009-rpi-Allow-to-boot-without-serial.patch + 0010-mmc-use-core-clock-frequency-in-bcm.patch +* Patches added: + 0008-rpi-Allow-to-boot-without-serial.patch + 0009-mmc-use-core-clock-frequency-in-bcm.patch + +- Update to 2018.05-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05 +* Patches dropped: + 0003-Revert-rockchip-mkimage-remove-plac.patch + 0004-rpi-Use-firmware-provided-device-tr.patch + 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 +* Patches added: + 0003-rpi-Use-firmware-provided-device-tr.patch + 0004-rpi3-Enable-lan78xx-driver.patch + 0005-rpi-Add-identifier-for-the-new-RPi3.patch + 0006-efi_loader-Fix-network-DP-with-DM_E.patch + 0007-mkimage-do-not-fail-if-there-is-no-.patch + +------------------------------------------------------------------- +Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com + +- Package u-boot.elf on Xilinx systems + +------------------------------------------------------------------- +Mon Apr 9 09:09:00 UTC 2018 - guillaume.gardet@opensuse.org + +- Workaround to boot on Chromebook (snow) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0011-Temp-workaround-for-Chromebook-snow.patch + +------------------------------------------------------------------- +Thu Apr 5 11:25:47 UTC 2018 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0010-mmc-use-core-clock-frequency-in-bcm.patch + +------------------------------------------------------------------- +Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com + +- Fix rainbow screen on 32bit RPis (boo#1086757) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 +* Patches added: + 0009-rpi-Allow-to-boot-without-serial.patch + +------------------------------------------------------------------- +Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com + +- Add Xilinx ZynqMP ZCU 102 target + +------------------------------------------------------------------- +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 + +- Add turrisomnia + +------------------------------------------------------------------- +Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.01 + +------------------------------------------------------------------- +Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org + +- Updated to 2018.01-rc3 + +------------------------------------------------------------------- +Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org + +- Updated to 2018.01-rc2 + +------------------------------------------------------------------- +Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org + +- Updated to 2018.01-rc1 +- Remove am57xx_evm_nodt since it has been removed upstream + +------------------------------------------------------------------- +Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de + +- Add nanopi_a64 +- Update orangepi_pc2 packaging + +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + +------------------------------------------------------------------- +Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com + +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) + +------------------------------------------------------------------- +Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de + +- Add firefly-rk3399 and geekbox + +------------------------------------------------------------------- +Sat Oct 7 00:52:52 UTC 2017 - afaerber@suse.de + +- Drop obsolete CuBox-i i.MX6 SPL packaging, too + +------------------------------------------------------------------- +Fri Oct 6 23:26:14 UTC 2017 - afaerber@suse.de + +- Update packaging for Jetson TX1 +- Cleanups +* Drop executable bit from SPL +* Consistently use %uboot_dir +* u-boot[-tegra]-dtb.bin is obsolete +* Drop obsolete UDOO-specific i.MX6 SPL packaging +- Package sunxi64 SPL for Pine64 + +------------------------------------------------------------------- +Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09 +* Patches added: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + +------------------------------------------------------------------- +Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org + +- Merge and rename packages to follow upstream: + old configs: + mvebu_db-88f7040-nand_defconfig + mvebu_db-88f7040_defconfig + mvebu_db-88f8040_defconfig + merged to new config: + mvebu_db_armada8k_defconfig + +------------------------------------------------------------------- +Tue Sep 12 08:26:24 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.09 + +------------------------------------------------------------------- +Tue Sep 5 09:22:47 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.09-rc4 + +------------------------------------------------------------------- +Mon Aug 21 14:46:36 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.07 + +------------------------------------------------------------------- +Mon Jul 10 12:54:03 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.07-rc3 + +------------------------------------------------------------------- +Thu Jun 22 08:19:18 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.07 +* Patches added: + 0003-Revert-rockchip-mkimage-remove-plac.patch + +------------------------------------------------------------------- +Wed Jun 21 14:18:06 UTC 2017 - guillaume.gardet@opensuse.org + +- Updated to v2017.07-rc2 + +------------------------------------------------------------------- +Fri Jun 9 14:21:41 UTC 2017 - afaerber@suse.de + +- Updated to v2017.07-rc1 + +------------------------------------------------------------------- +Mon May 8 15:27:50 UTC 2017 - afaerber@suse.de + +- Updated to v2017.05 + +------------------------------------------------------------------- +Tue May 2 16:22:39 UTC 2017 - afaerber@suse.de + +- Updated to v2017.05-rc3 +* Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.05 +* Patches dropped (upstreamed): + 0003-meson-gxbb-enable-MMC-as-boot-targe.patch + +------------------------------------------------------------------- +Fri Apr 21 03:45:10 UTC 2017 - afaerber@suse.de + +- Switch firefly-rk3288 and tinker-rk3288 to u-boot.bin + +------------------------------------------------------------------- +Thu Apr 20 14:33:20 UTC 2017 - afaerber@suse.de + +- Use %_smp_mflags, suggested by jengelh + +------------------------------------------------------------------- +Thu Apr 20 01:00:43 UTC 2017 - afaerber@suse.de + +- Drop rkimage for tinker-rk3288, it only has Micro SD storage + +------------------------------------------------------------------- +Wed Apr 19 20:04:46 UTC 2017 - afaerber@suse.de + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.05 +* Enable distro boot from MMC for odroid-c2: + 0003-meson-gxbb-enable-MMC-as-boot-targe.patch + +------------------------------------------------------------------- +Tue Apr 18 16:12:49 UTC 2017 - afaerber@suse.de + +- Updated to v2017.05-rc2 +* Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.05 +* Patches dropped (accepted upstream): + 0003-Makefile-Fix-linking-with-modern-bi.patch +- Add orangepipc2, nanopineoair + +------------------------------------------------------------------- +Thu Apr 13 02:38:36 UTC 2017 - afaerber@suse.de + +- Enable overlay support unconditionally + +------------------------------------------------------------------- +Tue Apr 11 03:28:45 UTC 2017 - afaerber@suse.de + +- Add ls1012afrdmqspi + +------------------------------------------------------------------- +Tue Apr 11 01:47:01 UTC 2017 - afaerber@suse.de + +- Updated to v2017.05-rc1 +* Add .sig file as source +- Add mvebuespressobin-88f3720, mvebumcbin-88f8040 and evb-rk3399 +- Prepare orangepipc2 and nanopineoair for -rc2 + +------------------------------------------------------------------- +Sun Apr 9 18:24:30 UTC 2017 - afaerber@suse.de + +- Add tinker-rk3288 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.03 +* Fix firefly-rk3288 and tinker-rk3288 build with binutils 2.28. + 0003-Makefile-Fix-linking-with-modern-bi.patch +- U-Boot has no CFLAGS, so apply $RPM_OPT_FLAGS to HOSTCFLAGS instead + +------------------------------------------------------------------- +Mon Mar 20 11:10:57 UTC 2017 - afaerber@suse.de + +- Tidy Raspberry Pi conditionals +- Enable CONFIG_OF_LIBFDT_OVERLAY for Raspberry Pi only for now + +------------------------------------------------------------------- +Mon Mar 20 09:43:14 UTC 2017 - afaerber@suse.de + +- Add mvebudb-88f{3720,7040,8040} + +------------------------------------------------------------------- +Tue Mar 14 08:47:33 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.03 + +------------------------------------------------------------------- +Wed Mar 1 09:36:39 UTC 2017 - guillaume@opensuse.org + +- Add libopenssl-devel as BuildRequires (needed by some configs) + +------------------------------------------------------------------- +Tue Feb 28 08:37:55 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.03-rc3 + +------------------------------------------------------------------- +Wed Feb 22 13:38:25 UTC 2017 - hsehic@suse.com + +- Add Lamobo_R1 + +------------------------------------------------------------------- +Wed Jan 11 09:16:16 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.01 (bsc#989513) + +------------------------------------------------------------------- +Mon Jan 9 12:06:53 UTC 2017 - afaerber@suse.de + +- Add udooneo +- Introduce IMX6_SPL, superseding per-board CUBOXI_SPL and UDOO_SPL + +------------------------------------------------------------------- +Fri Jan 6 14:29:12 UTC 2017 - afaerber@suse.de + +- Add nanopineo +- Inline CHANGE_DATE into u-boot.spec.in to keep future diffs small + +------------------------------------------------------------------- +Thu Jan 5 10:16:20 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.01 +* Patches dropped: + 0002-XXX-openSUSE-XXX-omap3-Move-to-dist.patch + 0003-Revert-Revert-omap3-Use-raw-SPL-by-.patch + 0004-ARM-bcm283x-Implement-EFI-RTS-reset.patch + 0005-bcm2835-video-Map-frame-buffer-as-3.patch + 0006-bcm2835-Reserve-the-spin-table-in-e.patch + 0007-efi_loader-fix-depends-on-line-of-E.patch + 0008-efi-Use-device-device-path-type-Mes.patch +* Patches added: + 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch + +------------------------------------------------------------------- +Mon Dec 19 20:50:30 UTC 2016 - xxxxxmichl@googlemail.com + +- Added support for DE0-Nanos-SoC board + +------------------------------------------------------------------- +Tue Nov 15 10:30:59 UTC 2016 - guillaume@opensuse.org + +- Updated to v2016.11 (bsc#1037636) + +------------------------------------------------------------------- +Wed Nov 2 13:36:32 UTC 2016 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2016.11 + to fix build of Raspberry Pi 1, 2 and 3 + +------------------------------------------------------------------- +Tue Nov 1 13:10:28 UTC 2016 - guillaume@opensuse.org + +- Updated to v2016.11-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2016.11 +* Patches dropped: + 0004-efi_loader-Allow-boards-to-implemen.patch + 0005-ARM-bcm283x-Implement-EFI-RTS-reset.patch + 0006-efi_loader-gop-Expose-fb-when-32bpp.patch + 0007-bcm2835-video-Map-frame-buffer-as-3.patch + 0008-bcm2835-Reserve-the-spin-table-in-e.patch + 0009-x86-Move-table-csum-into-separate-h.patch + 0010-x86-Move-smbios-generation-into-arc.patch + 0011-efi_loader-Expose-efi_install_confi.patch + 0012-smbios-Allow-compilation-on-64bit-s.patch + 0013-smbios-Expose-in-efi_loader-as-tabl.patch + 0014-efi_loader-Fix-efi_install_configur.patch + 0015-smbios-Provide-serial-number.patch + 0016-efi_loader-Update-description-of-in.patch + 0017-efi_loader-Fix-memory-map-size-chec.patch + 0018-efi_loader-Fix-crash-on-32-bit-syst.patch + 0019-efi_loader-Move-efi_allocate_pool-i.patch + 0020-efi_loader-Track-size-of-pool-alloc.patch + 0021-efi_loader-Readd-freed-pages-to-mem.patch + 0022-efi_loader-Keep-memory-mapping-sort.patch + 0023-efi_loader-Do-not-leak-memory-when-.patch +* Patches added: + 0004-ARM-bcm283x-Implement-EFI-RTS-reset.patch + 0005-bcm2835-video-Map-frame-buffer-as-3.patch + 0006-bcm2835-Reserve-the-spin-table-in-e.patch + 0007-efi_loader-fix-depends-on-line-of-E.patch + 0008-efi-Use-device-device-path-type-Mes.patch + +------------------------------------------------------------------- +Sun Oct 16 16:20:25 UTC 2016 - afaerber@suse.de + +- Updated to v2016.11-rc1 + +------------------------------------------------------------------- +Sat Oct 15 11:25:48 UTC 2016 - agraf@suse.com + +- Backport patches to allow 4.8 kernels to boot +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2016.09 +* Patches added: + 0016-efi_loader-Update-description-of-in.patch + 0017-efi_loader-Fix-memory-map-size-chec.patch + 0018-efi_loader-Fix-crash-on-32-bit-syst.patch + 0019-efi_loader-Move-efi_allocate_pool-i.patch + 0020-efi_loader-Track-size-of-pool-alloc.patch + 0021-efi_loader-Readd-freed-pages-to-mem.patch + 0022-efi_loader-Keep-memory-mapping-sort.patch + 0023-efi_loader-Do-not-leak-memory-when-.patch + +------------------------------------------------------------------- +Thu Oct 13 13:21:36 UTC 2016 - afaerber@suse.de + +- update_git.sh: Handle SUBLEVEL for %archive_version (x.y.Z) +- Switch to branch tumbleweed-2016.09 + +------------------------------------------------------------------- +Fri Sep 30 20:01:33 UTC 2016 - guillaume@opensuse.org + +- Updated to v2016.09 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-staging +* Patches dropped: + 0009-Revert-armv8-Enable-CPUECTLR.SMPEN-.patch + 0010-bcm2835_gpio-Implement-GPIOF_FUNC.patch + 0011-serial-bcm283x_mu-Detect-disabled-s.patch + 0012-x86-Move-table-csum-into-separate-h.patch + 0013-x86-Move-smbios-generation-into-arc.patch + 0014-efi_loader-Expose-efi_install_confi.patch + 0015-smbios-Allow-compilation-on-64bit-s.patch + 0016-smbios-Expose-in-efi_loader-as-tabl.patch + 0017-efi_loader-Fix-efi_install_configur.patch + 0018-smbios-Provide-serial-number.patch + 0019-common-env_nand-Ensure-that-we-have.patch +* Patches added: + 0009-x86-Move-table-csum-into-separate-h.patch + 0010-x86-Move-smbios-generation-into-arc.patch + 0011-efi_loader-Expose-efi_install_confi.patch + 0012-smbios-Allow-compilation-on-64bit-s.patch + 0013-smbios-Expose-in-efi_loader-as-tabl.patch + 0014-efi_loader-Fix-efi_install_configur.patch + 0015-smbios-Provide-serial-number.patch +- Add python as BuildRequires (needed by some boards using DTOC + such as firefly-rk3288) +- Fix firefly-rk3288 by replacing u-boot-spl-dtb.bin + by u-boot-spl.bin +- Updated to v2016.09.01 + +------------------------------------------------------------------- +Wed Sep 28 15:18:17 UTC 2016 - afaerber@suse.de + +- Fix rpi332b installation path and enable %post scriplet + +------------------------------------------------------------------- +Sun Sep 11 03:44:15 UTC 2016 - afaerber@suse.de + +- Add hikey and rpi332b + +------------------------------------------------------------------- +Wed Sep 7 09:02:59 UTC 2016 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed +* Patches added: + 0019-common-env_nand-Ensure-that-we-have.patch + +------------------------------------------------------------------- +Fri Sep 2 23:25:44 UTC 2016 - afaerber@suse.de + +- Add post-install script for Raspberry Pi to install to /boot/efi + where needed. (bsc#996064) + +------------------------------------------------------------------- +Fri Aug 12 14:07:49 UTC 2016 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed +- Update to v3 of the serial detect code (bsc#989511) +* Patches added: + 0010-bcm2835_gpio-Implement-GPIOF_FUNC.patch +* Patches rebased: + 0010-serial-bcm283x_mu-Detect-disabled-s.patch -> 0011-serial-bcm283x_mu-Detect-disabled-s.patch +- Add SMBIOS table on ARM (bsc#989509) +* Patches added: + 0012-x86-Move-table-csum-into-separate-h.patch + 0013-x86-Move-smbios-generation-into-arc.patch + 0014-efi_loader-Expose-efi_install_confi.patch + 0015-smbios-Allow-compilation-on-64bit-s.patch + 0016-smbios-Expose-in-efi_loader-as-tabl.patch + 0017-efi_loader-Fix-efi_install_configur.patch + 0018-smbios-Provide-serial-number.patch + +------------------------------------------------------------------- +Mon Aug 1 18:42:36 UTC 2016 - stefan.bruens@rwth-aachen.de + +- Use deterministic build date by setting DATE_SOURCE_EPOCH + +------------------------------------------------------------------- +Fri Jul 29 21:52:37 UTC 2016 - agraf@suse.com + +- Add dynamic detection of rpi3 uart (bsc#989511) +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed +* Patches added: + 0010-serial-bcm283x_mu-Detect-disabled-s.patch + +------------------------------------------------------------------- +Sat Jul 16 18:49:35 UTC 2016 - afaerber@suse.de + +- Updated to v2016.07 +* Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed +* Patches dropped (upstreamed): + 0004-video-ipu-Fix-build-with-hard-float.patch + 0005-efi_loader-Clean-up-system-table-on.patch + 0006-efi_loader-gop-Don-t-expose-fb-addr.patch + 0009-arm-Introduce-setjmp-longjmp.patch + 0010-efi_loader-Add-exit-support.patch + 0011-efi_loader-Add-DM_VIDEO-support.patch + 0015-arm-Fix-setjmp.patch +* Patches rebased: + 0007-efi_loader-Allow-boards-to-implemen.patch -> 0004-efi_loader-Allow-boards-to-implemen.patch + 0008-ARM-bcm283x-Implement-EFI-RTS-reset.patch -> 0005-ARM-bcm283x-Implement-EFI-RTS-reset.patch + 0012-efi_loader-gop-Expose-fb-when-32bpp.patch -> 0006-efi_loader-gop-Expose-fb-when-32bpp.patch + 0013-bcm2835-video-Map-frame-buffer-as-3.patch -> 0007-bcm2835-video-Map-frame-buffer-as-3.patch + 0014-bcm2835-Reserve-the-spin-table-in-e.patch -> 0008-bcm2835-Reserve-the-spin-table-in-e.patch +- Revert an ARMv8 breakage from v2016.07 (backport from master) + 0009-Revert-armv8-Enable-CPUECTLR.SMPEN-.patch +- Add dragonboard410c, odroid-c2, pine64_plus + +------------------------------------------------------------------- +Mon Jun 27 11:00:33 UTC 2016 - nadvornik@suse.com + +- Enable SUNXI_SPL for orangepi_pc + +------------------------------------------------------------------- +Mon Jun 27 06:14:09 UTC 2016 - agraf@suse.com + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed +* Patches added: + 0015-arm-Fix-setjmp.patch +- Add update_git.sh to source file list + +------------------------------------------------------------------- +Mon Jun 6 22:07:59 UTC 2016 - agraf@suse.com + +- Add efifb support for RPi +- Fix spin table spill on Rpi +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed +* Patches added: + 0011-efi_loader-Add-DM_VIDEO-support.patch + 0012-efi_loader-gop-Expose-fb-when-32bpp.patch + 0013-bcm2835-video-Map-frame-buffer-as-3.patch + 0014-bcm2835-Reserve-the-spin-table-in-e.patch + +------------------------------------------------------------------- +Mon Jun 6 06:56:34 UTC 2016 - agraf@suse.com + +- Add RTS reboot for RPi +- Add EFI exit support +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed +* Patches added: + 0007-efi_loader-Allow-boards-to-implemen.patch + 0008-ARM-bcm283x-Implement-EFI-RTS-reset.patch + 0009-arm-Introduce-setjmp-longjmp.patch + 0010-efi_loader-Add-exit-support.patch + +------------------------------------------------------------------- +Fri Jun 3 11:18:13 UTC 2016 - agraf@suse.com + +- Disable EFI GOP fb_addr, so Linux doesn't use it +- Move to git based patch queue workflow +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed +* Patches dropped: + 0001-video-ipu-Fix-build-with-hard-float-ARM-toolchain.-I.patch + 0001-XXX-openSUSE-XXX-Load-dtb-from-partition-2.patch + 0002-XXX-openSUSE-XXX-omap3-Move-to-distro-bootcmd.patch +* Patches added: + 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch + 0002-XXX-openSUSE-XXX-omap3-Move-to-dist.patch + 0003-Revert-Revert-omap3-Use-raw-SPL-by-.patch + 0004-video-ipu-Fix-build-with-hard-float.patch + 0005-efi_loader-Clean-up-system-table-on.patch + 0006-efi_loader-gop-Don-t-expose-fb-addr.patch + +------------------------------------------------------------------- +Wed May 18 13:07:24 UTC 2016 - afaerber@suse.de + +- Fix rpi3 installation location + +------------------------------------------------------------------- +Wed May 18 12:22:31 UTC 2016 - guillaume@opensuse.org + +- Add 0001-video-ipu-Fix-build-with-hard-float-ARM-toolchain.-I.patch + to fix build on iMX boards (with hard-float toolchains) + +------------------------------------------------------------------- +Tue May 17 12:53:24 UTC 2016 - guillaume@opensuse.org + +- Update to 2016.05 +- Remove upstreamed patch: + * 0003-exynos-Set-CNTFRQ.patch + +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + +------------------------------------------------------------------- +Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com + +- Update to 2016.05-rc3 + - Removed patches: + * 0004-iso-Make-little-endian-and-64bit-safe.patch + * 0005-iso-Start-with-partition-1.patch + * 0006-iso-Allow-512-byte-sector-size.patch + * 0007-efi_loader-Split-drive-add-into-function.patch + * 0008-efi_loader-Add-el-torito-support.patch + * 0009-efi_loader-Pass-file-path-to-payload.patch + * 0010-efi_loader-Increase-path-string-to-32-characters.patch + * 0011-distro-Enable-iso-partition-code.patch + * 0012-efi_loader-Use-system-fdt-as-fallback.patch + * 0013-efi_loader-Put-fdt-into-convenient-location.patch + * 0014-efi_loader-Expose-ascending-efi-memory-map.patch + * 0015-efi_loader-Always-flush-in-cache-line-size-granulari.patch + * 0016-efi_loader-Handle-memory-overflows.patch + * 0017-ARM-rpi-fix-64-bit-CONFIG_SYS_TEXT_BASE.patch + +------------------------------------------------------------------- +Fri Apr 15 21:50:37 UTC 2016 - agraf@suse.com + +- Add patch to fix RPi3 aarch64 mode with recent firmware + * 0017-ARM-rpi-fix-64-bit-CONFIG_SYS_TEXT_BASE.patch + +------------------------------------------------------------------- +Wed Apr 13 13:55:13 UTC 2016 - agraf@suse.com + +- Move patch queue to https://github.com/openSUSE/u-boot.git tumbleweed + - Removed old patches: + * 0001-iso-Make-little-endian-and-64bit-safe.patch + * 0002-iso-Start-with-partition-1.patch + * 0003-iso-Allow-512-byte-sector-size.patch + * 0004-efi_loader-Split-drive-add-into-function.patch + * 0005-efi_loader-Add-el-torito-support.patch + * 0006-efi_loader-Pass-file-path-to-payload.patch + * 0007-efi_loader-Increase-path-string-to-32-characters.patch + * 0008-distro-Enable-iso-partition-code.patch + * 0009-efi_loader-Use-system-fdt-as-fallback.patch + * 0010-efi_loader-Put-fdt-into-convenient-location.patch + * 0011-efi_loader-Expose-ascending-efi-memory-map.patch + * 0012-efi_loader-Always-flush-in-cache-line-size-granulari.patch + * u-boot-exynos.patch + * efi-default-env.patch + * omap3-Move-to-distro-bootcmd.patch + - Added new patches: + * 0001-XXX-openSUSE-XXX-Load-dtb-from-partition-2.patch + * 0002-XXX-openSUSE-XXX-omap3-Move-to-distro-bootcmd.patch + * 0003-exynos-Set-CNTFRQ.patch + * 0004-iso-Make-little-endian-and-64bit-safe.patch + * 0005-iso-Start-with-partition-1.patch + * 0006-iso-Allow-512-byte-sector-size.patch + * 0007-efi_loader-Split-drive-add-into-function.patch + * 0008-efi_loader-Add-el-torito-support.patch + * 0009-efi_loader-Pass-file-path-to-payload.patch + * 0010-efi_loader-Increase-path-string-to-32-characters.patch + * 0011-distro-Enable-iso-partition-code.patch + * 0012-efi_loader-Use-system-fdt-as-fallback.patch + * 0013-efi_loader-Put-fdt-into-convenient-location.patch + * 0014-efi_loader-Expose-ascending-efi-memory-map.patch + * 0015-efi_loader-Always-flush-in-cache-line-size-granulari.patch +- Add patch to fix Jetson TK1 + * 0016-efi_loader-Handle-memory-overflows.patch + +------------------------------------------------------------------- +Wed Apr 13 13:16:42 UTC 2016 - guillaume@opensuse.org + +- Use released source archive instead of manually built archive + +------------------------------------------------------------------- +Tue Apr 12 08:38:49 UTC 2016 - agraf@suse.com + +- Update to 2016.05-rc1 +- Remove upstreamed patches: + * efi.patch + * efi2.patch + * efi_loader-Call-fdt-preparation-functions.patch + * efi_loader-Pass-proper-device-path-in-on-boot.patch + * efi_loader-Provide-icache-flush-stub.patch + * efi-map-fdt-as-reserved.patch + * rpi3.patch +- Add EFI fixes and iso boot backports: + * 0001-iso-Make-little-endian-and-64bit-safe.patch + * 0002-iso-Start-with-partition-1.patch + * 0003-iso-Allow-512-byte-sector-size.patch + * 0004-efi_loader-Split-drive-add-into-function.patch + * 0005-efi_loader-Add-el-torito-support.patch + * 0006-efi_loader-Pass-file-path-to-payload.patch + * 0007-efi_loader-Increase-path-string-to-32-characters.patch + * 0008-distro-Enable-iso-partition-code.patch + * 0009-efi_loader-Use-system-fdt-as-fallback.patch + * 0010-efi_loader-Put-fdt-into-convenient-location.patch + * 0011-efi_loader-Expose-ascending-efi-memory-map.patch + * 0012-efi_loader-Always-flush-in-cache-line-size-granulari.patch + +------------------------------------------------------------------- +Sun Apr 3 04:40:53 UTC 2016 - afaerber@suse.de + +- Package .img for firefly-rk3288 +- Package firefly-rk3288 SPL images. Generate them here so that we + notice early if the size constraints are ever again not met. + +------------------------------------------------------------------- +Sat Apr 2 23:08:53 UTC 2016 - afaerber@suse.de + +- Package spl/u-boot-spl for new tegra-uboot-flasher-scripts + +------------------------------------------------------------------- +Fri Apr 1 17:07:55 UTC 2016 - afaerber@suse.de + +- Add clearfog + +------------------------------------------------------------------- +Tue Mar 15 08:47:35 UTC 2016 - guillaume@opensuse.org + +- Update to 2016.03 +- Remove upstreamed patch: + * omap3-Use-raw-SPL-by-default-for-mmc1.patch + +------------------------------------------------------------------- +Sun Mar 13 21:48:46 UTC 2016 - dmueller@suse.com + +- add support for Raspberry Pi 3 (rpi3.patch) + +------------------------------------------------------------------- +Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com + +- Fix missing 0-terminator in efi patch, breaking boot.scr boot + +------------------------------------------------------------------- +Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de + +- Non-free licensed Marvell code has long been removed. + Drop obsolete drop-marvell.patch (bsc#773824) +- Fix indentation of Patch6 in u-boot.spec.in + +------------------------------------------------------------------- +Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com + +- EFI: Map fdt as reserved + * efi-map-fdt-as-reserved.patch + +------------------------------------------------------------------- +Thu Mar 3 12:52:17 UTC 2016 - agraf@suse.com + +- Fix OMAP3 boards to load u-boot from raw sector offset + * omap3-Use-raw-SPL-by-default-for-mmc1.patch + +------------------------------------------------------------------- +Wed Mar 2 23:46:44 UTC 2016 - agraf@suse.com + +- Allow grub2 to find its config + * efi_loader-Pass-proper-device-path-in-on-boot.patch +- Fix Raspberry Pi 1 build + * efi_loader-Provide-icache-flush-stub.patch + +------------------------------------------------------------------- +Wed Mar 2 10:03:56 UTC 2016 - guillaume@opensuse.org + +- Update to 2016.03-rc3 +- Remove upstreamed patches: + * 0001-spl-if-MMCSD_MODE_RAW-fails-try-MMCSD_MODE_FS-if-ava.patch + +------------------------------------------------------------------- +Tue Mar 1 23:06:57 UTC 2016 - agraf@suse.com + +- Move omap3 to distro bootcmd (to enable efi boot on beagle-xm) + * omap3-Move-to-distro-bootcmd.patch +- Add EFI patch to support FDT fixups (patches in RAM size) + * efi_loader-Call-fdt-preparation-functions.patch + +------------------------------------------------------------------- +Mon Feb 29 23:28:15 UTC 2016 - agraf@suse.com + +- Patch the default u-boot env to search for dtb in /boot at part 2 + * efi-default-env.patch + +------------------------------------------------------------------- +Sun Feb 28 11:02:04 UTC 2016 - agraf@suse.com + +- Use $fdtfile rather than $fdt_name everywhere: + * efi2.patch + +------------------------------------------------------------------- +Sat Feb 27 13:20:29 UTC 2016 - agraf@suse.com + +- Add EFI support about to move upstream: + * efi.patch + +------------------------------------------------------------------- +Mon Feb 22 13:32:31 UTC 2016 - guillaume@opensuse.org + +- Update to 2016.03-rc2 +- Remove upstreamed patches: + * U-Boot-am335x_evm-Don-t-undef-CONFIG_BOOTDELAY.patch + * 0001-udoo-use-load-instead-of-fatload.patch +- Refresh drop-marvell.patch +- Remove dropped doc from file list: doc/README.Modem + +------------------------------------------------------------------- +Wed Feb 17 08:16:15 UTC 2016 - guillaume@opensuse.org + +- Add a patch to fix boot on partition when raw boot mode is also + available: + * 0001-spl-if-MMCSD_MODE_RAW-fails-try-MMCSD_MODE_FS-if-ava.patch + +------------------------------------------------------------------- +Wed Feb 17 08:15:52 UTC 2016 - guillaume@opensuse.org + +- Add am335x_boneblack + +------------------------------------------------------------------- +Sat Feb 13 14:56:43 UTC 2016 - afaerber@suse.de + +- Enable Hyundai_A7HD, superseding :Contrib:sunxi package + +------------------------------------------------------------------- +Thu Feb 9 13:02:26 UTC 2016 - afaerber@suse.de + +- Adjust installation path for qemu-ppce500 to replace qemu-ppc's +* Pull in qemu (not qemu-ppc) for directory ownership + +------------------------------------------------------------------- +Tue Feb 9 00:03:18 UTC 2016 - afaerber@suse.de + +- Add Jetson TX1 board (p2371-2180) +- Fix indentation of last Patch line in .spec.in to match .spec + +------------------------------------------------------------------- +Mon Feb 1 19:35:45 UTC 2016 - agraf@suse.com + +- Add patch to fix exynos armv7 kvm support + * adds u-boot-exynos.patch + +------------------------------------------------------------------- +Tue Jan 19 14:15:58 UTC 2016 - afaerber@suse.de + +- Prepare for non-/boot installation directories +* For /boot/vc pull in raspberrypi-firmware package + +------------------------------------------------------------------- +Fri Jan 15 21:19:43 UTC 2016 - oscar@naiandei.net + +- Add udoo (dual and quad) boards + * adds 0001-udoo-use-load-instead-of-fatload.patch + +------------------------------------------------------------------- +Thu Jan 14 15:43:36 UTC 2016 - afaerber@suse.de + +- Add qemu-ppce500, to replace u-boot.e500 blob in qemu package +* Override CROSS_COMPILE variable to use native gcc + +------------------------------------------------------------------- +Wed Jan 13 14:07:32 UTC 2016 - guillaume@opensuse.org + +- Update to 2016.01 + +------------------------------------------------------------------- +Mon Jan 11 11:08:50 UTC 2016 - guillaume@opensuse.org + +- Update to 2016.01-rc4 + +------------------------------------------------------------------- +Mon Dec 28 13:50:10 UTC 2015 - guillaume@opensuse.org + +- Update to 2016.01-rc3 + +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + +------------------------------------------------------------------- +Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org + +- Backport U-Boot-am335x_evm-Don-t-undef-CONFIG_BOOTDELAY.patch + to fix bootdelay on Beaglebone board + +------------------------------------------------------------------- +Tue Dec 15 09:15:30 UTC 2015 - guillaume@opensuse.org + +- Add orangepi_pc board + +------------------------------------------------------------------- +Fri Dec 11 09:23:17 UTC 2015 - guillaume@opensuse.org + +- Add support to am57xx_evm (beagle_x15 with u-boot DT) + +------------------------------------------------------------------- +Fri Dec 11 09:08:25 UTC 2015 - guillaume@opensuse.org + +- Update to 2016.01-rc2: +- Rename 'beagle_x15' to 'am57xx_evm_nodt' to follow upstream +- Remove upstreamed patch: + * U-Boot-1-2-usb-host-xhci-omap-fix-build-break.patch + +------------------------------------------------------------------- +Wed Nov 25 09:38:56 UTC 2015 - guillaume@opensuse.org + +- Update to 2016.01-rc1 +- Remove upstreamed patches: + * 0001-configs-Use-config_distro_defaults.h-in-ti_armv7_com.patch + * 0001-mx6cuboxi-use-load-instead-of-fatload.patch (no more needed) + * U-Boot-image.c-Fix-non-Android-booting-with-ramdisk-and-or-device-tree.patch +- Update drop-marvell.patch + +------------------------------------------------------------------- +Sun Nov 15 13:11:56 UTC 2015 - matwey.kornilov@gmail.com + +- Backport 0001-configs-Use-config_distro_defaults.h-in-ti_armv7_com.patch + +------------------------------------------------------------------- +Sat Nov 14 15:03:05 UTC 2015 - tbechtold@suse.com + +- 0001-mx6cuboxi-use-load-instead-of-fatload.patch + for cubox-i use load instead of fatload + +------------------------------------------------------------------- +Tue Nov 3 08:14:57 UTC 2015 - matwey.kornilov@gmail.com + +- Fix am335x booting + * U-Boot-image.c-Fix-non-Android-booting-with-ramdisk-and-or-device-tree.patch + +------------------------------------------------------------------- +Wed Oct 21 08:16:32 UTC 2015 - guillaume@opensuse.org + +- Add Beagle x15 support +- Fix build for Beagle x15: + * U-Boot-1-2-usb-host-xhci-omap-fix-build-break.patch + +------------------------------------------------------------------- +Tue Oct 20 11:32:30 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.10 +- Remove upstreamed patches: + * 0001-odroid-replace-fatload-with-load-to-be-able-to-use-E.patch + * 0002-odroid-Add-boot-script-boot.scr-support.patch + +------------------------------------------------------------------- +Tue Oct 13 06:58:38 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.10-rc5 +- Remove upstreamed patch: + * arndale-apply-cortex-a15-erratas.patch + +------------------------------------------------------------------- +Thu Oct 8 09:27:15 UTC 2015 - guillaume@opensuse.org + +- Add boot script support to odroid board: + * 0001-odroid-replace-fatload-with-load-to-be-able-to-use-E.patch + * 0002-odroid-Add-boot-script-boot.scr-support.patch + +------------------------------------------------------------------- +Mon Oct 5 18:04:28 UTC 2015 - afaerber@suse.de + +- Add spring and firefly-rk3288 for armv7hl + * Break overly long armv7_boards line in pre_checkin.sh + * Clean up case'ing of defconfigs to avoid excessive wildcards +- Prepare for adding qemu-ppce500 for ppc + * Allow for more than two exclusive architectures (cleanup) + +------------------------------------------------------------------- +Mon Oct 5 11:42:08 UTC 2015 - dmueller@suse.com + +- add arndale-apply-cortex-a15-erratas.patch + +------------------------------------------------------------------- +Thu Oct 1 16:41:38 UTC 2015 - guillaume.gardet@opensuse.org + +- Update to 2015.10-rc4 +- Update drop-marvell.patch + +------------------------------------------------------------------- +Sat Sep 12 12:22:53 UTC 2015 - guillaume@opensuse.org + +- Use u-boot-2015.10-rc3.tar.bz2 package provided on FTP instead of + packaging it manually. + +------------------------------------------------------------------- +Tue Sep 8 08:52:56 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.10-rc3 + +------------------------------------------------------------------- +Wed Sep 2 16:28:02 UTC 2015 - guillaume@opensuse.org + +- Add odroid and odroid-xu3 + +------------------------------------------------------------------- +Tue Aug 18 08:31:48 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.10-rc2 +- Remove upstreamed patch: + * jetson-tk1-gpu-1.patch + * jetson-tk1-gpu-2.patch + +------------------------------------------------------------------- +Thu Aug 6 12:40:58 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.10-rc1 +- Remove upstreamed patch: + * mx53loco-bootscr.patch +- Update patches: + * jetson-tk1-gpu-1.patch + * jetson-tk1-gpu-2.patch + +------------------------------------------------------------------- +Wed Aug 5 13:36:45 UTC 2015 - dmueller@suse.com + +- add mx6cuboxi + +------------------------------------------------------------------- +Wed Jul 22 22:38:23 UTC 2015 - afaerber@suse.de + +- jetson-tk1-gpu-1.patch, + jetson-tk1-gpu-2.patch: Enable the Tegra124 GPU device tree node + +------------------------------------------------------------------- +Mon Jul 20 10:45:39 UTC 2015 - afaerber@suse.de + +- Add u-boot-jetson-tk1 + +------------------------------------------------------------------- +Fri Jul 17 06:42:37 UTC 2015 - afaerber@suse.de + +- Add u-boot-merriia80optimus + +------------------------------------------------------------------- +Wed Jul 15 13:05:24 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07 + +------------------------------------------------------------------- +Tue Jun 30 07:34:49 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc3 +- Remove upstreamed patches: + * enable_spl_ext_support_for_ti_armv7.patch + * fix_slow_mmc_on_rpi.patch + +------------------------------------------------------------------- +Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org + +- Add fix_slow_mmc_on_rpi.patch to speed up MMC load on RPi +- Rework patches (to be upstreamable): + * enable_spl_ext_support_for_ti_armv7.patch + * mx53loco-bootscr.patch +- Remove fix_beagle_spl_build.patch + +------------------------------------------------------------------- +Wed Jun 10 10:07:23 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc2 +- Update drop-marvell.patch + +------------------------------------------------------------------- +Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc1: +- Update drop-marvell.patch +- Remove no more needed add_snow_usb_boot.patch + +------------------------------------------------------------------- +Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com + +- adjust copyright headers + +------------------------------------------------------------------- +Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org + +- update to 2015.04 +- Remove upstreamed patch: + 0001-Exynos-Clock-Fix-exynos5_get_periph_rate-for-I2C.patch +- Follow upstream board rename colibri_t20_iris => colibri_t20 + +------------------------------------------------------------------- +Sun Apr 12 19:49:41 UTC 2015 - xxxxxmichl@googlemail.com + +- Added support for A13-OLinuXino, A13-OLinuXino-MICRO, + A20-OLinuXino-MICRO and A20-OLinuXino-LIME from + www.olimex.com + +------------------------------------------------------------------- +Thu Apr 9 07:56:40 UTC 2015 - guillaume@opensuse.org + +- Remove u-boot-vexpressaemv8a (dropped upstream and we now use EFI) + +------------------------------------------------------------------- +Thu Apr 2 09:13:49 UTC 2015 - guillaume@opensuse.org + +- update to 2015.04-rc5 + +------------------------------------------------------------------- +Mon Mar 23 08:39:40 UTC 2015 - guillaume@opensuse.org + +- update to 2015.04-rc4 + +------------------------------------------------------------------- +Wed Mar 4 15:51:55 UTC 2015 - guillaume@opensuse.org + +- Add 0001-Exynos-Clock-Fix-exynos5_get_periph_rate-for-I2C.patch + to fix keyboard on Chromebook + +------------------------------------------------------------------- +Wed Mar 4 15:46:52 UTC 2015 - guillaume@opensuse.org + +- update to 2015.04-rc3 +- update patch: drop-marvell.patch + +------------------------------------------------------------------- +Thu Feb 26 16:48:35 UTC 2015 - guillaume@opensuse.org + +- Update add_snow_usb_boot.patch to boot on USB2 instead of USB3 + +------------------------------------------------------------------- +Wed Feb 25 15:47:07 UTC 2015 - guillaume@opensuse.org + +- Remove unneeded fix_snow_config.patch + +------------------------------------------------------------------- +Tue Feb 24 09:48:50 UTC 2015 - guillaume@opensuse.org + +- Add rpi2 armv7 board + +------------------------------------------------------------------- +Fri Feb 20 12:31:38 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.04-rc2 + +------------------------------------------------------------------- +Fri Feb 20 10:04:14 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.04-rc1 + * Remove upstreamed patch pcm051-bootscr.patch + * Remove no more used patch fix_bootpart_snow_only.patch (now u-boot + scan all known partitions, so no need to set a different boot partition) + +------------------------------------------------------------------- +Sun Jan 25 20:20:46 UTC 2015 - matwey.kornilov@gmail.com + +- Enable pcm051rev3 for Phytec Wega board + * Add pcm051-bootscr.patch: add bootscript support (upstreamed in 2015.04-rc1) + +------------------------------------------------------------------- +Tue Jan 13 14:32:17 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.01: + * Drop upstreamed patches: + - 0001-spl-mmc-Fix-raw-boot-mode-related-to-commit.patch + - fix_sata.patch + * Update partially upstreamed mx53loco-bootscr.patch + +------------------------------------------------------------------- +Tue Dec 16 11:10:23 UTC 2014 - guillaume@opensuse.org + +- Backport SPL MMC raw boot mode fix: + * 0001-spl-mmc-Fix-raw-boot-mode-related-to-commit.patch + +------------------------------------------------------------------- +Sat Dec 13 12:12:41 UTC 2014 - xxxxxmichl@googlemail.com + +- Added support for A20-OLinuXIno-LIME2 and A10-OLinuXino-LIME from + www.olimex.com + +------------------------------------------------------------------- +Tue Dec 9 11:23:41 UTC 2014 - guillaume@opensuse.org + +- Rename XLOADER to OMAP_SPL in pre_checkin.sh and u-boot.spec.in + +------------------------------------------------------------------- +Tue Dec 9 09:15:27 UTC 2014 - guillaume@opensuse.org + +- Update to 2015.01-rc3 + * Drop upstreamed/unneeded patches: + - 0001-exynos-Enable-config_distro_defaults.h.patch + - 0002-exynos5-Use-config_distro_bootcmd.h.patch + - boot_mode_fallback.patch + - fix_snow_usb_support + - fix_spl_ext.patch + - fix_arm_hf_toolchain.patch + - origen-ext2.patch + * Update patch: + - fix_snow_config.patch + * Follow upstream: rpi_b config renamed to rpi + +------------------------------------------------------------------- +Tue Dec 2 12:41:55 UTC 2014 - guillaume@opensuse.org + +- Update snow (chromebook) + * Update patch: + - fix_snow_config.patch patch + * Add patches: + - add_snow_usb_boot.patch to be able to boot from USB0 + - fix_bootpart_snow_only.patch to boot on partition #2 (snow only!) + * Backport patches: + - fix_snow_usb_support.patch to fix USB on snow + - 0001-exynos-Enable-config_distro_defaults.h.patch + - 0002-exynos5-Use-config_distro_bootcmd.h.patch + * Drop unneeded/obsolete patches: + - fix_exynos5_text_base.patch + - fix_snow_extra_env_settings.patch + +------------------------------------------------------------------- +Sun Nov 30 13:17:33 UTC 2014 - guillaume@opensuse.org + +- Add Bananapi initial support + +------------------------------------------------------------------- +Tue Nov 25 08:29:14 UTC 2014 - guillaume@opensuse.org + +- Update to 2015.01-rc2 +- Update patch fix_omap_boot_mode.patch to be upstreamable and +rename it to boot_mode_fallback.patch +- Drop obsolete patch: arndale.patch +- Add patches: + * fix_arm_hf_toolchain.patch: fix build with hard float toolchain + * fix_spl_ext.patch: fix SPL EXT error checks + * fix_sata.patch: fix sata support and fix also mx53loco build + +------------------------------------------------------------------- +Wed Nov 19 21:44:17 CET 2014 - guillaume.gardet@opensuse.org + +- Fix mx53loco-bootscr.patch + +------------------------------------------------------------------- +Mon Nov 17 21:15:50 UTC 2014 - oscar@naiandei.net + +- Add u-boot-with-sunxi-spl.bin for sunxi boards + +------------------------------------------------------------------- +Mon Nov 17 15:17:56 UTC 2014 - guillaume@opensuse.org + +- Make use of RPM_OPT_FLAGS during make + +------------------------------------------------------------------- +Sat Nov 15 14:55:06 UTC 2014 - guillaume@opensuse.org + +- Fix sunxi boards (use u-boot.img instead of u-boot.bin) +- Remove duplicated default install line + +------------------------------------------------------------------- +Tue Nov 11 13:32:36 UTC 2014 - guillaume@opensuse.org + +- Update to 2015.01-rc1 +- Drop upstreamed patches: + * add_spl_extfs_support.patch + * ti_common_initrd_support.patch +- Refresh patch: + * drop-marvell.patch +- Drop CREDITS file from DOC (dropped upstream) + +------------------------------------------------------------------- +Mon Nov 3 10:19:42 UTC 2014 - guillaume@opensuse.org + +- Apply fix_omap_boot_mode.patch only for omap3/omap4 boards + +------------------------------------------------------------------- +Tue Oct 14 13:22:44 UTC 2014 - guillaume@opensuse.org + +- Update to version 2014.10 +- Drop upstreamed patch: + * fix_sabrelite_boot.scr.patch +- Refresh patches: + * arndale.patch + * fix_snow_config.patch + * fix_exynos5_text_base.patch + * exynos5-dt.h.patch (renamed fix_snow_extra_env_settings.patch) + +------------------------------------------------------------------- +Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org + +- Update to version 2014.10-rc3 +- Drop upstreamed patches: + * beagle-bootscr.patch + * panda-bootscr.patch + * am335x_evm-bootscr.patch +- Refresh patches: + * fix_sabrelite_boot.scr.patch + * drop-marvell.patch + * add_spl_extfs_support.patch +- Add a new patch to fix omap3beagle spl build: + * fix_beagle_spl_build.patch + +------------------------------------------------------------------- +Mon Sep 8 13:06:52 UTC 2014 - guillaume@opensuse.org + +- Drop Hyundai_a7hd and cubox-i boards (now handle in Contrib repos +since it is not upstreamed), so drop related patches: + * v2014.04-sunxi.patch + * cubox-i-v2014.04-port.patch + * cubox-i-enable_raw_rd.patch + +------------------------------------------------------------------- +Wed Sep 3 12:02:22 UTC 2014 - guillaume@opensuse.org + +- Update to version 2014.10-rc2 +- drop upstreamed patch rpi_b-bootscr.patch +- drop fix_spl_build_for_am335x.patch (does build without it) +- Refresh patches: + * drop-marvell.patch + * fix_snow_config.patch + +------------------------------------------------------------------- +Thu Aug 21 08:50:10 UTC 2014 - guillaume@opensuse.org + +- Update SPL EXT fs support: + * For omap boards (beagle and panda), SPL now looks for u-boot.img + as upstream instead of u-boot.bin + * Remove mlo-ext2.patch to make proper patches in +order to ease upstreaming our EXT fs SPL functions + * Add panda-bootscr.patch to fix panda boot (was included in + mlo-ext2.patch) + * Add fix_omap_boot_mode.patch to fix beagle and panda boot mode + (was included in mlo-ext2.patch) + * Add add_spl_extfs_support.patch to get proper SPL EXT fs functions + * Add enable_spl_ext_support_for_ti_armv7.patch to enable SPL EXT fs + support for TI ARMv7 boards + + +------------------------------------------------------------------- +Tue Aug 19 17:35:22 UTC 2014 - matwey.kornilov@gmail.com + +- Update to version 2014.10-rc1 and update patches + +------------------------------------------------------------------- +Thu Jul 31 13:59:00 UTC 2014 - dimstar@opensuse.org + +- Rename rpmlintrc to %{name}-rpmlintrc. + Follow the packaging guidelines. + +------------------------------------------------------------------- +Sat Jun 14 11:58:43 UTC 2014 - afaerber@suse.de + +- add u-boot-cubietruck for Cubietruck (Cubieboard 3) + +------------------------------------------------------------------- +Thu Jun 12 18:52:26 UTC 2014 - josua.m@t-online.de + +- add u-boot-mx6cubox-i for Cubox-i and Hummingboard + * currently conflicts with mlo-ext2 patch for omap4 + so only for cubox-i target mlo-ext2.patch is skipped + and cubox-i patches are applied + * patch source: https://github.com/vorlonofportland/u-boot/ + cubox-i-v2014.04-port.patch + cubox-i-enable_raw_rd.patch + +------------------------------------------------------------------- +Tue Apr 29 13:41:18 UTC 2014 - guillaume@opensuse.org + +- Enhance pre_checkin.sh script to handle arch restrictions + +------------------------------------------------------------------- +Tue Apr 29 13:18:48 UTC 2014 - guillaume@opensuse.org + +- Fix builds : + * 'tools' target is now 'tools-only' + * kermit scripts moved from 'tools/scripts' to 'tools/kermit/' + * Enhanced pre_checkin.sh script to handle uppercases in config name + * Renamed config from cubieboard to Cubieboard + * Renamed config from cubieboard2 to Cubieboard2 + * Renamed config from hyundai_a7hd to Hyundai_A7HD + * Renamed config from mele_a1000 to Mele_A1000 + +------------------------------------------------------------------- +Tue Apr 29 13:06:57 UTC 2014 - guillaume@opensuse.org + +- Add vexpress_aemv8a board + +------------------------------------------------------------------- +Tue Apr 29 08:33:48 UTC 2014 - guillaume@opensuse.org + +- Update to v2014.04 + * Update mlo-ext2.patch + * Update mx53loco-bootscr.patch + * Update origen-ext2.patch + * Dropped v2014.01-sunxi.patch and created + v2014.04-sunxi.patch by diffing u-boot-2014.04 with + u-boot-sunxi.git d9fe0a1e061e2bde6c24a0f7cef4f5023f3bd579 + * Update rpi_b-bootscr.patch + * Drop gnuhash.patch (upstreamed) + +------------------------------------------------------------------- +Thu Mar 27 14:22:23 UTC 2014 - guillaume@opensuse.org + +- add u-boot-mx6qsabrelite (for iMX6 Sabre Lite board) + +------------------------------------------------------------------- +Wed Feb 5 15:07:30 UTC 2014 - guillaume@opensuse.org + +- add u-boot-snow (for Chromebook ARM) + +------------------------------------------------------------------- +Wed Feb 5 14:59:29 UTC 2014 - guillaume@opensuse.org + +- Fix boot.scr location for beagle and origen + +------------------------------------------------------------------- +Thu Jan 30 14:28:34 UTC 2014 - dmueller@suse.com + +- add u-boot-cubieboard2 + +------------------------------------------------------------------- +Thu Jan 30 06:46:45 UTC 2014 - afaerber@suse.de + +- Drop 0006-ARMV7-hardfp-build-fix.patch: + v2014.01 checks if -msoft-float compiles okay, and + U-Boot is soft-float according to Tom Rini + +------------------------------------------------------------------- +Tue Jan 28 15:29:14 UTC 2014 - guillaume@opensuse.org + +- Disable CONFIG_SPL_OS_BOOT for ti armv7 configs with +fix_spl_build_for_am335x.patch to reduce size of am335x SPL + +------------------------------------------------------------------- +Sat Jan 26 22:46:44 UTC 2014 - afaerber@suse.de + +- Update to v2014.01 +* Manually updated 0006-ARMV7-hardfp-build-fix.patch +* Dropped v2013.10-sunxi.patch and created + v2014.01-sunxi.patch by merging u-boot.git v2014.01 onto + u-boot-sunxi.git e4a0232e173577893604b94fc3af7c047570970b +* Added gnuhash.patch to fix .gnu.hash section handling in ldscripts +* Rebased mlo-ext2.patch: + omap4_common.h CONFIG_SUPPORT_RAW_INITRD hunk is now covered by + ti_common_initrd_support.patch. + am335xevm build is known breaking due to size constraints not + trivially solvable without dropping our patch. + +------------------------------------------------------------------- +Sun Jan 26 12:14:10 UTC 2014 - afaerber@suse.de + +- Fix regression in packaging u-boot-dtb-tegra.bin: + There is in fact a u-boot-spl.bin SPL being built, + but it is 0xff-padded as u-boot-spl-pad.bin and then + prepended to u-boot.bin and the .dtb. + u-boot-dtb.bin exists independently as just u-boot.bin and .dtb, + so give preference to u-boot-dtb-tegra.bin over u-boot-dtb.bin. + +------------------------------------------------------------------- +Mon Jan 20 14:05:13 UTC 2014 - agraf@suse.com + +- The "Tegra SPL" is not an SPL but a differently named u-boot.bin + file. Fix up the generation scripts. + +------------------------------------------------------------------- +Sun Jan 19 00:09:41 UTC 2014 - afaerber@suse.de + +- Include Tegra SPL for Colibri T20 + +------------------------------------------------------------------- +Wed Jan 8 17:26:10 UTC 2014 - agraf@suse.com + +- switch raspberry to ext2 + +------------------------------------------------------------------- +Wed Jan 8 13:41:32 UTC 2014 - matwey.kornilov@gmail.com + +- am335x_evm-bootscr.patch: Search for files in /boot, not in /boot/boot + +------------------------------------------------------------------- +Wed Jan 8 02:07:44 UTC 2014 - afaerber@suse.de + +- rpi_b-bootscr.patch: Change rpi_b to use boot.scr + +------------------------------------------------------------------- +Tue Jan 7 16:01:13 UTC 2014 - dmueller@suse.com + +- remove origin flavor + +------------------------------------------------------------------- +Mon Jan 6 22:57:05 UTC 2014 - afaerber@suse.de + +- Enable paz00 config (Toshiba AC100) + +------------------------------------------------------------------- +Mon Jan 6 21:34:03 UTC 2014 - afaerber@suse.de + +- Enable colibri_t20_iris config (Toradex Colibri-T20 on Iris) +- Update u-boot.spec.in copyright and fix typo in comment + +------------------------------------------------------------------- +Sat Jan 4 01:47:50 UTC 2014 - agraf@suse.com + +- prefer u-boot-dtb.bin over u-boot.bin +- simplify files section + +------------------------------------------------------------------- +Fri Jan 3 16:54:30 UTC 2014 - dmueller@suse.com + +- mlo-ext2.patch: Search for files in /boot, not in /boot/boot + +------------------------------------------------------------------- +Mon Dec 30 18:37:50 UTC 2013 - matwey.kornilov@gmail.com + +- Add am335x_evm-bootscr.patch: Add bootscr to AM335x + platform based devices + +------------------------------------------------------------------- +Tue Dec 17 14:33:52 UTC 2013 - guillaume@opensuse.org + +- Remove old unused patches: + * v2013.04-sunxi.patch + * loadaddr-defaults.patch + +------------------------------------------------------------------- +Tue Dec 17 14:10:51 UTC 2013 - guillaume@opensuse.org + +- Add ti_common_initrd_support.patch to enable initrd support for + AM335x boards + +------------------------------------------------------------------- +Tue Dec 17 14:03:50 UTC 2013 - guillaume@opensuse.org + +- Add am335x_evm support which includes: Beagle Bone, + Beagle Bone Black, TI AM335x EVM, TI AM335x EVM-SK + +------------------------------------------------------------------- +Tue Nov 26 13:46:22 UTC 2013 - guillaume@opensuse.org + +- Add Arndale support + +------------------------------------------------------------------- +Tue Nov 26 13:05:10 UTC 2013 - guillaume@opensuse.org + +- Update v2013.04-sunxi.patch to v2013.10-sunxi.patch + +------------------------------------------------------------------- +Mon Nov 25 10:05:48 UTC 2013 - guillaume@opensuse.org + +- Remove kerneladdr and ramdiskaddr definition in u-boot patches + (now done in JeOS image with u-boot hooks) +- Update patches to current version: + * 0006-ARMV7-hardfp-build-fix.patch + * beagle-bootscr.patch + * mx53loco-bootscr.patch + * mlo-ext2.patch +- Merge fix_omap4_ext2_boot.patch in mlo-ext2.patch +- Rename exynos-ext2.patch in origen-ext2.patch + +------------------------------------------------------------------- +Mon Nov 25 09:57:12 UTC 2013 - guillaume@opensuse.org + +- Update to 2013.10 + +------------------------------------------------------------------- +Fri Nov 22 16:25:36 UTC 2013 - guillaume@opensuse.org + +- Fix OMAP4 pandaboard EXT2 boot + +------------------------------------------------------------------- +Fri Sep 13 11:31:14 UTC 2013 - guillaume@opensuse.org + +- Fix u-boot.bin and boot.scr place since they are now in boot/ folder. + +------------------------------------------------------------------- +Wed May 1 20:48:30 UTC 2013 - dmueller@suse.com + +- add support for cubieboard, hyundaia7hd, melea1000 + +------------------------------------------------------------------- +Wed May 1 08:18:26 UTC 2013 - dmueller@suse.com + +- update to 2013.04 + * no upstream changelog available +- remove dead u-boot-raspberrypi* (actually called rpib now) +- add rpib variant + +------------------------------------------------------------------- +Thu Apr 11 17:05:58 UTC 2013 - guillaume.gardet@opensuse.org + +- add omap3_beagle to targets + +------------------------------------------------------------------- +Thu Apr 11 16:05:41 UTC 2013 - dmueller@suse.com + +- remove u8500href subpackage, kernel got dropped + +------------------------------------------------------------------- +Sun Apr 7 14:32:20 UTC 2013 - agraf@suse.com + +- update to 2013.04rc2 +- enable bootz support on all boards + +------------------------------------------------------------------- +Wed Mar 20 07:21:06 UTC 2013 - agraf@suse.com + +- fix mlo-ext2.patch to actually use the ext4 infrastructure + +------------------------------------------------------------------- +Sat Jan 26 10:38:07 UTC 2013 - dmueller@suse.com + +- update mlo-ext2.patch: + * use the ext4 driver now since ext2 got removed + +------------------------------------------------------------------- +Wed Oct 24 22:33:13 UTC 2012 - agraf@suse.com + +- add sdhc-1.patch, sdhc-2.patch, sdhc-3.patch: + * backport upstream sdhc fixes + +------------------------------------------------------------------- +Wed Oct 24 01:37:36 CEST 2012 - agraf@suse.de + +- update to 2012.10: + - refresh patches 0006-ARMV7-hardfp-build-fix.patch, mlo-ext2.patch, + loadaddr-defaults.patch, mx53loco-bootscr.patch + +------------------------------------------------------------------- +Mon Oct 22 12:00:22 UTC 2012 - agraf@suse.com + +- fix origen by putting the ramdisk higher + +------------------------------------------------------------------- +Mon Aug 6 09:39:54 UTC 2012 - dmueller@suse.com + +- remove Marvell sources as they are non-free licensed (bnc#773824) + +------------------------------------------------------------------- +Thu Jul 26 18:21:44 UTC 2012 - agraf@suse.com + +- fix ext2 support for origen +- add origen-spl.bin for origen + +------------------------------------------------------------------- +Thu Jul 26 09:47:31 UTC 2012 - dmueller@suse.com + +- merge u-boot-tools + +------------------------------------------------------------------- +Wed Jul 25 21:05:08 UTC 2012 - agraf@suse.com + +- add ext2 support by default in mx53loco + +------------------------------------------------------------------- +Tue Jul 24 21:28:59 UTC 2012 - agraf@suse.com + +- add support for mx53loco + +------------------------------------------------------------------- +Tue Jul 24 11:25:42 UTC 2012 - dmueller@suse.com + +- remove u-boot-omap3beagle + +------------------------------------------------------------------- +Mon Jul 23 22:34:04 UTC 2012 - agraf@suse.com + +- bump to 2012.04.01 + - fixes bug in cmdline parsing + +------------------------------------------------------------------- +Mon Jul 23 22:26:47 UTC 2012 - agraf@suse.com + +- add calxeda highbank support + +------------------------------------------------------------------- +Thu Jul 12 12:51:56 UTC 2012 - agraf@suse.com + +- autoload boot.scr on beagle, so we can boot again + +------------------------------------------------------------------- +Thu Jul 12 08:12:15 UTC 2012 - agraf@suse.com + +- update to upstream u-boot 2012.04 + -> gets rid of linaro fork, only mainline now + -> gets us omap3 MLO support, no more need for x-loader + -> potentially fixes voltage issues on omap4 + +------------------------------------------------------------------- +Thu Jun 14 09:04:53 UTC 2012 - adrian@suse.de + +- add SUSE style conflicts to avoid installation of multiple + boot loaders + +------------------------------------------------------------------- +Tue Apr 17 11:59:55 UTC 2012 - joop.boonen@opensuse.org + +- Included u-boot.spec.in and gen_spec.sh in the spec file + +------------------------------------------------------------------- +Mon Feb 6 13:25:09 UTC 2012 - agraf@suse.com + +- use ext2 on panda + +------------------------------------------------------------------- +Tue Dec 20 02:36:05 UTC 2011 - agraf@suse.com + +- use ttyO2 as default console= on OMAP boards + +------------------------------------------------------------------- +Mon Dec 19 20:21:21 UTC 2011 - agraf@suse.com + +- add u8500_href and origen configs + +------------------------------------------------------------------- +Fri Dec 16 16:03:01 UTC 2011 - agraf@suse.com + +- fix lint failures + +------------------------------------------------------------------- +Fri Dec 16 14:46:53 CET 2011 - agraf@suse.com + +- don't install map + +------------------------------------------------------------------- +Fri Dec 16 02:16:19 UTC 2011 - agraf@suse.com + +- generalize spec file to be able to build for more boards +- add beagle board spec file +- remove boot.scr + +------------------------------------------------------------------- +Fri Dec 16 01:15:47 UTC 2011 - agraf@suse.com + +- rename to u-boot-omap4panda + +------------------------------------------------------------------- +Tue Dec 13 17:24:45 UTC 2011 - dkukawka@suse.de + +- new package based on u-boot-omap4panda but use linaro u-boot git + repo (http://git.linaro.org/git/boot/u-boot-linaro-stable.git) + instead of mainline u-boot. This package also contains the MLO + (this package obsoletes the x-loader package) + +------------------------------------------------------------------- +Tue Nov 29 22:53:44 UTC 2011 - joop.boonen@opensuse.org + +- COPYING CREDITS README are now in the standard package + +------------------------------------------------------------------- +Thu Nov 24 21:08:58 UTC 2011 - joop.boonen@opensuse.org + +- Corrected the links + +------------------------------------------------------------------- +Tue Nov 22 17:47:17 UTC 2011 - joop.boonen@opensuse.org + +- Build without u-boot tools as we have a u-boot-tools packages + +------------------------------------------------------------------- +Sun Nov 20 17:00:43 UTC 2011 - joop.boonen@opensuse.org + +- Cleaned the spec file up the spec file +- The name is the same as the package name + +------------------------------------------------------------------- +Sun Nov 13 13:13:39 UTC 2011 - joop.boonen@opensuse.org + +- Build u-boot according to http://elinux.org/Panda_How_to_MLO_&_u-boot +- Using .txt config file instead of .scr it's gerated via mkimage + +------------------------------------------------------------------- +Wed Nov 09 22:55:09 UTC 2011 - joop.boonen@opensuse.org + +- Used scr file based on http://elinux.org definition +- Build u-boot 20111109 +- Used the Meego panda u-boot as a base + +------------------------------------------------------------------- +Fri Feb 18 00:00:00 UTC 2011 - raghuveer.murthy@ti.com> +- 2010.09-MeeGo +- Fix for u-boot fails to compile on armv7hl, BMC#13140 + +------------------------------------------------------------------- +Thu Nov 18 00:00:00 UTC 2010 - peter.j.zhu@intel.com> +- 2010.09-MeeGo +- Don't build against i586, BMC#10159 + +------------------------------------------------------------------- +Tue Oct 10 00:00:00 UTC 2010 - nm@ti.com> +- 2010.09.rc1-MeeGo +- Added option to enable boot.scr generation and copy + +------------------------------------------------------------------- +Mon Oct 04 00:00:00 UTC 2010 - nm@ti.com> +- 2010.09.rc1-MeeGo +- Update to 2010.09 + +------------------------------------------------------------------- +Wed Sep 14 00:00:00 UTC 2010 - nm@ti.com> +- 2010.09.rc1-MeeGo +- Update to 2010.09.rc1 +- MeeGo customization +- Enabled PandaBoard, Beagleboard build + +------------------------------------------------------------------- +Wed Mar 31 00:00:00 UTC 2010 - silvan.calarco@mambasoft.it> +- 2009.11.1-1mamba +- update to 2009.11.1 + +------------------------------------------------------------------- +Wed Mar 31 00:00:00 UTC 2010 - diff --git a/u-boot-rock960-rk3399.spec b/u-boot-rock960-rk3399.spec new file mode 100644 index 0000000..c6a2110 --- /dev/null +++ b/u-boot-rock960-rk3399.spec @@ -0,0 +1,283 @@ +# +# spec file for package u-boot-rock960-rk3399 +# +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon +# Copyright (c) 2007-2010 by Silvan Calarco +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%bcond_with uboot_atf +%bcond_with uboot_atf_pine64 + +%define mvebu_spl 0 +%define x_loader 0 +%define rockchip_spl 1 +%define sunxi_spl 0 +%define arndale_spl 0 +%define origen_spl 0 +%define imx6_spl 0 +%define socfpga_spl 0 + +%if "rock960-rk3399" == "rpi" || "rock960-rk3399" == "rpi2" || "rock960-rk3399" == "rpi3" +%define is_rpi 1 +%endif +%if "rock960-rk3399" == "evb-rk3399" || "rock960-rk3399" == "firefly-rk3399" || "rock960-rk3399" == "puma-rk3399" || "rock960-rk3399" == "rock960-rk3399" +%define is_rk3399 1 +%endif +%if "rock960-rk3399" == "bananapim64" || "rock960-rk3399" == "nanopia64" || "rock960-rk3399" == "pine64plus" || "rock960-rk3399" == "pinebook" +%define is_a64 1 +%endif +%if "rock960-rk3399" == "orangepipc2" +%define is_h5 1 +%endif +%if "rock960-rk3399" == "pineh64" +%define is_h6 1 +%endif + +# archive_version differs from version for RC version only +%define archive_version 2019.01 + +Name: u-boot-rock960-rk3399 +Version: 2019.01 +Release: 0 +Summary: The U-Boot firmware for the rock960-rk3399 platform +License: GPL-2.0-only +Group: System/Boot +Url: http://www.denx.de/wiki/U-Boot +Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{archive_version}.tar.bz2 +Source1: ftp://ftp.denx.de/pub/u-boot/u-boot-%{archive_version}.tar.bz2.sig +Source2: arndale-bl1.img +Source3: update_git.sh +Source300: u-boot-rpmlintrc +Patch0001: 0001-XXX-openSUSE-XXX-Prepend-partition-.patch +Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch +Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch +Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch +Patch0005: 0005-zynqmp-Add-generic-target.patch +Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if 0%{?is_rk3399} && %{with uboot_atf} +BuildRequires: arm-trusted-firmware-rk3399 +%endif +%if (0%{?is_a64} || 0%{?is_h5}) && %{with uboot_atf} +BuildRequires: arm-trusted-firmware-sun50ia64 +%endif +%if 0%{?is_h6} && %{with uboot_atf} +BuildRequires: arm-trusted-firmware-sun50ih6 +%endif +BuildRequires: bc +BuildRequires: bison +# Arndale board needs DTC >= 1.4 +BuildRequires: dtc >= 1.4.0 +BuildRequires: flex +# u-boot-clearfog (tools/kwbimage.c) needs openssl to build +BuildRequires: libopenssl-devel +BuildRequires: python-devel +%if %{with uboot_atf} +%if "%{name}" == "u-boot-evb-rk3399" || "%{name}" == "u-boot-firefly-rk3399" +# make_fit_atf.py +BuildRequires: python-pyelftools +%endif +%endif +BuildRequires: swig +%if "%{name}" == "u-boot-qemu-ppce500" +# Owns /usr/share/qemu directory +BuildRequires: qemu +Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500 +%endif +%if 0%{?is_rpi} +# Owns /boot/vc directory +BuildRequires: raspberrypi-firmware +%endif +%if "%{name}" == "u-boot-zynqmp" +BuildRequires: zynqmp-dts +%endif +%if 0%{?is_rpi} +# For mountpoint +Requires(post): util-linux +%endif +Provides: u-boot-loader +Conflicts: otherproviders(u-boot-loader) +%if %x_loader == 1 +Obsoletes: x-loader-rock960-rk3399 +Provides: x-loader-rock960-rk3399 +%endif +ExclusiveArch: aarch64 + +%description +Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. +This package contains the firmware for the rock960-rk3399 platform. + +%package doc +Summary: Documentation for the U-Boot Firmware +Group: Documentation/Other + +%description doc +Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. +This package contains documentation for U-Boot firmware. + +%prep +%setup -q -n u-boot-%{archive_version} +%patch0001 -p1 +%patch0002 -p1 +%patch0003 -p1 +%patch0004 -p1 +%patch0005 -p1 +%patch0006 -p1 + +%build +export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin +%endif + +%if %{with uboot_atf} +%if "%{name}" == "u-boot-evb-rk3399" || "%{name}" == "u-boot-firefly-rk3399" +cp /usr/share/arm-trusted-firmware-rk3399/bl31.elf . +%endif +%endif + +make %{?_smp_mflags} CROSS_COMPILE= HOSTCFLAGS="$RPM_OPT_FLAGS" rock960-rk3399_defconfig +echo "Attempting to enable fdt apply command (.dtbo) support." +echo "CONFIG_OF_LIBFDT_OVERLAY=y" >> .config +make %{?_smp_mflags} CROSS_COMPILE= HOSTCFLAGS="$RPM_OPT_FLAGS" \ +%if ("%{name}" == "u-boot-evb-rk3399" || "%{name}" == "u-boot-firefly-rk3399") && %{with uboot_atf} + all u-boot.itb +%else + all +%endif + +%ifarch aarch64 +%if %sunxi_spl == 1 +cat spl/sunxi-spl.bin u-boot.itb > u-boot-sunxi-with-spl.bin +%endif +%endif + +%if "%{name}" == "u-boot-snow" || "%{name}" == "u-boot-spring" +# Chromebook ARM (snow) and HP Chromebook 11 (spring) need a uImage format +export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) +./tools/mkimage -A arm -O linux -T kernel -C none -a $TEXT_START -e $TEXT_START -n uboot -d u-boot-dtb.bin u-boot.img +%endif + +%if %rockchip_spl == 1 +for t in rksd; do + ./tools/mkimage -n rk3399 -d spl/u-boot-spl.bin -T $t u-boot-spl.$t +done +%endif + +%install +export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) +export NO_BRP_STRIP_DEBUG=true +export NO_DEBUGINFO_STRIP_DEBUG=true +%define uboot_dir /boot +%if 0%{?is_rpi} +%define uboot_dir /boot/vc +%endif +%if "%{name}" == "u-boot-qemu-ppce500" +%define uboot_dir %{_datadir}/qemu +%endif +%if "%{name}" == "u-boot-jetson-tk1" +# tegra-uboot-flasher needs several intermediate files, under their original name. +for f in u-boot u-boot.dtb u-boot-dtb-tegra.bin u-boot-nodtb-tegra.bin spl/u-boot-spl; do + install -D -m 0644 $f %{buildroot}%{uboot_dir}/$f +done +%else +%if "%{name}" == "u-boot-p2371-2180" +# Jetson TX1 Driver Pack flash.sh needs several intermediate files, under their original name. +for f in u-boot u-boot.bin u-boot.dtb u-boot-dtb.bin; do + install -D -m 0644 $f %{buildroot}%{uboot_dir}/$f +done +%else +install -D -m 0644 u-boot.bin %{buildroot}%{uboot_dir}/u-boot.bin +%if ("%{name}" == "u-boot-evb-rk3399" || "%{name}" == "u-boot-firefly-rk3399") && %{with uboot_atf} +install -D -m 0644 u-boot.itb %{buildroot}%{uboot_dir}/u-boot.itb +%endif +%if "%{name}" == "u-boot-qemu-ppce500" +mv %{buildroot}%{uboot_dir}/u-boot.bin %{buildroot}%{uboot_dir}/u-boot.e500 +%endif +%endif +%endif +%if %x_loader == 1 +install -D -m 0644 MLO %{buildroot}%{uboot_dir}/MLO +%endif +%if %origen_spl == 1 +install -D -m 0644 spl/origen-spl.bin %{buildroot}%{uboot_dir}/origen-spl.bin +%endif +%if %arndale_spl == 1 +install -D -m 0644 spl/arndale-spl.bin %{buildroot}%{uboot_dir}/arndale-spl.bin +install -D -m 0644 %{SOURCE2} %{buildroot}%{uboot_dir}/arndale-bl1.img +%endif +%if %mvebu_spl == 1 +install -D -m 0644 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif +%if %rockchip_spl == 1 +install -D -m 0644 spl/u-boot-spl.bin %{buildroot}%{uboot_dir}/u-boot-spl.bin +for t in rksd; do + install -D -m 0644 u-boot-spl.$t %{buildroot}%{uboot_dir}/u-boot-spl.$t +done +%endif +%if %sunxi_spl == 1 +install -D -m 0644 spl/sunxi-spl.bin %{buildroot}%{uboot_dir}/sunxi-spl.bin +install -D -m 0644 u-boot-sunxi-with-spl.bin %{buildroot}%{uboot_dir}/u-boot-sunxi-with-spl.bin +%endif +%if %imx6_spl == 1 +install -D -m 0644 SPL %{buildroot}%{uboot_dir}/imx6-spl.bin +%endif +%if %socfpga_spl == 1 +install -D -m 0644 u-boot-with-spl.sfp %{buildroot}%{uboot_dir}/u-boot-with-spl.sfp +%endif +%if "%{name}" == "u-boot-rpi3" +echo -e "# Boot in AArch64 mode\narm_control=0x200" > %{buildroot}%{uboot_dir}/ubootconfig.txt +%endif + +%if 0%{?is_rpi} +%post +# On the Raspberry Pi we chain-load u-boot.bin from bootcode.bin via config.txt. +# It needs to be on the first FAT partition, wherever we mounted it. +# a) Unmounted, then do nothing. +# b) Mounted as /boot/vc, then they're in the right place already. +# c) Mounted as /boot/efi, with /boot/vc as symlink, then nothing to be done. +# d) Mounted as /boot/efi, with /boot/vc a directory, then copy files over. +if mountpoint -q /boot/efi; then + if ! [[ "$(readlink -f /boot/efi)" -ef "$(readlink -f %{uboot_dir})" ]]; then + [ -f %{uboot_dir}/ubootconfig.txt ] && cp %{uboot_dir}/ubootconfig.txt /boot/efi + cp %{uboot_dir}/u-boot.bin /boot/efi/ + fi +fi +%endif + +%files +%defattr(-,root,root) +%license Licenses/gpl-2.0.txt +%doc README +%{uboot_dir}/* + +%files doc +%defattr(-,root,root) +# Generic documents +%doc doc/README.JFFS2 doc/README.JFFS2_NAND doc/README.commands +%doc doc/README.autoboot doc/README.commands doc/README.console doc/README.dns +%doc doc/README.hwconfig doc/README.nand doc/README.NetConsole doc/README.serial_multi +%doc doc/README.SNTP doc/README.standalone doc/README.update doc/README.usb +%doc doc/README.video doc/README.VLAN doc/README.silent doc/README.POST +# Copy some useful kermit scripts as well +%doc tools/kermit/dot.kermrc tools/kermit/flash_param tools/kermit/send_cmd tools/kermit/send_image +# Now any h/w dependent Documentation +%doc doc/README.ARM-memory-map + +%changelog diff --git a/u-boot-rpi.changes b/u-boot-rpi.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-rpi.changes +++ b/u-boot-rpi.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-rpi.spec b/u-boot-rpi.spec index ef427cd..f570876 100644 --- a/u-boot-rpi.spec +++ b/u-boot-rpi.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-rpi # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "rpi" == "rpi" || "rpi" == "rpi2" || "rpi" == "rpi3" %define is_rpi 1 %endif -%if "rpi" == "evb-rk3399" || "rpi" == "firefly-rk3399" || "rpi" == "puma-rk3399" +%if "rpi" == "evb-rk3399" || "rpi" == "firefly-rk3399" || "rpi" == "puma-rk3399" || "rpi" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "rpi" == "bananapim64" || "rpi" == "nanopia64" || "rpi" == "pine64plus" +%if "rpi" == "bananapim64" || "rpi" == "nanopia64" || "rpi" == "pine64plus" || "rpi" == "pinebook" %define is_a64 1 %endif %if "rpi" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-rpi -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the rpi platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-rpi2.changes b/u-boot-rpi2.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-rpi2.changes +++ b/u-boot-rpi2.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-rpi2.spec b/u-boot-rpi2.spec index 5fd3389..a0c221f 100644 --- a/u-boot-rpi2.spec +++ b/u-boot-rpi2.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-rpi2 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "rpi2" == "rpi" || "rpi2" == "rpi2" || "rpi2" == "rpi3" %define is_rpi 1 %endif -%if "rpi2" == "evb-rk3399" || "rpi2" == "firefly-rk3399" || "rpi2" == "puma-rk3399" +%if "rpi2" == "evb-rk3399" || "rpi2" == "firefly-rk3399" || "rpi2" == "puma-rk3399" || "rpi2" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "rpi2" == "bananapim64" || "rpi2" == "nanopia64" || "rpi2" == "pine64plus" +%if "rpi2" == "bananapim64" || "rpi2" == "nanopia64" || "rpi2" == "pine64plus" || "rpi2" == "pinebook" %define is_a64 1 %endif %if "rpi2" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-rpi2 -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the rpi2 platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-rpi3.changes b/u-boot-rpi3.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-rpi3.changes +++ b/u-boot-rpi3.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-rpi3.spec b/u-boot-rpi3.spec index 40824d6..b8b52db 100644 --- a/u-boot-rpi3.spec +++ b/u-boot-rpi3.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-rpi3 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "rpi3" == "rpi" || "rpi3" == "rpi2" || "rpi3" == "rpi3" %define is_rpi 1 %endif -%if "rpi3" == "evb-rk3399" || "rpi3" == "firefly-rk3399" || "rpi3" == "puma-rk3399" +%if "rpi3" == "evb-rk3399" || "rpi3" == "firefly-rk3399" || "rpi3" == "puma-rk3399" || "rpi3" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "rpi3" == "bananapim64" || "rpi3" == "nanopia64" || "rpi3" == "pine64plus" +%if "rpi3" == "bananapim64" || "rpi3" == "nanopia64" || "rpi3" == "pine64plus" || "rpi3" == "pinebook" %define is_a64 1 %endif %if "rpi3" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-rpi3 -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the rpi3 platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-sinovoipbpim2plus.changes b/u-boot-sinovoipbpim2plus.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-sinovoipbpim2plus.changes +++ b/u-boot-sinovoipbpim2plus.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-sinovoipbpim2plus.spec b/u-boot-sinovoipbpim2plus.spec index 9bc96a4..5a04222 100644 --- a/u-boot-sinovoipbpim2plus.spec +++ b/u-boot-sinovoipbpim2plus.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-sinovoipbpim2plus # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "sinovoipbpim2plus" == "rpi" || "sinovoipbpim2plus" == "rpi2" || "sinovoipbpim2plus" == "rpi3" %define is_rpi 1 %endif -%if "sinovoipbpim2plus" == "evb-rk3399" || "sinovoipbpim2plus" == "firefly-rk3399" || "sinovoipbpim2plus" == "puma-rk3399" +%if "sinovoipbpim2plus" == "evb-rk3399" || "sinovoipbpim2plus" == "firefly-rk3399" || "sinovoipbpim2plus" == "puma-rk3399" || "sinovoipbpim2plus" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "sinovoipbpim2plus" == "bananapim64" || "sinovoipbpim2plus" == "nanopia64" || "sinovoipbpim2plus" == "pine64plus" +%if "sinovoipbpim2plus" == "bananapim64" || "sinovoipbpim2plus" == "nanopia64" || "sinovoipbpim2plus" == "pine64plus" || "sinovoipbpim2plus" == "pinebook" %define is_a64 1 %endif %if "sinovoipbpim2plus" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-sinovoipbpim2plus -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the sinovoipbpim2plus platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-snow.changes b/u-boot-snow.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-snow.changes +++ b/u-boot-snow.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-snow.spec b/u-boot-snow.spec index b2674b4..e9ed63a 100644 --- a/u-boot-snow.spec +++ b/u-boot-snow.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-snow # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "snow" == "rpi" || "snow" == "rpi2" || "snow" == "rpi3" %define is_rpi 1 %endif -%if "snow" == "evb-rk3399" || "snow" == "firefly-rk3399" || "snow" == "puma-rk3399" +%if "snow" == "evb-rk3399" || "snow" == "firefly-rk3399" || "snow" == "puma-rk3399" || "snow" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "snow" == "bananapim64" || "snow" == "nanopia64" || "snow" == "pine64plus" +%if "snow" == "bananapim64" || "snow" == "nanopia64" || "snow" == "pine64plus" || "snow" == "pinebook" %define is_a64 1 %endif %if "snow" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-snow -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the snow platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-socfpgade0nanosoc.changes b/u-boot-socfpgade0nanosoc.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-socfpgade0nanosoc.changes +++ b/u-boot-socfpgade0nanosoc.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-socfpgade0nanosoc.spec b/u-boot-socfpgade0nanosoc.spec index 2c7956e..97b9c7c 100644 --- a/u-boot-socfpgade0nanosoc.spec +++ b/u-boot-socfpgade0nanosoc.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-socfpgade0nanosoc # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "socfpgade0nanosoc" == "rpi" || "socfpgade0nanosoc" == "rpi2" || "socfpgade0nanosoc" == "rpi3" %define is_rpi 1 %endif -%if "socfpgade0nanosoc" == "evb-rk3399" || "socfpgade0nanosoc" == "firefly-rk3399" || "socfpgade0nanosoc" == "puma-rk3399" +%if "socfpgade0nanosoc" == "evb-rk3399" || "socfpgade0nanosoc" == "firefly-rk3399" || "socfpgade0nanosoc" == "puma-rk3399" || "socfpgade0nanosoc" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "socfpgade0nanosoc" == "bananapim64" || "socfpgade0nanosoc" == "nanopia64" || "socfpgade0nanosoc" == "pine64plus" +%if "socfpgade0nanosoc" == "bananapim64" || "socfpgade0nanosoc" == "nanopia64" || "socfpgade0nanosoc" == "pine64plus" || "socfpgade0nanosoc" == "pinebook" %define is_a64 1 %endif %if "socfpgade0nanosoc" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-socfpgade0nanosoc -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the socfpgade0nanosoc platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-spring.changes b/u-boot-spring.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-spring.changes +++ b/u-boot-spring.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-spring.spec b/u-boot-spring.spec index afc6995..8d233fa 100644 --- a/u-boot-spring.spec +++ b/u-boot-spring.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-spring # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "spring" == "rpi" || "spring" == "rpi2" || "spring" == "rpi3" %define is_rpi 1 %endif -%if "spring" == "evb-rk3399" || "spring" == "firefly-rk3399" || "spring" == "puma-rk3399" +%if "spring" == "evb-rk3399" || "spring" == "firefly-rk3399" || "spring" == "puma-rk3399" || "spring" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "spring" == "bananapim64" || "spring" == "nanopia64" || "spring" == "pine64plus" +%if "spring" == "bananapim64" || "spring" == "nanopia64" || "spring" == "pine64plus" || "spring" == "pinebook" %define is_a64 1 %endif %if "spring" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-spring -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the spring platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-tinker-rk3288.changes b/u-boot-tinker-rk3288.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-tinker-rk3288.changes +++ b/u-boot-tinker-rk3288.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-tinker-rk3288.spec b/u-boot-tinker-rk3288.spec index 8a4ad06..25d82fd 100644 --- a/u-boot-tinker-rk3288.spec +++ b/u-boot-tinker-rk3288.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-tinker-rk3288 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "tinker-rk3288" == "rpi" || "tinker-rk3288" == "rpi2" || "tinker-rk3288" == "rpi3" %define is_rpi 1 %endif -%if "tinker-rk3288" == "evb-rk3399" || "tinker-rk3288" == "firefly-rk3399" || "tinker-rk3288" == "puma-rk3399" +%if "tinker-rk3288" == "evb-rk3399" || "tinker-rk3288" == "firefly-rk3399" || "tinker-rk3288" == "puma-rk3399" || "tinker-rk3288" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "tinker-rk3288" == "bananapim64" || "tinker-rk3288" == "nanopia64" || "tinker-rk3288" == "pine64plus" +%if "tinker-rk3288" == "bananapim64" || "tinker-rk3288" == "nanopia64" || "tinker-rk3288" == "pine64plus" || "tinker-rk3288" == "pinebook" %define is_a64 1 %endif %if "tinker-rk3288" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-tinker-rk3288 -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the tinker-rk3288 platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-turrisomnia.changes b/u-boot-turrisomnia.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-turrisomnia.changes +++ b/u-boot-turrisomnia.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-turrisomnia.spec b/u-boot-turrisomnia.spec index f19c38e..58847c4 100644 --- a/u-boot-turrisomnia.spec +++ b/u-boot-turrisomnia.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-turrisomnia # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "turrisomnia" == "rpi" || "turrisomnia" == "rpi2" || "turrisomnia" == "rpi3" %define is_rpi 1 %endif -%if "turrisomnia" == "evb-rk3399" || "turrisomnia" == "firefly-rk3399" || "turrisomnia" == "puma-rk3399" +%if "turrisomnia" == "evb-rk3399" || "turrisomnia" == "firefly-rk3399" || "turrisomnia" == "puma-rk3399" || "turrisomnia" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "turrisomnia" == "bananapim64" || "turrisomnia" == "nanopia64" || "turrisomnia" == "pine64plus" +%if "turrisomnia" == "bananapim64" || "turrisomnia" == "nanopia64" || "turrisomnia" == "pine64plus" || "turrisomnia" == "pinebook" %define is_a64 1 %endif %if "turrisomnia" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-turrisomnia -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the turrisomnia platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-udoo.changes b/u-boot-udoo.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-udoo.changes +++ b/u-boot-udoo.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-udoo.spec b/u-boot-udoo.spec index 04c13ce..068c813 100644 --- a/u-boot-udoo.spec +++ b/u-boot-udoo.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-udoo # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "udoo" == "rpi" || "udoo" == "rpi2" || "udoo" == "rpi3" %define is_rpi 1 %endif -%if "udoo" == "evb-rk3399" || "udoo" == "firefly-rk3399" || "udoo" == "puma-rk3399" +%if "udoo" == "evb-rk3399" || "udoo" == "firefly-rk3399" || "udoo" == "puma-rk3399" || "udoo" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "udoo" == "bananapim64" || "udoo" == "nanopia64" || "udoo" == "pine64plus" +%if "udoo" == "bananapim64" || "udoo" == "nanopia64" || "udoo" == "pine64plus" || "udoo" == "pinebook" %define is_a64 1 %endif %if "udoo" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-udoo -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the udoo platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-udooneo.changes b/u-boot-udooneo.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-udooneo.changes +++ b/u-boot-udooneo.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-udooneo.spec b/u-boot-udooneo.spec index f305b2a..12ff594 100644 --- a/u-boot-udooneo.spec +++ b/u-boot-udooneo.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-udooneo # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "udooneo" == "rpi" || "udooneo" == "rpi2" || "udooneo" == "rpi3" %define is_rpi 1 %endif -%if "udooneo" == "evb-rk3399" || "udooneo" == "firefly-rk3399" || "udooneo" == "puma-rk3399" +%if "udooneo" == "evb-rk3399" || "udooneo" == "firefly-rk3399" || "udooneo" == "puma-rk3399" || "udooneo" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "udooneo" == "bananapim64" || "udooneo" == "nanopia64" || "udooneo" == "pine64plus" +%if "udooneo" == "bananapim64" || "udooneo" == "nanopia64" || "udooneo" == "pine64plus" || "udooneo" == "pinebook" %define is_a64 1 %endif %if "udooneo" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-udooneo -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the udooneo platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-xilinxzynqmpgeneric.changes b/u-boot-xilinxzynqmpgeneric.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-xilinxzynqmpgeneric.changes +++ b/u-boot-xilinxzynqmpgeneric.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-xilinxzynqmpgeneric.spec b/u-boot-xilinxzynqmpgeneric.spec index 8eb7b3e..2c1aa3e 100644 --- a/u-boot-xilinxzynqmpgeneric.spec +++ b/u-boot-xilinxzynqmpgeneric.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-xilinxzynqmpgeneric # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "xilinxzynqmpgeneric" == "rpi" || "xilinxzynqmpgeneric" == "rpi2" || "xilinxzynqmpgeneric" == "rpi3" %define is_rpi 1 %endif -%if "xilinxzynqmpgeneric" == "evb-rk3399" || "xilinxzynqmpgeneric" == "firefly-rk3399" || "xilinxzynqmpgeneric" == "puma-rk3399" +%if "xilinxzynqmpgeneric" == "evb-rk3399" || "xilinxzynqmpgeneric" == "firefly-rk3399" || "xilinxzynqmpgeneric" == "puma-rk3399" || "xilinxzynqmpgeneric" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "xilinxzynqmpgeneric" == "bananapim64" || "xilinxzynqmpgeneric" == "nanopia64" || "xilinxzynqmpgeneric" == "pine64plus" +%if "xilinxzynqmpgeneric" == "bananapim64" || "xilinxzynqmpgeneric" == "nanopia64" || "xilinxzynqmpgeneric" == "pine64plus" || "xilinxzynqmpgeneric" == "pinebook" %define is_a64 1 %endif %if "xilinxzynqmpgeneric" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-xilinxzynqmpgeneric -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the xilinxzynqmpgeneric platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot-xilinxzynqmpzcu102rev10.changes b/u-boot-xilinxzynqmpzcu102rev10.changes index 38a5bef..fcd9a74 100644 --- a/u-boot-xilinxzynqmpzcu102rev10.changes +++ b/u-boot-xilinxzynqmpzcu102rev10.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot-xilinxzynqmpzcu102rev10.spec b/u-boot-xilinxzynqmpzcu102rev10.spec index c557dbe..9eecaf4 100644 --- a/u-boot-xilinxzynqmpzcu102rev10.spec +++ b/u-boot-xilinxzynqmpzcu102rev10.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot-xilinxzynqmpzcu102rev10 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,10 +33,10 @@ %if "xilinxzynqmpzcu102rev10" == "rpi" || "xilinxzynqmpzcu102rev10" == "rpi2" || "xilinxzynqmpzcu102rev10" == "rpi3" %define is_rpi 1 %endif -%if "xilinxzynqmpzcu102rev10" == "evb-rk3399" || "xilinxzynqmpzcu102rev10" == "firefly-rk3399" || "xilinxzynqmpzcu102rev10" == "puma-rk3399" +%if "xilinxzynqmpzcu102rev10" == "evb-rk3399" || "xilinxzynqmpzcu102rev10" == "firefly-rk3399" || "xilinxzynqmpzcu102rev10" == "puma-rk3399" || "xilinxzynqmpzcu102rev10" == "rock960-rk3399" %define is_rk3399 1 %endif -%if "xilinxzynqmpzcu102rev10" == "bananapim64" || "xilinxzynqmpzcu102rev10" == "nanopia64" || "xilinxzynqmpzcu102rev10" == "pine64plus" +%if "xilinxzynqmpzcu102rev10" == "bananapim64" || "xilinxzynqmpzcu102rev10" == "nanopia64" || "xilinxzynqmpzcu102rev10" == "pine64plus" || "xilinxzynqmpzcu102rev10" == "pinebook" %define is_a64 1 %endif %if "xilinxzynqmpzcu102rev10" == "orangepipc2" @@ -47,10 +47,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot-xilinxzynqmpzcu102rev10 -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: The U-Boot firmware for the xilinxzynqmpzcu102rev10 platform License: GPL-2.0-only @@ -67,8 +67,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?is_rk3399} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-rk3399 @@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) diff --git a/u-boot.changes b/u-boot.changes index 38a5bef..fcd9a74 100644 --- a/u-boot.changes +++ b/u-boot.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Jan 15 10:04:39 UTC 2019 - Guillaume GARDET + +- Update to v2019.01 + +------------------------------------------------------------------- +Tue Jan 8 06:19:51 UTC 2019 - afaerber@suse.de + +- Update to v2019.01-rc3 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + +------------------------------------------------------------------- +Sat Dec 22 23:16:01 UTC 2018 - afaerber@suse.de + +- Add rock960-rk3399 + +------------------------------------------------------------------- +Fri Dec 21 13:20:00 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc2 + +------------------------------------------------------------------- +Tue Dec 11 13:52:21 UTC 2018 - Andreas Prittwitz + +- add pinebook + +------------------------------------------------------------------- +Tue Dec 4 08:08:53 UTC 2018 - Guillaume GARDET + +- Update to v2019.01-rc1 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 +* Patches dropped: + 0007-Revert-efi_loader-remove-efi_exit_c.patch + 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch +* Patches added: + 0007-exynos-imply-SYS_THUMB_BUILD.patch + ------------------------------------------------------------------- Sat Nov 24 16:43:11 UTC 2018 - afaerber@suse.de diff --git a/u-boot.spec b/u-boot.spec index 69d03f5..91cc8c4 100644 --- a/u-boot.spec +++ b/u-boot.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -14,15 +14,15 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # # 'archive_version' differs from 'version' for RC version only -%define archive_version 2018.11 +%define archive_version 2019.01 Name: u-boot -Version: 2018.11 +Version: 2019.01 Release: 0 Summary: Tools for the U-Boot Firmware License: GPL-2.0-only @@ -36,8 +36,6 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch Patch0005: 0005-zynqmp-Add-generic-target.patch Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch -Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch -Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch BuildRequires: bison BuildRequires: flex BuildRequires: libopenssl-devel @@ -66,8 +64,6 @@ mkimage- a tool that creates kernel bootable images for U-Boot. %patch0004 -p1 %patch0005 -p1 %patch0006 -p1 -%patch0007 -p1 -%patch0008 -p1 %build # needed for include/config/auto.conf diff --git a/update_git.sh b/update_git.sh index 002fcc9..918d81e 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.11 -GIT_UPSTREAM_TAG=v2018.11 +GIT_BRANCH=tumbleweed-2019.01 +GIT_UPSTREAM_TAG=v2019.01 GIT_DIR=/dev/shm/u-boot-factory-git-dir CMP_DIR=/dev/shm/u-boot-factory-cmp-dir