forked from pool/u-boot
Accepting request 314846 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/314846 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=49
This commit is contained in:
parent
fe9c0cb377
commit
ae8ba0ea62
@ -1,35 +0,0 @@
|
||||
From 06b07abc2932582fceeb87d8888dff1d5853df83 Mon Sep 17 00:00:00 2001
|
||||
From: Guillaume GARDET <guillaume.gardet@free.fr>
|
||||
Date: Tue, 16 Jun 2015 12:26:52 +0200
|
||||
Subject: [U-Boot] [PATCH 1/2] ti: armv7: enable EXT support in SPL
|
||||
(using ti_armv7_common.h)
|
||||
|
||||
Tested on Pandaboard (rev. A3) and Beagleboard xM (rev. B).
|
||||
Compilation tested on TI armv7 boards and OMAP boards from other vendors.
|
||||
|
||||
Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr>
|
||||
Cc: Tom Rini <trini@konsulko.com>
|
||||
|
||||
---
|
||||
include/configs/ti_armv7_common.h | 5 +++++
|
||||
1 file changed, 5 insertions(+)
|
||||
|
||||
diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h
|
||||
index 2bd1164..8762930 100644
|
||||
--- a/include/configs/ti_armv7_common.h
|
||||
+++ b/include/configs/ti_armv7_common.h
|
||||
@@ -256,6 +256,11 @@
|
||||
#define CONFIG_SPL_LIBDISK_SUPPORT
|
||||
#define CONFIG_SPL_MMC_SUPPORT
|
||||
#define CONFIG_SPL_FAT_SUPPORT
|
||||
+#define CONFIG_SPL_EXT_SUPPORT
|
||||
+#endif
|
||||
+
|
||||
+#ifdef CONFIG_SPL_BUILD
|
||||
+#define CONFIG_SYS_THUMB_BUILD /* Thumbs mode to save space in SPL */
|
||||
#endif
|
||||
|
||||
/* General parts of the framework, required. */
|
||||
--
|
||||
1.8.4.5
|
||||
|
@ -1,18 +0,0 @@
|
||||
diff --git a/drivers/mmc/bcm2835_sdhci.c b/drivers/mmc/bcm2835_sdhci.c
|
||||
index 078ef05..74b497e 100644
|
||||
--- a/drivers/mmc/bcm2835_sdhci.c
|
||||
+++ b/drivers/mmc/bcm2835_sdhci.c
|
||||
@@ -69,11 +69,11 @@ static inline void bcm2835_sdhci_raw_writel(struct sdhci_host *host, u32 val,
|
||||
* (Which is just as well - otherwise we'd have to nobble the DMA engine
|
||||
* too)
|
||||
*/
|
||||
- while (get_timer(bcm_host->last_write) < bcm_host->twoticks_delay)
|
||||
+ while (timer_get_us() < bcm_host->last_write + bcm_host->twoticks_delay)
|
||||
;
|
||||
|
||||
writel(val, host->ioaddr + reg);
|
||||
- bcm_host->last_write = get_timer(0);
|
||||
+ bcm_host->last_write = timer_get_us();
|
||||
}
|
||||
|
||||
static inline u32 bcm2835_sdhci_raw_readl(struct sdhci_host *host, int reg)
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25c5c418dc3111368bf04296338d0d6395c4fcabb7c32aeab2a9a06a596ee53e
|
||||
size 9913836
|
3
u-boot-2015.07-rc3.tar.bz2
Normal file
3
u-boot-2015.07-rc3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa02859152f281286aed7b40c0c6e087d8db5fae51c626098dc7ccea25fcfcae
|
||||
size 9922809
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 07:34:49 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
- Update to 2015.07-rc3
|
||||
- Remove upstreamed patches:
|
||||
* enable_spl_ext_support_for_ti_armv7.patch
|
||||
* fix_slow_mmc_on_rpi.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,19 +25,17 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-a10-olinuxino-lime
|
||||
Version: 2015.07~rc2
|
||||
Version: 2015.07~rc3
|
||||
Release: 0
|
||||
Summary: The u-boot firmware for the a10-olinuxino-lime arm platform
|
||||
License: GPL-2.0
|
||||
Group: System/Boot
|
||||
Url: http://www.denx.de/wiki/U-Boot
|
||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc3.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: fix_slow_mmc_on_rpi.patch
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: mx53loco-bootscr.patch
|
||||
Patch1: mx53loco-bootscr.patch
|
||||
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||
Patch99: drop-marvell.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -66,13 +64,11 @@ This package contains documentation for u-boot firmware
|
||||
|
||||
%prep
|
||||
#%setup -q -n u-boot-%{version}
|
||||
%setup -q -n u-boot-2015.07-rc2
|
||||
%setup -q -n u-boot-2015.07-rc3
|
||||
# is non-free licensed, and we don't need it (bnc#773824)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch99 -p1
|
||||
|
||||
%build
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 07:34:49 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
- Update to 2015.07-rc3
|
||||
- Remove upstreamed patches:
|
||||
* enable_spl_ext_support_for_ti_armv7.patch
|
||||
* fix_slow_mmc_on_rpi.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,19 +25,17 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-a13-olinuxino
|
||||
Version: 2015.07~rc2
|
||||
Version: 2015.07~rc3
|
||||
Release: 0
|
||||
Summary: The u-boot firmware for the a13-olinuxino arm platform
|
||||
License: GPL-2.0
|
||||
Group: System/Boot
|
||||
Url: http://www.denx.de/wiki/U-Boot
|
||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc3.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: fix_slow_mmc_on_rpi.patch
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: mx53loco-bootscr.patch
|
||||
Patch1: mx53loco-bootscr.patch
|
||||
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||
Patch99: drop-marvell.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -66,13 +64,11 @@ This package contains documentation for u-boot firmware
|
||||
|
||||
%prep
|
||||
#%setup -q -n u-boot-%{version}
|
||||
%setup -q -n u-boot-2015.07-rc2
|
||||
%setup -q -n u-boot-2015.07-rc3
|
||||
# is non-free licensed, and we don't need it (bnc#773824)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch99 -p1
|
||||
|
||||
%build
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 07:34:49 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
- Update to 2015.07-rc3
|
||||
- Remove upstreamed patches:
|
||||
* enable_spl_ext_support_for_ti_armv7.patch
|
||||
* fix_slow_mmc_on_rpi.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,19 +25,17 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-a13-olinuxinom
|
||||
Version: 2015.07~rc2
|
||||
Version: 2015.07~rc3
|
||||
Release: 0
|
||||
Summary: The u-boot firmware for the a13-olinuxinom arm platform
|
||||
License: GPL-2.0
|
||||
Group: System/Boot
|
||||
Url: http://www.denx.de/wiki/U-Boot
|
||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc3.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: fix_slow_mmc_on_rpi.patch
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: mx53loco-bootscr.patch
|
||||
Patch1: mx53loco-bootscr.patch
|
||||
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||
Patch99: drop-marvell.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -66,13 +64,11 @@ This package contains documentation for u-boot firmware
|
||||
|
||||
%prep
|
||||
#%setup -q -n u-boot-%{version}
|
||||
%setup -q -n u-boot-2015.07-rc2
|
||||
%setup -q -n u-boot-2015.07-rc3
|
||||
# is non-free licensed, and we don't need it (bnc#773824)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch99 -p1
|
||||
|
||||
%build
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 07:34:49 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
- Update to 2015.07-rc3
|
||||
- Remove upstreamed patches:
|
||||
* enable_spl_ext_support_for_ti_armv7.patch
|
||||
* fix_slow_mmc_on_rpi.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,19 +25,17 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-a20-olinuxino-lime
|
||||
Version: 2015.07~rc2
|
||||
Version: 2015.07~rc3
|
||||
Release: 0
|
||||
Summary: The u-boot firmware for the a20-olinuxino-lime arm platform
|
||||
License: GPL-2.0
|
||||
Group: System/Boot
|
||||
Url: http://www.denx.de/wiki/U-Boot
|
||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc3.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: fix_slow_mmc_on_rpi.patch
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: mx53loco-bootscr.patch
|
||||
Patch1: mx53loco-bootscr.patch
|
||||
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||
Patch99: drop-marvell.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -66,13 +64,11 @@ This package contains documentation for u-boot firmware
|
||||
|
||||
%prep
|
||||
#%setup -q -n u-boot-%{version}
|
||||
%setup -q -n u-boot-2015.07-rc2
|
||||
%setup -q -n u-boot-2015.07-rc3
|
||||
# is non-free licensed, and we don't need it (bnc#773824)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch99 -p1
|
||||
|
||||
%build
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 07:34:49 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
- Update to 2015.07-rc3
|
||||
- Remove upstreamed patches:
|
||||
* enable_spl_ext_support_for_ti_armv7.patch
|
||||
* fix_slow_mmc_on_rpi.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,19 +25,17 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-a20-olinuxino-lime2
|
||||
Version: 2015.07~rc2
|
||||
Version: 2015.07~rc3
|
||||
Release: 0
|
||||
Summary: The u-boot firmware for the a20-olinuxino-lime2 arm platform
|
||||
License: GPL-2.0
|
||||
Group: System/Boot
|
||||
Url: http://www.denx.de/wiki/U-Boot
|
||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc3.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: fix_slow_mmc_on_rpi.patch
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: mx53loco-bootscr.patch
|
||||
Patch1: mx53loco-bootscr.patch
|
||||
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||
Patch99: drop-marvell.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -66,13 +64,11 @@ This package contains documentation for u-boot firmware
|
||||
|
||||
%prep
|
||||
#%setup -q -n u-boot-%{version}
|
||||
%setup -q -n u-boot-2015.07-rc2
|
||||
%setup -q -n u-boot-2015.07-rc3
|
||||
# is non-free licensed, and we don't need it (bnc#773824)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch99 -p1
|
||||
|
||||
%build
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 07:34:49 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
- Update to 2015.07-rc3
|
||||
- Remove upstreamed patches:
|
||||
* enable_spl_ext_support_for_ti_armv7.patch
|
||||
* fix_slow_mmc_on_rpi.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,19 +25,17 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-a20-olinuxinomicro
|
||||
Version: 2015.07~rc2
|
||||
Version: 2015.07~rc3
|
||||
Release: 0
|
||||
Summary: The u-boot firmware for the a20-olinuxinomicro arm platform
|
||||
License: GPL-2.0
|
||||
Group: System/Boot
|
||||
Url: http://www.denx.de/wiki/U-Boot
|
||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc3.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: fix_slow_mmc_on_rpi.patch
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: mx53loco-bootscr.patch
|
||||
Patch1: mx53loco-bootscr.patch
|
||||
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||
Patch99: drop-marvell.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -66,13 +64,11 @@ This package contains documentation for u-boot firmware
|
||||
|
||||
%prep
|
||||
#%setup -q -n u-boot-%{version}
|
||||
%setup -q -n u-boot-2015.07-rc2
|
||||
%setup -q -n u-boot-2015.07-rc3
|
||||
# is non-free licensed, and we don't need it (bnc#773824)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch99 -p1
|
||||
|
||||
%build
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 07:34:49 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
- Update to 2015.07-rc3
|
||||
- Remove upstreamed patches:
|
||||
* enable_spl_ext_support_for_ti_armv7.patch
|
||||
* fix_slow_mmc_on_rpi.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,19 +25,17 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-am335xevm
|
||||
Version: 2015.07~rc2
|
||||
Version: 2015.07~rc3
|
||||
Release: 0
|
||||
Summary: The u-boot firmware for the am335xevm arm platform
|
||||
License: GPL-2.0
|
||||
Group: System/Boot
|
||||
Url: http://www.denx.de/wiki/U-Boot
|
||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc3.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: fix_slow_mmc_on_rpi.patch
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: mx53loco-bootscr.patch
|
||||
Patch1: mx53loco-bootscr.patch
|
||||
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||
Patch99: drop-marvell.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -66,13 +64,11 @@ This package contains documentation for u-boot firmware
|
||||
|
||||
%prep
|
||||
#%setup -q -n u-boot-%{version}
|
||||
%setup -q -n u-boot-2015.07-rc2
|
||||
%setup -q -n u-boot-2015.07-rc3
|
||||
# is non-free licensed, and we don't need it (bnc#773824)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch99 -p1
|
||||
|
||||
%build
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 07:34:49 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
- Update to 2015.07-rc3
|
||||
- Remove upstreamed patches:
|
||||
* enable_spl_ext_support_for_ti_armv7.patch
|
||||
* fix_slow_mmc_on_rpi.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,19 +25,17 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-arndale
|
||||
Version: 2015.07~rc2
|
||||
Version: 2015.07~rc3
|
||||
Release: 0
|
||||
Summary: The u-boot firmware for the arndale arm platform
|
||||
License: GPL-2.0
|
||||
Group: System/Boot
|
||||
Url: http://www.denx.de/wiki/U-Boot
|
||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc3.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: fix_slow_mmc_on_rpi.patch
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: mx53loco-bootscr.patch
|
||||
Patch1: mx53loco-bootscr.patch
|
||||
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||
Patch99: drop-marvell.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -66,13 +64,11 @@ This package contains documentation for u-boot firmware
|
||||
|
||||
%prep
|
||||
#%setup -q -n u-boot-%{version}
|
||||
%setup -q -n u-boot-2015.07-rc2
|
||||
%setup -q -n u-boot-2015.07-rc3
|
||||
# is non-free licensed, and we don't need it (bnc#773824)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch99 -p1
|
||||
|
||||
%build
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 07:34:49 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
- Update to 2015.07-rc3
|
||||
- Remove upstreamed patches:
|
||||
* enable_spl_ext_support_for_ti_armv7.patch
|
||||
* fix_slow_mmc_on_rpi.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,19 +25,17 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-bananapi
|
||||
Version: 2015.07~rc2
|
||||
Version: 2015.07~rc3
|
||||
Release: 0
|
||||
Summary: The u-boot firmware for the bananapi arm platform
|
||||
License: GPL-2.0
|
||||
Group: System/Boot
|
||||
Url: http://www.denx.de/wiki/U-Boot
|
||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc3.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: fix_slow_mmc_on_rpi.patch
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: mx53loco-bootscr.patch
|
||||
Patch1: mx53loco-bootscr.patch
|
||||
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||
Patch99: drop-marvell.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -66,13 +64,11 @@ This package contains documentation for u-boot firmware
|
||||
|
||||
%prep
|
||||
#%setup -q -n u-boot-%{version}
|
||||
%setup -q -n u-boot-2015.07-rc2
|
||||
%setup -q -n u-boot-2015.07-rc3
|
||||
# is non-free licensed, and we don't need it (bnc#773824)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch99 -p1
|
||||
|
||||
%build
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 07:34:49 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
- Update to 2015.07-rc3
|
||||
- Remove upstreamed patches:
|
||||
* enable_spl_ext_support_for_ti_armv7.patch
|
||||
* fix_slow_mmc_on_rpi.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,19 +25,17 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-colibrit20
|
||||
Version: 2015.07~rc2
|
||||
Version: 2015.07~rc3
|
||||
Release: 0
|
||||
Summary: The u-boot firmware for the colibrit20 arm platform
|
||||
License: GPL-2.0
|
||||
Group: System/Boot
|
||||
Url: http://www.denx.de/wiki/U-Boot
|
||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc3.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: fix_slow_mmc_on_rpi.patch
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: mx53loco-bootscr.patch
|
||||
Patch1: mx53loco-bootscr.patch
|
||||
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||
Patch99: drop-marvell.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -66,13 +64,11 @@ This package contains documentation for u-boot firmware
|
||||
|
||||
%prep
|
||||
#%setup -q -n u-boot-%{version}
|
||||
%setup -q -n u-boot-2015.07-rc2
|
||||
%setup -q -n u-boot-2015.07-rc3
|
||||
# is non-free licensed, and we don't need it (bnc#773824)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch99 -p1
|
||||
|
||||
%build
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 07:34:49 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
- Update to 2015.07-rc3
|
||||
- Remove upstreamed patches:
|
||||
* enable_spl_ext_support_for_ti_armv7.patch
|
||||
* fix_slow_mmc_on_rpi.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,19 +25,17 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-cubieboard
|
||||
Version: 2015.07~rc2
|
||||
Version: 2015.07~rc3
|
||||
Release: 0
|
||||
Summary: The u-boot firmware for the cubieboard arm platform
|
||||
License: GPL-2.0
|
||||
Group: System/Boot
|
||||
Url: http://www.denx.de/wiki/U-Boot
|
||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc3.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: fix_slow_mmc_on_rpi.patch
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: mx53loco-bootscr.patch
|
||||
Patch1: mx53loco-bootscr.patch
|
||||
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||
Patch99: drop-marvell.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -66,13 +64,11 @@ This package contains documentation for u-boot firmware
|
||||
|
||||
%prep
|
||||
#%setup -q -n u-boot-%{version}
|
||||
%setup -q -n u-boot-2015.07-rc2
|
||||
%setup -q -n u-boot-2015.07-rc3
|
||||
# is non-free licensed, and we don't need it (bnc#773824)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch99 -p1
|
||||
|
||||
%build
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 07:34:49 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
- Update to 2015.07-rc3
|
||||
- Remove upstreamed patches:
|
||||
* enable_spl_ext_support_for_ti_armv7.patch
|
||||
* fix_slow_mmc_on_rpi.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,19 +25,17 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-cubieboard2
|
||||
Version: 2015.07~rc2
|
||||
Version: 2015.07~rc3
|
||||
Release: 0
|
||||
Summary: The u-boot firmware for the cubieboard2 arm platform
|
||||
License: GPL-2.0
|
||||
Group: System/Boot
|
||||
Url: http://www.denx.de/wiki/U-Boot
|
||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc3.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: fix_slow_mmc_on_rpi.patch
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: mx53loco-bootscr.patch
|
||||
Patch1: mx53loco-bootscr.patch
|
||||
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||
Patch99: drop-marvell.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -66,13 +64,11 @@ This package contains documentation for u-boot firmware
|
||||
|
||||
%prep
|
||||
#%setup -q -n u-boot-%{version}
|
||||
%setup -q -n u-boot-2015.07-rc2
|
||||
%setup -q -n u-boot-2015.07-rc3
|
||||
# is non-free licensed, and we don't need it (bnc#773824)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch99 -p1
|
||||
|
||||
%build
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 07:34:49 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
- Update to 2015.07-rc3
|
||||
- Remove upstreamed patches:
|
||||
* enable_spl_ext_support_for_ti_armv7.patch
|
||||
* fix_slow_mmc_on_rpi.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,19 +25,17 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-cubietruck
|
||||
Version: 2015.07~rc2
|
||||
Version: 2015.07~rc3
|
||||
Release: 0
|
||||
Summary: The u-boot firmware for the cubietruck arm platform
|
||||
License: GPL-2.0
|
||||
Group: System/Boot
|
||||
Url: http://www.denx.de/wiki/U-Boot
|
||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc3.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: fix_slow_mmc_on_rpi.patch
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: mx53loco-bootscr.patch
|
||||
Patch1: mx53loco-bootscr.patch
|
||||
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||
Patch99: drop-marvell.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -66,13 +64,11 @@ This package contains documentation for u-boot firmware
|
||||
|
||||
%prep
|
||||
#%setup -q -n u-boot-%{version}
|
||||
%setup -q -n u-boot-2015.07-rc2
|
||||
%setup -q -n u-boot-2015.07-rc3
|
||||
# is non-free licensed, and we don't need it (bnc#773824)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch99 -p1
|
||||
|
||||
%build
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 07:34:49 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
- Update to 2015.07-rc3
|
||||
- Remove upstreamed patches:
|
||||
* enable_spl_ext_support_for_ti_armv7.patch
|
||||
* fix_slow_mmc_on_rpi.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,19 +25,17 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-highbank
|
||||
Version: 2015.07~rc2
|
||||
Version: 2015.07~rc3
|
||||
Release: 0
|
||||
Summary: The u-boot firmware for the highbank arm platform
|
||||
License: GPL-2.0
|
||||
Group: System/Boot
|
||||
Url: http://www.denx.de/wiki/U-Boot
|
||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc3.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: fix_slow_mmc_on_rpi.patch
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: mx53loco-bootscr.patch
|
||||
Patch1: mx53loco-bootscr.patch
|
||||
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||
Patch99: drop-marvell.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -66,13 +64,11 @@ This package contains documentation for u-boot firmware
|
||||
|
||||
%prep
|
||||
#%setup -q -n u-boot-%{version}
|
||||
%setup -q -n u-boot-2015.07-rc2
|
||||
%setup -q -n u-boot-2015.07-rc3
|
||||
# is non-free licensed, and we don't need it (bnc#773824)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch99 -p1
|
||||
|
||||
%build
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 07:34:49 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
- Update to 2015.07-rc3
|
||||
- Remove upstreamed patches:
|
||||
* enable_spl_ext_support_for_ti_armv7.patch
|
||||
* fix_slow_mmc_on_rpi.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,19 +25,17 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-melea1000
|
||||
Version: 2015.07~rc2
|
||||
Version: 2015.07~rc3
|
||||
Release: 0
|
||||
Summary: The u-boot firmware for the melea1000 arm platform
|
||||
License: GPL-2.0
|
||||
Group: System/Boot
|
||||
Url: http://www.denx.de/wiki/U-Boot
|
||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc3.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: fix_slow_mmc_on_rpi.patch
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: mx53loco-bootscr.patch
|
||||
Patch1: mx53loco-bootscr.patch
|
||||
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||
Patch99: drop-marvell.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -66,13 +64,11 @@ This package contains documentation for u-boot firmware
|
||||
|
||||
%prep
|
||||
#%setup -q -n u-boot-%{version}
|
||||
%setup -q -n u-boot-2015.07-rc2
|
||||
%setup -q -n u-boot-2015.07-rc3
|
||||
# is non-free licensed, and we don't need it (bnc#773824)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch99 -p1
|
||||
|
||||
%build
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 07:34:49 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
- Update to 2015.07-rc3
|
||||
- Remove upstreamed patches:
|
||||
* enable_spl_ext_support_for_ti_armv7.patch
|
||||
* fix_slow_mmc_on_rpi.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,19 +25,17 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-mx53loco
|
||||
Version: 2015.07~rc2
|
||||
Version: 2015.07~rc3
|
||||
Release: 0
|
||||
Summary: The u-boot firmware for the mx53loco arm platform
|
||||
License: GPL-2.0
|
||||
Group: System/Boot
|
||||
Url: http://www.denx.de/wiki/U-Boot
|
||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc3.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: fix_slow_mmc_on_rpi.patch
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: mx53loco-bootscr.patch
|
||||
Patch1: mx53loco-bootscr.patch
|
||||
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||
Patch99: drop-marvell.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -66,13 +64,11 @@ This package contains documentation for u-boot firmware
|
||||
|
||||
%prep
|
||||
#%setup -q -n u-boot-%{version}
|
||||
%setup -q -n u-boot-2015.07-rc2
|
||||
%setup -q -n u-boot-2015.07-rc3
|
||||
# is non-free licensed, and we don't need it (bnc#773824)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch99 -p1
|
||||
|
||||
%build
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 07:34:49 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
- Update to 2015.07-rc3
|
||||
- Remove upstreamed patches:
|
||||
* enable_spl_ext_support_for_ti_armv7.patch
|
||||
* fix_slow_mmc_on_rpi.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,19 +25,17 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-mx6qsabrelite
|
||||
Version: 2015.07~rc2
|
||||
Version: 2015.07~rc3
|
||||
Release: 0
|
||||
Summary: The u-boot firmware for the mx6qsabrelite arm platform
|
||||
License: GPL-2.0
|
||||
Group: System/Boot
|
||||
Url: http://www.denx.de/wiki/U-Boot
|
||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc3.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: fix_slow_mmc_on_rpi.patch
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: mx53loco-bootscr.patch
|
||||
Patch1: mx53loco-bootscr.patch
|
||||
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||
Patch99: drop-marvell.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -66,13 +64,11 @@ This package contains documentation for u-boot firmware
|
||||
|
||||
%prep
|
||||
#%setup -q -n u-boot-%{version}
|
||||
%setup -q -n u-boot-2015.07-rc2
|
||||
%setup -q -n u-boot-2015.07-rc3
|
||||
# is non-free licensed, and we don't need it (bnc#773824)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch99 -p1
|
||||
|
||||
%build
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 07:34:49 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
- Update to 2015.07-rc3
|
||||
- Remove upstreamed patches:
|
||||
* enable_spl_ext_support_for_ti_armv7.patch
|
||||
* fix_slow_mmc_on_rpi.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,19 +25,17 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-omap3beagle
|
||||
Version: 2015.07~rc2
|
||||
Version: 2015.07~rc3
|
||||
Release: 0
|
||||
Summary: The u-boot firmware for the omap3beagle arm platform
|
||||
License: GPL-2.0
|
||||
Group: System/Boot
|
||||
Url: http://www.denx.de/wiki/U-Boot
|
||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc3.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: fix_slow_mmc_on_rpi.patch
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: mx53loco-bootscr.patch
|
||||
Patch1: mx53loco-bootscr.patch
|
||||
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||
Patch99: drop-marvell.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -66,13 +64,11 @@ This package contains documentation for u-boot firmware
|
||||
|
||||
%prep
|
||||
#%setup -q -n u-boot-%{version}
|
||||
%setup -q -n u-boot-2015.07-rc2
|
||||
%setup -q -n u-boot-2015.07-rc3
|
||||
# is non-free licensed, and we don't need it (bnc#773824)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch99 -p1
|
||||
|
||||
%build
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 07:34:49 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
- Update to 2015.07-rc3
|
||||
- Remove upstreamed patches:
|
||||
* enable_spl_ext_support_for_ti_armv7.patch
|
||||
* fix_slow_mmc_on_rpi.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,19 +25,17 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-omap4panda
|
||||
Version: 2015.07~rc2
|
||||
Version: 2015.07~rc3
|
||||
Release: 0
|
||||
Summary: The u-boot firmware for the omap4panda arm platform
|
||||
License: GPL-2.0
|
||||
Group: System/Boot
|
||||
Url: http://www.denx.de/wiki/U-Boot
|
||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc3.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: fix_slow_mmc_on_rpi.patch
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: mx53loco-bootscr.patch
|
||||
Patch1: mx53loco-bootscr.patch
|
||||
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||
Patch99: drop-marvell.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -66,13 +64,11 @@ This package contains documentation for u-boot firmware
|
||||
|
||||
%prep
|
||||
#%setup -q -n u-boot-%{version}
|
||||
%setup -q -n u-boot-2015.07-rc2
|
||||
%setup -q -n u-boot-2015.07-rc3
|
||||
# is non-free licensed, and we don't need it (bnc#773824)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch99 -p1
|
||||
|
||||
%build
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 07:34:49 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
- Update to 2015.07-rc3
|
||||
- Remove upstreamed patches:
|
||||
* enable_spl_ext_support_for_ti_armv7.patch
|
||||
* fix_slow_mmc_on_rpi.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,19 +25,17 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-paz00
|
||||
Version: 2015.07~rc2
|
||||
Version: 2015.07~rc3
|
||||
Release: 0
|
||||
Summary: The u-boot firmware for the paz00 arm platform
|
||||
License: GPL-2.0
|
||||
Group: System/Boot
|
||||
Url: http://www.denx.de/wiki/U-Boot
|
||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc3.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: fix_slow_mmc_on_rpi.patch
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: mx53loco-bootscr.patch
|
||||
Patch1: mx53loco-bootscr.patch
|
||||
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||
Patch99: drop-marvell.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -66,13 +64,11 @@ This package contains documentation for u-boot firmware
|
||||
|
||||
%prep
|
||||
#%setup -q -n u-boot-%{version}
|
||||
%setup -q -n u-boot-2015.07-rc2
|
||||
%setup -q -n u-boot-2015.07-rc3
|
||||
# is non-free licensed, and we don't need it (bnc#773824)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch99 -p1
|
||||
|
||||
%build
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 07:34:49 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
- Update to 2015.07-rc3
|
||||
- Remove upstreamed patches:
|
||||
* enable_spl_ext_support_for_ti_armv7.patch
|
||||
* fix_slow_mmc_on_rpi.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,19 +25,17 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-pcm051rev3
|
||||
Version: 2015.07~rc2
|
||||
Version: 2015.07~rc3
|
||||
Release: 0
|
||||
Summary: The u-boot firmware for the pcm051rev3 arm platform
|
||||
License: GPL-2.0
|
||||
Group: System/Boot
|
||||
Url: http://www.denx.de/wiki/U-Boot
|
||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc3.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: fix_slow_mmc_on_rpi.patch
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: mx53loco-bootscr.patch
|
||||
Patch1: mx53loco-bootscr.patch
|
||||
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||
Patch99: drop-marvell.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -66,13 +64,11 @@ This package contains documentation for u-boot firmware
|
||||
|
||||
%prep
|
||||
#%setup -q -n u-boot-%{version}
|
||||
%setup -q -n u-boot-2015.07-rc2
|
||||
%setup -q -n u-boot-2015.07-rc3
|
||||
# is non-free licensed, and we don't need it (bnc#773824)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch99 -p1
|
||||
|
||||
%build
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 07:34:49 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
- Update to 2015.07-rc3
|
||||
- Remove upstreamed patches:
|
||||
* enable_spl_ext_support_for_ti_armv7.patch
|
||||
* fix_slow_mmc_on_rpi.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,19 +25,17 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-rpi
|
||||
Version: 2015.07~rc2
|
||||
Version: 2015.07~rc3
|
||||
Release: 0
|
||||
Summary: The u-boot firmware for the rpi arm platform
|
||||
License: GPL-2.0
|
||||
Group: System/Boot
|
||||
Url: http://www.denx.de/wiki/U-Boot
|
||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc3.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: fix_slow_mmc_on_rpi.patch
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: mx53loco-bootscr.patch
|
||||
Patch1: mx53loco-bootscr.patch
|
||||
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||
Patch99: drop-marvell.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -66,13 +64,11 @@ This package contains documentation for u-boot firmware
|
||||
|
||||
%prep
|
||||
#%setup -q -n u-boot-%{version}
|
||||
%setup -q -n u-boot-2015.07-rc2
|
||||
%setup -q -n u-boot-2015.07-rc3
|
||||
# is non-free licensed, and we don't need it (bnc#773824)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch99 -p1
|
||||
|
||||
%build
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 07:34:49 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
- Update to 2015.07-rc3
|
||||
- Remove upstreamed patches:
|
||||
* enable_spl_ext_support_for_ti_armv7.patch
|
||||
* fix_slow_mmc_on_rpi.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,19 +25,17 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-rpi2
|
||||
Version: 2015.07~rc2
|
||||
Version: 2015.07~rc3
|
||||
Release: 0
|
||||
Summary: The u-boot firmware for the rpi2 arm platform
|
||||
License: GPL-2.0
|
||||
Group: System/Boot
|
||||
Url: http://www.denx.de/wiki/U-Boot
|
||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc3.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: fix_slow_mmc_on_rpi.patch
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: mx53loco-bootscr.patch
|
||||
Patch1: mx53loco-bootscr.patch
|
||||
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||
Patch99: drop-marvell.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -66,13 +64,11 @@ This package contains documentation for u-boot firmware
|
||||
|
||||
%prep
|
||||
#%setup -q -n u-boot-%{version}
|
||||
%setup -q -n u-boot-2015.07-rc2
|
||||
%setup -q -n u-boot-2015.07-rc3
|
||||
# is non-free licensed, and we don't need it (bnc#773824)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch99 -p1
|
||||
|
||||
%build
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 07:34:49 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
- Update to 2015.07-rc3
|
||||
- Remove upstreamed patches:
|
||||
* enable_spl_ext_support_for_ti_armv7.patch
|
||||
* fix_slow_mmc_on_rpi.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,19 +25,17 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-snow
|
||||
Version: 2015.07~rc2
|
||||
Version: 2015.07~rc3
|
||||
Release: 0
|
||||
Summary: The u-boot firmware for the snow arm platform
|
||||
License: GPL-2.0
|
||||
Group: System/Boot
|
||||
Url: http://www.denx.de/wiki/U-Boot
|
||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc3.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: fix_slow_mmc_on_rpi.patch
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: mx53loco-bootscr.patch
|
||||
Patch1: mx53loco-bootscr.patch
|
||||
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||
Patch99: drop-marvell.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -66,13 +64,11 @@ This package contains documentation for u-boot firmware
|
||||
|
||||
%prep
|
||||
#%setup -q -n u-boot-%{version}
|
||||
%setup -q -n u-boot-2015.07-rc2
|
||||
%setup -q -n u-boot-2015.07-rc3
|
||||
# is non-free licensed, and we don't need it (bnc#773824)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch99 -p1
|
||||
|
||||
%build
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 07:34:49 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
- Update to 2015.07-rc3
|
||||
- Remove upstreamed patches:
|
||||
* enable_spl_ext_support_for_ti_armv7.patch
|
||||
* fix_slow_mmc_on_rpi.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
|
@ -19,14 +19,14 @@
|
||||
|
||||
|
||||
Name: u-boot
|
||||
Version: 2015.07~rc2
|
||||
Version: 2015.07~rc3
|
||||
Release: 0
|
||||
Summary: Tools for the u-boot Firmware
|
||||
License: GPL-2.0
|
||||
Group: System/Boot
|
||||
Url: http://www.denx.de/wiki/U-Boot
|
||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc3.tar.bz2
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -47,7 +47,7 @@ mkimage- a tool that creates kernel bootable images for u-boot.
|
||||
|
||||
%prep
|
||||
#%setup -q -n u-boot-%{version}
|
||||
%setup -q -n u-boot-2015.07-rc2
|
||||
%setup -q -n u-boot-2015.07-rc3
|
||||
|
||||
%build
|
||||
# needed for include/config/auto.conf
|
||||
|
@ -25,19 +25,17 @@
|
||||
%define cuboxi_spl CUBOXI_SPL
|
||||
|
||||
Name: u-boot-BOARDNAME
|
||||
Version: 2015.07~rc2
|
||||
Version: 2015.07~rc3
|
||||
Release: 0
|
||||
Summary: The u-boot firmware for the BOARDNAME arm platform
|
||||
License: GPL-2.0
|
||||
Group: System/Boot
|
||||
Url: http://www.denx.de/wiki/U-Boot
|
||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc3.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: fix_slow_mmc_on_rpi.patch
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: mx53loco-bootscr.patch
|
||||
Patch1: mx53loco-bootscr.patch
|
||||
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||
Patch99: drop-marvell.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -66,13 +64,11 @@ This package contains documentation for u-boot firmware
|
||||
|
||||
%prep
|
||||
#%setup -q -n u-boot-%{version}
|
||||
%setup -q -n u-boot-2015.07-rc2
|
||||
%setup -q -n u-boot-2015.07-rc3
|
||||
# is non-free licensed, and we don't need it (bnc#773824)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch99 -p1
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user