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 2014-10-14 15:53:28.819594338 +0200
|
||||||
===================================================================
|
+++ include/configs/arndale.h 2014-10-14 15:53:36.627594062 +0200
|
||||||
--- include/configs/arndale.h.orig
|
@@ -18,6 +18,28 @@
|
||||||
+++ include/configs/arndale.h
|
#define CONFIG_ENV_OVERWRITE
|
||||||
@@ -72,9 +72,6 @@
|
|
||||||
"stdout=serial\0" \
|
|
||||||
"stderr=serial\0"
|
|
||||||
|
|
||||||
-#define CONFIG_EXTRA_ENV_SETTINGS \
|
#define CONFIG_CMD_EXT2
|
||||||
- EXYNOS_DEVICE_SETTINGS
|
+#define CONFIG_CMD_FS_GENERIC
|
||||||
-
|
|
||||||
/* 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_SUPPORT_RAW_INITRD
|
+#define CONFIG_SUPPORT_RAW_INITRD
|
||||||
+#define CONFIG_CMD_BOOTZ
|
+
|
||||||
|
+#undef CONFIG_EXTRA_ENV_SETTINGS
|
||||||
#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"
|
|
||||||
+#define CONFIG_EXTRA_ENV_SETTINGS \
|
+#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||||
+ EXYNOS_DEVICE_SETTINGS \
|
+ EXYNOS_DEVICE_SETTINGS \
|
||||||
+ "loadaddr=0x40007000\0" \
|
+ "loadaddr=0x40007000\0" \
|
||||||
@ -38,11 +20,12 @@ Index: include/configs/arndale.h
|
|||||||
+ "loadbootscript=ext2load mmc ${mmcdev} ${loadaddr} boot.scr\0" \
|
+ "loadbootscript=ext2load mmc ${mmcdev} ${loadaddr} boot.scr\0" \
|
||||||
+ "bootscript=echo Running bootscript from mmc${mmcdev} ...; " \
|
+ "bootscript=echo Running bootscript from mmc${mmcdev} ...; " \
|
||||||
+ "source ${loadaddr}\0"
|
+ "source ${loadaddr}\0"
|
||||||
|
+#undef CONFIG_BOOTCOMMAND
|
||||||
+#define CONFIG_BOOTCOMMAND \
|
+#define CONFIG_BOOTCOMMAND \
|
||||||
+ "mmc rescan; " \
|
+ "mmc rescan; " \
|
||||||
+ "echo SD/MMC found on device ${mmcdev};" \
|
+ "echo SD/MMC found on device ${mmcdev};" \
|
||||||
+ "run loadbootscript; " \
|
+ "run loadbootscript; " \
|
||||||
+ "run bootscript; " \
|
+ "run bootscript; " \
|
||||||
|
|
||||||
/* Miscellaneous configurable options */
|
/* USB */
|
||||||
#define CONFIG_SYS_LONGHELP /* undef to save memory */
|
#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-common.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 2014-02-04 10:11:38.979179142 +0100
|
||||||
@@ -14,7 +14,7 @@
|
@@ -14,7 +14,7 @@
|
||||||
#define CONFIG_EXYNOS5250
|
#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 2014-10-14 10:47:15.000000000 +0200
|
||||||
===================================================================
|
+++ include/configs/snow.h 2014-10-15 12:03:09.289092650 +0200
|
||||||
--- include/configs/snow.h.orig
|
@@ -33,4 +33,31 @@
|
||||||
+++ include/configs/snow.h
|
#define CONFIG_IDENT_STRING " for snow"
|
||||||
@@ -18,4 +18,31 @@
|
#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
|
||||||
#define CONFIG_FIT
|
|
||||||
#define CONFIG_FIT_BEST_MATCH
|
|
||||||
|
|
||||||
+#undef CONFIG_BOOTCOMMAND
|
+#undef CONFIG_BOOTCOMMAND
|
||||||
+#define 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
|
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||||
|
|
||||||
|
@ -25,14 +25,13 @@
|
|||||||
%define cuboxi_spl 0
|
%define cuboxi_spl 0
|
||||||
|
|
||||||
Name: u-boot-am335xevm
|
Name: u-boot-am335xevm
|
||||||
Version: 2014.10~rc3
|
Version: 2014.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The u-boot firmware for the am335xevm arm platform
|
Summary: The u-boot firmware for the am335xevm arm platform
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Boot
|
Group: System/Boot
|
||||||
Url: http://www.denx.de/wiki/U-Boot
|
Url: http://www.denx.de/wiki/U-Boot
|
||||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2014.10-rc3.tar.bz2
|
|
||||||
Source2: arndale-bl1.img
|
Source2: arndale-bl1.img
|
||||||
Source300: u-boot-rpmlintrc
|
Source300: u-boot-rpmlintrc
|
||||||
Patch0: add_spl_extfs_support.patch
|
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
|
Patch2: fix_beagle_spl_build.patch
|
||||||
Patch3: fix_omap_boot_mode.patch
|
Patch3: fix_omap_boot_mode.patch
|
||||||
Patch4: ti_common_initrd_support.patch
|
Patch4: ti_common_initrd_support.patch
|
||||||
Patch5: fix_sabrelite_boot.scr.patch
|
Patch5: mx53loco-bootscr.patch
|
||||||
Patch6: mx53loco-bootscr.patch
|
Patch6: origen-ext2.patch
|
||||||
Patch7: origen-ext2.patch
|
Patch7: arndale.patch
|
||||||
Patch8: arndale.patch
|
|
||||||
Patch20: fix_exynos5_text_base.patch
|
Patch20: fix_exynos5_text_base.patch
|
||||||
Patch21: fix_snow_config.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)
|
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||||
Patch99: drop-marvell.patch
|
Patch99: drop-marvell.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -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
|
This package contains documentation for u-boot firmware
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
#%setup -q -n u-boot-%{version}
|
%setup -q -n u-boot-%{version}
|
||||||
%setup -q -n u-boot-2014.10-rc3
|
|
||||||
# is non-free licensed, and we don't need it (bnc#773824)
|
# is non-free licensed, and we don't need it (bnc#773824)
|
||||||
rm -rf board/Marvell
|
rm -rf board/Marvell
|
||||||
# Any custom patches to be applied on top of mainline u-boot
|
# Any custom patches to be applied on top of mainline u-boot
|
||||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
|||||||
%patch5
|
%patch5
|
||||||
%patch6
|
%patch6
|
||||||
%patch7
|
%patch7
|
||||||
%patch8
|
|
||||||
%if "%{name}" == "u-boot-snow"
|
%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)
|
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||||
%patch20
|
%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
|
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||||
|
|
||||||
|
@ -25,14 +25,13 @@
|
|||||||
%define cuboxi_spl 0
|
%define cuboxi_spl 0
|
||||||
|
|
||||||
Name: u-boot-arndale
|
Name: u-boot-arndale
|
||||||
Version: 2014.10~rc3
|
Version: 2014.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The u-boot firmware for the arndale arm platform
|
Summary: The u-boot firmware for the arndale arm platform
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Boot
|
Group: System/Boot
|
||||||
Url: http://www.denx.de/wiki/U-Boot
|
Url: http://www.denx.de/wiki/U-Boot
|
||||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2014.10-rc3.tar.bz2
|
|
||||||
Source2: arndale-bl1.img
|
Source2: arndale-bl1.img
|
||||||
Source300: u-boot-rpmlintrc
|
Source300: u-boot-rpmlintrc
|
||||||
Patch0: add_spl_extfs_support.patch
|
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
|
Patch2: fix_beagle_spl_build.patch
|
||||||
Patch3: fix_omap_boot_mode.patch
|
Patch3: fix_omap_boot_mode.patch
|
||||||
Patch4: ti_common_initrd_support.patch
|
Patch4: ti_common_initrd_support.patch
|
||||||
Patch5: fix_sabrelite_boot.scr.patch
|
Patch5: mx53loco-bootscr.patch
|
||||||
Patch6: mx53loco-bootscr.patch
|
Patch6: origen-ext2.patch
|
||||||
Patch7: origen-ext2.patch
|
Patch7: arndale.patch
|
||||||
Patch8: arndale.patch
|
|
||||||
Patch20: fix_exynos5_text_base.patch
|
Patch20: fix_exynos5_text_base.patch
|
||||||
Patch21: fix_snow_config.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)
|
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||||
Patch99: drop-marvell.patch
|
Patch99: drop-marvell.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -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
|
This package contains documentation for u-boot firmware
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
#%setup -q -n u-boot-%{version}
|
%setup -q -n u-boot-%{version}
|
||||||
%setup -q -n u-boot-2014.10-rc3
|
|
||||||
# is non-free licensed, and we don't need it (bnc#773824)
|
# is non-free licensed, and we don't need it (bnc#773824)
|
||||||
rm -rf board/Marvell
|
rm -rf board/Marvell
|
||||||
# Any custom patches to be applied on top of mainline u-boot
|
# Any custom patches to be applied on top of mainline u-boot
|
||||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
|||||||
%patch5
|
%patch5
|
||||||
%patch6
|
%patch6
|
||||||
%patch7
|
%patch7
|
||||||
%patch8
|
|
||||||
%if "%{name}" == "u-boot-snow"
|
%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)
|
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||||
%patch20
|
%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
|
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||||
|
|
||||||
|
@ -25,14 +25,13 @@
|
|||||||
%define cuboxi_spl 0
|
%define cuboxi_spl 0
|
||||||
|
|
||||||
Name: u-boot-colibrit20iris
|
Name: u-boot-colibrit20iris
|
||||||
Version: 2014.10~rc3
|
Version: 2014.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The u-boot firmware for the colibrit20iris arm platform
|
Summary: The u-boot firmware for the colibrit20iris arm platform
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Boot
|
Group: System/Boot
|
||||||
Url: http://www.denx.de/wiki/U-Boot
|
Url: http://www.denx.de/wiki/U-Boot
|
||||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2014.10-rc3.tar.bz2
|
|
||||||
Source2: arndale-bl1.img
|
Source2: arndale-bl1.img
|
||||||
Source300: u-boot-rpmlintrc
|
Source300: u-boot-rpmlintrc
|
||||||
Patch0: add_spl_extfs_support.patch
|
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
|
Patch2: fix_beagle_spl_build.patch
|
||||||
Patch3: fix_omap_boot_mode.patch
|
Patch3: fix_omap_boot_mode.patch
|
||||||
Patch4: ti_common_initrd_support.patch
|
Patch4: ti_common_initrd_support.patch
|
||||||
Patch5: fix_sabrelite_boot.scr.patch
|
Patch5: mx53loco-bootscr.patch
|
||||||
Patch6: mx53loco-bootscr.patch
|
Patch6: origen-ext2.patch
|
||||||
Patch7: origen-ext2.patch
|
Patch7: arndale.patch
|
||||||
Patch8: arndale.patch
|
|
||||||
Patch20: fix_exynos5_text_base.patch
|
Patch20: fix_exynos5_text_base.patch
|
||||||
Patch21: fix_snow_config.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)
|
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||||
Patch99: drop-marvell.patch
|
Patch99: drop-marvell.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -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
|
This package contains documentation for u-boot firmware
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
#%setup -q -n u-boot-%{version}
|
%setup -q -n u-boot-%{version}
|
||||||
%setup -q -n u-boot-2014.10-rc3
|
|
||||||
# is non-free licensed, and we don't need it (bnc#773824)
|
# is non-free licensed, and we don't need it (bnc#773824)
|
||||||
rm -rf board/Marvell
|
rm -rf board/Marvell
|
||||||
# Any custom patches to be applied on top of mainline u-boot
|
# Any custom patches to be applied on top of mainline u-boot
|
||||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
|||||||
%patch5
|
%patch5
|
||||||
%patch6
|
%patch6
|
||||||
%patch7
|
%patch7
|
||||||
%patch8
|
|
||||||
%if "%{name}" == "u-boot-snow"
|
%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)
|
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||||
%patch20
|
%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
|
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||||
|
|
||||||
|
@ -25,14 +25,13 @@
|
|||||||
%define cuboxi_spl 0
|
%define cuboxi_spl 0
|
||||||
|
|
||||||
Name: u-boot-cubieboard
|
Name: u-boot-cubieboard
|
||||||
Version: 2014.10~rc3
|
Version: 2014.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The u-boot firmware for the cubieboard arm platform
|
Summary: The u-boot firmware for the cubieboard arm platform
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Boot
|
Group: System/Boot
|
||||||
Url: http://www.denx.de/wiki/U-Boot
|
Url: http://www.denx.de/wiki/U-Boot
|
||||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2014.10-rc3.tar.bz2
|
|
||||||
Source2: arndale-bl1.img
|
Source2: arndale-bl1.img
|
||||||
Source300: u-boot-rpmlintrc
|
Source300: u-boot-rpmlintrc
|
||||||
Patch0: add_spl_extfs_support.patch
|
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
|
Patch2: fix_beagle_spl_build.patch
|
||||||
Patch3: fix_omap_boot_mode.patch
|
Patch3: fix_omap_boot_mode.patch
|
||||||
Patch4: ti_common_initrd_support.patch
|
Patch4: ti_common_initrd_support.patch
|
||||||
Patch5: fix_sabrelite_boot.scr.patch
|
Patch5: mx53loco-bootscr.patch
|
||||||
Patch6: mx53loco-bootscr.patch
|
Patch6: origen-ext2.patch
|
||||||
Patch7: origen-ext2.patch
|
Patch7: arndale.patch
|
||||||
Patch8: arndale.patch
|
|
||||||
Patch20: fix_exynos5_text_base.patch
|
Patch20: fix_exynos5_text_base.patch
|
||||||
Patch21: fix_snow_config.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)
|
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||||
Patch99: drop-marvell.patch
|
Patch99: drop-marvell.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -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
|
This package contains documentation for u-boot firmware
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
#%setup -q -n u-boot-%{version}
|
%setup -q -n u-boot-%{version}
|
||||||
%setup -q -n u-boot-2014.10-rc3
|
|
||||||
# is non-free licensed, and we don't need it (bnc#773824)
|
# is non-free licensed, and we don't need it (bnc#773824)
|
||||||
rm -rf board/Marvell
|
rm -rf board/Marvell
|
||||||
# Any custom patches to be applied on top of mainline u-boot
|
# Any custom patches to be applied on top of mainline u-boot
|
||||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
|||||||
%patch5
|
%patch5
|
||||||
%patch6
|
%patch6
|
||||||
%patch7
|
%patch7
|
||||||
%patch8
|
|
||||||
%if "%{name}" == "u-boot-snow"
|
%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)
|
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||||
%patch20
|
%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
|
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||||
|
|
||||||
|
@ -25,14 +25,13 @@
|
|||||||
%define cuboxi_spl 0
|
%define cuboxi_spl 0
|
||||||
|
|
||||||
Name: u-boot-cubieboard2
|
Name: u-boot-cubieboard2
|
||||||
Version: 2014.10~rc3
|
Version: 2014.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The u-boot firmware for the cubieboard2 arm platform
|
Summary: The u-boot firmware for the cubieboard2 arm platform
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Boot
|
Group: System/Boot
|
||||||
Url: http://www.denx.de/wiki/U-Boot
|
Url: http://www.denx.de/wiki/U-Boot
|
||||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2014.10-rc3.tar.bz2
|
|
||||||
Source2: arndale-bl1.img
|
Source2: arndale-bl1.img
|
||||||
Source300: u-boot-rpmlintrc
|
Source300: u-boot-rpmlintrc
|
||||||
Patch0: add_spl_extfs_support.patch
|
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
|
Patch2: fix_beagle_spl_build.patch
|
||||||
Patch3: fix_omap_boot_mode.patch
|
Patch3: fix_omap_boot_mode.patch
|
||||||
Patch4: ti_common_initrd_support.patch
|
Patch4: ti_common_initrd_support.patch
|
||||||
Patch5: fix_sabrelite_boot.scr.patch
|
Patch5: mx53loco-bootscr.patch
|
||||||
Patch6: mx53loco-bootscr.patch
|
Patch6: origen-ext2.patch
|
||||||
Patch7: origen-ext2.patch
|
Patch7: arndale.patch
|
||||||
Patch8: arndale.patch
|
|
||||||
Patch20: fix_exynos5_text_base.patch
|
Patch20: fix_exynos5_text_base.patch
|
||||||
Patch21: fix_snow_config.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)
|
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||||
Patch99: drop-marvell.patch
|
Patch99: drop-marvell.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -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
|
This package contains documentation for u-boot firmware
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
#%setup -q -n u-boot-%{version}
|
%setup -q -n u-boot-%{version}
|
||||||
%setup -q -n u-boot-2014.10-rc3
|
|
||||||
# is non-free licensed, and we don't need it (bnc#773824)
|
# is non-free licensed, and we don't need it (bnc#773824)
|
||||||
rm -rf board/Marvell
|
rm -rf board/Marvell
|
||||||
# Any custom patches to be applied on top of mainline u-boot
|
# Any custom patches to be applied on top of mainline u-boot
|
||||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
|||||||
%patch5
|
%patch5
|
||||||
%patch6
|
%patch6
|
||||||
%patch7
|
%patch7
|
||||||
%patch8
|
|
||||||
%if "%{name}" == "u-boot-snow"
|
%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)
|
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||||
%patch20
|
%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
|
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||||
|
|
||||||
|
@ -25,14 +25,13 @@
|
|||||||
%define cuboxi_spl 0
|
%define cuboxi_spl 0
|
||||||
|
|
||||||
Name: u-boot-cubietruck
|
Name: u-boot-cubietruck
|
||||||
Version: 2014.10~rc3
|
Version: 2014.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The u-boot firmware for the cubietruck arm platform
|
Summary: The u-boot firmware for the cubietruck arm platform
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Boot
|
Group: System/Boot
|
||||||
Url: http://www.denx.de/wiki/U-Boot
|
Url: http://www.denx.de/wiki/U-Boot
|
||||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2014.10-rc3.tar.bz2
|
|
||||||
Source2: arndale-bl1.img
|
Source2: arndale-bl1.img
|
||||||
Source300: u-boot-rpmlintrc
|
Source300: u-boot-rpmlintrc
|
||||||
Patch0: add_spl_extfs_support.patch
|
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
|
Patch2: fix_beagle_spl_build.patch
|
||||||
Patch3: fix_omap_boot_mode.patch
|
Patch3: fix_omap_boot_mode.patch
|
||||||
Patch4: ti_common_initrd_support.patch
|
Patch4: ti_common_initrd_support.patch
|
||||||
Patch5: fix_sabrelite_boot.scr.patch
|
Patch5: mx53loco-bootscr.patch
|
||||||
Patch6: mx53loco-bootscr.patch
|
Patch6: origen-ext2.patch
|
||||||
Patch7: origen-ext2.patch
|
Patch7: arndale.patch
|
||||||
Patch8: arndale.patch
|
|
||||||
Patch20: fix_exynos5_text_base.patch
|
Patch20: fix_exynos5_text_base.patch
|
||||||
Patch21: fix_snow_config.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)
|
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||||
Patch99: drop-marvell.patch
|
Patch99: drop-marvell.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -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
|
This package contains documentation for u-boot firmware
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
#%setup -q -n u-boot-%{version}
|
%setup -q -n u-boot-%{version}
|
||||||
%setup -q -n u-boot-2014.10-rc3
|
|
||||||
# is non-free licensed, and we don't need it (bnc#773824)
|
# is non-free licensed, and we don't need it (bnc#773824)
|
||||||
rm -rf board/Marvell
|
rm -rf board/Marvell
|
||||||
# Any custom patches to be applied on top of mainline u-boot
|
# Any custom patches to be applied on top of mainline u-boot
|
||||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
|||||||
%patch5
|
%patch5
|
||||||
%patch6
|
%patch6
|
||||||
%patch7
|
%patch7
|
||||||
%patch8
|
|
||||||
%if "%{name}" == "u-boot-snow"
|
%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)
|
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||||
%patch20
|
%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
|
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||||
|
|
||||||
|
@ -25,14 +25,13 @@
|
|||||||
%define cuboxi_spl 0
|
%define cuboxi_spl 0
|
||||||
|
|
||||||
Name: u-boot-highbank
|
Name: u-boot-highbank
|
||||||
Version: 2014.10~rc3
|
Version: 2014.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The u-boot firmware for the highbank arm platform
|
Summary: The u-boot firmware for the highbank arm platform
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Boot
|
Group: System/Boot
|
||||||
Url: http://www.denx.de/wiki/U-Boot
|
Url: http://www.denx.de/wiki/U-Boot
|
||||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2014.10-rc3.tar.bz2
|
|
||||||
Source2: arndale-bl1.img
|
Source2: arndale-bl1.img
|
||||||
Source300: u-boot-rpmlintrc
|
Source300: u-boot-rpmlintrc
|
||||||
Patch0: add_spl_extfs_support.patch
|
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
|
Patch2: fix_beagle_spl_build.patch
|
||||||
Patch3: fix_omap_boot_mode.patch
|
Patch3: fix_omap_boot_mode.patch
|
||||||
Patch4: ti_common_initrd_support.patch
|
Patch4: ti_common_initrd_support.patch
|
||||||
Patch5: fix_sabrelite_boot.scr.patch
|
Patch5: mx53loco-bootscr.patch
|
||||||
Patch6: mx53loco-bootscr.patch
|
Patch6: origen-ext2.patch
|
||||||
Patch7: origen-ext2.patch
|
Patch7: arndale.patch
|
||||||
Patch8: arndale.patch
|
|
||||||
Patch20: fix_exynos5_text_base.patch
|
Patch20: fix_exynos5_text_base.patch
|
||||||
Patch21: fix_snow_config.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)
|
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||||
Patch99: drop-marvell.patch
|
Patch99: drop-marvell.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -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
|
This package contains documentation for u-boot firmware
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
#%setup -q -n u-boot-%{version}
|
%setup -q -n u-boot-%{version}
|
||||||
%setup -q -n u-boot-2014.10-rc3
|
|
||||||
# is non-free licensed, and we don't need it (bnc#773824)
|
# is non-free licensed, and we don't need it (bnc#773824)
|
||||||
rm -rf board/Marvell
|
rm -rf board/Marvell
|
||||||
# Any custom patches to be applied on top of mainline u-boot
|
# Any custom patches to be applied on top of mainline u-boot
|
||||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
|||||||
%patch5
|
%patch5
|
||||||
%patch6
|
%patch6
|
||||||
%patch7
|
%patch7
|
||||||
%patch8
|
|
||||||
%if "%{name}" == "u-boot-snow"
|
%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)
|
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||||
%patch20
|
%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
|
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||||
|
|
||||||
|
@ -25,14 +25,13 @@
|
|||||||
%define cuboxi_spl 0
|
%define cuboxi_spl 0
|
||||||
|
|
||||||
Name: u-boot-melea1000
|
Name: u-boot-melea1000
|
||||||
Version: 2014.10~rc3
|
Version: 2014.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The u-boot firmware for the melea1000 arm platform
|
Summary: The u-boot firmware for the melea1000 arm platform
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Boot
|
Group: System/Boot
|
||||||
Url: http://www.denx.de/wiki/U-Boot
|
Url: http://www.denx.de/wiki/U-Boot
|
||||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2014.10-rc3.tar.bz2
|
|
||||||
Source2: arndale-bl1.img
|
Source2: arndale-bl1.img
|
||||||
Source300: u-boot-rpmlintrc
|
Source300: u-boot-rpmlintrc
|
||||||
Patch0: add_spl_extfs_support.patch
|
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
|
Patch2: fix_beagle_spl_build.patch
|
||||||
Patch3: fix_omap_boot_mode.patch
|
Patch3: fix_omap_boot_mode.patch
|
||||||
Patch4: ti_common_initrd_support.patch
|
Patch4: ti_common_initrd_support.patch
|
||||||
Patch5: fix_sabrelite_boot.scr.patch
|
Patch5: mx53loco-bootscr.patch
|
||||||
Patch6: mx53loco-bootscr.patch
|
Patch6: origen-ext2.patch
|
||||||
Patch7: origen-ext2.patch
|
Patch7: arndale.patch
|
||||||
Patch8: arndale.patch
|
|
||||||
Patch20: fix_exynos5_text_base.patch
|
Patch20: fix_exynos5_text_base.patch
|
||||||
Patch21: fix_snow_config.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)
|
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||||
Patch99: drop-marvell.patch
|
Patch99: drop-marvell.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -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
|
This package contains documentation for u-boot firmware
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
#%setup -q -n u-boot-%{version}
|
%setup -q -n u-boot-%{version}
|
||||||
%setup -q -n u-boot-2014.10-rc3
|
|
||||||
# is non-free licensed, and we don't need it (bnc#773824)
|
# is non-free licensed, and we don't need it (bnc#773824)
|
||||||
rm -rf board/Marvell
|
rm -rf board/Marvell
|
||||||
# Any custom patches to be applied on top of mainline u-boot
|
# Any custom patches to be applied on top of mainline u-boot
|
||||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
|||||||
%patch5
|
%patch5
|
||||||
%patch6
|
%patch6
|
||||||
%patch7
|
%patch7
|
||||||
%patch8
|
|
||||||
%if "%{name}" == "u-boot-snow"
|
%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)
|
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||||
%patch20
|
%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
|
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||||
|
|
||||||
|
@ -25,14 +25,13 @@
|
|||||||
%define cuboxi_spl 0
|
%define cuboxi_spl 0
|
||||||
|
|
||||||
Name: u-boot-mx53loco
|
Name: u-boot-mx53loco
|
||||||
Version: 2014.10~rc3
|
Version: 2014.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The u-boot firmware for the mx53loco arm platform
|
Summary: The u-boot firmware for the mx53loco arm platform
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Boot
|
Group: System/Boot
|
||||||
Url: http://www.denx.de/wiki/U-Boot
|
Url: http://www.denx.de/wiki/U-Boot
|
||||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2014.10-rc3.tar.bz2
|
|
||||||
Source2: arndale-bl1.img
|
Source2: arndale-bl1.img
|
||||||
Source300: u-boot-rpmlintrc
|
Source300: u-boot-rpmlintrc
|
||||||
Patch0: add_spl_extfs_support.patch
|
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
|
Patch2: fix_beagle_spl_build.patch
|
||||||
Patch3: fix_omap_boot_mode.patch
|
Patch3: fix_omap_boot_mode.patch
|
||||||
Patch4: ti_common_initrd_support.patch
|
Patch4: ti_common_initrd_support.patch
|
||||||
Patch5: fix_sabrelite_boot.scr.patch
|
Patch5: mx53loco-bootscr.patch
|
||||||
Patch6: mx53loco-bootscr.patch
|
Patch6: origen-ext2.patch
|
||||||
Patch7: origen-ext2.patch
|
Patch7: arndale.patch
|
||||||
Patch8: arndale.patch
|
|
||||||
Patch20: fix_exynos5_text_base.patch
|
Patch20: fix_exynos5_text_base.patch
|
||||||
Patch21: fix_snow_config.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)
|
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||||
Patch99: drop-marvell.patch
|
Patch99: drop-marvell.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -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
|
This package contains documentation for u-boot firmware
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
#%setup -q -n u-boot-%{version}
|
%setup -q -n u-boot-%{version}
|
||||||
%setup -q -n u-boot-2014.10-rc3
|
|
||||||
# is non-free licensed, and we don't need it (bnc#773824)
|
# is non-free licensed, and we don't need it (bnc#773824)
|
||||||
rm -rf board/Marvell
|
rm -rf board/Marvell
|
||||||
# Any custom patches to be applied on top of mainline u-boot
|
# Any custom patches to be applied on top of mainline u-boot
|
||||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
|||||||
%patch5
|
%patch5
|
||||||
%patch6
|
%patch6
|
||||||
%patch7
|
%patch7
|
||||||
%patch8
|
|
||||||
%if "%{name}" == "u-boot-snow"
|
%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)
|
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||||
%patch20
|
%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
|
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||||
|
|
||||||
|
@ -25,14 +25,13 @@
|
|||||||
%define cuboxi_spl 0
|
%define cuboxi_spl 0
|
||||||
|
|
||||||
Name: u-boot-mx6qsabrelite
|
Name: u-boot-mx6qsabrelite
|
||||||
Version: 2014.10~rc3
|
Version: 2014.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The u-boot firmware for the mx6qsabrelite arm platform
|
Summary: The u-boot firmware for the mx6qsabrelite arm platform
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Boot
|
Group: System/Boot
|
||||||
Url: http://www.denx.de/wiki/U-Boot
|
Url: http://www.denx.de/wiki/U-Boot
|
||||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2014.10-rc3.tar.bz2
|
|
||||||
Source2: arndale-bl1.img
|
Source2: arndale-bl1.img
|
||||||
Source300: u-boot-rpmlintrc
|
Source300: u-boot-rpmlintrc
|
||||||
Patch0: add_spl_extfs_support.patch
|
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
|
Patch2: fix_beagle_spl_build.patch
|
||||||
Patch3: fix_omap_boot_mode.patch
|
Patch3: fix_omap_boot_mode.patch
|
||||||
Patch4: ti_common_initrd_support.patch
|
Patch4: ti_common_initrd_support.patch
|
||||||
Patch5: fix_sabrelite_boot.scr.patch
|
Patch5: mx53loco-bootscr.patch
|
||||||
Patch6: mx53loco-bootscr.patch
|
Patch6: origen-ext2.patch
|
||||||
Patch7: origen-ext2.patch
|
Patch7: arndale.patch
|
||||||
Patch8: arndale.patch
|
|
||||||
Patch20: fix_exynos5_text_base.patch
|
Patch20: fix_exynos5_text_base.patch
|
||||||
Patch21: fix_snow_config.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)
|
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||||
Patch99: drop-marvell.patch
|
Patch99: drop-marvell.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -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
|
This package contains documentation for u-boot firmware
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
#%setup -q -n u-boot-%{version}
|
%setup -q -n u-boot-%{version}
|
||||||
%setup -q -n u-boot-2014.10-rc3
|
|
||||||
# is non-free licensed, and we don't need it (bnc#773824)
|
# is non-free licensed, and we don't need it (bnc#773824)
|
||||||
rm -rf board/Marvell
|
rm -rf board/Marvell
|
||||||
# Any custom patches to be applied on top of mainline u-boot
|
# Any custom patches to be applied on top of mainline u-boot
|
||||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
|||||||
%patch5
|
%patch5
|
||||||
%patch6
|
%patch6
|
||||||
%patch7
|
%patch7
|
||||||
%patch8
|
|
||||||
%if "%{name}" == "u-boot-snow"
|
%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)
|
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||||
%patch20
|
%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
|
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||||
|
|
||||||
|
@ -25,14 +25,13 @@
|
|||||||
%define cuboxi_spl 0
|
%define cuboxi_spl 0
|
||||||
|
|
||||||
Name: u-boot-omap3beagle
|
Name: u-boot-omap3beagle
|
||||||
Version: 2014.10~rc3
|
Version: 2014.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The u-boot firmware for the omap3beagle arm platform
|
Summary: The u-boot firmware for the omap3beagle arm platform
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Boot
|
Group: System/Boot
|
||||||
Url: http://www.denx.de/wiki/U-Boot
|
Url: http://www.denx.de/wiki/U-Boot
|
||||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2014.10-rc3.tar.bz2
|
|
||||||
Source2: arndale-bl1.img
|
Source2: arndale-bl1.img
|
||||||
Source300: u-boot-rpmlintrc
|
Source300: u-boot-rpmlintrc
|
||||||
Patch0: add_spl_extfs_support.patch
|
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
|
Patch2: fix_beagle_spl_build.patch
|
||||||
Patch3: fix_omap_boot_mode.patch
|
Patch3: fix_omap_boot_mode.patch
|
||||||
Patch4: ti_common_initrd_support.patch
|
Patch4: ti_common_initrd_support.patch
|
||||||
Patch5: fix_sabrelite_boot.scr.patch
|
Patch5: mx53loco-bootscr.patch
|
||||||
Patch6: mx53loco-bootscr.patch
|
Patch6: origen-ext2.patch
|
||||||
Patch7: origen-ext2.patch
|
Patch7: arndale.patch
|
||||||
Patch8: arndale.patch
|
|
||||||
Patch20: fix_exynos5_text_base.patch
|
Patch20: fix_exynos5_text_base.patch
|
||||||
Patch21: fix_snow_config.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)
|
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||||
Patch99: drop-marvell.patch
|
Patch99: drop-marvell.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -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
|
This package contains documentation for u-boot firmware
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
#%setup -q -n u-boot-%{version}
|
%setup -q -n u-boot-%{version}
|
||||||
%setup -q -n u-boot-2014.10-rc3
|
|
||||||
# is non-free licensed, and we don't need it (bnc#773824)
|
# is non-free licensed, and we don't need it (bnc#773824)
|
||||||
rm -rf board/Marvell
|
rm -rf board/Marvell
|
||||||
# Any custom patches to be applied on top of mainline u-boot
|
# Any custom patches to be applied on top of mainline u-boot
|
||||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
|||||||
%patch5
|
%patch5
|
||||||
%patch6
|
%patch6
|
||||||
%patch7
|
%patch7
|
||||||
%patch8
|
|
||||||
%if "%{name}" == "u-boot-snow"
|
%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)
|
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||||
%patch20
|
%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
|
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||||
|
|
||||||
|
@ -25,14 +25,13 @@
|
|||||||
%define cuboxi_spl 0
|
%define cuboxi_spl 0
|
||||||
|
|
||||||
Name: u-boot-omap4panda
|
Name: u-boot-omap4panda
|
||||||
Version: 2014.10~rc3
|
Version: 2014.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The u-boot firmware for the omap4panda arm platform
|
Summary: The u-boot firmware for the omap4panda arm platform
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Boot
|
Group: System/Boot
|
||||||
Url: http://www.denx.de/wiki/U-Boot
|
Url: http://www.denx.de/wiki/U-Boot
|
||||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2014.10-rc3.tar.bz2
|
|
||||||
Source2: arndale-bl1.img
|
Source2: arndale-bl1.img
|
||||||
Source300: u-boot-rpmlintrc
|
Source300: u-boot-rpmlintrc
|
||||||
Patch0: add_spl_extfs_support.patch
|
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
|
Patch2: fix_beagle_spl_build.patch
|
||||||
Patch3: fix_omap_boot_mode.patch
|
Patch3: fix_omap_boot_mode.patch
|
||||||
Patch4: ti_common_initrd_support.patch
|
Patch4: ti_common_initrd_support.patch
|
||||||
Patch5: fix_sabrelite_boot.scr.patch
|
Patch5: mx53loco-bootscr.patch
|
||||||
Patch6: mx53loco-bootscr.patch
|
Patch6: origen-ext2.patch
|
||||||
Patch7: origen-ext2.patch
|
Patch7: arndale.patch
|
||||||
Patch8: arndale.patch
|
|
||||||
Patch20: fix_exynos5_text_base.patch
|
Patch20: fix_exynos5_text_base.patch
|
||||||
Patch21: fix_snow_config.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)
|
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||||
Patch99: drop-marvell.patch
|
Patch99: drop-marvell.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -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
|
This package contains documentation for u-boot firmware
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
#%setup -q -n u-boot-%{version}
|
%setup -q -n u-boot-%{version}
|
||||||
%setup -q -n u-boot-2014.10-rc3
|
|
||||||
# is non-free licensed, and we don't need it (bnc#773824)
|
# is non-free licensed, and we don't need it (bnc#773824)
|
||||||
rm -rf board/Marvell
|
rm -rf board/Marvell
|
||||||
# Any custom patches to be applied on top of mainline u-boot
|
# Any custom patches to be applied on top of mainline u-boot
|
||||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
|||||||
%patch5
|
%patch5
|
||||||
%patch6
|
%patch6
|
||||||
%patch7
|
%patch7
|
||||||
%patch8
|
|
||||||
%if "%{name}" == "u-boot-snow"
|
%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)
|
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||||
%patch20
|
%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
|
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||||
|
|
||||||
|
@ -25,14 +25,13 @@
|
|||||||
%define cuboxi_spl 0
|
%define cuboxi_spl 0
|
||||||
|
|
||||||
Name: u-boot-paz00
|
Name: u-boot-paz00
|
||||||
Version: 2014.10~rc3
|
Version: 2014.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The u-boot firmware for the paz00 arm platform
|
Summary: The u-boot firmware for the paz00 arm platform
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Boot
|
Group: System/Boot
|
||||||
Url: http://www.denx.de/wiki/U-Boot
|
Url: http://www.denx.de/wiki/U-Boot
|
||||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2014.10-rc3.tar.bz2
|
|
||||||
Source2: arndale-bl1.img
|
Source2: arndale-bl1.img
|
||||||
Source300: u-boot-rpmlintrc
|
Source300: u-boot-rpmlintrc
|
||||||
Patch0: add_spl_extfs_support.patch
|
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
|
Patch2: fix_beagle_spl_build.patch
|
||||||
Patch3: fix_omap_boot_mode.patch
|
Patch3: fix_omap_boot_mode.patch
|
||||||
Patch4: ti_common_initrd_support.patch
|
Patch4: ti_common_initrd_support.patch
|
||||||
Patch5: fix_sabrelite_boot.scr.patch
|
Patch5: mx53loco-bootscr.patch
|
||||||
Patch6: mx53loco-bootscr.patch
|
Patch6: origen-ext2.patch
|
||||||
Patch7: origen-ext2.patch
|
Patch7: arndale.patch
|
||||||
Patch8: arndale.patch
|
|
||||||
Patch20: fix_exynos5_text_base.patch
|
Patch20: fix_exynos5_text_base.patch
|
||||||
Patch21: fix_snow_config.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)
|
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||||
Patch99: drop-marvell.patch
|
Patch99: drop-marvell.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -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
|
This package contains documentation for u-boot firmware
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
#%setup -q -n u-boot-%{version}
|
%setup -q -n u-boot-%{version}
|
||||||
%setup -q -n u-boot-2014.10-rc3
|
|
||||||
# is non-free licensed, and we don't need it (bnc#773824)
|
# is non-free licensed, and we don't need it (bnc#773824)
|
||||||
rm -rf board/Marvell
|
rm -rf board/Marvell
|
||||||
# Any custom patches to be applied on top of mainline u-boot
|
# Any custom patches to be applied on top of mainline u-boot
|
||||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
|||||||
%patch5
|
%patch5
|
||||||
%patch6
|
%patch6
|
||||||
%patch7
|
%patch7
|
||||||
%patch8
|
|
||||||
%if "%{name}" == "u-boot-snow"
|
%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)
|
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||||
%patch20
|
%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
|
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||||
|
|
||||||
|
@ -25,14 +25,13 @@
|
|||||||
%define cuboxi_spl 0
|
%define cuboxi_spl 0
|
||||||
|
|
||||||
Name: u-boot-rpib
|
Name: u-boot-rpib
|
||||||
Version: 2014.10~rc3
|
Version: 2014.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The u-boot firmware for the rpib arm platform
|
Summary: The u-boot firmware for the rpib arm platform
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Boot
|
Group: System/Boot
|
||||||
Url: http://www.denx.de/wiki/U-Boot
|
Url: http://www.denx.de/wiki/U-Boot
|
||||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2014.10-rc3.tar.bz2
|
|
||||||
Source2: arndale-bl1.img
|
Source2: arndale-bl1.img
|
||||||
Source300: u-boot-rpmlintrc
|
Source300: u-boot-rpmlintrc
|
||||||
Patch0: add_spl_extfs_support.patch
|
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
|
Patch2: fix_beagle_spl_build.patch
|
||||||
Patch3: fix_omap_boot_mode.patch
|
Patch3: fix_omap_boot_mode.patch
|
||||||
Patch4: ti_common_initrd_support.patch
|
Patch4: ti_common_initrd_support.patch
|
||||||
Patch5: fix_sabrelite_boot.scr.patch
|
Patch5: mx53loco-bootscr.patch
|
||||||
Patch6: mx53loco-bootscr.patch
|
Patch6: origen-ext2.patch
|
||||||
Patch7: origen-ext2.patch
|
Patch7: arndale.patch
|
||||||
Patch8: arndale.patch
|
|
||||||
Patch20: fix_exynos5_text_base.patch
|
Patch20: fix_exynos5_text_base.patch
|
||||||
Patch21: fix_snow_config.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)
|
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||||
Patch99: drop-marvell.patch
|
Patch99: drop-marvell.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -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
|
This package contains documentation for u-boot firmware
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
#%setup -q -n u-boot-%{version}
|
%setup -q -n u-boot-%{version}
|
||||||
%setup -q -n u-boot-2014.10-rc3
|
|
||||||
# is non-free licensed, and we don't need it (bnc#773824)
|
# is non-free licensed, and we don't need it (bnc#773824)
|
||||||
rm -rf board/Marvell
|
rm -rf board/Marvell
|
||||||
# Any custom patches to be applied on top of mainline u-boot
|
# Any custom patches to be applied on top of mainline u-boot
|
||||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
|||||||
%patch5
|
%patch5
|
||||||
%patch6
|
%patch6
|
||||||
%patch7
|
%patch7
|
||||||
%patch8
|
|
||||||
%if "%{name}" == "u-boot-snow"
|
%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)
|
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||||
%patch20
|
%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
|
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||||
|
|
||||||
|
@ -25,14 +25,13 @@
|
|||||||
%define cuboxi_spl 0
|
%define cuboxi_spl 0
|
||||||
|
|
||||||
Name: u-boot-snow
|
Name: u-boot-snow
|
||||||
Version: 2014.10~rc3
|
Version: 2014.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The u-boot firmware for the snow arm platform
|
Summary: The u-boot firmware for the snow arm platform
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Boot
|
Group: System/Boot
|
||||||
Url: http://www.denx.de/wiki/U-Boot
|
Url: http://www.denx.de/wiki/U-Boot
|
||||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2014.10-rc3.tar.bz2
|
|
||||||
Source2: arndale-bl1.img
|
Source2: arndale-bl1.img
|
||||||
Source300: u-boot-rpmlintrc
|
Source300: u-boot-rpmlintrc
|
||||||
Patch0: add_spl_extfs_support.patch
|
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
|
Patch2: fix_beagle_spl_build.patch
|
||||||
Patch3: fix_omap_boot_mode.patch
|
Patch3: fix_omap_boot_mode.patch
|
||||||
Patch4: ti_common_initrd_support.patch
|
Patch4: ti_common_initrd_support.patch
|
||||||
Patch5: fix_sabrelite_boot.scr.patch
|
Patch5: mx53loco-bootscr.patch
|
||||||
Patch6: mx53loco-bootscr.patch
|
Patch6: origen-ext2.patch
|
||||||
Patch7: origen-ext2.patch
|
Patch7: arndale.patch
|
||||||
Patch8: arndale.patch
|
|
||||||
Patch20: fix_exynos5_text_base.patch
|
Patch20: fix_exynos5_text_base.patch
|
||||||
Patch21: fix_snow_config.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)
|
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||||
Patch99: drop-marvell.patch
|
Patch99: drop-marvell.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -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
|
This package contains documentation for u-boot firmware
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
#%setup -q -n u-boot-%{version}
|
%setup -q -n u-boot-%{version}
|
||||||
%setup -q -n u-boot-2014.10-rc3
|
|
||||||
# is non-free licensed, and we don't need it (bnc#773824)
|
# is non-free licensed, and we don't need it (bnc#773824)
|
||||||
rm -rf board/Marvell
|
rm -rf board/Marvell
|
||||||
# Any custom patches to be applied on top of mainline u-boot
|
# Any custom patches to be applied on top of mainline u-boot
|
||||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
|||||||
%patch5
|
%patch5
|
||||||
%patch6
|
%patch6
|
||||||
%patch7
|
%patch7
|
||||||
%patch8
|
|
||||||
%if "%{name}" == "u-boot-snow"
|
%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)
|
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||||
%patch20
|
%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
|
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||||
|
|
||||||
|
@ -25,14 +25,13 @@
|
|||||||
%define cuboxi_spl 0
|
%define cuboxi_spl 0
|
||||||
|
|
||||||
Name: u-boot-vexpressaemv8a
|
Name: u-boot-vexpressaemv8a
|
||||||
Version: 2014.10~rc3
|
Version: 2014.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The u-boot firmware for the vexpressaemv8a arm platform
|
Summary: The u-boot firmware for the vexpressaemv8a arm platform
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Boot
|
Group: System/Boot
|
||||||
Url: http://www.denx.de/wiki/U-Boot
|
Url: http://www.denx.de/wiki/U-Boot
|
||||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2014.10-rc3.tar.bz2
|
|
||||||
Source2: arndale-bl1.img
|
Source2: arndale-bl1.img
|
||||||
Source300: u-boot-rpmlintrc
|
Source300: u-boot-rpmlintrc
|
||||||
Patch0: add_spl_extfs_support.patch
|
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
|
Patch2: fix_beagle_spl_build.patch
|
||||||
Patch3: fix_omap_boot_mode.patch
|
Patch3: fix_omap_boot_mode.patch
|
||||||
Patch4: ti_common_initrd_support.patch
|
Patch4: ti_common_initrd_support.patch
|
||||||
Patch5: fix_sabrelite_boot.scr.patch
|
Patch5: mx53loco-bootscr.patch
|
||||||
Patch6: mx53loco-bootscr.patch
|
Patch6: origen-ext2.patch
|
||||||
Patch7: origen-ext2.patch
|
Patch7: arndale.patch
|
||||||
Patch8: arndale.patch
|
|
||||||
Patch20: fix_exynos5_text_base.patch
|
Patch20: fix_exynos5_text_base.patch
|
||||||
Patch21: fix_snow_config.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)
|
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||||
Patch99: drop-marvell.patch
|
Patch99: drop-marvell.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -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
|
This package contains documentation for u-boot firmware
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
#%setup -q -n u-boot-%{version}
|
%setup -q -n u-boot-%{version}
|
||||||
%setup -q -n u-boot-2014.10-rc3
|
|
||||||
# is non-free licensed, and we don't need it (bnc#773824)
|
# is non-free licensed, and we don't need it (bnc#773824)
|
||||||
rm -rf board/Marvell
|
rm -rf board/Marvell
|
||||||
# Any custom patches to be applied on top of mainline u-boot
|
# Any custom patches to be applied on top of mainline u-boot
|
||||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
|||||||
%patch5
|
%patch5
|
||||||
%patch6
|
%patch6
|
||||||
%patch7
|
%patch7
|
||||||
%patch8
|
|
||||||
%if "%{name}" == "u-boot-snow"
|
%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)
|
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||||
%patch20
|
%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
|
Wed Oct 8 07:52:48 UTC 2014 - guillaume@opensuse.org
|
||||||
|
|
||||||
|
@ -19,14 +19,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: u-boot
|
Name: u-boot
|
||||||
Version: 2014.10~rc3
|
Version: 2014.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools for the u-boot Firmware
|
Summary: Tools for the u-boot Firmware
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Boot
|
Group: System/Boot
|
||||||
Url: http://www.denx.de/wiki/U-Boot
|
Url: http://www.denx.de/wiki/U-Boot
|
||||||
#Source: u-boot-%{version}.tar.bz2
|
Source: u-boot-%{version}.tar.bz2
|
||||||
Source: u-boot-2014.10-rc3.tar.bz2
|
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -47,8 +46,7 @@ This package contains:
|
|||||||
mkimage- a tool that creates kernel bootable images for u-boot.
|
mkimage- a tool that creates kernel bootable images for u-boot.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
#%setup -q -n u-boot-%{version}
|
%setup -q -n u-boot-%{version}
|
||||||
%setup -q -n u-boot-2014.10-rc3
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# needed for include/config/auto.conf
|
# needed for include/config/auto.conf
|
||||||
|
@ -25,14 +25,13 @@
|
|||||||
%define cuboxi_spl CUBOXI_SPL
|
%define cuboxi_spl CUBOXI_SPL
|
||||||
|
|
||||||
Name: u-boot-BOARDNAME
|
Name: u-boot-BOARDNAME
|
||||||
Version: 2014.10~rc3
|
Version: 2014.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The u-boot firmware for the BOARDNAME arm platform
|
Summary: The u-boot firmware for the BOARDNAME arm platform
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Boot
|
Group: System/Boot
|
||||||
Url: http://www.denx.de/wiki/U-Boot
|
Url: http://www.denx.de/wiki/U-Boot
|
||||||
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2014.10-rc3.tar.bz2
|
|
||||||
Source2: arndale-bl1.img
|
Source2: arndale-bl1.img
|
||||||
Source300: u-boot-rpmlintrc
|
Source300: u-boot-rpmlintrc
|
||||||
Patch0: add_spl_extfs_support.patch
|
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
|
Patch2: fix_beagle_spl_build.patch
|
||||||
Patch3: fix_omap_boot_mode.patch
|
Patch3: fix_omap_boot_mode.patch
|
||||||
Patch4: ti_common_initrd_support.patch
|
Patch4: ti_common_initrd_support.patch
|
||||||
Patch5: fix_sabrelite_boot.scr.patch
|
Patch5: mx53loco-bootscr.patch
|
||||||
Patch6: mx53loco-bootscr.patch
|
Patch6: origen-ext2.patch
|
||||||
Patch7: origen-ext2.patch
|
Patch7: arndale.patch
|
||||||
Patch8: arndale.patch
|
|
||||||
Patch20: fix_exynos5_text_base.patch
|
Patch20: fix_exynos5_text_base.patch
|
||||||
Patch21: fix_snow_config.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)
|
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
|
||||||
Patch99: drop-marvell.patch
|
Patch99: drop-marvell.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -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
|
This package contains documentation for u-boot firmware
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
#%setup -q -n u-boot-%{version}
|
%setup -q -n u-boot-%{version}
|
||||||
%setup -q -n u-boot-2014.10-rc3
|
|
||||||
# is non-free licensed, and we don't need it (bnc#773824)
|
# is non-free licensed, and we don't need it (bnc#773824)
|
||||||
rm -rf board/Marvell
|
rm -rf board/Marvell
|
||||||
# Any custom patches to be applied on top of mainline u-boot
|
# Any custom patches to be applied on top of mainline u-boot
|
||||||
@ -87,7 +84,6 @@ rm -rf board/Marvell
|
|||||||
%patch5
|
%patch5
|
||||||
%patch6
|
%patch6
|
||||||
%patch7
|
%patch7
|
||||||
%patch8
|
|
||||||
%if "%{name}" == "u-boot-snow"
|
%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)
|
# Still WIP, so only apply Chromebook ARM (snow) patches for u-boot-snow to avoid to break other boards (Arndale board)
|
||||||
%patch20
|
%patch20
|
||||||
|
Loading…
Reference in New Issue
Block a user