forked from pool/u-boot
Accepting request 594811 from home:Guillaume_G:branches:hardware:boot
- 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 OBS-URL: https://build.opensuse.org/request/show/594811 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=12
This commit is contained in:
parent
b8c39d017b
commit
39b598b2ce
@ -1,4 +1,4 @@
|
||||
From 734c7b6ad34b617b9f4d34a94d338c311de3ef77 Mon Sep 17 00:00:00 2001
|
||||
From 511518e4a181b1601490aa2dfd0f7af459dea5d2 Mon Sep 17 00:00:00 2001
|
||||
From: Jonathan Gray <jsg@jsg.id.au>
|
||||
Date: Sat, 17 Mar 2018 16:15:48 +1100
|
||||
Subject: [PATCH] mmc: use core clock frequency in bcm2835 sdhost
|
||||
|
24
0011-Temp-workaround-for-Chromebook-snow.patch
Normal file
24
0011-Temp-workaround-for-Chromebook-snow.patch
Normal file
@ -0,0 +1,24 @@
|
||||
From 7710a68a4efaa90acd0ac57aa04909b63199e410 Mon Sep 17 00:00:00 2001
|
||||
From: Guillaume GARDET <guillaume.gardet@free.fr>
|
||||
Date: Mon, 9 Apr 2018 10:28:26 +0200
|
||||
Subject: [PATCH] Temp workaround for Chromebook snow to avoid the 'unable to
|
||||
select a mode' error
|
||||
|
||||
---
|
||||
drivers/mmc/dw_mmc.c | 3 ++-
|
||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/drivers/mmc/dw_mmc.c b/drivers/mmc/dw_mmc.c
|
||||
index 23f642980b..28f4fa0f21 100644
|
||||
--- a/drivers/mmc/dw_mmc.c
|
||||
+++ b/drivers/mmc/dw_mmc.c
|
||||
@@ -508,7 +508,8 @@ void dwmci_setup_cfg(struct mmc_config *cfg, struct dwmci_host *host,
|
||||
cfg->host_caps |= MMC_MODE_4BIT;
|
||||
cfg->host_caps &= ~MMC_MODE_8BIT;
|
||||
}
|
||||
- cfg->host_caps |= MMC_MODE_HS | MMC_MODE_HS_52MHz;
|
||||
+ /* Temp workaround for Chromebook snow to avoid the 'unable to select a mode' error */
|
||||
+// cfg->host_caps |= MMC_MODE_HS | MMC_MODE_HS_52MHz;
|
||||
|
||||
cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT;
|
||||
}
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-a10-olinuxino-lime
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the a10-olinuxino-lime platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-a13-olinuxino
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the a13-olinuxino platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-a13-olinuxinom
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the a13-olinuxinom platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-a20-olinuxino-lime
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the a20-olinuxino-lime platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-a20-olinuxino-lime2
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the a20-olinuxino-lime2 platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-a20-olinuxinomicro
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the a20-olinuxinomicro platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-am335xboneblack
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the am335xboneblack platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-am335xevm
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the am335xevm platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-am57xxevm
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the am57xxevm platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-arndale
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the arndale platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-bananapi
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the bananapi platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-clearfog
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the clearfog platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-colibrit20
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the colibrit20 platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-cubieboard
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the cubieboard platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-cubieboard2
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the cubieboard2 platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-cubietruck
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the cubietruck platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-dragonboard410c
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the dragonboard410c platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-evb-rk3399
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the evb-rk3399 platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-firefly-rk3288
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the firefly-rk3288 platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-firefly-rk3399
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the firefly-rk3399 platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-geekbox
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the geekbox platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-highbank
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the highbank platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-hikey
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the hikey platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-hyundaia7hd
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the hyundaia7hd platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-jetson-tk1
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the jetson-tk1 platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-lamobor1
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the lamobor1 platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-ls1012afrdmqspi
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the ls1012afrdmqspi platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-melea1000
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the melea1000 platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-merriia80optimus
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the merriia80optimus platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-mvebudb-88f3720
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the mvebudb-88f3720 platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-mvebudbarmada8k
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the mvebudbarmada8k platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-mvebuespressobin-88f3720
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the mvebuespressobin-88f3720 platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-mvebumcbin-88f8040
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the mvebumcbin-88f8040 platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-mx53loco
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the mx53loco platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-mx6cuboxi
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the mx6cuboxi platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-mx6qsabrelite
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the mx6qsabrelite platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-nanopia64
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the nanopia64 platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-nanopineo
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the nanopineo platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-nanopineoair
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the nanopineoair platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-odroid-c2
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the odroid-c2 platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-odroid-xu3
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the odroid-xu3 platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-odroid
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the odroid platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-omap3beagle
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the omap3beagle platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-omap4panda
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the omap4panda platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-orangepipc
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the orangepipc platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-orangepipc2
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the orangepipc2 platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-p2371-2180
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the p2371-2180 platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-paz00
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the paz00 platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Name: u-boot-pcm051rev3
|
||||
Version: 2018.03
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the pcm051rev3 platform
|
||||
License: GPL-2.0
|
||||
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
|
||||
@ -56,6 +56,7 @@ Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -110,6 +111,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user