diff --git a/arndale.patch b/arndale.patch index 21ac461..faf104b 100644 --- a/arndale.patch +++ b/arndale.patch @@ -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 diff --git a/exynos5-dt.h.patch b/exynos5-dt.h.patch deleted file mode 100644 index b75486e..0000000 --- a/exynos5-dt.h.patch +++ /dev/null @@ -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 diff --git a/fix_exynos5_text_base.patch b/fix_exynos5_text_base.patch index 55a7ef1..598df0b 100644 --- a/fix_exynos5_text_base.patch +++ b/fix_exynos5_text_base.patch @@ -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 diff --git a/fix_sabrelite_boot.scr.patch b/fix_sabrelite_boot.scr.patch deleted file mode 100644 index c84081e..0000000 --- a/fix_sabrelite_boot.scr.patch +++ /dev/null @@ -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" \ diff --git a/fix_snow_config.patch b/fix_snow_config.patch index 1191b67..c163c6d 100644 --- a/fix_snow_config.patch +++ b/fix_snow_config.patch @@ -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 \ diff --git a/fix_snow_extra_env_settings.patch b/fix_snow_extra_env_settings.patch new file mode 100644 index 0000000..efefc26 --- /dev/null +++ b/fix_snow_extra_env_settings.patch @@ -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 diff --git a/u-boot-2014.10-rc3.tar.bz2 b/u-boot-2014.10-rc3.tar.bz2 deleted file mode 100644 index 4024332..0000000 --- a/u-boot-2014.10-rc3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d75e0f7d4852c6ddcff4df5d6476bb3f2d69411b8bb625b86272ebfaa6eacace -size 10231262 diff --git a/u-boot-2014.10.tar.bz2 b/u-boot-2014.10.tar.bz2 new file mode 100644 index 0000000..867cb59 --- /dev/null +++ b/u-boot-2014.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b132a7a9b3f3182b7aad71c2dfbd4fc15bea83e12c76134eb3ffefc07d1c71 +size 10217685 diff --git a/u-boot-am335xevm.changes b/u-boot-am335xevm.changes index d051efe..cb312c1 100644 --- a/u-boot-am335xevm.changes +++ b/u-boot-am335xevm.changes @@ -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 diff --git a/u-boot-am335xevm.spec b/u-boot-am335xevm.spec index ee44466..961c377 100644 --- a/u-boot-am335xevm.spec +++ b/u-boot-am335xevm.spec @@ -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 diff --git a/u-boot-arndale.changes b/u-boot-arndale.changes index d051efe..cb312c1 100644 --- a/u-boot-arndale.changes +++ b/u-boot-arndale.changes @@ -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 diff --git a/u-boot-arndale.spec b/u-boot-arndale.spec index 86c945c..53f8c34 100644 --- a/u-boot-arndale.spec +++ b/u-boot-arndale.spec @@ -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 diff --git a/u-boot-colibrit20iris.changes b/u-boot-colibrit20iris.changes index d051efe..cb312c1 100644 --- a/u-boot-colibrit20iris.changes +++ b/u-boot-colibrit20iris.changes @@ -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 diff --git a/u-boot-colibrit20iris.spec b/u-boot-colibrit20iris.spec index 2e4504f..701d113 100644 --- a/u-boot-colibrit20iris.spec +++ b/u-boot-colibrit20iris.spec @@ -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 diff --git a/u-boot-cubieboard.changes b/u-boot-cubieboard.changes index d051efe..cb312c1 100644 --- a/u-boot-cubieboard.changes +++ b/u-boot-cubieboard.changes @@ -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 diff --git a/u-boot-cubieboard.spec b/u-boot-cubieboard.spec index d798a65..c9fe505 100644 --- a/u-boot-cubieboard.spec +++ b/u-boot-cubieboard.spec @@ -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 diff --git a/u-boot-cubieboard2.changes b/u-boot-cubieboard2.changes index d051efe..cb312c1 100644 --- a/u-boot-cubieboard2.changes +++ b/u-boot-cubieboard2.changes @@ -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 diff --git a/u-boot-cubieboard2.spec b/u-boot-cubieboard2.spec index b4b0ec8..e9604dc 100644 --- a/u-boot-cubieboard2.spec +++ b/u-boot-cubieboard2.spec @@ -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 diff --git a/u-boot-cubietruck.changes b/u-boot-cubietruck.changes index d051efe..cb312c1 100644 --- a/u-boot-cubietruck.changes +++ b/u-boot-cubietruck.changes @@ -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 diff --git a/u-boot-cubietruck.spec b/u-boot-cubietruck.spec index c70d8f4..893ccb8 100644 --- a/u-boot-cubietruck.spec +++ b/u-boot-cubietruck.spec @@ -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 diff --git a/u-boot-highbank.changes b/u-boot-highbank.changes index d051efe..cb312c1 100644 --- a/u-boot-highbank.changes +++ b/u-boot-highbank.changes @@ -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 diff --git a/u-boot-highbank.spec b/u-boot-highbank.spec index 41ba1f1..e4c398a 100644 --- a/u-boot-highbank.spec +++ b/u-boot-highbank.spec @@ -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 diff --git a/u-boot-melea1000.changes b/u-boot-melea1000.changes index d051efe..cb312c1 100644 --- a/u-boot-melea1000.changes +++ b/u-boot-melea1000.changes @@ -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 diff --git a/u-boot-melea1000.spec b/u-boot-melea1000.spec index 89b5bfe..c215948 100644 --- a/u-boot-melea1000.spec +++ b/u-boot-melea1000.spec @@ -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 diff --git a/u-boot-mx53loco.changes b/u-boot-mx53loco.changes index d051efe..cb312c1 100644 --- a/u-boot-mx53loco.changes +++ b/u-boot-mx53loco.changes @@ -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 diff --git a/u-boot-mx53loco.spec b/u-boot-mx53loco.spec index 7ef7b13..4fc0caa 100644 --- a/u-boot-mx53loco.spec +++ b/u-boot-mx53loco.spec @@ -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 diff --git a/u-boot-mx6qsabrelite.changes b/u-boot-mx6qsabrelite.changes index d051efe..cb312c1 100644 --- a/u-boot-mx6qsabrelite.changes +++ b/u-boot-mx6qsabrelite.changes @@ -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 diff --git a/u-boot-mx6qsabrelite.spec b/u-boot-mx6qsabrelite.spec index a3d03c7..eb2a151 100644 --- a/u-boot-mx6qsabrelite.spec +++ b/u-boot-mx6qsabrelite.spec @@ -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 diff --git a/u-boot-omap3beagle.changes b/u-boot-omap3beagle.changes index d051efe..cb312c1 100644 --- a/u-boot-omap3beagle.changes +++ b/u-boot-omap3beagle.changes @@ -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 diff --git a/u-boot-omap3beagle.spec b/u-boot-omap3beagle.spec index 99dae55..7c4115b 100644 --- a/u-boot-omap3beagle.spec +++ b/u-boot-omap3beagle.spec @@ -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 diff --git a/u-boot-omap4panda.changes b/u-boot-omap4panda.changes index d051efe..cb312c1 100644 --- a/u-boot-omap4panda.changes +++ b/u-boot-omap4panda.changes @@ -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 diff --git a/u-boot-omap4panda.spec b/u-boot-omap4panda.spec index cc824ac..8c630cf 100644 --- a/u-boot-omap4panda.spec +++ b/u-boot-omap4panda.spec @@ -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 diff --git a/u-boot-paz00.changes b/u-boot-paz00.changes index d051efe..cb312c1 100644 --- a/u-boot-paz00.changes +++ b/u-boot-paz00.changes @@ -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 diff --git a/u-boot-paz00.spec b/u-boot-paz00.spec index 727c04a..1b574fd 100644 --- a/u-boot-paz00.spec +++ b/u-boot-paz00.spec @@ -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 diff --git a/u-boot-rpib.changes b/u-boot-rpib.changes index d051efe..cb312c1 100644 --- a/u-boot-rpib.changes +++ b/u-boot-rpib.changes @@ -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 diff --git a/u-boot-rpib.spec b/u-boot-rpib.spec index d2f20f0..26f3772 100644 --- a/u-boot-rpib.spec +++ b/u-boot-rpib.spec @@ -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 diff --git a/u-boot-snow.changes b/u-boot-snow.changes index d051efe..cb312c1 100644 --- a/u-boot-snow.changes +++ b/u-boot-snow.changes @@ -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 diff --git a/u-boot-snow.spec b/u-boot-snow.spec index e9eff7a..7bef05a 100644 --- a/u-boot-snow.spec +++ b/u-boot-snow.spec @@ -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 diff --git a/u-boot-vexpressaemv8a.changes b/u-boot-vexpressaemv8a.changes index d051efe..cb312c1 100644 --- a/u-boot-vexpressaemv8a.changes +++ b/u-boot-vexpressaemv8a.changes @@ -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 diff --git a/u-boot-vexpressaemv8a.spec b/u-boot-vexpressaemv8a.spec index 3a4fb47..07d826b 100644 --- a/u-boot-vexpressaemv8a.spec +++ b/u-boot-vexpressaemv8a.spec @@ -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 diff --git a/u-boot.changes b/u-boot.changes index d051efe..cb312c1 100644 --- a/u-boot.changes +++ b/u-boot.changes @@ -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 diff --git a/u-boot.spec b/u-boot.spec index d0d0b70..f3dc4b2 100644 --- a/u-boot.spec +++ b/u-boot.spec @@ -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 diff --git a/u-boot.spec.in b/u-boot.spec.in index 74137c8..b745696 100644 --- a/u-boot.spec.in +++ b/u-boot.spec.in @@ -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