forked from pool/u-boot
Accepting request 650276 from hardware👢staging
OBS-URL: https://build.opensuse.org/request/show/650276 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=30
This commit is contained in:
@@ -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
|
||||
|
30
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
Normal file
30
0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
Normal file
@@ -0,0 +1,30 @@
|
||||
From eb04d2007c1f36a6ae10ca6729f8d9570da4220b Mon Sep 17 00:00:00 2001
|
||||
From: Guillaume GARDET <guillaume.gardet@free.fr>
|
||||
Date: Mon, 19 Nov 2018 17:33:06 +0100
|
||||
Subject: [PATCH] exynos5: allow bigger BL2 (u-boot.bin)
|
||||
|
||||
This patch allows SPL to load a bigger BL2 (u-boot.bin).
|
||||
This is needed for and has been tested on Arndale board, as u-boot.bin is
|
||||
now bigger than 512K with GCC8.
|
||||
|
||||
Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr>
|
||||
|
||||
Cc: Minkyu Kang <mk7.kang@samsung.com>
|
||||
Cc: Tom Rini <trini@konsulko.com>
|
||||
---
|
||||
include/configs/exynos5-common.h | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/include/configs/exynos5-common.h b/include/configs/exynos5-common.h
|
||||
index cd2a9046af..7da4be5ca8 100644
|
||||
--- a/include/configs/exynos5-common.h
|
||||
+++ b/include/configs/exynos5-common.h
|
||||
@@ -89,7 +89,7 @@
|
||||
/* Configuration of BL1, BL2, ENV Blocks on mmc */
|
||||
#define CONFIG_RES_BLOCK_SIZE (512)
|
||||
#define CONFIG_BL1_SIZE (16 << 10) /*16 K reserved for BL1*/
|
||||
-#define CONFIG_BL2_SIZE (512UL << 10UL) /* 512 KB */
|
||||
+#define CONFIG_BL2_SIZE (512UL << 11UL) /* 1 MB */
|
||||
#define CONFIG_ENV_SIZE (16 << 10) /* 16 KB */
|
||||
|
||||
#define CONFIG_BL1_OFFSET (CONFIG_RES_BLOCK_SIZE + CONFIG_SEC_FW_SIZE)
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 16:49:26 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ 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,6 +139,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user