Hello community, here is the log from the commit of package u-boot for openSUSE:Factory checked in at 2016-05-10 09:27:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/u-boot (Old) and /work/SRC/openSUSE:Factory/.u-boot.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "u-boot" Changes: -------- --- /work/SRC/openSUSE:Factory/u-boot/u-boot-a10-olinuxino-lime.changes 2016-05-02 10:44:19.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-a10-olinuxino-lime.changes 2016-05-10 09:27:05.000000000 +0200 @@ -1,0 +2,8 @@ +Wed May 4 20:22:57 UTC 2016 - afaer...@suse.de + +- Package Marvell SPL for ClearFog +- Tidy package summaries and descriptions +* Fix spelling of U-Boot +* Don't assume ARM + +------------------------------------------------------------------- u-boot-a13-olinuxino.changes: same change u-boot-a13-olinuxinom.changes: same change u-boot-a20-olinuxino-lime.changes: same change u-boot-a20-olinuxino-lime2.changes: same change u-boot-a20-olinuxinomicro.changes: same change u-boot-am335xboneblack.changes: same change u-boot-am335xevm.changes: same change u-boot-am57xxevm.changes: same change u-boot-am57xxevmnodt.changes: same change u-boot-arndale.changes: same change u-boot-bananapi.changes: same change u-boot-clearfog.changes: same change u-boot-colibrit20.changes: same change u-boot-cubieboard.changes: same change u-boot-cubieboard2.changes: same change u-boot-cubietruck.changes: same change u-boot-firefly-rk3288.changes: same change u-boot-highbank.changes: same change u-boot-hyundaia7hd.changes: same change u-boot-jetson-tk1.changes: same change u-boot-melea1000.changes: same change u-boot-merriia80optimus.changes: same change u-boot-mx53loco.changes: same change u-boot-mx6cuboxi.changes: same change u-boot-mx6qsabrelite.changes: same change u-boot-odroid-xu3.changes: same change u-boot-odroid.changes: same change u-boot-omap3beagle.changes: same change u-boot-omap4panda.changes: same change u-boot-orangepipc.changes: same change u-boot-p2371-2180.changes: same change u-boot-paz00.changes: same change u-boot-pcm051rev3.changes: same change u-boot-qemu-ppce500.changes: same change u-boot-rpi.changes: same change u-boot-rpi2.changes: same change u-boot-rpi3.changes: same change u-boot-snow.changes: same change u-boot-spring.changes: same change u-boot-udoo.changes: same change u-boot.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ u-boot-a10-olinuxino-lime.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-a13-olinuxino.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-a13-olinuxinom.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-a20-olinuxino-lime.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-a20-olinuxino-lime2.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-a20-olinuxinomicro.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-am335xboneblack.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-am335xevm.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-am57xxevm.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-am57xxevmnodt.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-arndale.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-bananapi.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-clearfog.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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 @@ # 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/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 ++++++ u-boot-colibrit20.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-cubieboard.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-cubieboard2.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-cubietruck.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-firefly-rk3288.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-highbank.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-hyundaia7hd.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-jetson-tk1.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-melea1000.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-merriia80optimus.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-mx53loco.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-mx6cuboxi.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-mx6qsabrelite.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-odroid-xu3.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-odroid.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-omap3beagle.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-omap4panda.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-orangepipc.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-p2371-2180.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-paz00.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-pcm051rev3.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-qemu-ppce500.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-rpi.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-rpi2.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:12.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:12.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-rpi3.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:13.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:13.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-snow.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:13.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:13.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-spring.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:13.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:13.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot-udoo.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:13.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:13.000000000 +0200 @@ -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 @@ %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/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 ++++++ u-boot.spec ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:13.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:13.000000000 +0200 @@ -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 @@ %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} ++++++ pre_checkin.sh ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:13.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:13.000000000 +0200 @@ -64,21 +64,26 @@ 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 @@ ROCKCHIP_SPL_IMAGE_TYPES="rksd rkimage" ROCKCHIP_SPL_SOC=rk3288 ;; +clearfog) + BINEND=img + MVEBU_SPL=1 + ;; *) BINEND=bin ;; esac @@ -118,6 +127,7 @@ 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 ++++++ u-boot.spec.in ++++++ --- /var/tmp/diff_new_pack.gC4W7g/_old 2016-05-10 09:27:13.000000000 +0200 +++ /var/tmp/diff_new_pack.gC4W7g/_new 2016-05-10 09:27:13.000000000 +0200 @@ -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 @@ %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/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