diff --git a/pre_checkin.sh b/pre_checkin.sh index 3c68e9d..f7947ad 100644 --- a/pre_checkin.sh +++ b/pre_checkin.sh @@ -64,21 +64,26 @@ if [ ! "$1" -o ! "$2" -o ! "$3" ]; then exit 0 fi +MVEBU_SPL=0 OMAP_SPL=0 -ORIGEN_SPL=0 ROCKCHIP_SPL=0 SUNXI_SPL=0 ARNDALE_SPL=0 CUBOXI_SPL=0 +ORIGEN_SPL=0 UDOO_SPL=0 case "$(echo $BOARDCONFIG | sed -e 's/_defconfig//')" in mx53loco|mx6qsabrelite|efika*) BINEND=imx ;; -omap*|am335x*|pcm051*) BINEND=img - OMAP_SPL=1 ;; -arndale) BINEND=bin - ARNDALE_SPL=1 ;; +omap*|am335x*|pcm051*) + BINEND=img + OMAP_SPL=1 + ;; +arndale) + BINEND=bin + ARNDALE_SPL=1 + ;; Bananapi*|Cubieboard*|Cubietruck*|*-OLinuXino*) BINEND=img SUNXI_SPL=1 @@ -108,6 +113,10 @@ firefly-rk3288) ROCKCHIP_SPL_IMAGE_TYPES="rksd rkimage" ROCKCHIP_SPL_SOC=rk3288 ;; +clearfog) + BINEND=img + MVEBU_SPL=1 + ;; *) BINEND=bin ;; esac @@ -118,6 +127,7 @@ s/ARCH_RESTRICTIONS/$ARCH_RESTRICTIONS/g s/BINEND/$BINEND/g s/ORIGEN_SPL/$ORIGEN_SPL/g s/ARNDALE_SPL/$ARNDALE_SPL/g +s/MVEBU_SPL/$MVEBU_SPL/g s/ROCKCHIP_SPL_IMAGE_TYPES/$ROCKCHIP_SPL_IMAGE_TYPES/g s/ROCKCHIP_SPL_SOC/$ROCKCHIP_SPL_SOC/g s/ROCKCHIP_SPL/$ROCKCHIP_SPL/g diff --git a/u-boot-a10-olinuxino-lime.changes b/u-boot-a10-olinuxino-lime.changes index 2500665..65a3564 100644 --- a/u-boot-a10-olinuxino-lime.changes +++ b/u-boot-a10-olinuxino-lime.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-a10-olinuxino-lime.spec b/u-boot-a10-olinuxino-lime.spec index eeee79d..c031431 100644 --- a/u-boot-a10-olinuxino-lime.spec +++ b/u-boot-a10-olinuxino-lime.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 1 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-a10-olinuxino-lime Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the a10-olinuxino-lime arm platform +Summary: The U-Boot firmware for the a10-olinuxino-lime platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the a10-olinuxino-lime arm platform. +This package contains the firmware for the a10-olinuxino-lime platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-a13-olinuxino.changes b/u-boot-a13-olinuxino.changes index 2500665..65a3564 100644 --- a/u-boot-a13-olinuxino.changes +++ b/u-boot-a13-olinuxino.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-a13-olinuxino.spec b/u-boot-a13-olinuxino.spec index 1f8d5e6..3b218eb 100644 --- a/u-boot-a13-olinuxino.spec +++ b/u-boot-a13-olinuxino.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 1 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-a13-olinuxino Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the a13-olinuxino arm platform +Summary: The U-Boot firmware for the a13-olinuxino platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the a13-olinuxino arm platform. +This package contains the firmware for the a13-olinuxino platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-a13-olinuxinom.changes b/u-boot-a13-olinuxinom.changes index 2500665..65a3564 100644 --- a/u-boot-a13-olinuxinom.changes +++ b/u-boot-a13-olinuxinom.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-a13-olinuxinom.spec b/u-boot-a13-olinuxinom.spec index a63be24..95fb1cb 100644 --- a/u-boot-a13-olinuxinom.spec +++ b/u-boot-a13-olinuxinom.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 1 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-a13-olinuxinom Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the a13-olinuxinom arm platform +Summary: The U-Boot firmware for the a13-olinuxinom platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the a13-olinuxinom arm platform. +This package contains the firmware for the a13-olinuxinom platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-a20-olinuxino-lime.changes b/u-boot-a20-olinuxino-lime.changes index 2500665..65a3564 100644 --- a/u-boot-a20-olinuxino-lime.changes +++ b/u-boot-a20-olinuxino-lime.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-a20-olinuxino-lime.spec b/u-boot-a20-olinuxino-lime.spec index 23f6ecf..9541376 100644 --- a/u-boot-a20-olinuxino-lime.spec +++ b/u-boot-a20-olinuxino-lime.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 1 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-a20-olinuxino-lime Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the a20-olinuxino-lime arm platform +Summary: The U-Boot firmware for the a20-olinuxino-lime platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the a20-olinuxino-lime arm platform. +This package contains the firmware for the a20-olinuxino-lime platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-a20-olinuxino-lime2.changes b/u-boot-a20-olinuxino-lime2.changes index 2500665..65a3564 100644 --- a/u-boot-a20-olinuxino-lime2.changes +++ b/u-boot-a20-olinuxino-lime2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-a20-olinuxino-lime2.spec b/u-boot-a20-olinuxino-lime2.spec index 984fbb9..e864fc6 100644 --- a/u-boot-a20-olinuxino-lime2.spec +++ b/u-boot-a20-olinuxino-lime2.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 1 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-a20-olinuxino-lime2 Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the a20-olinuxino-lime2 arm platform +Summary: The U-Boot firmware for the a20-olinuxino-lime2 platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the a20-olinuxino-lime2 arm platform. +This package contains the firmware for the a20-olinuxino-lime2 platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-a20-olinuxinomicro.changes b/u-boot-a20-olinuxinomicro.changes index 2500665..65a3564 100644 --- a/u-boot-a20-olinuxinomicro.changes +++ b/u-boot-a20-olinuxinomicro.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-a20-olinuxinomicro.spec b/u-boot-a20-olinuxinomicro.spec index 38ef23f..7f18c6c 100644 --- a/u-boot-a20-olinuxinomicro.spec +++ b/u-boot-a20-olinuxinomicro.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 1 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-a20-olinuxinomicro Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the a20-olinuxinomicro arm platform +Summary: The U-Boot firmware for the a20-olinuxinomicro platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the a20-olinuxinomicro arm platform. +This package contains the firmware for the a20-olinuxinomicro platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-am335xboneblack.changes b/u-boot-am335xboneblack.changes index 2500665..65a3564 100644 --- a/u-boot-am335xboneblack.changes +++ b/u-boot-am335xboneblack.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-am335xboneblack.spec b/u-boot-am335xboneblack.spec index 506ce8d..8310bb7 100644 --- a/u-boot-am335xboneblack.spec +++ b/u-boot-am335xboneblack.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 1 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 0 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-am335xboneblack Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the am335xboneblack arm platform +Summary: The U-Boot firmware for the am335xboneblack platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the am335xboneblack arm platform. +This package contains the firmware for the am335xboneblack platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-am335xevm.changes b/u-boot-am335xevm.changes index 2500665..65a3564 100644 --- a/u-boot-am335xevm.changes +++ b/u-boot-am335xevm.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-am335xevm.spec b/u-boot-am335xevm.spec index e261436..b1c5b0c 100644 --- a/u-boot-am335xevm.spec +++ b/u-boot-am335xevm.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 1 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 0 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-am335xevm Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the am335xevm arm platform +Summary: The U-Boot firmware for the am335xevm platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the am335xevm arm platform. +This package contains the firmware for the am335xevm platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-am57xxevm.changes b/u-boot-am57xxevm.changes index 2500665..65a3564 100644 --- a/u-boot-am57xxevm.changes +++ b/u-boot-am57xxevm.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-am57xxevm.spec b/u-boot-am57xxevm.spec index 31d8432..848345a 100644 --- a/u-boot-am57xxevm.spec +++ b/u-boot-am57xxevm.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 0 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-am57xxevm Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the am57xxevm arm platform +Summary: The U-Boot firmware for the am57xxevm platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the am57xxevm arm platform. +This package contains the firmware for the am57xxevm platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-am57xxevmnodt.changes b/u-boot-am57xxevmnodt.changes index 2500665..65a3564 100644 --- a/u-boot-am57xxevmnodt.changes +++ b/u-boot-am57xxevmnodt.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-am57xxevmnodt.spec b/u-boot-am57xxevmnodt.spec index 9c4a89b..807cf5a 100644 --- a/u-boot-am57xxevmnodt.spec +++ b/u-boot-am57xxevmnodt.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 0 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-am57xxevmnodt Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the am57xxevmnodt arm platform +Summary: The U-Boot firmware for the am57xxevmnodt platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the am57xxevmnodt arm platform. +This package contains the firmware for the am57xxevmnodt platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-arndale.changes b/u-boot-arndale.changes index 2500665..65a3564 100644 --- a/u-boot-arndale.changes +++ b/u-boot-arndale.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-arndale.spec b/u-boot-arndale.spec index d468f03..ece1707 100644 --- a/u-boot-arndale.spec +++ b/u-boot-arndale.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 0 %define arndale_spl 1 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-arndale Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the arndale arm platform +Summary: The U-Boot firmware for the arndale platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the arndale arm platform. +This package contains the firmware for the arndale platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-bananapi.changes b/u-boot-bananapi.changes index 2500665..65a3564 100644 --- a/u-boot-bananapi.changes +++ b/u-boot-bananapi.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-bananapi.spec b/u-boot-bananapi.spec index 862c03b..d5db8cb 100644 --- a/u-boot-bananapi.spec +++ b/u-boot-bananapi.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 1 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-bananapi Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the bananapi arm platform +Summary: The U-Boot firmware for the bananapi platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the bananapi arm platform. +This package contains the firmware for the bananapi platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-clearfog.changes b/u-boot-clearfog.changes index 2500665..65a3564 100644 --- a/u-boot-clearfog.changes +++ b/u-boot-clearfog.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-clearfog.spec b/u-boot-clearfog.spec index 3e5669a..5e7a4ef 100644 --- a/u-boot-clearfog.spec +++ b/u-boot-clearfog.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 1 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 0 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-clearfog Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the clearfog arm platform +Summary: The U-Boot firmware for the clearfog platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the clearfog arm platform. +This package contains the firmware for the clearfog platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -117,14 +118,14 @@ done # Some times u-boot needs a dtb to configure itself appended to the binary. # In that case prefer the one with a working dtb already appended. if [ -f u-boot-dtb-tegra.bin ]; then - install -D -m 0644 u-boot-dtb-tegra.bin %{buildroot}%{uboot_dir}/u-boot.bin -elif [ -f u-boot-dtb.bin ]; then - install -D -m 0644 u-boot-dtb.bin %{buildroot}%{uboot_dir}/u-boot.bin + install -D -m 0644 u-boot-dtb-tegra.img %{buildroot}%{uboot_dir}/u-boot.img +elif [ -f u-boot-dtb.img ]; then + install -D -m 0644 u-boot-dtb.img %{buildroot}%{uboot_dir}/u-boot.img else - install -D -m 0644 u-boot.bin %{buildroot}%{uboot_dir}/u-boot.bin + install -D -m 0644 u-boot.img %{buildroot}%{uboot_dir}/u-boot.img fi %if "%{name}" == "u-boot-qemu-ppce500" -mv %{buildroot}%{uboot_dir}/u-boot.bin %{buildroot}%{uboot_dir}/u-boot.e500 +mv %{buildroot}%{uboot_dir}/u-boot.img %{buildroot}%{uboot_dir}/u-boot.e500 %endif %endif %if %x_loader == 1 @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-colibrit20.changes b/u-boot-colibrit20.changes index 2500665..65a3564 100644 --- a/u-boot-colibrit20.changes +++ b/u-boot-colibrit20.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-colibrit20.spec b/u-boot-colibrit20.spec index 2d4e9ef..b4976b4 100644 --- a/u-boot-colibrit20.spec +++ b/u-boot-colibrit20.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 0 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-colibrit20 Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the colibrit20 arm platform +Summary: The U-Boot firmware for the colibrit20 platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the colibrit20 arm platform. +This package contains the firmware for the colibrit20 platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-cubieboard.changes b/u-boot-cubieboard.changes index 2500665..65a3564 100644 --- a/u-boot-cubieboard.changes +++ b/u-boot-cubieboard.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-cubieboard.spec b/u-boot-cubieboard.spec index 0a10c98..1601590 100644 --- a/u-boot-cubieboard.spec +++ b/u-boot-cubieboard.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 1 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-cubieboard Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the cubieboard arm platform +Summary: The U-Boot firmware for the cubieboard platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the cubieboard arm platform. +This package contains the firmware for the cubieboard platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-cubieboard2.changes b/u-boot-cubieboard2.changes index 2500665..65a3564 100644 --- a/u-boot-cubieboard2.changes +++ b/u-boot-cubieboard2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-cubieboard2.spec b/u-boot-cubieboard2.spec index 21d4b50..eca3609 100644 --- a/u-boot-cubieboard2.spec +++ b/u-boot-cubieboard2.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 1 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-cubieboard2 Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the cubieboard2 arm platform +Summary: The U-Boot firmware for the cubieboard2 platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the cubieboard2 arm platform. +This package contains the firmware for the cubieboard2 platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-cubietruck.changes b/u-boot-cubietruck.changes index 2500665..65a3564 100644 --- a/u-boot-cubietruck.changes +++ b/u-boot-cubietruck.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-cubietruck.spec b/u-boot-cubietruck.spec index ed34470..801e253 100644 --- a/u-boot-cubietruck.spec +++ b/u-boot-cubietruck.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 1 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-cubietruck Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the cubietruck arm platform +Summary: The U-Boot firmware for the cubietruck platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the cubietruck arm platform. +This package contains the firmware for the cubietruck platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-firefly-rk3288.changes b/u-boot-firefly-rk3288.changes index 2500665..65a3564 100644 --- a/u-boot-firefly-rk3288.changes +++ b/u-boot-firefly-rk3288.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-firefly-rk3288.spec b/u-boot-firefly-rk3288.spec index 883380b..1e5fac0 100644 --- a/u-boot-firefly-rk3288.spec +++ b/u-boot-firefly-rk3288.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 1 %define sunxi_spl 0 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-firefly-rk3288 Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the firefly-rk3288 arm platform +Summary: The U-Boot firmware for the firefly-rk3288 platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the firefly-rk3288 arm platform. +This package contains the firmware for the firefly-rk3288 platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in rksd rkimage; do diff --git a/u-boot-highbank.changes b/u-boot-highbank.changes index 2500665..65a3564 100644 --- a/u-boot-highbank.changes +++ b/u-boot-highbank.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-highbank.spec b/u-boot-highbank.spec index 45194e2..0fa67a8 100644 --- a/u-boot-highbank.spec +++ b/u-boot-highbank.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 0 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-highbank Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the highbank arm platform +Summary: The U-Boot firmware for the highbank platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the highbank arm platform. +This package contains the firmware for the highbank platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-hyundaia7hd.changes b/u-boot-hyundaia7hd.changes index 2500665..65a3564 100644 --- a/u-boot-hyundaia7hd.changes +++ b/u-boot-hyundaia7hd.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-hyundaia7hd.spec b/u-boot-hyundaia7hd.spec index f12a4aa..489a2ff 100644 --- a/u-boot-hyundaia7hd.spec +++ b/u-boot-hyundaia7hd.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 1 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-hyundaia7hd Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the hyundaia7hd arm platform +Summary: The U-Boot firmware for the hyundaia7hd platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the hyundaia7hd arm platform. +This package contains the firmware for the hyundaia7hd platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-jetson-tk1.changes b/u-boot-jetson-tk1.changes index 2500665..65a3564 100644 --- a/u-boot-jetson-tk1.changes +++ b/u-boot-jetson-tk1.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-jetson-tk1.spec b/u-boot-jetson-tk1.spec index cca4ec0..d205161 100644 --- a/u-boot-jetson-tk1.spec +++ b/u-boot-jetson-tk1.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 0 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-jetson-tk1 Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the jetson-tk1 arm platform +Summary: The U-Boot firmware for the jetson-tk1 platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the jetson-tk1 arm platform. +This package contains the firmware for the jetson-tk1 platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-melea1000.changes b/u-boot-melea1000.changes index 2500665..65a3564 100644 --- a/u-boot-melea1000.changes +++ b/u-boot-melea1000.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-melea1000.spec b/u-boot-melea1000.spec index 519dd40..d714ace 100644 --- a/u-boot-melea1000.spec +++ b/u-boot-melea1000.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 1 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-melea1000 Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the melea1000 arm platform +Summary: The U-Boot firmware for the melea1000 platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the melea1000 arm platform. +This package contains the firmware for the melea1000 platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-merriia80optimus.changes b/u-boot-merriia80optimus.changes index 2500665..65a3564 100644 --- a/u-boot-merriia80optimus.changes +++ b/u-boot-merriia80optimus.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-merriia80optimus.spec b/u-boot-merriia80optimus.spec index 311fb04..0cb8efe 100644 --- a/u-boot-merriia80optimus.spec +++ b/u-boot-merriia80optimus.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 0 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-merriia80optimus Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the merriia80optimus arm platform +Summary: The U-Boot firmware for the merriia80optimus platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the merriia80optimus arm platform. +This package contains the firmware for the merriia80optimus platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-mx53loco.changes b/u-boot-mx53loco.changes index 2500665..65a3564 100644 --- a/u-boot-mx53loco.changes +++ b/u-boot-mx53loco.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-mx53loco.spec b/u-boot-mx53loco.spec index 721f47c..f3a30cd 100644 --- a/u-boot-mx53loco.spec +++ b/u-boot-mx53loco.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 0 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-mx53loco Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the mx53loco arm platform +Summary: The U-Boot firmware for the mx53loco platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the mx53loco arm platform. +This package contains the firmware for the mx53loco platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-mx6cuboxi.changes b/u-boot-mx6cuboxi.changes index 2500665..65a3564 100644 --- a/u-boot-mx6cuboxi.changes +++ b/u-boot-mx6cuboxi.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-mx6cuboxi.spec b/u-boot-mx6cuboxi.spec index 8f2d872..5e9ab8b 100644 --- a/u-boot-mx6cuboxi.spec +++ b/u-boot-mx6cuboxi.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 0 %define arndale_spl 0 %define cuboxi_spl 1 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-mx6cuboxi Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the mx6cuboxi arm platform +Summary: The U-Boot firmware for the mx6cuboxi platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the mx6cuboxi arm platform. +This package contains the firmware for the mx6cuboxi platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-mx6qsabrelite.changes b/u-boot-mx6qsabrelite.changes index 2500665..65a3564 100644 --- a/u-boot-mx6qsabrelite.changes +++ b/u-boot-mx6qsabrelite.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-mx6qsabrelite.spec b/u-boot-mx6qsabrelite.spec index 8966f16..700ffe5 100644 --- a/u-boot-mx6qsabrelite.spec +++ b/u-boot-mx6qsabrelite.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 0 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-mx6qsabrelite Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the mx6qsabrelite arm platform +Summary: The U-Boot firmware for the mx6qsabrelite platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the mx6qsabrelite arm platform. +This package contains the firmware for the mx6qsabrelite platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-odroid-xu3.changes b/u-boot-odroid-xu3.changes index 2500665..65a3564 100644 --- a/u-boot-odroid-xu3.changes +++ b/u-boot-odroid-xu3.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-odroid-xu3.spec b/u-boot-odroid-xu3.spec index 372ac67..8cfda09 100644 --- a/u-boot-odroid-xu3.spec +++ b/u-boot-odroid-xu3.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 0 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-odroid-xu3 Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the odroid-xu3 arm platform +Summary: The U-Boot firmware for the odroid-xu3 platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the odroid-xu3 arm platform. +This package contains the firmware for the odroid-xu3 platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-odroid.changes b/u-boot-odroid.changes index 2500665..65a3564 100644 --- a/u-boot-odroid.changes +++ b/u-boot-odroid.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-odroid.spec b/u-boot-odroid.spec index d46f7cc..1782f47 100644 --- a/u-boot-odroid.spec +++ b/u-boot-odroid.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 0 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-odroid Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the odroid arm platform +Summary: The U-Boot firmware for the odroid platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the odroid arm platform. +This package contains the firmware for the odroid platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-omap3beagle.changes b/u-boot-omap3beagle.changes index 2500665..65a3564 100644 --- a/u-boot-omap3beagle.changes +++ b/u-boot-omap3beagle.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-omap3beagle.spec b/u-boot-omap3beagle.spec index d7a442f..1593038 100644 --- a/u-boot-omap3beagle.spec +++ b/u-boot-omap3beagle.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 1 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 0 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-omap3beagle Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the omap3beagle arm platform +Summary: The U-Boot firmware for the omap3beagle platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the omap3beagle arm platform. +This package contains the firmware for the omap3beagle platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-omap4panda.changes b/u-boot-omap4panda.changes index 2500665..65a3564 100644 --- a/u-boot-omap4panda.changes +++ b/u-boot-omap4panda.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-omap4panda.spec b/u-boot-omap4panda.spec index 180e06f..5c752f5 100644 --- a/u-boot-omap4panda.spec +++ b/u-boot-omap4panda.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 1 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 0 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-omap4panda Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the omap4panda arm platform +Summary: The U-Boot firmware for the omap4panda platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the omap4panda arm platform. +This package contains the firmware for the omap4panda platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-orangepipc.changes b/u-boot-orangepipc.changes index 2500665..65a3564 100644 --- a/u-boot-orangepipc.changes +++ b/u-boot-orangepipc.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-orangepipc.spec b/u-boot-orangepipc.spec index 6473f42..413ed6e 100644 --- a/u-boot-orangepipc.spec +++ b/u-boot-orangepipc.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 0 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-orangepipc Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the orangepipc arm platform +Summary: The U-Boot firmware for the orangepipc platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the orangepipc arm platform. +This package contains the firmware for the orangepipc platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-p2371-2180.changes b/u-boot-p2371-2180.changes index 2500665..65a3564 100644 --- a/u-boot-p2371-2180.changes +++ b/u-boot-p2371-2180.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-p2371-2180.spec b/u-boot-p2371-2180.spec index 28470f6..1a2c088 100644 --- a/u-boot-p2371-2180.spec +++ b/u-boot-p2371-2180.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 0 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-p2371-2180 Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the p2371-2180 arm platform +Summary: The U-Boot firmware for the p2371-2180 platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: aarch64 %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the p2371-2180 arm platform. +This package contains the firmware for the p2371-2180 platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-paz00.changes b/u-boot-paz00.changes index 2500665..65a3564 100644 --- a/u-boot-paz00.changes +++ b/u-boot-paz00.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-paz00.spec b/u-boot-paz00.spec index b949b69..0676a44 100644 --- a/u-boot-paz00.spec +++ b/u-boot-paz00.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 0 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-paz00 Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the paz00 arm platform +Summary: The U-Boot firmware for the paz00 platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the paz00 arm platform. +This package contains the firmware for the paz00 platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-pcm051rev3.changes b/u-boot-pcm051rev3.changes index 2500665..65a3564 100644 --- a/u-boot-pcm051rev3.changes +++ b/u-boot-pcm051rev3.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-pcm051rev3.spec b/u-boot-pcm051rev3.spec index ec2d872..4b2e94a 100644 --- a/u-boot-pcm051rev3.spec +++ b/u-boot-pcm051rev3.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 1 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 0 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-pcm051rev3 Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the pcm051rev3 arm platform +Summary: The U-Boot firmware for the pcm051rev3 platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the pcm051rev3 arm platform. +This package contains the firmware for the pcm051rev3 platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-qemu-ppce500.changes b/u-boot-qemu-ppce500.changes index 2500665..65a3564 100644 --- a/u-boot-qemu-ppce500.changes +++ b/u-boot-qemu-ppce500.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-qemu-ppce500.spec b/u-boot-qemu-ppce500.spec index 2005f51..858685b 100644 --- a/u-boot-qemu-ppce500.spec +++ b/u-boot-qemu-ppce500.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 0 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-qemu-ppce500 Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the qemu-ppce500 arm platform +Summary: The U-Boot firmware for the qemu-ppce500 platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: ppc %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the qemu-ppce500 arm platform. +This package contains the firmware for the qemu-ppce500 platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-rpi.changes b/u-boot-rpi.changes index 2500665..65a3564 100644 --- a/u-boot-rpi.changes +++ b/u-boot-rpi.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-rpi.spec b/u-boot-rpi.spec index c999f45..61d98d2 100644 --- a/u-boot-rpi.spec +++ b/u-boot-rpi.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 0 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-rpi Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the rpi arm platform +Summary: The U-Boot firmware for the rpi platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv6l armv6hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the rpi arm platform. +This package contains the firmware for the rpi platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-rpi2.changes b/u-boot-rpi2.changes index 2500665..65a3564 100644 --- a/u-boot-rpi2.changes +++ b/u-boot-rpi2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-rpi2.spec b/u-boot-rpi2.spec index 84498f6..1cfe6f7 100644 --- a/u-boot-rpi2.spec +++ b/u-boot-rpi2.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 0 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-rpi2 Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the rpi2 arm platform +Summary: The U-Boot firmware for the rpi2 platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the rpi2 arm platform. +This package contains the firmware for the rpi2 platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-rpi3.changes b/u-boot-rpi3.changes index 2500665..65a3564 100644 --- a/u-boot-rpi3.changes +++ b/u-boot-rpi3.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-rpi3.spec b/u-boot-rpi3.spec index 4669520..d0a7ab2 100644 --- a/u-boot-rpi3.spec +++ b/u-boot-rpi3.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 0 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-rpi3 Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the rpi3 arm platform +Summary: The U-Boot firmware for the rpi3 platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: aarch64 %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the rpi3 arm platform. +This package contains the firmware for the rpi3 platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-snow.changes b/u-boot-snow.changes index 2500665..65a3564 100644 --- a/u-boot-snow.changes +++ b/u-boot-snow.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-snow.spec b/u-boot-snow.spec index 463ab34..68513a0 100644 --- a/u-boot-snow.spec +++ b/u-boot-snow.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 0 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-snow Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the snow arm platform +Summary: The U-Boot firmware for the snow platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the snow arm platform. +This package contains the firmware for the snow platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-spring.changes b/u-boot-spring.changes index 2500665..65a3564 100644 --- a/u-boot-spring.changes +++ b/u-boot-spring.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-spring.spec b/u-boot-spring.spec index 8f35466..ec304d0 100644 --- a/u-boot-spring.spec +++ b/u-boot-spring.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 0 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 0 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-spring Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the spring arm platform +Summary: The U-Boot firmware for the spring platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the spring arm platform. +This package contains the firmware for the spring platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot-udoo.changes b/u-boot-udoo.changes index 2500665..65a3564 100644 --- a/u-boot-udoo.changes +++ b/u-boot-udoo.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot-udoo.spec b/u-boot-udoo.spec index 392cfa6..fd78265 100644 --- a/u-boot-udoo.spec +++ b/u-boot-udoo.spec @@ -18,12 +18,13 @@ # +%define mvebu_spl 0 %define x_loader 0 -%define origen_spl 0 %define rockchip_spl 0 %define sunxi_spl 0 %define arndale_spl 0 %define cuboxi_spl 0 +%define origen_spl 0 %define udoo_spl 1 # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-udoo Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the udoo arm platform +Summary: The U-Boot firmware for the udoo platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the udoo arm platform. +This package contains the firmware for the udoo platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ; do diff --git a/u-boot.changes b/u-boot.changes index 2500665..65a3564 100644 --- a/u-boot.changes +++ b/u-boot.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 4 20:22:57 UTC 2016 - afaerber@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + ------------------------------------------------------------------- Thu Apr 28 15:46:09 UTC 2016 - agraf@suse.com diff --git a/u-boot.spec b/u-boot.spec index d3ec6a2..2ce27f9 100644 --- a/u-boot.spec +++ b/u-boot.spec @@ -24,7 +24,7 @@ Name: u-boot Version: 2016.05~rc3 Release: 0 -Summary: Tools for the u-boot Firmware +Summary: Tools for the U-Boot Firmware License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -35,17 +35,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. 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. %package tools -Summary: Tools for the u-boot Firmware +Summary: Tools for the U-Boot Firmware Group: System/Boot %description tools Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. 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 %setup -q -n u-boot-%{archive_version} diff --git a/u-boot.spec.in b/u-boot.spec.in index 6ac28d8..5a1b04c 100644 --- a/u-boot.spec.in +++ b/u-boot.spec.in @@ -18,12 +18,13 @@ # +%define mvebu_spl MVEBU_SPL %define x_loader OMAP_SPL -%define origen_spl ORIGEN_SPL %define rockchip_spl ROCKCHIP_SPL %define sunxi_spl SUNXI_SPL %define arndale_spl ARNDALE_SPL %define cuboxi_spl CUBOXI_SPL +%define origen_spl ORIGEN_SPL %define udoo_spl UDOO_SPL # archive_version differs from version for RC version only @@ -32,7 +33,7 @@ Name: u-boot-BOARDNAME Version: 2016.05~rc3 Release: 0 -Summary: The u-boot firmware for the BOARDNAME arm platform +Summary: The U-Boot firmware for the BOARDNAME platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot @@ -68,15 +69,15 @@ ExclusiveArch: ARCH_RESTRICTIONS %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains the firmware for the BOARDNAME arm platform. +This package contains the firmware for the BOARDNAME platform. %package doc -Summary: Documentation for the u-boot Firmware +Summary: Documentation for the U-Boot Firmware Group: Documentation/Other %description doc Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware +This package contains documentation for U-Boot firmware. %prep %setup -q -n u-boot-%{archive_version} @@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img %endif +%if %mvebu_spl == 1 +install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb +%endif %if %rockchip_spl == 1 install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin for t in ROCKCHIP_SPL_IMAGE_TYPES; do