From ae8ba0ea62e1b73093fa54a93eb17e58fc7411f8003c2fc6aee651ed585162e1 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 2 Jul 2015 20:51:18 +0000 Subject: [PATCH] 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 --- enable_spl_ext_support_for_ti_armv7.patch | 35 ----------------------- fix_slow_mmc_on_rpi.patch | 18 ------------ u-boot-2015.07-rc2.tar.bz2 | 3 -- u-boot-2015.07-rc3.tar.bz2 | 3 ++ u-boot-a10-olinuxino-lime.changes | 8 ++++++ u-boot-a10-olinuxino-lime.spec | 12 +++----- u-boot-a13-olinuxino.changes | 8 ++++++ u-boot-a13-olinuxino.spec | 12 +++----- u-boot-a13-olinuxinom.changes | 8 ++++++ u-boot-a13-olinuxinom.spec | 12 +++----- u-boot-a20-olinuxino-lime.changes | 8 ++++++ u-boot-a20-olinuxino-lime.spec | 12 +++----- u-boot-a20-olinuxino-lime2.changes | 8 ++++++ u-boot-a20-olinuxino-lime2.spec | 12 +++----- u-boot-a20-olinuxinomicro.changes | 8 ++++++ u-boot-a20-olinuxinomicro.spec | 12 +++----- u-boot-am335xevm.changes | 8 ++++++ u-boot-am335xevm.spec | 12 +++----- u-boot-arndale.changes | 8 ++++++ u-boot-arndale.spec | 12 +++----- u-boot-bananapi.changes | 8 ++++++ u-boot-bananapi.spec | 12 +++----- u-boot-colibrit20.changes | 8 ++++++ u-boot-colibrit20.spec | 12 +++----- u-boot-cubieboard.changes | 8 ++++++ u-boot-cubieboard.spec | 12 +++----- u-boot-cubieboard2.changes | 8 ++++++ u-boot-cubieboard2.spec | 12 +++----- u-boot-cubietruck.changes | 8 ++++++ u-boot-cubietruck.spec | 12 +++----- u-boot-highbank.changes | 8 ++++++ u-boot-highbank.spec | 12 +++----- u-boot-melea1000.changes | 8 ++++++ u-boot-melea1000.spec | 12 +++----- u-boot-mx53loco.changes | 8 ++++++ u-boot-mx53loco.spec | 12 +++----- u-boot-mx6qsabrelite.changes | 8 ++++++ u-boot-mx6qsabrelite.spec | 12 +++----- u-boot-omap3beagle.changes | 8 ++++++ u-boot-omap3beagle.spec | 12 +++----- u-boot-omap4panda.changes | 8 ++++++ u-boot-omap4panda.spec | 12 +++----- u-boot-paz00.changes | 8 ++++++ u-boot-paz00.spec | 12 +++----- u-boot-pcm051rev3.changes | 8 ++++++ u-boot-pcm051rev3.spec | 12 +++----- u-boot-rpi.changes | 8 ++++++ u-boot-rpi.spec | 12 +++----- u-boot-rpi2.changes | 8 ++++++ u-boot-rpi2.spec | 12 +++----- u-boot-snow.changes | 8 ++++++ u-boot-snow.spec | 12 +++----- u-boot.changes | 8 ++++++ u-boot.spec | 6 ++-- u-boot.spec.in | 12 +++----- 55 files changed, 306 insertions(+), 259 deletions(-) delete mode 100644 enable_spl_ext_support_for_ti_armv7.patch delete mode 100644 fix_slow_mmc_on_rpi.patch delete mode 100644 u-boot-2015.07-rc2.tar.bz2 create mode 100644 u-boot-2015.07-rc3.tar.bz2 diff --git a/enable_spl_ext_support_for_ti_armv7.patch b/enable_spl_ext_support_for_ti_armv7.patch deleted file mode 100644 index cce1680..0000000 --- a/enable_spl_ext_support_for_ti_armv7.patch +++ /dev/null @@ -1,35 +0,0 @@ -From 06b07abc2932582fceeb87d8888dff1d5853df83 Mon Sep 17 00:00:00 2001 -From: Guillaume GARDET -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 -Cc: Tom Rini - ---- - 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 - diff --git a/fix_slow_mmc_on_rpi.patch b/fix_slow_mmc_on_rpi.patch deleted file mode 100644 index d10c7c0..0000000 --- a/fix_slow_mmc_on_rpi.patch +++ /dev/null @@ -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) diff --git a/u-boot-2015.07-rc2.tar.bz2 b/u-boot-2015.07-rc2.tar.bz2 deleted file mode 100644 index 96e0ebc..0000000 --- a/u-boot-2015.07-rc2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25c5c418dc3111368bf04296338d0d6395c4fcabb7c32aeab2a9a06a596ee53e -size 9913836 diff --git a/u-boot-2015.07-rc3.tar.bz2 b/u-boot-2015.07-rc3.tar.bz2 new file mode 100644 index 0000000..f1669f9 --- /dev/null +++ b/u-boot-2015.07-rc3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa02859152f281286aed7b40c0c6e087d8db5fae51c626098dc7ccea25fcfcae +size 9922809 diff --git a/u-boot-a10-olinuxino-lime.changes b/u-boot-a10-olinuxino-lime.changes index 7d93f24..bbf69a6 100644 --- a/u-boot-a10-olinuxino-lime.changes +++ b/u-boot-a10-olinuxino-lime.changes @@ -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 diff --git a/u-boot-a10-olinuxino-lime.spec b/u-boot-a10-olinuxino-lime.spec index 600b60f..f78582d 100644 --- a/u-boot-a10-olinuxino-lime.spec +++ b/u-boot-a10-olinuxino-lime.spec @@ -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 diff --git a/u-boot-a13-olinuxino.changes b/u-boot-a13-olinuxino.changes index 7d93f24..bbf69a6 100644 --- a/u-boot-a13-olinuxino.changes +++ b/u-boot-a13-olinuxino.changes @@ -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 diff --git a/u-boot-a13-olinuxino.spec b/u-boot-a13-olinuxino.spec index 8dced20..e5196dc 100644 --- a/u-boot-a13-olinuxino.spec +++ b/u-boot-a13-olinuxino.spec @@ -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 diff --git a/u-boot-a13-olinuxinom.changes b/u-boot-a13-olinuxinom.changes index 7d93f24..bbf69a6 100644 --- a/u-boot-a13-olinuxinom.changes +++ b/u-boot-a13-olinuxinom.changes @@ -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 diff --git a/u-boot-a13-olinuxinom.spec b/u-boot-a13-olinuxinom.spec index a0d107e..40529d3 100644 --- a/u-boot-a13-olinuxinom.spec +++ b/u-boot-a13-olinuxinom.spec @@ -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 diff --git a/u-boot-a20-olinuxino-lime.changes b/u-boot-a20-olinuxino-lime.changes index 7d93f24..bbf69a6 100644 --- a/u-boot-a20-olinuxino-lime.changes +++ b/u-boot-a20-olinuxino-lime.changes @@ -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 diff --git a/u-boot-a20-olinuxino-lime.spec b/u-boot-a20-olinuxino-lime.spec index e07c3af..3e189a6 100644 --- a/u-boot-a20-olinuxino-lime.spec +++ b/u-boot-a20-olinuxino-lime.spec @@ -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 diff --git a/u-boot-a20-olinuxino-lime2.changes b/u-boot-a20-olinuxino-lime2.changes index 7d93f24..bbf69a6 100644 --- a/u-boot-a20-olinuxino-lime2.changes +++ b/u-boot-a20-olinuxino-lime2.changes @@ -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 diff --git a/u-boot-a20-olinuxino-lime2.spec b/u-boot-a20-olinuxino-lime2.spec index 545a898..97ea4c3 100644 --- a/u-boot-a20-olinuxino-lime2.spec +++ b/u-boot-a20-olinuxino-lime2.spec @@ -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 diff --git a/u-boot-a20-olinuxinomicro.changes b/u-boot-a20-olinuxinomicro.changes index 7d93f24..bbf69a6 100644 --- a/u-boot-a20-olinuxinomicro.changes +++ b/u-boot-a20-olinuxinomicro.changes @@ -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 diff --git a/u-boot-a20-olinuxinomicro.spec b/u-boot-a20-olinuxinomicro.spec index 77730ea..43eb9e0 100644 --- a/u-boot-a20-olinuxinomicro.spec +++ b/u-boot-a20-olinuxinomicro.spec @@ -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 diff --git a/u-boot-am335xevm.changes b/u-boot-am335xevm.changes index 7d93f24..bbf69a6 100644 --- a/u-boot-am335xevm.changes +++ b/u-boot-am335xevm.changes @@ -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 diff --git a/u-boot-am335xevm.spec b/u-boot-am335xevm.spec index 4bbaba6..c19d713 100644 --- a/u-boot-am335xevm.spec +++ b/u-boot-am335xevm.spec @@ -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 diff --git a/u-boot-arndale.changes b/u-boot-arndale.changes index 7d93f24..bbf69a6 100644 --- a/u-boot-arndale.changes +++ b/u-boot-arndale.changes @@ -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 diff --git a/u-boot-arndale.spec b/u-boot-arndale.spec index 6ed15c6..7f21378 100644 --- a/u-boot-arndale.spec +++ b/u-boot-arndale.spec @@ -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 diff --git a/u-boot-bananapi.changes b/u-boot-bananapi.changes index 7d93f24..bbf69a6 100644 --- a/u-boot-bananapi.changes +++ b/u-boot-bananapi.changes @@ -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 diff --git a/u-boot-bananapi.spec b/u-boot-bananapi.spec index c8912cb..4714153 100644 --- a/u-boot-bananapi.spec +++ b/u-boot-bananapi.spec @@ -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 diff --git a/u-boot-colibrit20.changes b/u-boot-colibrit20.changes index 7d93f24..bbf69a6 100644 --- a/u-boot-colibrit20.changes +++ b/u-boot-colibrit20.changes @@ -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 diff --git a/u-boot-colibrit20.spec b/u-boot-colibrit20.spec index e0754da..535f630 100644 --- a/u-boot-colibrit20.spec +++ b/u-boot-colibrit20.spec @@ -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 diff --git a/u-boot-cubieboard.changes b/u-boot-cubieboard.changes index 7d93f24..bbf69a6 100644 --- a/u-boot-cubieboard.changes +++ b/u-boot-cubieboard.changes @@ -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 diff --git a/u-boot-cubieboard.spec b/u-boot-cubieboard.spec index bb1f7ca..42edce2 100644 --- a/u-boot-cubieboard.spec +++ b/u-boot-cubieboard.spec @@ -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 diff --git a/u-boot-cubieboard2.changes b/u-boot-cubieboard2.changes index 7d93f24..bbf69a6 100644 --- a/u-boot-cubieboard2.changes +++ b/u-boot-cubieboard2.changes @@ -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 diff --git a/u-boot-cubieboard2.spec b/u-boot-cubieboard2.spec index b5ff45c..83881c6 100644 --- a/u-boot-cubieboard2.spec +++ b/u-boot-cubieboard2.spec @@ -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 diff --git a/u-boot-cubietruck.changes b/u-boot-cubietruck.changes index 7d93f24..bbf69a6 100644 --- a/u-boot-cubietruck.changes +++ b/u-boot-cubietruck.changes @@ -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 diff --git a/u-boot-cubietruck.spec b/u-boot-cubietruck.spec index 31164b7..80ac566 100644 --- a/u-boot-cubietruck.spec +++ b/u-boot-cubietruck.spec @@ -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 diff --git a/u-boot-highbank.changes b/u-boot-highbank.changes index 7d93f24..bbf69a6 100644 --- a/u-boot-highbank.changes +++ b/u-boot-highbank.changes @@ -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 diff --git a/u-boot-highbank.spec b/u-boot-highbank.spec index fdfae2b..d368e86 100644 --- a/u-boot-highbank.spec +++ b/u-boot-highbank.spec @@ -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 diff --git a/u-boot-melea1000.changes b/u-boot-melea1000.changes index 7d93f24..bbf69a6 100644 --- a/u-boot-melea1000.changes +++ b/u-boot-melea1000.changes @@ -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 diff --git a/u-boot-melea1000.spec b/u-boot-melea1000.spec index ab2ac5f..52e19f7 100644 --- a/u-boot-melea1000.spec +++ b/u-boot-melea1000.spec @@ -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 diff --git a/u-boot-mx53loco.changes b/u-boot-mx53loco.changes index 7d93f24..bbf69a6 100644 --- a/u-boot-mx53loco.changes +++ b/u-boot-mx53loco.changes @@ -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 diff --git a/u-boot-mx53loco.spec b/u-boot-mx53loco.spec index 82783c6..cc7a4d3 100644 --- a/u-boot-mx53loco.spec +++ b/u-boot-mx53loco.spec @@ -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 diff --git a/u-boot-mx6qsabrelite.changes b/u-boot-mx6qsabrelite.changes index 7d93f24..bbf69a6 100644 --- a/u-boot-mx6qsabrelite.changes +++ b/u-boot-mx6qsabrelite.changes @@ -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 diff --git a/u-boot-mx6qsabrelite.spec b/u-boot-mx6qsabrelite.spec index 9857dbe..36face7 100644 --- a/u-boot-mx6qsabrelite.spec +++ b/u-boot-mx6qsabrelite.spec @@ -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 diff --git a/u-boot-omap3beagle.changes b/u-boot-omap3beagle.changes index 7d93f24..bbf69a6 100644 --- a/u-boot-omap3beagle.changes +++ b/u-boot-omap3beagle.changes @@ -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 diff --git a/u-boot-omap3beagle.spec b/u-boot-omap3beagle.spec index 6dd32ab..03b19cd 100644 --- a/u-boot-omap3beagle.spec +++ b/u-boot-omap3beagle.spec @@ -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 diff --git a/u-boot-omap4panda.changes b/u-boot-omap4panda.changes index 7d93f24..bbf69a6 100644 --- a/u-boot-omap4panda.changes +++ b/u-boot-omap4panda.changes @@ -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 diff --git a/u-boot-omap4panda.spec b/u-boot-omap4panda.spec index f0e783c..4f52008 100644 --- a/u-boot-omap4panda.spec +++ b/u-boot-omap4panda.spec @@ -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 diff --git a/u-boot-paz00.changes b/u-boot-paz00.changes index 7d93f24..bbf69a6 100644 --- a/u-boot-paz00.changes +++ b/u-boot-paz00.changes @@ -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 diff --git a/u-boot-paz00.spec b/u-boot-paz00.spec index 67c74cd..8e754dc 100644 --- a/u-boot-paz00.spec +++ b/u-boot-paz00.spec @@ -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 diff --git a/u-boot-pcm051rev3.changes b/u-boot-pcm051rev3.changes index 7d93f24..bbf69a6 100644 --- a/u-boot-pcm051rev3.changes +++ b/u-boot-pcm051rev3.changes @@ -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 diff --git a/u-boot-pcm051rev3.spec b/u-boot-pcm051rev3.spec index f590205..fb790fb 100644 --- a/u-boot-pcm051rev3.spec +++ b/u-boot-pcm051rev3.spec @@ -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 diff --git a/u-boot-rpi.changes b/u-boot-rpi.changes index 7d93f24..bbf69a6 100644 --- a/u-boot-rpi.changes +++ b/u-boot-rpi.changes @@ -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 diff --git a/u-boot-rpi.spec b/u-boot-rpi.spec index 4b599cc..a03069e 100644 --- a/u-boot-rpi.spec +++ b/u-boot-rpi.spec @@ -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 diff --git a/u-boot-rpi2.changes b/u-boot-rpi2.changes index 7d93f24..bbf69a6 100644 --- a/u-boot-rpi2.changes +++ b/u-boot-rpi2.changes @@ -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 diff --git a/u-boot-rpi2.spec b/u-boot-rpi2.spec index 3809225..4b0bb06 100644 --- a/u-boot-rpi2.spec +++ b/u-boot-rpi2.spec @@ -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 diff --git a/u-boot-snow.changes b/u-boot-snow.changes index 7d93f24..bbf69a6 100644 --- a/u-boot-snow.changes +++ b/u-boot-snow.changes @@ -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 diff --git a/u-boot-snow.spec b/u-boot-snow.spec index 16e86e0..04950f8 100644 --- a/u-boot-snow.spec +++ b/u-boot-snow.spec @@ -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 diff --git a/u-boot.changes b/u-boot.changes index 7d93f24..bbf69a6 100644 --- a/u-boot.changes +++ b/u-boot.changes @@ -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 diff --git a/u-boot.spec b/u-boot.spec index 0551b4b..c7fdbd3 100644 --- a/u-boot.spec +++ b/u-boot.spec @@ -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 diff --git a/u-boot.spec.in b/u-boot.spec.in index 784a9a5..966551c 100644 --- a/u-boot.spec.in +++ b/u-boot.spec.in @@ -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