SHA256
1
0
forked from pool/u-boot

Accepting request 309079 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/309079
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=46
This commit is contained in:
Dominique Leuenberger 2015-05-29 08:43:31 +00:00 committed by Git OBS Bridge
parent b2463112da
commit 16df6a7b97
55 changed files with 433 additions and 278 deletions

View File

@ -1,43 +0,0 @@
diff --git a/include/configs/exynos-common.h b/include/configs/exynos-common.h
index 1f3ee55..4fcb04e 100644
--- a/include/configs/exynos-common.h
+++ b/include/configs/exynos-common.h
@@ -66,6 +66,7 @@
#include <config_cmd_default.h>
#define CONFIG_CMD_MMC
+#define CONFIG_CMD_USB
#define CONFIG_CMD_EXT4_WRITE
#define CONFIG_FAT_WRITE
#define CONFIG_CMD_FS_GENERIC
diff --git a/include/configs/exynos5-common.h b/include/configs/exynos5-common.h
index 8f9b780..cbba7b2 100644
--- a/include/configs/exynos5-common.h
+++ b/include/configs/exynos5-common.h
@@ -188,6 +188,7 @@
#define BOOT_TARGET_DEVICES(func) \
func(MMC, mmc, 1) \
func(MMC, mmc, 0) \
+ func(USB, usb, 0) \
func(PXE, pxe, na) \
func(DHCP, dhcp, na)
diff --git a/include/configs/snow.h b/include/configs/snow.h
index fe802f2..0ebddad 100644
--- a/include/configs/snow.h
+++ b/include/configs/snow.h
@@ -25,8 +25,14 @@
#define CONFIG_BOARD_COMMON
#define CONFIG_ARCH_EARLY_INIT_R
+/* Enable USB2 since first u-boot in eMMC does not support USB3, but only USB2 */
+#define CONFIG_USB_EHCI
+#define CONFIG_USB_EHCI_EXYNOS
+
+#ifndef CONFIG_USB_EHCI
#define CONFIG_USB_XHCI
#define CONFIG_USB_XHCI_EXYNOS
+#endif /* CONFIG_USB_EHCI */
#define CONFIG_SYS_PROMPT "snow # "
#define CONFIG_IDENT_STRING " for snow"

View File

@ -1,17 +1,18 @@
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index bc55e5b..cec4ad2 100644 index 49bcad1..f2015d6 100644
--- a/arch/arm/Kconfig --- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig +++ b/arch/arm/Kconfig
@@ -739,9 +739,6 @@ source "board/aristainetos/Kconfig" @@ -859,10 +859,6 @@ source "board/aristainetos/Kconfig"
source "board/BuR/kwb/Kconfig" source "board/BuR/kwb/Kconfig"
source "board/BuR/tseries/Kconfig" source "board/BuR/tseries/Kconfig"
source "board/CarMediaLab/flea3/Kconfig" source "board/CarMediaLab/flea3/Kconfig"
-source "board/Marvell/aspenite/Kconfig" -source "board/Marvell/aspenite/Kconfig"
-source "board/Marvell/db-88f6820-gp/Kconfig"
-source "board/Marvell/db-mv784mp-gp/Kconfig" -source "board/Marvell/db-mv784mp-gp/Kconfig"
-source "board/Marvell/gplugd/Kconfig" -source "board/Marvell/gplugd/Kconfig"
source "board/altera/socfpga/Kconfig" source "board/altera/socfpga/Kconfig"
source "board/armadeus/apf27/Kconfig" source "board/armadeus/apf27/Kconfig"
source "board/armltd/integrator/Kconfig" source "board/armltd/vexpress/Kconfig"
diff --git a/arch/arm/mach-kirkwood/Kconfig b/arch/arm/mach-kirkwood/Kconfig diff --git a/arch/arm/mach-kirkwood/Kconfig b/arch/arm/mach-kirkwood/Kconfig
index 45c6687..7f39776 100644 index 45c6687..7f39776 100644
--- a/arch/arm/mach-kirkwood/Kconfig --- a/arch/arm/mach-kirkwood/Kconfig

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0a1a70df586655f527befa6f12e184e96ed61b126e5a567382321b17200f5d60
size 9471487

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fd68a33a52c90e347a012d099bd0219ce026e1d2d8c709a442734c3ae3edcc34
size 10128439

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org
- Update to 2015.07-rc1:
- Update drop-marvell.patch
- Remove no more needed add_snow_usb_boot.patch
-------------------------------------------------------------------
Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com
- adjust copyright headers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org

View File

@ -25,20 +25,19 @@
%define cuboxi_spl 0 %define cuboxi_spl 0
Name: u-boot-a10-olinuxino-lime Name: u-boot-a10-olinuxino-lime
Version: 2015.04 Version: 2015.07~rc1
Release: 0 Release: 0
Summary: The u-boot firmware for the a10-olinuxino-lime arm platform Summary: The u-boot firmware for the a10-olinuxino-lime arm platform
License: GPL-2.0 License: GPL-2.0
Group: System/Boot Group: System/Boot
Url: http://www.denx.de/wiki/U-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-%{version}.tar.bz2
Source: u-boot-2015.07-rc1.tar.bz2
Source2: arndale-bl1.img Source2: arndale-bl1.img
Source300: u-boot-rpmlintrc Source300: u-boot-rpmlintrc
Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch
Patch2: fix_beagle_spl_build.patch Patch2: fix_beagle_spl_build.patch
Patch3: mx53loco-bootscr.patch Patch3: mx53loco-bootscr.patch
# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards
Patch20: add_snow_usb_boot.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824) # Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow
This package contains documentation for u-boot firmware This package contains documentation for u-boot firmware
%prep %prep
%setup -q -n u-boot-%{version} #%setup -q -n u-boot-%{version}
%setup -q -n u-boot-2015.07-rc1
# is non-free licensed, and we don't need it (bnc#773824) # is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell rm -rf board/Marvell
# Any custom patches to be applied on top of mainline u-boot # Any custom patches to be applied on top of mainline u-boot
%patch1 %patch1
%patch2 -p1 %patch2 -p1
%patch3 %patch3
%if "%{name}" == "u-boot-snow"
# Apply some patches only for u-boot-snow to avoid to break other boards
%patch20 -p1
%endif
%patch99 -p1 %patch99 -p1
%build %build

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org
- Update to 2015.07-rc1:
- Update drop-marvell.patch
- Remove no more needed add_snow_usb_boot.patch
-------------------------------------------------------------------
Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com
- adjust copyright headers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org

View File

@ -25,20 +25,19 @@
%define cuboxi_spl 0 %define cuboxi_spl 0
Name: u-boot-a13-olinuxino Name: u-boot-a13-olinuxino
Version: 2015.04 Version: 2015.07~rc1
Release: 0 Release: 0
Summary: The u-boot firmware for the a13-olinuxino arm platform Summary: The u-boot firmware for the a13-olinuxino arm platform
License: GPL-2.0 License: GPL-2.0
Group: System/Boot Group: System/Boot
Url: http://www.denx.de/wiki/U-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-%{version}.tar.bz2
Source: u-boot-2015.07-rc1.tar.bz2
Source2: arndale-bl1.img Source2: arndale-bl1.img
Source300: u-boot-rpmlintrc Source300: u-boot-rpmlintrc
Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch
Patch2: fix_beagle_spl_build.patch Patch2: fix_beagle_spl_build.patch
Patch3: mx53loco-bootscr.patch Patch3: mx53loco-bootscr.patch
# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards
Patch20: add_snow_usb_boot.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824) # Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow
This package contains documentation for u-boot firmware This package contains documentation for u-boot firmware
%prep %prep
%setup -q -n u-boot-%{version} #%setup -q -n u-boot-%{version}
%setup -q -n u-boot-2015.07-rc1
# is non-free licensed, and we don't need it (bnc#773824) # is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell rm -rf board/Marvell
# Any custom patches to be applied on top of mainline u-boot # Any custom patches to be applied on top of mainline u-boot
%patch1 %patch1
%patch2 -p1 %patch2 -p1
%patch3 %patch3
%if "%{name}" == "u-boot-snow"
# Apply some patches only for u-boot-snow to avoid to break other boards
%patch20 -p1
%endif
%patch99 -p1 %patch99 -p1
%build %build

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org
- Update to 2015.07-rc1:
- Update drop-marvell.patch
- Remove no more needed add_snow_usb_boot.patch
-------------------------------------------------------------------
Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com
- adjust copyright headers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org

View File

@ -25,20 +25,19 @@
%define cuboxi_spl 0 %define cuboxi_spl 0
Name: u-boot-a13-olinuxinom Name: u-boot-a13-olinuxinom
Version: 2015.04 Version: 2015.07~rc1
Release: 0 Release: 0
Summary: The u-boot firmware for the a13-olinuxinom arm platform Summary: The u-boot firmware for the a13-olinuxinom arm platform
License: GPL-2.0 License: GPL-2.0
Group: System/Boot Group: System/Boot
Url: http://www.denx.de/wiki/U-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-%{version}.tar.bz2
Source: u-boot-2015.07-rc1.tar.bz2
Source2: arndale-bl1.img Source2: arndale-bl1.img
Source300: u-boot-rpmlintrc Source300: u-boot-rpmlintrc
Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch
Patch2: fix_beagle_spl_build.patch Patch2: fix_beagle_spl_build.patch
Patch3: mx53loco-bootscr.patch Patch3: mx53loco-bootscr.patch
# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards
Patch20: add_snow_usb_boot.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824) # Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow
This package contains documentation for u-boot firmware This package contains documentation for u-boot firmware
%prep %prep
%setup -q -n u-boot-%{version} #%setup -q -n u-boot-%{version}
%setup -q -n u-boot-2015.07-rc1
# is non-free licensed, and we don't need it (bnc#773824) # is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell rm -rf board/Marvell
# Any custom patches to be applied on top of mainline u-boot # Any custom patches to be applied on top of mainline u-boot
%patch1 %patch1
%patch2 -p1 %patch2 -p1
%patch3 %patch3
%if "%{name}" == "u-boot-snow"
# Apply some patches only for u-boot-snow to avoid to break other boards
%patch20 -p1
%endif
%patch99 -p1 %patch99 -p1
%build %build

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org
- Update to 2015.07-rc1:
- Update drop-marvell.patch
- Remove no more needed add_snow_usb_boot.patch
-------------------------------------------------------------------
Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com
- adjust copyright headers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org

View File

@ -25,20 +25,19 @@
%define cuboxi_spl 0 %define cuboxi_spl 0
Name: u-boot-a20-olinuxino-lime Name: u-boot-a20-olinuxino-lime
Version: 2015.04 Version: 2015.07~rc1
Release: 0 Release: 0
Summary: The u-boot firmware for the a20-olinuxino-lime arm platform Summary: The u-boot firmware for the a20-olinuxino-lime arm platform
License: GPL-2.0 License: GPL-2.0
Group: System/Boot Group: System/Boot
Url: http://www.denx.de/wiki/U-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-%{version}.tar.bz2
Source: u-boot-2015.07-rc1.tar.bz2
Source2: arndale-bl1.img Source2: arndale-bl1.img
Source300: u-boot-rpmlintrc Source300: u-boot-rpmlintrc
Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch
Patch2: fix_beagle_spl_build.patch Patch2: fix_beagle_spl_build.patch
Patch3: mx53loco-bootscr.patch Patch3: mx53loco-bootscr.patch
# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards
Patch20: add_snow_usb_boot.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824) # Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow
This package contains documentation for u-boot firmware This package contains documentation for u-boot firmware
%prep %prep
%setup -q -n u-boot-%{version} #%setup -q -n u-boot-%{version}
%setup -q -n u-boot-2015.07-rc1
# is non-free licensed, and we don't need it (bnc#773824) # is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell rm -rf board/Marvell
# Any custom patches to be applied on top of mainline u-boot # Any custom patches to be applied on top of mainline u-boot
%patch1 %patch1
%patch2 -p1 %patch2 -p1
%patch3 %patch3
%if "%{name}" == "u-boot-snow"
# Apply some patches only for u-boot-snow to avoid to break other boards
%patch20 -p1
%endif
%patch99 -p1 %patch99 -p1
%build %build

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org
- Update to 2015.07-rc1:
- Update drop-marvell.patch
- Remove no more needed add_snow_usb_boot.patch
-------------------------------------------------------------------
Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com
- adjust copyright headers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org

View File

@ -25,20 +25,19 @@
%define cuboxi_spl 0 %define cuboxi_spl 0
Name: u-boot-a20-olinuxino-lime2 Name: u-boot-a20-olinuxino-lime2
Version: 2015.04 Version: 2015.07~rc1
Release: 0 Release: 0
Summary: The u-boot firmware for the a20-olinuxino-lime2 arm platform Summary: The u-boot firmware for the a20-olinuxino-lime2 arm platform
License: GPL-2.0 License: GPL-2.0
Group: System/Boot Group: System/Boot
Url: http://www.denx.de/wiki/U-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-%{version}.tar.bz2
Source: u-boot-2015.07-rc1.tar.bz2
Source2: arndale-bl1.img Source2: arndale-bl1.img
Source300: u-boot-rpmlintrc Source300: u-boot-rpmlintrc
Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch
Patch2: fix_beagle_spl_build.patch Patch2: fix_beagle_spl_build.patch
Patch3: mx53loco-bootscr.patch Patch3: mx53loco-bootscr.patch
# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards
Patch20: add_snow_usb_boot.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824) # Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow
This package contains documentation for u-boot firmware This package contains documentation for u-boot firmware
%prep %prep
%setup -q -n u-boot-%{version} #%setup -q -n u-boot-%{version}
%setup -q -n u-boot-2015.07-rc1
# is non-free licensed, and we don't need it (bnc#773824) # is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell rm -rf board/Marvell
# Any custom patches to be applied on top of mainline u-boot # Any custom patches to be applied on top of mainline u-boot
%patch1 %patch1
%patch2 -p1 %patch2 -p1
%patch3 %patch3
%if "%{name}" == "u-boot-snow"
# Apply some patches only for u-boot-snow to avoid to break other boards
%patch20 -p1
%endif
%patch99 -p1 %patch99 -p1
%build %build

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org
- Update to 2015.07-rc1:
- Update drop-marvell.patch
- Remove no more needed add_snow_usb_boot.patch
-------------------------------------------------------------------
Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com
- adjust copyright headers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org

View File

@ -25,20 +25,19 @@
%define cuboxi_spl 0 %define cuboxi_spl 0
Name: u-boot-a20-olinuxinomicro Name: u-boot-a20-olinuxinomicro
Version: 2015.04 Version: 2015.07~rc1
Release: 0 Release: 0
Summary: The u-boot firmware for the a20-olinuxinomicro arm platform Summary: The u-boot firmware for the a20-olinuxinomicro arm platform
License: GPL-2.0 License: GPL-2.0
Group: System/Boot Group: System/Boot
Url: http://www.denx.de/wiki/U-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-%{version}.tar.bz2
Source: u-boot-2015.07-rc1.tar.bz2
Source2: arndale-bl1.img Source2: arndale-bl1.img
Source300: u-boot-rpmlintrc Source300: u-boot-rpmlintrc
Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch
Patch2: fix_beagle_spl_build.patch Patch2: fix_beagle_spl_build.patch
Patch3: mx53loco-bootscr.patch Patch3: mx53loco-bootscr.patch
# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards
Patch20: add_snow_usb_boot.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824) # Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow
This package contains documentation for u-boot firmware This package contains documentation for u-boot firmware
%prep %prep
%setup -q -n u-boot-%{version} #%setup -q -n u-boot-%{version}
%setup -q -n u-boot-2015.07-rc1
# is non-free licensed, and we don't need it (bnc#773824) # is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell rm -rf board/Marvell
# Any custom patches to be applied on top of mainline u-boot # Any custom patches to be applied on top of mainline u-boot
%patch1 %patch1
%patch2 -p1 %patch2 -p1
%patch3 %patch3
%if "%{name}" == "u-boot-snow"
# Apply some patches only for u-boot-snow to avoid to break other boards
%patch20 -p1
%endif
%patch99 -p1 %patch99 -p1
%build %build

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org
- Update to 2015.07-rc1:
- Update drop-marvell.patch
- Remove no more needed add_snow_usb_boot.patch
-------------------------------------------------------------------
Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com
- adjust copyright headers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org

View File

@ -25,20 +25,19 @@
%define cuboxi_spl 0 %define cuboxi_spl 0
Name: u-boot-am335xevm Name: u-boot-am335xevm
Version: 2015.04 Version: 2015.07~rc1
Release: 0 Release: 0
Summary: The u-boot firmware for the am335xevm arm platform Summary: The u-boot firmware for the am335xevm arm platform
License: GPL-2.0 License: GPL-2.0
Group: System/Boot Group: System/Boot
Url: http://www.denx.de/wiki/U-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-%{version}.tar.bz2
Source: u-boot-2015.07-rc1.tar.bz2
Source2: arndale-bl1.img Source2: arndale-bl1.img
Source300: u-boot-rpmlintrc Source300: u-boot-rpmlintrc
Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch
Patch2: fix_beagle_spl_build.patch Patch2: fix_beagle_spl_build.patch
Patch3: mx53loco-bootscr.patch Patch3: mx53loco-bootscr.patch
# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards
Patch20: add_snow_usb_boot.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824) # Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow
This package contains documentation for u-boot firmware This package contains documentation for u-boot firmware
%prep %prep
%setup -q -n u-boot-%{version} #%setup -q -n u-boot-%{version}
%setup -q -n u-boot-2015.07-rc1
# is non-free licensed, and we don't need it (bnc#773824) # is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell rm -rf board/Marvell
# Any custom patches to be applied on top of mainline u-boot # Any custom patches to be applied on top of mainline u-boot
%patch1 %patch1
%patch2 -p1 %patch2 -p1
%patch3 %patch3
%if "%{name}" == "u-boot-snow"
# Apply some patches only for u-boot-snow to avoid to break other boards
%patch20 -p1
%endif
%patch99 -p1 %patch99 -p1
%build %build

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org
- Update to 2015.07-rc1:
- Update drop-marvell.patch
- Remove no more needed add_snow_usb_boot.patch
-------------------------------------------------------------------
Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com
- adjust copyright headers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org

View File

@ -25,20 +25,19 @@
%define cuboxi_spl 0 %define cuboxi_spl 0
Name: u-boot-arndale Name: u-boot-arndale
Version: 2015.04 Version: 2015.07~rc1
Release: 0 Release: 0
Summary: The u-boot firmware for the arndale arm platform Summary: The u-boot firmware for the arndale arm platform
License: GPL-2.0 License: GPL-2.0
Group: System/Boot Group: System/Boot
Url: http://www.denx.de/wiki/U-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-%{version}.tar.bz2
Source: u-boot-2015.07-rc1.tar.bz2
Source2: arndale-bl1.img Source2: arndale-bl1.img
Source300: u-boot-rpmlintrc Source300: u-boot-rpmlintrc
Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch
Patch2: fix_beagle_spl_build.patch Patch2: fix_beagle_spl_build.patch
Patch3: mx53loco-bootscr.patch Patch3: mx53loco-bootscr.patch
# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards
Patch20: add_snow_usb_boot.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824) # Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow
This package contains documentation for u-boot firmware This package contains documentation for u-boot firmware
%prep %prep
%setup -q -n u-boot-%{version} #%setup -q -n u-boot-%{version}
%setup -q -n u-boot-2015.07-rc1
# is non-free licensed, and we don't need it (bnc#773824) # is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell rm -rf board/Marvell
# Any custom patches to be applied on top of mainline u-boot # Any custom patches to be applied on top of mainline u-boot
%patch1 %patch1
%patch2 -p1 %patch2 -p1
%patch3 %patch3
%if "%{name}" == "u-boot-snow"
# Apply some patches only for u-boot-snow to avoid to break other boards
%patch20 -p1
%endif
%patch99 -p1 %patch99 -p1
%build %build

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org
- Update to 2015.07-rc1:
- Update drop-marvell.patch
- Remove no more needed add_snow_usb_boot.patch
-------------------------------------------------------------------
Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com
- adjust copyright headers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org

View File

@ -25,20 +25,19 @@
%define cuboxi_spl 0 %define cuboxi_spl 0
Name: u-boot-bananapi Name: u-boot-bananapi
Version: 2015.04 Version: 2015.07~rc1
Release: 0 Release: 0
Summary: The u-boot firmware for the bananapi arm platform Summary: The u-boot firmware for the bananapi arm platform
License: GPL-2.0 License: GPL-2.0
Group: System/Boot Group: System/Boot
Url: http://www.denx.de/wiki/U-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-%{version}.tar.bz2
Source: u-boot-2015.07-rc1.tar.bz2
Source2: arndale-bl1.img Source2: arndale-bl1.img
Source300: u-boot-rpmlintrc Source300: u-boot-rpmlintrc
Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch
Patch2: fix_beagle_spl_build.patch Patch2: fix_beagle_spl_build.patch
Patch3: mx53loco-bootscr.patch Patch3: mx53loco-bootscr.patch
# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards
Patch20: add_snow_usb_boot.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824) # Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow
This package contains documentation for u-boot firmware This package contains documentation for u-boot firmware
%prep %prep
%setup -q -n u-boot-%{version} #%setup -q -n u-boot-%{version}
%setup -q -n u-boot-2015.07-rc1
# is non-free licensed, and we don't need it (bnc#773824) # is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell rm -rf board/Marvell
# Any custom patches to be applied on top of mainline u-boot # Any custom patches to be applied on top of mainline u-boot
%patch1 %patch1
%patch2 -p1 %patch2 -p1
%patch3 %patch3
%if "%{name}" == "u-boot-snow"
# Apply some patches only for u-boot-snow to avoid to break other boards
%patch20 -p1
%endif
%patch99 -p1 %patch99 -p1
%build %build

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org
- Update to 2015.07-rc1:
- Update drop-marvell.patch
- Remove no more needed add_snow_usb_boot.patch
-------------------------------------------------------------------
Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com
- adjust copyright headers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org

View File

@ -25,20 +25,19 @@
%define cuboxi_spl 0 %define cuboxi_spl 0
Name: u-boot-colibrit20 Name: u-boot-colibrit20
Version: 2015.04 Version: 2015.07~rc1
Release: 0 Release: 0
Summary: The u-boot firmware for the colibrit20 arm platform Summary: The u-boot firmware for the colibrit20 arm platform
License: GPL-2.0 License: GPL-2.0
Group: System/Boot Group: System/Boot
Url: http://www.denx.de/wiki/U-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-%{version}.tar.bz2
Source: u-boot-2015.07-rc1.tar.bz2
Source2: arndale-bl1.img Source2: arndale-bl1.img
Source300: u-boot-rpmlintrc Source300: u-boot-rpmlintrc
Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch
Patch2: fix_beagle_spl_build.patch Patch2: fix_beagle_spl_build.patch
Patch3: mx53loco-bootscr.patch Patch3: mx53loco-bootscr.patch
# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards
Patch20: add_snow_usb_boot.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824) # Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow
This package contains documentation for u-boot firmware This package contains documentation for u-boot firmware
%prep %prep
%setup -q -n u-boot-%{version} #%setup -q -n u-boot-%{version}
%setup -q -n u-boot-2015.07-rc1
# is non-free licensed, and we don't need it (bnc#773824) # is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell rm -rf board/Marvell
# Any custom patches to be applied on top of mainline u-boot # Any custom patches to be applied on top of mainline u-boot
%patch1 %patch1
%patch2 -p1 %patch2 -p1
%patch3 %patch3
%if "%{name}" == "u-boot-snow"
# Apply some patches only for u-boot-snow to avoid to break other boards
%patch20 -p1
%endif
%patch99 -p1 %patch99 -p1
%build %build

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org
- Update to 2015.07-rc1:
- Update drop-marvell.patch
- Remove no more needed add_snow_usb_boot.patch
-------------------------------------------------------------------
Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com
- adjust copyright headers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org

View File

@ -25,20 +25,19 @@
%define cuboxi_spl 0 %define cuboxi_spl 0
Name: u-boot-cubieboard Name: u-boot-cubieboard
Version: 2015.04 Version: 2015.07~rc1
Release: 0 Release: 0
Summary: The u-boot firmware for the cubieboard arm platform Summary: The u-boot firmware for the cubieboard arm platform
License: GPL-2.0 License: GPL-2.0
Group: System/Boot Group: System/Boot
Url: http://www.denx.de/wiki/U-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-%{version}.tar.bz2
Source: u-boot-2015.07-rc1.tar.bz2
Source2: arndale-bl1.img Source2: arndale-bl1.img
Source300: u-boot-rpmlintrc Source300: u-boot-rpmlintrc
Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch
Patch2: fix_beagle_spl_build.patch Patch2: fix_beagle_spl_build.patch
Patch3: mx53loco-bootscr.patch Patch3: mx53loco-bootscr.patch
# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards
Patch20: add_snow_usb_boot.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824) # Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow
This package contains documentation for u-boot firmware This package contains documentation for u-boot firmware
%prep %prep
%setup -q -n u-boot-%{version} #%setup -q -n u-boot-%{version}
%setup -q -n u-boot-2015.07-rc1
# is non-free licensed, and we don't need it (bnc#773824) # is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell rm -rf board/Marvell
# Any custom patches to be applied on top of mainline u-boot # Any custom patches to be applied on top of mainline u-boot
%patch1 %patch1
%patch2 -p1 %patch2 -p1
%patch3 %patch3
%if "%{name}" == "u-boot-snow"
# Apply some patches only for u-boot-snow to avoid to break other boards
%patch20 -p1
%endif
%patch99 -p1 %patch99 -p1
%build %build

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org
- Update to 2015.07-rc1:
- Update drop-marvell.patch
- Remove no more needed add_snow_usb_boot.patch
-------------------------------------------------------------------
Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com
- adjust copyright headers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org

View File

@ -25,20 +25,19 @@
%define cuboxi_spl 0 %define cuboxi_spl 0
Name: u-boot-cubieboard2 Name: u-boot-cubieboard2
Version: 2015.04 Version: 2015.07~rc1
Release: 0 Release: 0
Summary: The u-boot firmware for the cubieboard2 arm platform Summary: The u-boot firmware for the cubieboard2 arm platform
License: GPL-2.0 License: GPL-2.0
Group: System/Boot Group: System/Boot
Url: http://www.denx.de/wiki/U-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-%{version}.tar.bz2
Source: u-boot-2015.07-rc1.tar.bz2
Source2: arndale-bl1.img Source2: arndale-bl1.img
Source300: u-boot-rpmlintrc Source300: u-boot-rpmlintrc
Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch
Patch2: fix_beagle_spl_build.patch Patch2: fix_beagle_spl_build.patch
Patch3: mx53loco-bootscr.patch Patch3: mx53loco-bootscr.patch
# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards
Patch20: add_snow_usb_boot.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824) # Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow
This package contains documentation for u-boot firmware This package contains documentation for u-boot firmware
%prep %prep
%setup -q -n u-boot-%{version} #%setup -q -n u-boot-%{version}
%setup -q -n u-boot-2015.07-rc1
# is non-free licensed, and we don't need it (bnc#773824) # is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell rm -rf board/Marvell
# Any custom patches to be applied on top of mainline u-boot # Any custom patches to be applied on top of mainline u-boot
%patch1 %patch1
%patch2 -p1 %patch2 -p1
%patch3 %patch3
%if "%{name}" == "u-boot-snow"
# Apply some patches only for u-boot-snow to avoid to break other boards
%patch20 -p1
%endif
%patch99 -p1 %patch99 -p1
%build %build

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org
- Update to 2015.07-rc1:
- Update drop-marvell.patch
- Remove no more needed add_snow_usb_boot.patch
-------------------------------------------------------------------
Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com
- adjust copyright headers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org

View File

@ -25,20 +25,19 @@
%define cuboxi_spl 0 %define cuboxi_spl 0
Name: u-boot-cubietruck Name: u-boot-cubietruck
Version: 2015.04 Version: 2015.07~rc1
Release: 0 Release: 0
Summary: The u-boot firmware for the cubietruck arm platform Summary: The u-boot firmware for the cubietruck arm platform
License: GPL-2.0 License: GPL-2.0
Group: System/Boot Group: System/Boot
Url: http://www.denx.de/wiki/U-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-%{version}.tar.bz2
Source: u-boot-2015.07-rc1.tar.bz2
Source2: arndale-bl1.img Source2: arndale-bl1.img
Source300: u-boot-rpmlintrc Source300: u-boot-rpmlintrc
Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch
Patch2: fix_beagle_spl_build.patch Patch2: fix_beagle_spl_build.patch
Patch3: mx53loco-bootscr.patch Patch3: mx53loco-bootscr.patch
# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards
Patch20: add_snow_usb_boot.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824) # Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow
This package contains documentation for u-boot firmware This package contains documentation for u-boot firmware
%prep %prep
%setup -q -n u-boot-%{version} #%setup -q -n u-boot-%{version}
%setup -q -n u-boot-2015.07-rc1
# is non-free licensed, and we don't need it (bnc#773824) # is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell rm -rf board/Marvell
# Any custom patches to be applied on top of mainline u-boot # Any custom patches to be applied on top of mainline u-boot
%patch1 %patch1
%patch2 -p1 %patch2 -p1
%patch3 %patch3
%if "%{name}" == "u-boot-snow"
# Apply some patches only for u-boot-snow to avoid to break other boards
%patch20 -p1
%endif
%patch99 -p1 %patch99 -p1
%build %build

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org
- Update to 2015.07-rc1:
- Update drop-marvell.patch
- Remove no more needed add_snow_usb_boot.patch
-------------------------------------------------------------------
Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com
- adjust copyright headers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org

View File

@ -25,20 +25,19 @@
%define cuboxi_spl 0 %define cuboxi_spl 0
Name: u-boot-highbank Name: u-boot-highbank
Version: 2015.04 Version: 2015.07~rc1
Release: 0 Release: 0
Summary: The u-boot firmware for the highbank arm platform Summary: The u-boot firmware for the highbank arm platform
License: GPL-2.0 License: GPL-2.0
Group: System/Boot Group: System/Boot
Url: http://www.denx.de/wiki/U-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-%{version}.tar.bz2
Source: u-boot-2015.07-rc1.tar.bz2
Source2: arndale-bl1.img Source2: arndale-bl1.img
Source300: u-boot-rpmlintrc Source300: u-boot-rpmlintrc
Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch
Patch2: fix_beagle_spl_build.patch Patch2: fix_beagle_spl_build.patch
Patch3: mx53loco-bootscr.patch Patch3: mx53loco-bootscr.patch
# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards
Patch20: add_snow_usb_boot.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824) # Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow
This package contains documentation for u-boot firmware This package contains documentation for u-boot firmware
%prep %prep
%setup -q -n u-boot-%{version} #%setup -q -n u-boot-%{version}
%setup -q -n u-boot-2015.07-rc1
# is non-free licensed, and we don't need it (bnc#773824) # is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell rm -rf board/Marvell
# Any custom patches to be applied on top of mainline u-boot # Any custom patches to be applied on top of mainline u-boot
%patch1 %patch1
%patch2 -p1 %patch2 -p1
%patch3 %patch3
%if "%{name}" == "u-boot-snow"
# Apply some patches only for u-boot-snow to avoid to break other boards
%patch20 -p1
%endif
%patch99 -p1 %patch99 -p1
%build %build

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org
- Update to 2015.07-rc1:
- Update drop-marvell.patch
- Remove no more needed add_snow_usb_boot.patch
-------------------------------------------------------------------
Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com
- adjust copyright headers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org

View File

@ -25,20 +25,19 @@
%define cuboxi_spl 0 %define cuboxi_spl 0
Name: u-boot-melea1000 Name: u-boot-melea1000
Version: 2015.04 Version: 2015.07~rc1
Release: 0 Release: 0
Summary: The u-boot firmware for the melea1000 arm platform Summary: The u-boot firmware for the melea1000 arm platform
License: GPL-2.0 License: GPL-2.0
Group: System/Boot Group: System/Boot
Url: http://www.denx.de/wiki/U-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-%{version}.tar.bz2
Source: u-boot-2015.07-rc1.tar.bz2
Source2: arndale-bl1.img Source2: arndale-bl1.img
Source300: u-boot-rpmlintrc Source300: u-boot-rpmlintrc
Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch
Patch2: fix_beagle_spl_build.patch Patch2: fix_beagle_spl_build.patch
Patch3: mx53loco-bootscr.patch Patch3: mx53loco-bootscr.patch
# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards
Patch20: add_snow_usb_boot.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824) # Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow
This package contains documentation for u-boot firmware This package contains documentation for u-boot firmware
%prep %prep
%setup -q -n u-boot-%{version} #%setup -q -n u-boot-%{version}
%setup -q -n u-boot-2015.07-rc1
# is non-free licensed, and we don't need it (bnc#773824) # is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell rm -rf board/Marvell
# Any custom patches to be applied on top of mainline u-boot # Any custom patches to be applied on top of mainline u-boot
%patch1 %patch1
%patch2 -p1 %patch2 -p1
%patch3 %patch3
%if "%{name}" == "u-boot-snow"
# Apply some patches only for u-boot-snow to avoid to break other boards
%patch20 -p1
%endif
%patch99 -p1 %patch99 -p1
%build %build

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org
- Update to 2015.07-rc1:
- Update drop-marvell.patch
- Remove no more needed add_snow_usb_boot.patch
-------------------------------------------------------------------
Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com
- adjust copyright headers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org

View File

@ -25,20 +25,19 @@
%define cuboxi_spl 0 %define cuboxi_spl 0
Name: u-boot-mx53loco Name: u-boot-mx53loco
Version: 2015.04 Version: 2015.07~rc1
Release: 0 Release: 0
Summary: The u-boot firmware for the mx53loco arm platform Summary: The u-boot firmware for the mx53loco arm platform
License: GPL-2.0 License: GPL-2.0
Group: System/Boot Group: System/Boot
Url: http://www.denx.de/wiki/U-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-%{version}.tar.bz2
Source: u-boot-2015.07-rc1.tar.bz2
Source2: arndale-bl1.img Source2: arndale-bl1.img
Source300: u-boot-rpmlintrc Source300: u-boot-rpmlintrc
Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch
Patch2: fix_beagle_spl_build.patch Patch2: fix_beagle_spl_build.patch
Patch3: mx53loco-bootscr.patch Patch3: mx53loco-bootscr.patch
# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards
Patch20: add_snow_usb_boot.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824) # Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow
This package contains documentation for u-boot firmware This package contains documentation for u-boot firmware
%prep %prep
%setup -q -n u-boot-%{version} #%setup -q -n u-boot-%{version}
%setup -q -n u-boot-2015.07-rc1
# is non-free licensed, and we don't need it (bnc#773824) # is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell rm -rf board/Marvell
# Any custom patches to be applied on top of mainline u-boot # Any custom patches to be applied on top of mainline u-boot
%patch1 %patch1
%patch2 -p1 %patch2 -p1
%patch3 %patch3
%if "%{name}" == "u-boot-snow"
# Apply some patches only for u-boot-snow to avoid to break other boards
%patch20 -p1
%endif
%patch99 -p1 %patch99 -p1
%build %build

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org
- Update to 2015.07-rc1:
- Update drop-marvell.patch
- Remove no more needed add_snow_usb_boot.patch
-------------------------------------------------------------------
Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com
- adjust copyright headers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org

View File

@ -25,20 +25,19 @@
%define cuboxi_spl 0 %define cuboxi_spl 0
Name: u-boot-mx6qsabrelite Name: u-boot-mx6qsabrelite
Version: 2015.04 Version: 2015.07~rc1
Release: 0 Release: 0
Summary: The u-boot firmware for the mx6qsabrelite arm platform Summary: The u-boot firmware for the mx6qsabrelite arm platform
License: GPL-2.0 License: GPL-2.0
Group: System/Boot Group: System/Boot
Url: http://www.denx.de/wiki/U-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-%{version}.tar.bz2
Source: u-boot-2015.07-rc1.tar.bz2
Source2: arndale-bl1.img Source2: arndale-bl1.img
Source300: u-boot-rpmlintrc Source300: u-boot-rpmlintrc
Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch
Patch2: fix_beagle_spl_build.patch Patch2: fix_beagle_spl_build.patch
Patch3: mx53loco-bootscr.patch Patch3: mx53loco-bootscr.patch
# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards
Patch20: add_snow_usb_boot.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824) # Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow
This package contains documentation for u-boot firmware This package contains documentation for u-boot firmware
%prep %prep
%setup -q -n u-boot-%{version} #%setup -q -n u-boot-%{version}
%setup -q -n u-boot-2015.07-rc1
# is non-free licensed, and we don't need it (bnc#773824) # is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell rm -rf board/Marvell
# Any custom patches to be applied on top of mainline u-boot # Any custom patches to be applied on top of mainline u-boot
%patch1 %patch1
%patch2 -p1 %patch2 -p1
%patch3 %patch3
%if "%{name}" == "u-boot-snow"
# Apply some patches only for u-boot-snow to avoid to break other boards
%patch20 -p1
%endif
%patch99 -p1 %patch99 -p1
%build %build

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org
- Update to 2015.07-rc1:
- Update drop-marvell.patch
- Remove no more needed add_snow_usb_boot.patch
-------------------------------------------------------------------
Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com
- adjust copyright headers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org

View File

@ -25,20 +25,19 @@
%define cuboxi_spl 0 %define cuboxi_spl 0
Name: u-boot-omap3beagle Name: u-boot-omap3beagle
Version: 2015.04 Version: 2015.07~rc1
Release: 0 Release: 0
Summary: The u-boot firmware for the omap3beagle arm platform Summary: The u-boot firmware for the omap3beagle arm platform
License: GPL-2.0 License: GPL-2.0
Group: System/Boot Group: System/Boot
Url: http://www.denx.de/wiki/U-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-%{version}.tar.bz2
Source: u-boot-2015.07-rc1.tar.bz2
Source2: arndale-bl1.img Source2: arndale-bl1.img
Source300: u-boot-rpmlintrc Source300: u-boot-rpmlintrc
Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch
Patch2: fix_beagle_spl_build.patch Patch2: fix_beagle_spl_build.patch
Patch3: mx53loco-bootscr.patch Patch3: mx53loco-bootscr.patch
# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards
Patch20: add_snow_usb_boot.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824) # Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow
This package contains documentation for u-boot firmware This package contains documentation for u-boot firmware
%prep %prep
%setup -q -n u-boot-%{version} #%setup -q -n u-boot-%{version}
%setup -q -n u-boot-2015.07-rc1
# is non-free licensed, and we don't need it (bnc#773824) # is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell rm -rf board/Marvell
# Any custom patches to be applied on top of mainline u-boot # Any custom patches to be applied on top of mainline u-boot
%patch1 %patch1
%patch2 -p1 %patch2 -p1
%patch3 %patch3
%if "%{name}" == "u-boot-snow"
# Apply some patches only for u-boot-snow to avoid to break other boards
%patch20 -p1
%endif
%patch99 -p1 %patch99 -p1
%build %build

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org
- Update to 2015.07-rc1:
- Update drop-marvell.patch
- Remove no more needed add_snow_usb_boot.patch
-------------------------------------------------------------------
Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com
- adjust copyright headers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org

View File

@ -25,20 +25,19 @@
%define cuboxi_spl 0 %define cuboxi_spl 0
Name: u-boot-omap4panda Name: u-boot-omap4panda
Version: 2015.04 Version: 2015.07~rc1
Release: 0 Release: 0
Summary: The u-boot firmware for the omap4panda arm platform Summary: The u-boot firmware for the omap4panda arm platform
License: GPL-2.0 License: GPL-2.0
Group: System/Boot Group: System/Boot
Url: http://www.denx.de/wiki/U-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-%{version}.tar.bz2
Source: u-boot-2015.07-rc1.tar.bz2
Source2: arndale-bl1.img Source2: arndale-bl1.img
Source300: u-boot-rpmlintrc Source300: u-boot-rpmlintrc
Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch
Patch2: fix_beagle_spl_build.patch Patch2: fix_beagle_spl_build.patch
Patch3: mx53loco-bootscr.patch Patch3: mx53loco-bootscr.patch
# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards
Patch20: add_snow_usb_boot.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824) # Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow
This package contains documentation for u-boot firmware This package contains documentation for u-boot firmware
%prep %prep
%setup -q -n u-boot-%{version} #%setup -q -n u-boot-%{version}
%setup -q -n u-boot-2015.07-rc1
# is non-free licensed, and we don't need it (bnc#773824) # is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell rm -rf board/Marvell
# Any custom patches to be applied on top of mainline u-boot # Any custom patches to be applied on top of mainline u-boot
%patch1 %patch1
%patch2 -p1 %patch2 -p1
%patch3 %patch3
%if "%{name}" == "u-boot-snow"
# Apply some patches only for u-boot-snow to avoid to break other boards
%patch20 -p1
%endif
%patch99 -p1 %patch99 -p1
%build %build

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org
- Update to 2015.07-rc1:
- Update drop-marvell.patch
- Remove no more needed add_snow_usb_boot.patch
-------------------------------------------------------------------
Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com
- adjust copyright headers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org

View File

@ -25,20 +25,19 @@
%define cuboxi_spl 0 %define cuboxi_spl 0
Name: u-boot-paz00 Name: u-boot-paz00
Version: 2015.04 Version: 2015.07~rc1
Release: 0 Release: 0
Summary: The u-boot firmware for the paz00 arm platform Summary: The u-boot firmware for the paz00 arm platform
License: GPL-2.0 License: GPL-2.0
Group: System/Boot Group: System/Boot
Url: http://www.denx.de/wiki/U-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-%{version}.tar.bz2
Source: u-boot-2015.07-rc1.tar.bz2
Source2: arndale-bl1.img Source2: arndale-bl1.img
Source300: u-boot-rpmlintrc Source300: u-boot-rpmlintrc
Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch
Patch2: fix_beagle_spl_build.patch Patch2: fix_beagle_spl_build.patch
Patch3: mx53loco-bootscr.patch Patch3: mx53loco-bootscr.patch
# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards
Patch20: add_snow_usb_boot.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824) # Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow
This package contains documentation for u-boot firmware This package contains documentation for u-boot firmware
%prep %prep
%setup -q -n u-boot-%{version} #%setup -q -n u-boot-%{version}
%setup -q -n u-boot-2015.07-rc1
# is non-free licensed, and we don't need it (bnc#773824) # is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell rm -rf board/Marvell
# Any custom patches to be applied on top of mainline u-boot # Any custom patches to be applied on top of mainline u-boot
%patch1 %patch1
%patch2 -p1 %patch2 -p1
%patch3 %patch3
%if "%{name}" == "u-boot-snow"
# Apply some patches only for u-boot-snow to avoid to break other boards
%patch20 -p1
%endif
%patch99 -p1 %patch99 -p1
%build %build

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org
- Update to 2015.07-rc1:
- Update drop-marvell.patch
- Remove no more needed add_snow_usb_boot.patch
-------------------------------------------------------------------
Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com
- adjust copyright headers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org

View File

@ -25,20 +25,19 @@
%define cuboxi_spl 0 %define cuboxi_spl 0
Name: u-boot-pcm051rev3 Name: u-boot-pcm051rev3
Version: 2015.04 Version: 2015.07~rc1
Release: 0 Release: 0
Summary: The u-boot firmware for the pcm051rev3 arm platform Summary: The u-boot firmware for the pcm051rev3 arm platform
License: GPL-2.0 License: GPL-2.0
Group: System/Boot Group: System/Boot
Url: http://www.denx.de/wiki/U-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-%{version}.tar.bz2
Source: u-boot-2015.07-rc1.tar.bz2
Source2: arndale-bl1.img Source2: arndale-bl1.img
Source300: u-boot-rpmlintrc Source300: u-boot-rpmlintrc
Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch
Patch2: fix_beagle_spl_build.patch Patch2: fix_beagle_spl_build.patch
Patch3: mx53loco-bootscr.patch Patch3: mx53loco-bootscr.patch
# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards
Patch20: add_snow_usb_boot.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824) # Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow
This package contains documentation for u-boot firmware This package contains documentation for u-boot firmware
%prep %prep
%setup -q -n u-boot-%{version} #%setup -q -n u-boot-%{version}
%setup -q -n u-boot-2015.07-rc1
# is non-free licensed, and we don't need it (bnc#773824) # is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell rm -rf board/Marvell
# Any custom patches to be applied on top of mainline u-boot # Any custom patches to be applied on top of mainline u-boot
%patch1 %patch1
%patch2 -p1 %patch2 -p1
%patch3 %patch3
%if "%{name}" == "u-boot-snow"
# Apply some patches only for u-boot-snow to avoid to break other boards
%patch20 -p1
%endif
%patch99 -p1 %patch99 -p1
%build %build

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org
- Update to 2015.07-rc1:
- Update drop-marvell.patch
- Remove no more needed add_snow_usb_boot.patch
-------------------------------------------------------------------
Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com
- adjust copyright headers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org

View File

@ -25,20 +25,19 @@
%define cuboxi_spl 0 %define cuboxi_spl 0
Name: u-boot-rpi Name: u-boot-rpi
Version: 2015.04 Version: 2015.07~rc1
Release: 0 Release: 0
Summary: The u-boot firmware for the rpi arm platform Summary: The u-boot firmware for the rpi arm platform
License: GPL-2.0 License: GPL-2.0
Group: System/Boot Group: System/Boot
Url: http://www.denx.de/wiki/U-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-%{version}.tar.bz2
Source: u-boot-2015.07-rc1.tar.bz2
Source2: arndale-bl1.img Source2: arndale-bl1.img
Source300: u-boot-rpmlintrc Source300: u-boot-rpmlintrc
Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch
Patch2: fix_beagle_spl_build.patch Patch2: fix_beagle_spl_build.patch
Patch3: mx53loco-bootscr.patch Patch3: mx53loco-bootscr.patch
# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards
Patch20: add_snow_usb_boot.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824) # Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow
This package contains documentation for u-boot firmware This package contains documentation for u-boot firmware
%prep %prep
%setup -q -n u-boot-%{version} #%setup -q -n u-boot-%{version}
%setup -q -n u-boot-2015.07-rc1
# is non-free licensed, and we don't need it (bnc#773824) # is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell rm -rf board/Marvell
# Any custom patches to be applied on top of mainline u-boot # Any custom patches to be applied on top of mainline u-boot
%patch1 %patch1
%patch2 -p1 %patch2 -p1
%patch3 %patch3
%if "%{name}" == "u-boot-snow"
# Apply some patches only for u-boot-snow to avoid to break other boards
%patch20 -p1
%endif
%patch99 -p1 %patch99 -p1
%build %build

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org
- Update to 2015.07-rc1:
- Update drop-marvell.patch
- Remove no more needed add_snow_usb_boot.patch
-------------------------------------------------------------------
Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com
- adjust copyright headers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org

View File

@ -25,20 +25,19 @@
%define cuboxi_spl 0 %define cuboxi_spl 0
Name: u-boot-rpi2 Name: u-boot-rpi2
Version: 2015.04 Version: 2015.07~rc1
Release: 0 Release: 0
Summary: The u-boot firmware for the rpi2 arm platform Summary: The u-boot firmware for the rpi2 arm platform
License: GPL-2.0 License: GPL-2.0
Group: System/Boot Group: System/Boot
Url: http://www.denx.de/wiki/U-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-%{version}.tar.bz2
Source: u-boot-2015.07-rc1.tar.bz2
Source2: arndale-bl1.img Source2: arndale-bl1.img
Source300: u-boot-rpmlintrc Source300: u-boot-rpmlintrc
Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch
Patch2: fix_beagle_spl_build.patch Patch2: fix_beagle_spl_build.patch
Patch3: mx53loco-bootscr.patch Patch3: mx53loco-bootscr.patch
# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards
Patch20: add_snow_usb_boot.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824) # Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow
This package contains documentation for u-boot firmware This package contains documentation for u-boot firmware
%prep %prep
%setup -q -n u-boot-%{version} #%setup -q -n u-boot-%{version}
%setup -q -n u-boot-2015.07-rc1
# is non-free licensed, and we don't need it (bnc#773824) # is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell rm -rf board/Marvell
# Any custom patches to be applied on top of mainline u-boot # Any custom patches to be applied on top of mainline u-boot
%patch1 %patch1
%patch2 -p1 %patch2 -p1
%patch3 %patch3
%if "%{name}" == "u-boot-snow"
# Apply some patches only for u-boot-snow to avoid to break other boards
%patch20 -p1
%endif
%patch99 -p1 %patch99 -p1
%build %build

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org
- Update to 2015.07-rc1:
- Update drop-marvell.patch
- Remove no more needed add_snow_usb_boot.patch
-------------------------------------------------------------------
Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com
- adjust copyright headers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org

View File

@ -25,20 +25,19 @@
%define cuboxi_spl 0 %define cuboxi_spl 0
Name: u-boot-snow Name: u-boot-snow
Version: 2015.04 Version: 2015.07~rc1
Release: 0 Release: 0
Summary: The u-boot firmware for the snow arm platform Summary: The u-boot firmware for the snow arm platform
License: GPL-2.0 License: GPL-2.0
Group: System/Boot Group: System/Boot
Url: http://www.denx.de/wiki/U-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-%{version}.tar.bz2
Source: u-boot-2015.07-rc1.tar.bz2
Source2: arndale-bl1.img Source2: arndale-bl1.img
Source300: u-boot-rpmlintrc Source300: u-boot-rpmlintrc
Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch
Patch2: fix_beagle_spl_build.patch Patch2: fix_beagle_spl_build.patch
Patch3: mx53loco-bootscr.patch Patch3: mx53loco-bootscr.patch
# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards
Patch20: add_snow_usb_boot.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824) # Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow
This package contains documentation for u-boot firmware This package contains documentation for u-boot firmware
%prep %prep
%setup -q -n u-boot-%{version} #%setup -q -n u-boot-%{version}
%setup -q -n u-boot-2015.07-rc1
# is non-free licensed, and we don't need it (bnc#773824) # is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell rm -rf board/Marvell
# Any custom patches to be applied on top of mainline u-boot # Any custom patches to be applied on top of mainline u-boot
%patch1 %patch1
%patch2 -p1 %patch2 -p1
%patch3 %patch3
%if "%{name}" == "u-boot-snow"
# Apply some patches only for u-boot-snow to avoid to break other boards
%patch20 -p1
%endif
%patch99 -p1 %patch99 -p1
%build %build

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org
- Update to 2015.07-rc1:
- Update drop-marvell.patch
- Remove no more needed add_snow_usb_boot.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com

View File

@ -19,13 +19,14 @@
Name: u-boot Name: u-boot
Version: 2015.04 Version: 2015.07~rc1
Release: 0 Release: 0
Summary: Tools for the u-boot Firmware Summary: Tools for the u-boot Firmware
License: GPL-2.0 License: GPL-2.0
Group: System/Boot Group: System/Boot
Url: http://www.denx.de/wiki/U-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-%{version}.tar.bz2
Source: u-boot-2015.07-rc1.tar.bz2
BuildRequires: libopenssl-devel BuildRequires: libopenssl-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -45,7 +46,8 @@ This package contains:
mkimage- a tool that creates kernel bootable images for u-boot. mkimage- a tool that creates kernel bootable images for u-boot.
%prep %prep
%setup -q -n u-boot-%{version} #%setup -q -n u-boot-%{version}
%setup -q -n u-boot-2015.07-rc1
%build %build
# needed for include/config/auto.conf # needed for include/config/auto.conf

View File

@ -25,20 +25,19 @@
%define cuboxi_spl CUBOXI_SPL %define cuboxi_spl CUBOXI_SPL
Name: u-boot-BOARDNAME Name: u-boot-BOARDNAME
Version: 2015.04 Version: 2015.07~rc1
Release: 0 Release: 0
Summary: The u-boot firmware for the BOARDNAME arm platform Summary: The u-boot firmware for the BOARDNAME arm platform
License: GPL-2.0 License: GPL-2.0
Group: System/Boot Group: System/Boot
Url: http://www.denx.de/wiki/U-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-%{version}.tar.bz2
Source: u-boot-2015.07-rc1.tar.bz2
Source2: arndale-bl1.img Source2: arndale-bl1.img
Source300: u-boot-rpmlintrc Source300: u-boot-rpmlintrc
Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch
Patch2: fix_beagle_spl_build.patch Patch2: fix_beagle_spl_build.patch
Patch3: mx53loco-bootscr.patch Patch3: mx53loco-bootscr.patch
# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards
Patch20: add_snow_usb_boot.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824) # Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow
This package contains documentation for u-boot firmware This package contains documentation for u-boot firmware
%prep %prep
%setup -q -n u-boot-%{version} #%setup -q -n u-boot-%{version}
%setup -q -n u-boot-2015.07-rc1
# is non-free licensed, and we don't need it (bnc#773824) # is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell rm -rf board/Marvell
# Any custom patches to be applied on top of mainline u-boot # Any custom patches to be applied on top of mainline u-boot
%patch1 %patch1
%patch2 -p1 %patch2 -p1
%patch3 %patch3
%if "%{name}" == "u-boot-snow"
# Apply some patches only for u-boot-snow to avoid to break other boards
%patch20 -p1
%endif
%patch99 -p1 %patch99 -p1
%build %build