forked from pool/u-boot
Accepting request 256751 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/256751 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=31
This commit is contained in:
parent
6ceabbd471
commit
7a1fda68e7
@ -1,31 +1,13 @@
|
||||
Index: include/configs/arndale.h
|
||||
===================================================================
|
||||
--- include/configs/arndale.h.orig
|
||||
+++ include/configs/arndale.h
|
||||
@@ -72,9 +72,6 @@
|
||||
"stdout=serial\0" \
|
||||
"stderr=serial\0"
|
||||
--- include/configs/arndale.h.orig 2014-10-14 15:53:28.819594338 +0200
|
||||
+++ include/configs/arndale.h 2014-10-14 15:53:36.627594062 +0200
|
||||
@@ -18,6 +18,28 @@
|
||||
#define CONFIG_ENV_OVERWRITE
|
||||
|
||||
-#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
- EXYNOS_DEVICE_SETTINGS
|
||||
-
|
||||
/* SD/MMC configuration */
|
||||
#define CONFIG_GENERIC_MMC
|
||||
#define CONFIG_MMC
|
||||
@@ -105,6 +102,8 @@
|
||||
#define CONFIG_CMD_FAT
|
||||
#define CONFIG_CMD_NET
|
||||
#define CONFIG_CMD_HASH
|
||||
#define CONFIG_CMD_EXT2
|
||||
+#define CONFIG_CMD_FS_GENERIC
|
||||
+#define CONFIG_SUPPORT_RAW_INITRD
|
||||
+#define CONFIG_CMD_BOOTZ
|
||||
|
||||
#define CONFIG_BOOTDELAY 3
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK
|
||||
@@ -130,7 +129,23 @@
|
||||
#define CONFIG_SPL_TEXT_BASE 0x02023400
|
||||
#define CONFIG_SPL_MAX_FOOTPRINT (14 * 1024)
|
||||
|
||||
-#define CONFIG_BOOTCOMMAND "mmc read 40007000 451 2000; bootm 40007000"
|
||||
+
|
||||
+#undef CONFIG_EXTRA_ENV_SETTINGS
|
||||
+#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
+ EXYNOS_DEVICE_SETTINGS \
|
||||
+ "loadaddr=0x40007000\0" \
|
||||
@ -35,14 +17,15 @@ Index: include/configs/arndale.h
|
||||
+ "console=ttySAC2,115200n8\0" \
|
||||
+ "mmcdev=1\0" \
|
||||
+ "bootenv=uEnv.txt\0" \
|
||||
+ "loadbootscript=ext2load mmc ${mmcdev} ${loadaddr} boot.scr\0" \
|
||||
+ "bootscript=echo Running bootscript from mmc${mmcdev} ...; " \
|
||||
+ "loadbootscript=ext2load mmc ${mmcdev} ${loadaddr} boot.scr\0" \
|
||||
+ "bootscript=echo Running bootscript from mmc${mmcdev} ...; " \
|
||||
+ "source ${loadaddr}\0"
|
||||
+#undef CONFIG_BOOTCOMMAND
|
||||
+#define CONFIG_BOOTCOMMAND \
|
||||
+ "mmc rescan; " \
|
||||
+ "echo SD/MMC found on device ${mmcdev};" \
|
||||
+ "run loadbootscript; " \
|
||||
+ "run bootscript; " \
|
||||
|
||||
/* Miscellaneous configurable options */
|
||||
#define CONFIG_SYS_LONGHELP /* undef to save memory */
|
||||
/* USB */
|
||||
#define CONFIG_USB_EHCI
|
||||
|
@ -1,34 +0,0 @@
|
||||
Index: include/configs/exynos5-dt.h
|
||||
===================================================================
|
||||
--- include/configs/exynos5-dt.h.orig
|
||||
+++ include/configs/exynos5-dt.h
|
||||
@@ -83,12 +83,25 @@
|
||||
#define CONFIG_CONSOLE_MUX
|
||||
#define CONFIG_SYS_CONSOLE_IS_IN_ENV
|
||||
#define EXYNOS_DEVICE_SETTINGS \
|
||||
- "stdin=serial,cros-ec-keyb\0" \
|
||||
- "stdout=serial,lcd\0" \
|
||||
- "stderr=serial,lcd\0"
|
||||
+ "stdin=cros-ec-keyb\0" \
|
||||
+ "stdout=lcd\0" \
|
||||
+ "stderr=lcd\0"
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
- EXYNOS_DEVICE_SETTINGS
|
||||
+ EXYNOS_DEVICE_SETTINGS \
|
||||
+ "loadaddr=0x40007000\0" \
|
||||
+ "rdaddr=0x4f000000\0" \
|
||||
+ "kerneladdr=0x40007000\0" \
|
||||
+ "ramdiskaddr=0x4f000000\0" \
|
||||
+ "console=tty\0" \
|
||||
+ "mmcdev=1:2\0" \
|
||||
+ "bootenv=uEnv.txt\0" \
|
||||
+ "loadbootenv=ext2load mmc ${mmcdev} ${loadaddr} ${bootenv}\0" \
|
||||
+ "importbootenv=echo Importing environment from mmc ...; " \
|
||||
+ "env import -t $loadaddr $filesize\0" \
|
||||
+ "loadbootscript=ext2load mmc ${mmcdev} ${loadaddr} boot.scr\0" \
|
||||
+ "bootscript=echo Running bootscript from mmc${mmcdev} ...; " \
|
||||
+ "source ${loadaddr}\0"
|
||||
|
||||
/* SD/MMC configuration */
|
||||
#define CONFIG_GENERIC_MMC
|
@ -1,5 +1,5 @@
|
||||
--- include/configs/exynos5250-dt.h.orig 2014-02-04 10:11:19.387527096 +0100
|
||||
+++ include/configs/exynos5250-dt.h 2014-02-04 10:11:38.979179142 +0100
|
||||
--- include/configs/exynos5250-common.h.orig 2014-02-04 10:11:19.387527096 +0100
|
||||
+++ include/configs/exynos5250-common.h 2014-02-04 10:11:38.979179142 +0100
|
||||
@@ -14,7 +14,7 @@
|
||||
#define CONFIG_EXYNOS5250
|
||||
|
||||
|
@ -1,45 +0,0 @@
|
||||
Index: include/configs/nitrogen6x.h
|
||||
===================================================================
|
||||
--- include/configs/nitrogen6x.h.orig
|
||||
+++ include/configs/nitrogen6x.h
|
||||
@@ -186,13 +186,12 @@
|
||||
"fdt_addr=0x18000000\0" \
|
||||
"boot_fdt=try\0" \
|
||||
"ip_dyn=yes\0" \
|
||||
- "mmcdev=0\0" \
|
||||
+ "mmcdevs=0 1\0" \
|
||||
"mmcpart=1\0" \
|
||||
"mmcroot=/dev/mmcblk0p2 rootwait rw\0" \
|
||||
"mmcargs=setenv bootargs console=${console},${baudrate} " \
|
||||
"root=${mmcroot}\0" \
|
||||
- "loadbootscript=" \
|
||||
- "load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \
|
||||
+ "loadbootscript=load mmc ${mmcdev} ${loadaddr} ${script};\0" \
|
||||
"bootscript=echo Running bootscript from mmc ...; " \
|
||||
"source\0" \
|
||||
"loaduimage=load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${uimage}\0" \
|
||||
@@ -238,16 +237,14 @@
|
||||
"fi;\0"
|
||||
|
||||
#define CONFIG_BOOTCOMMAND \
|
||||
- "mmc dev ${mmcdev}; if mmc rescan; then " \
|
||||
- "if run loadbootscript; then " \
|
||||
- "run bootscript; " \
|
||||
- "else " \
|
||||
- "if run loaduimage; then " \
|
||||
- "run mmcboot; " \
|
||||
- "else run netboot; " \
|
||||
- "fi; " \
|
||||
- "fi; " \
|
||||
- "else run netboot; fi"
|
||||
+ "for mmcdev in ${mmcdevs}; do " \
|
||||
+ "mmc dev ${mmcdev}; " \
|
||||
+ "if mmc rescan; then " \
|
||||
+ "if run loadbootscript; then " \
|
||||
+ "run bootscript; " \
|
||||
+ "fi; " \
|
||||
+ "fi; " \
|
||||
+ "done;"
|
||||
#else
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"console=ttymxc1\0" \
|
@ -1,10 +1,8 @@
|
||||
Index: include/configs/snow.h
|
||||
===================================================================
|
||||
--- include/configs/snow.h.orig
|
||||
+++ include/configs/snow.h
|
||||
@@ -18,4 +18,31 @@
|
||||
#define CONFIG_FIT
|
||||
#define CONFIG_FIT_BEST_MATCH
|
||||
--- include/configs/snow.h.orig 2014-10-14 10:47:15.000000000 +0200
|
||||
+++ include/configs/snow.h 2014-10-15 12:03:09.289092650 +0200
|
||||
@@ -33,4 +33,31 @@
|
||||
#define CONFIG_IDENT_STRING " for snow"
|
||||
#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
|
||||
|
||||
+#undef CONFIG_BOOTCOMMAND
|
||||
+#define CONFIG_BOOTCOMMAND \
|
||||
|
23
fix_snow_extra_env_settings.patch
Normal file
23
fix_snow_extra_env_settings.patch
Normal file
@ -0,0 +1,23 @@
|
||||
--- include/configs/exynos5-dt-common.h.orig 2014-10-15 11:59:32.536100325 +0200
|
||||
+++ include/configs/exynos5-dt-common.h 2014-10-15 12:00:17.008098751 +0200
|
||||
@@ -30,6 +30,19 @@
|
||||
"stderr=serial,lcd\0"
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
- EXYNOS_DEVICE_SETTINGS
|
||||
+ EXYNOS_DEVICE_SETTINGS \
|
||||
+ "loadaddr=0x40007000\0" \
|
||||
+ "rdaddr=0x4f000000\0" \
|
||||
+ "kerneladdr=0x40007000\0" \
|
||||
+ "ramdiskaddr=0x4f000000\0" \
|
||||
+ "console=tty\0" \
|
||||
+ "mmcdev=1:2\0" \
|
||||
+ "bootenv=uEnv.txt\0" \
|
||||
+ "loadbootenv=ext2load mmc ${mmcdev} ${loadaddr} ${bootenv}\0" \
|
||||
+ "importbootenv=echo Importing environment from mmc ...; " \
|
||||
+ "env import -t $loadaddr $filesize\0" \
|
||||
+ "loadbootscript=ext2load mmc ${mmcdev} ${loadaddr} boot.scr\0" \
|
||||
+ "bootscript=echo Running bootscript from mmc${mmcdev} ...; " \
|
||||
+ "source ${loadaddr}\0"
|
||||
|
||||
#endif
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d75e0f7d4852c6ddcff4df5d6476bb3f2d69411b8bb625b86272ebfaa6eacace
|
||||
size 10231262
|
3
u-boot-2014.10.tar.bz2
Normal file
3
u-boot-2014.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3b132a7a9b3f3182b7aad71c2dfbd4fc15bea83e12c76134eb3ffefc07d1c71
|
||||
size 10217685
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 14 13:22:44 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
- Update to version 2014.10
|
||||
- Drop upstreamed patch:
|
||||
* fix_sabrelite_boot.scr.patch
|
||||
- Refresh patches:
|
||||
* arndale.patch
|
||||
* fix_snow_config.patch
|
||||
* fix_exynos5_text_base.patch
|
||||
* exynos5-dt.h.patch (renamed fix_snow_extra_env_settings.patch)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,14 +25,13 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-am335xevm
|
||||
Version: 2014.10~rc3
|
||||
Version: 2014.10
|
||||
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-2014.10-rc3.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: add_spl_extfs_support.patch
|
||||
@ -40,13 +39,12 @@ Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.patch
|
||||
Patch3: fix_omap_boot_mode.patch
|
||||
Patch4: ti_common_initrd_support.patch
|
||||
Patch5: fix_sabrelite_boot.scr.patch
|
||||
Patch6: mx53loco-bootscr.patch
|
||||
Patch7: origen-ext2.patch
|
||||
Patch8: arndale.patch
|
||||
Patch5: mx53loco-bootscr.patch
|
||||
Patch6: origen-ext2.patch
|
||||
Patch7: arndale.patch
|
||||
Patch20: fix_exynos5_text_base.patch
|
||||
Patch21: fix_snow_config.patch
|
||||
Patch22: exynos5-dt.h.patch
|
||||
Patch22: fix_snow_extra_env_settings.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
|
||||
@ -74,8 +72,7 @@ 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-2014.10-rc3
|
||||
%setup -q -n u-boot-%{version}
|
||||
# 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
|
||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
||||
%patch5
|
||||
%patch6
|
||||
%patch7
|
||||
%patch8
|
||||
%if "%{name}" == "u-boot-snow"
|
||||
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||
%patch20
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 14 13:22:44 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
- Update to version 2014.10
|
||||
- Drop upstreamed patch:
|
||||
* fix_sabrelite_boot.scr.patch
|
||||
- Refresh patches:
|
||||
* arndale.patch
|
||||
* fix_snow_config.patch
|
||||
* fix_exynos5_text_base.patch
|
||||
* exynos5-dt.h.patch (renamed fix_snow_extra_env_settings.patch)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,14 +25,13 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-arndale
|
||||
Version: 2014.10~rc3
|
||||
Version: 2014.10
|
||||
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-2014.10-rc3.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: add_spl_extfs_support.patch
|
||||
@ -40,13 +39,12 @@ Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.patch
|
||||
Patch3: fix_omap_boot_mode.patch
|
||||
Patch4: ti_common_initrd_support.patch
|
||||
Patch5: fix_sabrelite_boot.scr.patch
|
||||
Patch6: mx53loco-bootscr.patch
|
||||
Patch7: origen-ext2.patch
|
||||
Patch8: arndale.patch
|
||||
Patch5: mx53loco-bootscr.patch
|
||||
Patch6: origen-ext2.patch
|
||||
Patch7: arndale.patch
|
||||
Patch20: fix_exynos5_text_base.patch
|
||||
Patch21: fix_snow_config.patch
|
||||
Patch22: exynos5-dt.h.patch
|
||||
Patch22: fix_snow_extra_env_settings.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
|
||||
@ -74,8 +72,7 @@ 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-2014.10-rc3
|
||||
%setup -q -n u-boot-%{version}
|
||||
# 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
|
||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
||||
%patch5
|
||||
%patch6
|
||||
%patch7
|
||||
%patch8
|
||||
%if "%{name}" == "u-boot-snow"
|
||||
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||
%patch20
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 14 13:22:44 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
- Update to version 2014.10
|
||||
- Drop upstreamed patch:
|
||||
* fix_sabrelite_boot.scr.patch
|
||||
- Refresh patches:
|
||||
* arndale.patch
|
||||
* fix_snow_config.patch
|
||||
* fix_exynos5_text_base.patch
|
||||
* exynos5-dt.h.patch (renamed fix_snow_extra_env_settings.patch)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,14 +25,13 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-colibrit20iris
|
||||
Version: 2014.10~rc3
|
||||
Version: 2014.10
|
||||
Release: 0
|
||||
Summary: The u-boot firmware for the colibrit20iris 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-2014.10-rc3.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: add_spl_extfs_support.patch
|
||||
@ -40,13 +39,12 @@ Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.patch
|
||||
Patch3: fix_omap_boot_mode.patch
|
||||
Patch4: ti_common_initrd_support.patch
|
||||
Patch5: fix_sabrelite_boot.scr.patch
|
||||
Patch6: mx53loco-bootscr.patch
|
||||
Patch7: origen-ext2.patch
|
||||
Patch8: arndale.patch
|
||||
Patch5: mx53loco-bootscr.patch
|
||||
Patch6: origen-ext2.patch
|
||||
Patch7: arndale.patch
|
||||
Patch20: fix_exynos5_text_base.patch
|
||||
Patch21: fix_snow_config.patch
|
||||
Patch22: exynos5-dt.h.patch
|
||||
Patch22: fix_snow_extra_env_settings.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
|
||||
@ -74,8 +72,7 @@ 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-2014.10-rc3
|
||||
%setup -q -n u-boot-%{version}
|
||||
# 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
|
||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
||||
%patch5
|
||||
%patch6
|
||||
%patch7
|
||||
%patch8
|
||||
%if "%{name}" == "u-boot-snow"
|
||||
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||
%patch20
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 14 13:22:44 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
- Update to version 2014.10
|
||||
- Drop upstreamed patch:
|
||||
* fix_sabrelite_boot.scr.patch
|
||||
- Refresh patches:
|
||||
* arndale.patch
|
||||
* fix_snow_config.patch
|
||||
* fix_exynos5_text_base.patch
|
||||
* exynos5-dt.h.patch (renamed fix_snow_extra_env_settings.patch)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,14 +25,13 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-cubieboard
|
||||
Version: 2014.10~rc3
|
||||
Version: 2014.10
|
||||
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-2014.10-rc3.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: add_spl_extfs_support.patch
|
||||
@ -40,13 +39,12 @@ Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.patch
|
||||
Patch3: fix_omap_boot_mode.patch
|
||||
Patch4: ti_common_initrd_support.patch
|
||||
Patch5: fix_sabrelite_boot.scr.patch
|
||||
Patch6: mx53loco-bootscr.patch
|
||||
Patch7: origen-ext2.patch
|
||||
Patch8: arndale.patch
|
||||
Patch5: mx53loco-bootscr.patch
|
||||
Patch6: origen-ext2.patch
|
||||
Patch7: arndale.patch
|
||||
Patch20: fix_exynos5_text_base.patch
|
||||
Patch21: fix_snow_config.patch
|
||||
Patch22: exynos5-dt.h.patch
|
||||
Patch22: fix_snow_extra_env_settings.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
|
||||
@ -74,8 +72,7 @@ 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-2014.10-rc3
|
||||
%setup -q -n u-boot-%{version}
|
||||
# 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
|
||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
||||
%patch5
|
||||
%patch6
|
||||
%patch7
|
||||
%patch8
|
||||
%if "%{name}" == "u-boot-snow"
|
||||
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||
%patch20
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 14 13:22:44 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
- Update to version 2014.10
|
||||
- Drop upstreamed patch:
|
||||
* fix_sabrelite_boot.scr.patch
|
||||
- Refresh patches:
|
||||
* arndale.patch
|
||||
* fix_snow_config.patch
|
||||
* fix_exynos5_text_base.patch
|
||||
* exynos5-dt.h.patch (renamed fix_snow_extra_env_settings.patch)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,14 +25,13 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-cubieboard2
|
||||
Version: 2014.10~rc3
|
||||
Version: 2014.10
|
||||
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-2014.10-rc3.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: add_spl_extfs_support.patch
|
||||
@ -40,13 +39,12 @@ Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.patch
|
||||
Patch3: fix_omap_boot_mode.patch
|
||||
Patch4: ti_common_initrd_support.patch
|
||||
Patch5: fix_sabrelite_boot.scr.patch
|
||||
Patch6: mx53loco-bootscr.patch
|
||||
Patch7: origen-ext2.patch
|
||||
Patch8: arndale.patch
|
||||
Patch5: mx53loco-bootscr.patch
|
||||
Patch6: origen-ext2.patch
|
||||
Patch7: arndale.patch
|
||||
Patch20: fix_exynos5_text_base.patch
|
||||
Patch21: fix_snow_config.patch
|
||||
Patch22: exynos5-dt.h.patch
|
||||
Patch22: fix_snow_extra_env_settings.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
|
||||
@ -74,8 +72,7 @@ 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-2014.10-rc3
|
||||
%setup -q -n u-boot-%{version}
|
||||
# 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
|
||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
||||
%patch5
|
||||
%patch6
|
||||
%patch7
|
||||
%patch8
|
||||
%if "%{name}" == "u-boot-snow"
|
||||
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||
%patch20
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 14 13:22:44 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
- Update to version 2014.10
|
||||
- Drop upstreamed patch:
|
||||
* fix_sabrelite_boot.scr.patch
|
||||
- Refresh patches:
|
||||
* arndale.patch
|
||||
* fix_snow_config.patch
|
||||
* fix_exynos5_text_base.patch
|
||||
* exynos5-dt.h.patch (renamed fix_snow_extra_env_settings.patch)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,14 +25,13 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-cubietruck
|
||||
Version: 2014.10~rc3
|
||||
Version: 2014.10
|
||||
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-2014.10-rc3.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: add_spl_extfs_support.patch
|
||||
@ -40,13 +39,12 @@ Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.patch
|
||||
Patch3: fix_omap_boot_mode.patch
|
||||
Patch4: ti_common_initrd_support.patch
|
||||
Patch5: fix_sabrelite_boot.scr.patch
|
||||
Patch6: mx53loco-bootscr.patch
|
||||
Patch7: origen-ext2.patch
|
||||
Patch8: arndale.patch
|
||||
Patch5: mx53loco-bootscr.patch
|
||||
Patch6: origen-ext2.patch
|
||||
Patch7: arndale.patch
|
||||
Patch20: fix_exynos5_text_base.patch
|
||||
Patch21: fix_snow_config.patch
|
||||
Patch22: exynos5-dt.h.patch
|
||||
Patch22: fix_snow_extra_env_settings.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
|
||||
@ -74,8 +72,7 @@ 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-2014.10-rc3
|
||||
%setup -q -n u-boot-%{version}
|
||||
# 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
|
||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
||||
%patch5
|
||||
%patch6
|
||||
%patch7
|
||||
%patch8
|
||||
%if "%{name}" == "u-boot-snow"
|
||||
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||
%patch20
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 14 13:22:44 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
- Update to version 2014.10
|
||||
- Drop upstreamed patch:
|
||||
* fix_sabrelite_boot.scr.patch
|
||||
- Refresh patches:
|
||||
* arndale.patch
|
||||
* fix_snow_config.patch
|
||||
* fix_exynos5_text_base.patch
|
||||
* exynos5-dt.h.patch (renamed fix_snow_extra_env_settings.patch)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,14 +25,13 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-highbank
|
||||
Version: 2014.10~rc3
|
||||
Version: 2014.10
|
||||
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-2014.10-rc3.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: add_spl_extfs_support.patch
|
||||
@ -40,13 +39,12 @@ Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.patch
|
||||
Patch3: fix_omap_boot_mode.patch
|
||||
Patch4: ti_common_initrd_support.patch
|
||||
Patch5: fix_sabrelite_boot.scr.patch
|
||||
Patch6: mx53loco-bootscr.patch
|
||||
Patch7: origen-ext2.patch
|
||||
Patch8: arndale.patch
|
||||
Patch5: mx53loco-bootscr.patch
|
||||
Patch6: origen-ext2.patch
|
||||
Patch7: arndale.patch
|
||||
Patch20: fix_exynos5_text_base.patch
|
||||
Patch21: fix_snow_config.patch
|
||||
Patch22: exynos5-dt.h.patch
|
||||
Patch22: fix_snow_extra_env_settings.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
|
||||
@ -74,8 +72,7 @@ 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-2014.10-rc3
|
||||
%setup -q -n u-boot-%{version}
|
||||
# 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
|
||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
||||
%patch5
|
||||
%patch6
|
||||
%patch7
|
||||
%patch8
|
||||
%if "%{name}" == "u-boot-snow"
|
||||
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||
%patch20
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 14 13:22:44 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
- Update to version 2014.10
|
||||
- Drop upstreamed patch:
|
||||
* fix_sabrelite_boot.scr.patch
|
||||
- Refresh patches:
|
||||
* arndale.patch
|
||||
* fix_snow_config.patch
|
||||
* fix_exynos5_text_base.patch
|
||||
* exynos5-dt.h.patch (renamed fix_snow_extra_env_settings.patch)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,14 +25,13 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-melea1000
|
||||
Version: 2014.10~rc3
|
||||
Version: 2014.10
|
||||
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-2014.10-rc3.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: add_spl_extfs_support.patch
|
||||
@ -40,13 +39,12 @@ Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.patch
|
||||
Patch3: fix_omap_boot_mode.patch
|
||||
Patch4: ti_common_initrd_support.patch
|
||||
Patch5: fix_sabrelite_boot.scr.patch
|
||||
Patch6: mx53loco-bootscr.patch
|
||||
Patch7: origen-ext2.patch
|
||||
Patch8: arndale.patch
|
||||
Patch5: mx53loco-bootscr.patch
|
||||
Patch6: origen-ext2.patch
|
||||
Patch7: arndale.patch
|
||||
Patch20: fix_exynos5_text_base.patch
|
||||
Patch21: fix_snow_config.patch
|
||||
Patch22: exynos5-dt.h.patch
|
||||
Patch22: fix_snow_extra_env_settings.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
|
||||
@ -74,8 +72,7 @@ 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-2014.10-rc3
|
||||
%setup -q -n u-boot-%{version}
|
||||
# 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
|
||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
||||
%patch5
|
||||
%patch6
|
||||
%patch7
|
||||
%patch8
|
||||
%if "%{name}" == "u-boot-snow"
|
||||
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||
%patch20
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 14 13:22:44 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
- Update to version 2014.10
|
||||
- Drop upstreamed patch:
|
||||
* fix_sabrelite_boot.scr.patch
|
||||
- Refresh patches:
|
||||
* arndale.patch
|
||||
* fix_snow_config.patch
|
||||
* fix_exynos5_text_base.patch
|
||||
* exynos5-dt.h.patch (renamed fix_snow_extra_env_settings.patch)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,14 +25,13 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-mx53loco
|
||||
Version: 2014.10~rc3
|
||||
Version: 2014.10
|
||||
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-2014.10-rc3.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: add_spl_extfs_support.patch
|
||||
@ -40,13 +39,12 @@ Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.patch
|
||||
Patch3: fix_omap_boot_mode.patch
|
||||
Patch4: ti_common_initrd_support.patch
|
||||
Patch5: fix_sabrelite_boot.scr.patch
|
||||
Patch6: mx53loco-bootscr.patch
|
||||
Patch7: origen-ext2.patch
|
||||
Patch8: arndale.patch
|
||||
Patch5: mx53loco-bootscr.patch
|
||||
Patch6: origen-ext2.patch
|
||||
Patch7: arndale.patch
|
||||
Patch20: fix_exynos5_text_base.patch
|
||||
Patch21: fix_snow_config.patch
|
||||
Patch22: exynos5-dt.h.patch
|
||||
Patch22: fix_snow_extra_env_settings.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
|
||||
@ -74,8 +72,7 @@ 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-2014.10-rc3
|
||||
%setup -q -n u-boot-%{version}
|
||||
# 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
|
||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
||||
%patch5
|
||||
%patch6
|
||||
%patch7
|
||||
%patch8
|
||||
%if "%{name}" == "u-boot-snow"
|
||||
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||
%patch20
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 14 13:22:44 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
- Update to version 2014.10
|
||||
- Drop upstreamed patch:
|
||||
* fix_sabrelite_boot.scr.patch
|
||||
- Refresh patches:
|
||||
* arndale.patch
|
||||
* fix_snow_config.patch
|
||||
* fix_exynos5_text_base.patch
|
||||
* exynos5-dt.h.patch (renamed fix_snow_extra_env_settings.patch)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,14 +25,13 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-mx6qsabrelite
|
||||
Version: 2014.10~rc3
|
||||
Version: 2014.10
|
||||
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-2014.10-rc3.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: add_spl_extfs_support.patch
|
||||
@ -40,13 +39,12 @@ Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.patch
|
||||
Patch3: fix_omap_boot_mode.patch
|
||||
Patch4: ti_common_initrd_support.patch
|
||||
Patch5: fix_sabrelite_boot.scr.patch
|
||||
Patch6: mx53loco-bootscr.patch
|
||||
Patch7: origen-ext2.patch
|
||||
Patch8: arndale.patch
|
||||
Patch5: mx53loco-bootscr.patch
|
||||
Patch6: origen-ext2.patch
|
||||
Patch7: arndale.patch
|
||||
Patch20: fix_exynos5_text_base.patch
|
||||
Patch21: fix_snow_config.patch
|
||||
Patch22: exynos5-dt.h.patch
|
||||
Patch22: fix_snow_extra_env_settings.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
|
||||
@ -74,8 +72,7 @@ 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-2014.10-rc3
|
||||
%setup -q -n u-boot-%{version}
|
||||
# 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
|
||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
||||
%patch5
|
||||
%patch6
|
||||
%patch7
|
||||
%patch8
|
||||
%if "%{name}" == "u-boot-snow"
|
||||
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||
%patch20
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 14 13:22:44 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
- Update to version 2014.10
|
||||
- Drop upstreamed patch:
|
||||
* fix_sabrelite_boot.scr.patch
|
||||
- Refresh patches:
|
||||
* arndale.patch
|
||||
* fix_snow_config.patch
|
||||
* fix_exynos5_text_base.patch
|
||||
* exynos5-dt.h.patch (renamed fix_snow_extra_env_settings.patch)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,14 +25,13 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-omap3beagle
|
||||
Version: 2014.10~rc3
|
||||
Version: 2014.10
|
||||
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-2014.10-rc3.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: add_spl_extfs_support.patch
|
||||
@ -40,13 +39,12 @@ Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.patch
|
||||
Patch3: fix_omap_boot_mode.patch
|
||||
Patch4: ti_common_initrd_support.patch
|
||||
Patch5: fix_sabrelite_boot.scr.patch
|
||||
Patch6: mx53loco-bootscr.patch
|
||||
Patch7: origen-ext2.patch
|
||||
Patch8: arndale.patch
|
||||
Patch5: mx53loco-bootscr.patch
|
||||
Patch6: origen-ext2.patch
|
||||
Patch7: arndale.patch
|
||||
Patch20: fix_exynos5_text_base.patch
|
||||
Patch21: fix_snow_config.patch
|
||||
Patch22: exynos5-dt.h.patch
|
||||
Patch22: fix_snow_extra_env_settings.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
|
||||
@ -74,8 +72,7 @@ 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-2014.10-rc3
|
||||
%setup -q -n u-boot-%{version}
|
||||
# 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
|
||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
||||
%patch5
|
||||
%patch6
|
||||
%patch7
|
||||
%patch8
|
||||
%if "%{name}" == "u-boot-snow"
|
||||
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||
%patch20
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 14 13:22:44 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
- Update to version 2014.10
|
||||
- Drop upstreamed patch:
|
||||
* fix_sabrelite_boot.scr.patch
|
||||
- Refresh patches:
|
||||
* arndale.patch
|
||||
* fix_snow_config.patch
|
||||
* fix_exynos5_text_base.patch
|
||||
* exynos5-dt.h.patch (renamed fix_snow_extra_env_settings.patch)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,14 +25,13 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-omap4panda
|
||||
Version: 2014.10~rc3
|
||||
Version: 2014.10
|
||||
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-2014.10-rc3.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: add_spl_extfs_support.patch
|
||||
@ -40,13 +39,12 @@ Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.patch
|
||||
Patch3: fix_omap_boot_mode.patch
|
||||
Patch4: ti_common_initrd_support.patch
|
||||
Patch5: fix_sabrelite_boot.scr.patch
|
||||
Patch6: mx53loco-bootscr.patch
|
||||
Patch7: origen-ext2.patch
|
||||
Patch8: arndale.patch
|
||||
Patch5: mx53loco-bootscr.patch
|
||||
Patch6: origen-ext2.patch
|
||||
Patch7: arndale.patch
|
||||
Patch20: fix_exynos5_text_base.patch
|
||||
Patch21: fix_snow_config.patch
|
||||
Patch22: exynos5-dt.h.patch
|
||||
Patch22: fix_snow_extra_env_settings.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
|
||||
@ -74,8 +72,7 @@ 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-2014.10-rc3
|
||||
%setup -q -n u-boot-%{version}
|
||||
# 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
|
||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
||||
%patch5
|
||||
%patch6
|
||||
%patch7
|
||||
%patch8
|
||||
%if "%{name}" == "u-boot-snow"
|
||||
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||
%patch20
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 14 13:22:44 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
- Update to version 2014.10
|
||||
- Drop upstreamed patch:
|
||||
* fix_sabrelite_boot.scr.patch
|
||||
- Refresh patches:
|
||||
* arndale.patch
|
||||
* fix_snow_config.patch
|
||||
* fix_exynos5_text_base.patch
|
||||
* exynos5-dt.h.patch (renamed fix_snow_extra_env_settings.patch)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,14 +25,13 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-paz00
|
||||
Version: 2014.10~rc3
|
||||
Version: 2014.10
|
||||
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-2014.10-rc3.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: add_spl_extfs_support.patch
|
||||
@ -40,13 +39,12 @@ Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.patch
|
||||
Patch3: fix_omap_boot_mode.patch
|
||||
Patch4: ti_common_initrd_support.patch
|
||||
Patch5: fix_sabrelite_boot.scr.patch
|
||||
Patch6: mx53loco-bootscr.patch
|
||||
Patch7: origen-ext2.patch
|
||||
Patch8: arndale.patch
|
||||
Patch5: mx53loco-bootscr.patch
|
||||
Patch6: origen-ext2.patch
|
||||
Patch7: arndale.patch
|
||||
Patch20: fix_exynos5_text_base.patch
|
||||
Patch21: fix_snow_config.patch
|
||||
Patch22: exynos5-dt.h.patch
|
||||
Patch22: fix_snow_extra_env_settings.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
|
||||
@ -74,8 +72,7 @@ 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-2014.10-rc3
|
||||
%setup -q -n u-boot-%{version}
|
||||
# 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
|
||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
||||
%patch5
|
||||
%patch6
|
||||
%patch7
|
||||
%patch8
|
||||
%if "%{name}" == "u-boot-snow"
|
||||
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||
%patch20
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 14 13:22:44 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
- Update to version 2014.10
|
||||
- Drop upstreamed patch:
|
||||
* fix_sabrelite_boot.scr.patch
|
||||
- Refresh patches:
|
||||
* arndale.patch
|
||||
* fix_snow_config.patch
|
||||
* fix_exynos5_text_base.patch
|
||||
* exynos5-dt.h.patch (renamed fix_snow_extra_env_settings.patch)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,14 +25,13 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-rpib
|
||||
Version: 2014.10~rc3
|
||||
Version: 2014.10
|
||||
Release: 0
|
||||
Summary: The u-boot firmware for the rpib 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-2014.10-rc3.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: add_spl_extfs_support.patch
|
||||
@ -40,13 +39,12 @@ Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.patch
|
||||
Patch3: fix_omap_boot_mode.patch
|
||||
Patch4: ti_common_initrd_support.patch
|
||||
Patch5: fix_sabrelite_boot.scr.patch
|
||||
Patch6: mx53loco-bootscr.patch
|
||||
Patch7: origen-ext2.patch
|
||||
Patch8: arndale.patch
|
||||
Patch5: mx53loco-bootscr.patch
|
||||
Patch6: origen-ext2.patch
|
||||
Patch7: arndale.patch
|
||||
Patch20: fix_exynos5_text_base.patch
|
||||
Patch21: fix_snow_config.patch
|
||||
Patch22: exynos5-dt.h.patch
|
||||
Patch22: fix_snow_extra_env_settings.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
|
||||
@ -74,8 +72,7 @@ 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-2014.10-rc3
|
||||
%setup -q -n u-boot-%{version}
|
||||
# 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
|
||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
||||
%patch5
|
||||
%patch6
|
||||
%patch7
|
||||
%patch8
|
||||
%if "%{name}" == "u-boot-snow"
|
||||
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||
%patch20
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 14 13:22:44 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
- Update to version 2014.10
|
||||
- Drop upstreamed patch:
|
||||
* fix_sabrelite_boot.scr.patch
|
||||
- Refresh patches:
|
||||
* arndale.patch
|
||||
* fix_snow_config.patch
|
||||
* fix_exynos5_text_base.patch
|
||||
* exynos5-dt.h.patch (renamed fix_snow_extra_env_settings.patch)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,14 +25,13 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-snow
|
||||
Version: 2014.10~rc3
|
||||
Version: 2014.10
|
||||
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-2014.10-rc3.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: add_spl_extfs_support.patch
|
||||
@ -40,13 +39,12 @@ Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.patch
|
||||
Patch3: fix_omap_boot_mode.patch
|
||||
Patch4: ti_common_initrd_support.patch
|
||||
Patch5: fix_sabrelite_boot.scr.patch
|
||||
Patch6: mx53loco-bootscr.patch
|
||||
Patch7: origen-ext2.patch
|
||||
Patch8: arndale.patch
|
||||
Patch5: mx53loco-bootscr.patch
|
||||
Patch6: origen-ext2.patch
|
||||
Patch7: arndale.patch
|
||||
Patch20: fix_exynos5_text_base.patch
|
||||
Patch21: fix_snow_config.patch
|
||||
Patch22: exynos5-dt.h.patch
|
||||
Patch22: fix_snow_extra_env_settings.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
|
||||
@ -74,8 +72,7 @@ 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-2014.10-rc3
|
||||
%setup -q -n u-boot-%{version}
|
||||
# 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
|
||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
||||
%patch5
|
||||
%patch6
|
||||
%patch7
|
||||
%patch8
|
||||
%if "%{name}" == "u-boot-snow"
|
||||
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||
%patch20
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 14 13:22:44 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
- Update to version 2014.10
|
||||
- Drop upstreamed patch:
|
||||
* fix_sabrelite_boot.scr.patch
|
||||
- Refresh patches:
|
||||
* arndale.patch
|
||||
* fix_snow_config.patch
|
||||
* fix_exynos5_text_base.patch
|
||||
* exynos5-dt.h.patch (renamed fix_snow_extra_env_settings.patch)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
|
@ -25,14 +25,13 @@
|
||||
%define cuboxi_spl 0
|
||||
|
||||
Name: u-boot-vexpressaemv8a
|
||||
Version: 2014.10~rc3
|
||||
Version: 2014.10
|
||||
Release: 0
|
||||
Summary: The u-boot firmware for the vexpressaemv8a 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-2014.10-rc3.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: add_spl_extfs_support.patch
|
||||
@ -40,13 +39,12 @@ Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.patch
|
||||
Patch3: fix_omap_boot_mode.patch
|
||||
Patch4: ti_common_initrd_support.patch
|
||||
Patch5: fix_sabrelite_boot.scr.patch
|
||||
Patch6: mx53loco-bootscr.patch
|
||||
Patch7: origen-ext2.patch
|
||||
Patch8: arndale.patch
|
||||
Patch5: mx53loco-bootscr.patch
|
||||
Patch6: origen-ext2.patch
|
||||
Patch7: arndale.patch
|
||||
Patch20: fix_exynos5_text_base.patch
|
||||
Patch21: fix_snow_config.patch
|
||||
Patch22: exynos5-dt.h.patch
|
||||
Patch22: fix_snow_extra_env_settings.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
|
||||
@ -74,8 +72,7 @@ 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-2014.10-rc3
|
||||
%setup -q -n u-boot-%{version}
|
||||
# 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
|
||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
||||
%patch5
|
||||
%patch6
|
||||
%patch7
|
||||
%patch8
|
||||
%if "%{name}" == "u-boot-snow"
|
||||
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||
%patch20
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 14 13:22:44 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
- Update to version 2014.10
|
||||
- Drop upstreamed patch:
|
||||
* fix_sabrelite_boot.scr.patch
|
||||
- Refresh patches:
|
||||
* arndale.patch
|
||||
* fix_snow_config.patch
|
||||
* fix_exynos5_text_base.patch
|
||||
* exynos5-dt.h.patch (renamed fix_snow_extra_env_settings.patch)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||
|
||||
|
@ -19,14 +19,13 @@
|
||||
|
||||
|
||||
Name: u-boot
|
||||
Version: 2014.10~rc3
|
||||
Version: 2014.10
|
||||
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: u-boot-%{version}.tar.bz2
|
||||
Source: u-boot-2014.10-rc3.tar.bz2
|
||||
Source: u-boot-%{version}.tar.bz2
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -47,8 +46,7 @@ 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-2014.10-rc3
|
||||
%setup -q -n u-boot-%{version}
|
||||
|
||||
%build
|
||||
# needed for include/config/auto.conf
|
||||
|
@ -25,14 +25,13 @@
|
||||
%define cuboxi_spl CUBOXI_SPL
|
||||
|
||||
Name: u-boot-BOARDNAME
|
||||
Version: 2014.10~rc3
|
||||
Version: 2014.10
|
||||
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-2014.10-rc3.tar.bz2
|
||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
Source2: arndale-bl1.img
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0: add_spl_extfs_support.patch
|
||||
@ -40,13 +39,12 @@ Patch1: enable_spl_ext_support_for_ti_armv7.patch
|
||||
Patch2: fix_beagle_spl_build.patch
|
||||
Patch3: fix_omap_boot_mode.patch
|
||||
Patch4: ti_common_initrd_support.patch
|
||||
Patch5: fix_sabrelite_boot.scr.patch
|
||||
Patch6: mx53loco-bootscr.patch
|
||||
Patch7: origen-ext2.patch
|
||||
Patch8: arndale.patch
|
||||
Patch5: mx53loco-bootscr.patch
|
||||
Patch6: origen-ext2.patch
|
||||
Patch7: arndale.patch
|
||||
Patch20: fix_exynos5_text_base.patch
|
||||
Patch21: fix_snow_config.patch
|
||||
Patch22: exynos5-dt.h.patch
|
||||
Patch22: fix_snow_extra_env_settings.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
|
||||
@ -74,8 +72,7 @@ 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-2014.10-rc3
|
||||
%setup -q -n u-boot-%{version}
|
||||
# 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
|
||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
||||
%patch5
|
||||
%patch6
|
||||
%patch7
|
||||
%patch8
|
||||
%if "%{name}" == "u-boot-snow"
|
||||
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||
%patch20
|
||||
|
Loading…
Reference in New Issue
Block a user