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:
parent
b2463112da
commit
16df6a7b97
@ -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"
|
@ -1,17 +1,18 @@
|
||||
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
|
||||
index bc55e5b..cec4ad2 100644
|
||||
index 49bcad1..f2015d6 100644
|
||||
--- a/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/tseries/Kconfig"
|
||||
source "board/CarMediaLab/flea3/Kconfig"
|
||||
-source "board/Marvell/aspenite/Kconfig"
|
||||
-source "board/Marvell/db-88f6820-gp/Kconfig"
|
||||
-source "board/Marvell/db-mv784mp-gp/Kconfig"
|
||||
-source "board/Marvell/gplugd/Kconfig"
|
||||
source "board/altera/socfpga/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
|
||||
index 45c6687..7f39776 100644
|
||||
--- a/arch/arm/mach-kirkwood/Kconfig
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a1a70df586655f527befa6f12e184e96ed61b126e5a567382321b17200f5d60
|
||||
size 9471487
|
3
u-boot-2015.07-rc1.tar.bz2
Normal file
3
u-boot-2015.07-rc1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd68a33a52c90e347a012d099bd0219ce026e1d2d8c709a442734c3ae3edcc34
|
||||
size 10128439
|
@ -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
|
||||
|
||||
|
@ -25,20 +25,19 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-a10-olinuxino-lime
|
||||
Version: 2015.04
|
||||
Version: 2015.07~rc1
|
||||
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-%{version}.tar.bz2
|
||||
Source: u-boot-2015.07-rc1.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.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)
|
||||
Patch99: drop-marvell.patch
|
||||
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
|
||||
|
||||
%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)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
%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
|
||||
|
||||
%build
|
||||
|
@ -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
|
||||
|
||||
|
@ -25,20 +25,19 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-a13-olinuxino
|
||||
Version: 2015.04
|
||||
Version: 2015.07~rc1
|
||||
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-%{version}.tar.bz2
|
||||
Source: u-boot-2015.07-rc1.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.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)
|
||||
Patch99: drop-marvell.patch
|
||||
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
|
||||
|
||||
%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)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
%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
|
||||
|
||||
%build
|
||||
|
@ -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
|
||||
|
||||
|
@ -25,20 +25,19 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-a13-olinuxinom
|
||||
Version: 2015.04
|
||||
Version: 2015.07~rc1
|
||||
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-%{version}.tar.bz2
|
||||
Source: u-boot-2015.07-rc1.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.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)
|
||||
Patch99: drop-marvell.patch
|
||||
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
|
||||
|
||||
%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)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
%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
|
||||
|
||||
%build
|
||||
|
@ -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
|
||||
|
||||
|
@ -25,20 +25,19 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-a20-olinuxino-lime
|
||||
Version: 2015.04
|
||||
Version: 2015.07~rc1
|
||||
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-%{version}.tar.bz2
|
||||
Source: u-boot-2015.07-rc1.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.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)
|
||||
Patch99: drop-marvell.patch
|
||||
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
|
||||
|
||||
%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)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
%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
|
||||
|
||||
%build
|
||||
|
@ -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
|
||||
|
||||
|
@ -25,20 +25,19 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-a20-olinuxino-lime2
|
||||
Version: 2015.04
|
||||
Version: 2015.07~rc1
|
||||
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-%{version}.tar.bz2
|
||||
Source: u-boot-2015.07-rc1.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.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)
|
||||
Patch99: drop-marvell.patch
|
||||
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
|
||||
|
||||
%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)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
%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
|
||||
|
||||
%build
|
||||
|
@ -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
|
||||
|
||||
|
@ -25,20 +25,19 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-a20-olinuxinomicro
|
||||
Version: 2015.04
|
||||
Version: 2015.07~rc1
|
||||
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-%{version}.tar.bz2
|
||||
Source: u-boot-2015.07-rc1.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.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)
|
||||
Patch99: drop-marvell.patch
|
||||
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
|
||||
|
||||
%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)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
%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
|
||||
|
||||
%build
|
||||
|
@ -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
|
||||
|
||||
|
@ -25,20 +25,19 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-am335xevm
|
||||
Version: 2015.04
|
||||
Version: 2015.07~rc1
|
||||
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-%{version}.tar.bz2
|
||||
Source: u-boot-2015.07-rc1.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.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)
|
||||
Patch99: drop-marvell.patch
|
||||
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
|
||||
|
||||
%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)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
%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
|
||||
|
||||
%build
|
||||
|
@ -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
|
||||
|
||||
|
@ -25,20 +25,19 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-arndale
|
||||
Version: 2015.04
|
||||
Version: 2015.07~rc1
|
||||
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-%{version}.tar.bz2
|
||||
Source: u-boot-2015.07-rc1.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.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)
|
||||
Patch99: drop-marvell.patch
|
||||
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
|
||||
|
||||
%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)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
%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
|
||||
|
||||
%build
|
||||
|
@ -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
|
||||
|
||||
|
@ -25,20 +25,19 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-bananapi
|
||||
Version: 2015.04
|
||||
Version: 2015.07~rc1
|
||||
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-%{version}.tar.bz2
|
||||
Source: u-boot-2015.07-rc1.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.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)
|
||||
Patch99: drop-marvell.patch
|
||||
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
|
||||
|
||||
%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)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
%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
|
||||
|
||||
%build
|
||||
|
@ -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
|
||||
|
||||
|
@ -25,20 +25,19 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-colibrit20
|
||||
Version: 2015.04
|
||||
Version: 2015.07~rc1
|
||||
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-%{version}.tar.bz2
|
||||
Source: u-boot-2015.07-rc1.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.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)
|
||||
Patch99: drop-marvell.patch
|
||||
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
|
||||
|
||||
%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)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
%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
|
||||
|
||||
%build
|
||||
|
@ -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
|
||||
|
||||
|
@ -25,20 +25,19 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-cubieboard
|
||||
Version: 2015.04
|
||||
Version: 2015.07~rc1
|
||||
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-%{version}.tar.bz2
|
||||
Source: u-boot-2015.07-rc1.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.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)
|
||||
Patch99: drop-marvell.patch
|
||||
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
|
||||
|
||||
%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)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
%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
|
||||
|
||||
%build
|
||||
|
@ -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
|
||||
|
||||
|
@ -25,20 +25,19 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-cubieboard2
|
||||
Version: 2015.04
|
||||
Version: 2015.07~rc1
|
||||
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-%{version}.tar.bz2
|
||||
Source: u-boot-2015.07-rc1.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.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)
|
||||
Patch99: drop-marvell.patch
|
||||
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
|
||||
|
||||
%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)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
%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
|
||||
|
||||
%build
|
||||
|
@ -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
|
||||
|
||||
|
@ -25,20 +25,19 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-cubietruck
|
||||
Version: 2015.04
|
||||
Version: 2015.07~rc1
|
||||
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-%{version}.tar.bz2
|
||||
Source: u-boot-2015.07-rc1.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.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)
|
||||
Patch99: drop-marvell.patch
|
||||
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
|
||||
|
||||
%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)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
%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
|
||||
|
||||
%build
|
||||
|
@ -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
|
||||
|
||||
|
@ -25,20 +25,19 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-highbank
|
||||
Version: 2015.04
|
||||
Version: 2015.07~rc1
|
||||
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-%{version}.tar.bz2
|
||||
Source: u-boot-2015.07-rc1.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.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)
|
||||
Patch99: drop-marvell.patch
|
||||
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
|
||||
|
||||
%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)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
%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
|
||||
|
||||
%build
|
||||
|
@ -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
|
||||
|
||||
|
@ -25,20 +25,19 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-melea1000
|
||||
Version: 2015.04
|
||||
Version: 2015.07~rc1
|
||||
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-%{version}.tar.bz2
|
||||
Source: u-boot-2015.07-rc1.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.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)
|
||||
Patch99: drop-marvell.patch
|
||||
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
|
||||
|
||||
%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)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
%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
|
||||
|
||||
%build
|
||||
|
@ -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
|
||||
|
||||
|
@ -25,20 +25,19 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-mx53loco
|
||||
Version: 2015.04
|
||||
Version: 2015.07~rc1
|
||||
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-%{version}.tar.bz2
|
||||
Source: u-boot-2015.07-rc1.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.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)
|
||||
Patch99: drop-marvell.patch
|
||||
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
|
||||
|
||||
%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)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
%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
|
||||
|
||||
%build
|
||||
|
@ -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
|
||||
|
||||
|
@ -25,20 +25,19 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-mx6qsabrelite
|
||||
Version: 2015.04
|
||||
Version: 2015.07~rc1
|
||||
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-%{version}.tar.bz2
|
||||
Source: u-boot-2015.07-rc1.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.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)
|
||||
Patch99: drop-marvell.patch
|
||||
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
|
||||
|
||||
%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)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
%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
|
||||
|
||||
%build
|
||||
|
@ -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
|
||||
|
||||
|
@ -25,20 +25,19 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-omap3beagle
|
||||
Version: 2015.04
|
||||
Version: 2015.07~rc1
|
||||
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-%{version}.tar.bz2
|
||||
Source: u-boot-2015.07-rc1.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.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)
|
||||
Patch99: drop-marvell.patch
|
||||
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
|
||||
|
||||
%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)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
%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
|
||||
|
||||
%build
|
||||
|
@ -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
|
||||
|
||||
|
@ -25,20 +25,19 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-omap4panda
|
||||
Version: 2015.04
|
||||
Version: 2015.07~rc1
|
||||
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-%{version}.tar.bz2
|
||||
Source: u-boot-2015.07-rc1.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.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)
|
||||
Patch99: drop-marvell.patch
|
||||
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
|
||||
|
||||
%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)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
%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
|
||||
|
||||
%build
|
||||
|
@ -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
|
||||
|
||||
|
@ -25,20 +25,19 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-paz00
|
||||
Version: 2015.04
|
||||
Version: 2015.07~rc1
|
||||
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-%{version}.tar.bz2
|
||||
Source: u-boot-2015.07-rc1.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.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)
|
||||
Patch99: drop-marvell.patch
|
||||
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
|
||||
|
||||
%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)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
%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
|
||||
|
||||
%build
|
||||
|
@ -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
|
||||
|
||||
|
@ -25,20 +25,19 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-pcm051rev3
|
||||
Version: 2015.04
|
||||
Version: 2015.07~rc1
|
||||
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-%{version}.tar.bz2
|
||||
Source: u-boot-2015.07-rc1.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.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)
|
||||
Patch99: drop-marvell.patch
|
||||
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
|
||||
|
||||
%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)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
%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
|
||||
|
||||
%build
|
||||
|
@ -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
|
||||
|
||||
|
@ -25,20 +25,19 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-rpi
|
||||
Version: 2015.04
|
||||
Version: 2015.07~rc1
|
||||
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-%{version}.tar.bz2
|
||||
Source: u-boot-2015.07-rc1.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.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)
|
||||
Patch99: drop-marvell.patch
|
||||
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
|
||||
|
||||
%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)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
%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
|
||||
|
||||
%build
|
||||
|
@ -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
|
||||
|
||||
|
@ -25,20 +25,19 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-rpi2
|
||||
Version: 2015.04
|
||||
Version: 2015.07~rc1
|
||||
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-%{version}.tar.bz2
|
||||
Source: u-boot-2015.07-rc1.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.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)
|
||||
Patch99: drop-marvell.patch
|
||||
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
|
||||
|
||||
%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)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
%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
|
||||
|
||||
%build
|
||||
|
@ -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
|
||||
|
||||
|
@ -25,20 +25,19 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-snow
|
||||
Version: 2015.04
|
||||
Version: 2015.07~rc1
|
||||
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-%{version}.tar.bz2
|
||||
Source: u-boot-2015.07-rc1.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.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)
|
||||
Patch99: drop-marvell.patch
|
||||
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
|
||||
|
||||
%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)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
%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
|
||||
|
||||
%build
|
||||
|
@ -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
|
||||
|
||||
@ -7,7 +14,7 @@ Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com
|
||||
Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org
|
||||
|
||||
- update to 2015.04
|
||||
- Remove upstreamed patch:
|
||||
- Remove upstreamed patch:
|
||||
0001-Exynos-Clock-Fix-exynos5_get_periph_rate-for-I2C.patch
|
||||
- Follow upstream board rename colibri_t20_iris => colibri_t20
|
||||
|
||||
|
@ -19,13 +19,14 @@
|
||||
|
||||
|
||||
Name: u-boot
|
||||
Version: 2015.04
|
||||
Version: 2015.07~rc1
|
||||
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-%{version}.tar.bz2
|
||||
Source: u-boot-2015.07-rc1.tar.bz2
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -45,7 +46,8 @@ This package contains:
|
||||
mkimage- a tool that creates kernel bootable images for u-boot.
|
||||
|
||||
%prep
|
||||
%setup -q -n u-boot-%{version}
|
||||
#%setup -q -n u-boot-%{version}
|
||||
%setup -q -n u-boot-2015.07-rc1
|
||||
|
||||
%build
|
||||
# needed for include/config/auto.conf
|
||||
|
@ -25,20 +25,19 @@
|
||||
%define cuboxi_spl CUBOXI_SPL
|
||||
|
||||
Name: u-boot-BOARDNAME
|
||||
Version: 2015.04
|
||||
Version: 2015.07~rc1
|
||||
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-%{version}.tar.bz2
|
||||
Source: u-boot-2015.07-rc1.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.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)
|
||||
Patch99: drop-marvell.patch
|
||||
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
|
||||
|
||||
%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)
|
||||
rm -rf board/Marvell
|
||||
# Any custom patches to be applied on top of mainline u-boot
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
%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
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user