diff --git a/0005-zynqmp-Add-generic-target.patch b/0005-zynqmp-Add-generic-target.patch index 9668931..9f53e2e 100644 --- a/0005-zynqmp-Add-generic-target.patch +++ b/0005-zynqmp-Add-generic-target.patch @@ -38,8 +38,8 @@ v3 -> v4: - remove CONFIG_ZYNQ_SDHCI{0,1} - needs to be solved generically - add xhci usb1 to xhci controller list --- - configs/xilinx_zynqmp_generic_defconfig | 86 +++++++++++++++++++++++++ - include/configs/xilinx_zynqmp_generic.h | 21 ++++++ + configs/xilinx_zynqmp_generic_defconfig | 86 +++++++++++++++++++++++++++++++++ + include/configs/xilinx_zynqmp_generic.h | 21 ++++++++ 2 files changed, 107 insertions(+) create mode 100644 configs/xilinx_zynqmp_generic_defconfig create mode 100644 include/configs/xilinx_zynqmp_generic.h diff --git a/u-boot-a10-olinuxino-lime.changes b/u-boot-a10-olinuxino-lime.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-a10-olinuxino-lime.changes +++ b/u-boot-a10-olinuxino-lime.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-a10-olinuxino-lime.spec b/u-boot-a10-olinuxino-lime.spec index 8a7adc2..a9e948b 100644 --- a/u-boot-a10-olinuxino-lime.spec +++ b/u-boot-a10-olinuxino-lime.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-a13-olinuxino.changes b/u-boot-a13-olinuxino.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-a13-olinuxino.changes +++ b/u-boot-a13-olinuxino.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-a13-olinuxino.spec b/u-boot-a13-olinuxino.spec index a78cd29..e230783 100644 --- a/u-boot-a13-olinuxino.spec +++ b/u-boot-a13-olinuxino.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-a13-olinuxinom.changes b/u-boot-a13-olinuxinom.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-a13-olinuxinom.changes +++ b/u-boot-a13-olinuxinom.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-a13-olinuxinom.spec b/u-boot-a13-olinuxinom.spec index b2db9ae..3c71c4d 100644 --- a/u-boot-a13-olinuxinom.spec +++ b/u-boot-a13-olinuxinom.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-a20-olinuxino-lime.changes b/u-boot-a20-olinuxino-lime.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-a20-olinuxino-lime.changes +++ b/u-boot-a20-olinuxino-lime.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-a20-olinuxino-lime.spec b/u-boot-a20-olinuxino-lime.spec index 570078a..713e07b 100644 --- a/u-boot-a20-olinuxino-lime.spec +++ b/u-boot-a20-olinuxino-lime.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-a20-olinuxino-lime2.changes b/u-boot-a20-olinuxino-lime2.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-a20-olinuxino-lime2.changes +++ b/u-boot-a20-olinuxino-lime2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-a20-olinuxino-lime2.spec b/u-boot-a20-olinuxino-lime2.spec index ca6ee89..72d39e3 100644 --- a/u-boot-a20-olinuxino-lime2.spec +++ b/u-boot-a20-olinuxino-lime2.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-a20-olinuxinomicro.changes b/u-boot-a20-olinuxinomicro.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-a20-olinuxinomicro.changes +++ b/u-boot-a20-olinuxinomicro.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-a20-olinuxinomicro.spec b/u-boot-a20-olinuxinomicro.spec index 4598ebc..06755f6 100644 --- a/u-boot-a20-olinuxinomicro.spec +++ b/u-boot-a20-olinuxinomicro.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-am335xboneblack.changes b/u-boot-am335xboneblack.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-am335xboneblack.changes +++ b/u-boot-am335xboneblack.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-am335xboneblack.spec b/u-boot-am335xboneblack.spec index 764627b..be920ab 100644 --- a/u-boot-am335xboneblack.spec +++ b/u-boot-am335xboneblack.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-am335xevm.changes b/u-boot-am335xevm.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-am335xevm.changes +++ b/u-boot-am335xevm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-am335xevm.spec b/u-boot-am335xevm.spec index 0083a95..4199dcc 100644 --- a/u-boot-am335xevm.spec +++ b/u-boot-am335xevm.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-am57xxevm.changes b/u-boot-am57xxevm.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-am57xxevm.changes +++ b/u-boot-am57xxevm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-am57xxevm.spec b/u-boot-am57xxevm.spec index e9decb6..2d6b51d 100644 --- a/u-boot-am57xxevm.spec +++ b/u-boot-am57xxevm.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-arndale.changes b/u-boot-arndale.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-arndale.changes +++ b/u-boot-arndale.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-arndale.spec b/u-boot-arndale.spec index 7fa9150..00de2d5 100644 --- a/u-boot-arndale.spec +++ b/u-boot-arndale.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-bananapi.changes b/u-boot-bananapi.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-bananapi.changes +++ b/u-boot-bananapi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-bananapi.spec b/u-boot-bananapi.spec index 9bc414f..cbae61f 100644 --- a/u-boot-bananapi.spec +++ b/u-boot-bananapi.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-bananapim64.changes b/u-boot-bananapim64.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-bananapim64.changes +++ b/u-boot-bananapim64.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-bananapim64.spec b/u-boot-bananapim64.spec index 7dd7f09..d78048d 100644 --- a/u-boot-bananapim64.spec +++ b/u-boot-bananapim64.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-board.spec.in b/u-boot-board.spec.in index 816a632..1eb1ac7 100644 --- a/u-boot-board.spec.in +++ b/u-boot-board.spec.in @@ -129,8 +129,11 @@ PATCH_EXEC %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-clearfog.changes b/u-boot-clearfog.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-clearfog.changes +++ b/u-boot-clearfog.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-clearfog.spec b/u-boot-clearfog.spec index ae50b36..08f3aee 100644 --- a/u-boot-clearfog.spec +++ b/u-boot-clearfog.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-colibrit20.changes b/u-boot-colibrit20.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-colibrit20.changes +++ b/u-boot-colibrit20.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-colibrit20.spec b/u-boot-colibrit20.spec index 26765bf..8dc4e7b 100644 --- a/u-boot-colibrit20.spec +++ b/u-boot-colibrit20.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-cubieboard.changes b/u-boot-cubieboard.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-cubieboard.changes +++ b/u-boot-cubieboard.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-cubieboard.spec b/u-boot-cubieboard.spec index e58e526..b65899d 100644 --- a/u-boot-cubieboard.spec +++ b/u-boot-cubieboard.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-cubieboard2.changes b/u-boot-cubieboard2.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-cubieboard2.changes +++ b/u-boot-cubieboard2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-cubieboard2.spec b/u-boot-cubieboard2.spec index b0763e9..20b4df1 100644 --- a/u-boot-cubieboard2.spec +++ b/u-boot-cubieboard2.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-cubietruck.changes b/u-boot-cubietruck.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-cubietruck.changes +++ b/u-boot-cubietruck.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-cubietruck.spec b/u-boot-cubietruck.spec index 02367a4..9544845 100644 --- a/u-boot-cubietruck.spec +++ b/u-boot-cubietruck.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-dragonboard410c.changes b/u-boot-dragonboard410c.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-dragonboard410c.changes +++ b/u-boot-dragonboard410c.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-dragonboard410c.spec b/u-boot-dragonboard410c.spec index e408f63..215e16e 100644 --- a/u-boot-dragonboard410c.spec +++ b/u-boot-dragonboard410c.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-dragonboard820c.changes b/u-boot-dragonboard820c.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-dragonboard820c.changes +++ b/u-boot-dragonboard820c.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-dragonboard820c.spec b/u-boot-dragonboard820c.spec index ea899e6..455d776 100644 --- a/u-boot-dragonboard820c.spec +++ b/u-boot-dragonboard820c.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-evb-rk3399.changes b/u-boot-evb-rk3399.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-evb-rk3399.changes +++ b/u-boot-evb-rk3399.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-evb-rk3399.spec b/u-boot-evb-rk3399.spec index dc47a42..a38e2df 100644 --- a/u-boot-evb-rk3399.spec +++ b/u-boot-evb-rk3399.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-firefly-rk3288.changes b/u-boot-firefly-rk3288.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-firefly-rk3288.changes +++ b/u-boot-firefly-rk3288.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-firefly-rk3288.spec b/u-boot-firefly-rk3288.spec index de3bce3..242eb7e 100644 --- a/u-boot-firefly-rk3288.spec +++ b/u-boot-firefly-rk3288.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-firefly-rk3399.changes b/u-boot-firefly-rk3399.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-firefly-rk3399.changes +++ b/u-boot-firefly-rk3399.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-firefly-rk3399.spec b/u-boot-firefly-rk3399.spec index c987708..7bd3484 100644 --- a/u-boot-firefly-rk3399.spec +++ b/u-boot-firefly-rk3399.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-geekbox.changes b/u-boot-geekbox.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-geekbox.changes +++ b/u-boot-geekbox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-geekbox.spec b/u-boot-geekbox.spec index 6cfbbb1..afa43e0 100644 --- a/u-boot-geekbox.spec +++ b/u-boot-geekbox.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-highbank.changes b/u-boot-highbank.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-highbank.changes +++ b/u-boot-highbank.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-highbank.spec b/u-boot-highbank.spec index 4ec4621..4b3aef7 100644 --- a/u-boot-highbank.spec +++ b/u-boot-highbank.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-hikey.changes b/u-boot-hikey.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-hikey.changes +++ b/u-boot-hikey.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-hikey.spec b/u-boot-hikey.spec index b9edd2e..9700334 100644 --- a/u-boot-hikey.spec +++ b/u-boot-hikey.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-hyundaia7hd.changes b/u-boot-hyundaia7hd.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-hyundaia7hd.changes +++ b/u-boot-hyundaia7hd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-hyundaia7hd.spec b/u-boot-hyundaia7hd.spec index 65f437e..346b0c8 100644 --- a/u-boot-hyundaia7hd.spec +++ b/u-boot-hyundaia7hd.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-jetson-tk1.changes b/u-boot-jetson-tk1.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-jetson-tk1.changes +++ b/u-boot-jetson-tk1.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-jetson-tk1.spec b/u-boot-jetson-tk1.spec index 0c62b4c..f9e9b68 100644 --- a/u-boot-jetson-tk1.spec +++ b/u-boot-jetson-tk1.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-lamobor1.changes b/u-boot-lamobor1.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-lamobor1.changes +++ b/u-boot-lamobor1.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-lamobor1.spec b/u-boot-lamobor1.spec index 52c51ae..44f23fd 100644 --- a/u-boot-lamobor1.spec +++ b/u-boot-lamobor1.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-ls1012afrdmqspi.changes b/u-boot-ls1012afrdmqspi.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-ls1012afrdmqspi.changes +++ b/u-boot-ls1012afrdmqspi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-ls1012afrdmqspi.spec b/u-boot-ls1012afrdmqspi.spec index 0f4ba12..9190522 100644 --- a/u-boot-ls1012afrdmqspi.spec +++ b/u-boot-ls1012afrdmqspi.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-melea1000.changes b/u-boot-melea1000.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-melea1000.changes +++ b/u-boot-melea1000.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-melea1000.spec b/u-boot-melea1000.spec index 812831f..6f176e4 100644 --- a/u-boot-melea1000.spec +++ b/u-boot-melea1000.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-merriia80optimus.changes b/u-boot-merriia80optimus.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-merriia80optimus.changes +++ b/u-boot-merriia80optimus.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-merriia80optimus.spec b/u-boot-merriia80optimus.spec index 2f62c0f..bcb1beb 100644 --- a/u-boot-merriia80optimus.spec +++ b/u-boot-merriia80optimus.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-mvebudb-88f3720.changes b/u-boot-mvebudb-88f3720.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-mvebudb-88f3720.changes +++ b/u-boot-mvebudb-88f3720.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-mvebudb-88f3720.spec b/u-boot-mvebudb-88f3720.spec index 69d4591..950673b 100644 --- a/u-boot-mvebudb-88f3720.spec +++ b/u-boot-mvebudb-88f3720.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-mvebudbarmada8k.changes b/u-boot-mvebudbarmada8k.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-mvebudbarmada8k.changes +++ b/u-boot-mvebudbarmada8k.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-mvebudbarmada8k.spec b/u-boot-mvebudbarmada8k.spec index ff6fb07..a17157b 100644 --- a/u-boot-mvebudbarmada8k.spec +++ b/u-boot-mvebudbarmada8k.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-mvebuespressobin-88f3720.changes b/u-boot-mvebuespressobin-88f3720.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-mvebuespressobin-88f3720.changes +++ b/u-boot-mvebuespressobin-88f3720.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-mvebuespressobin-88f3720.spec b/u-boot-mvebuespressobin-88f3720.spec index e9d539d..42bfa59 100644 --- a/u-boot-mvebuespressobin-88f3720.spec +++ b/u-boot-mvebuespressobin-88f3720.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-mvebumcbin-88f8040.changes b/u-boot-mvebumcbin-88f8040.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-mvebumcbin-88f8040.changes +++ b/u-boot-mvebumcbin-88f8040.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-mvebumcbin-88f8040.spec b/u-boot-mvebumcbin-88f8040.spec index 6e27df7..ebf27ac 100644 --- a/u-boot-mvebumcbin-88f8040.spec +++ b/u-boot-mvebumcbin-88f8040.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-mx53loco.changes b/u-boot-mx53loco.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-mx53loco.changes +++ b/u-boot-mx53loco.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-mx53loco.spec b/u-boot-mx53loco.spec index c7d64f4..01213c8 100644 --- a/u-boot-mx53loco.spec +++ b/u-boot-mx53loco.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-mx6cuboxi.changes b/u-boot-mx6cuboxi.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-mx6cuboxi.changes +++ b/u-boot-mx6cuboxi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-mx6cuboxi.spec b/u-boot-mx6cuboxi.spec index 700dae5..8724198 100644 --- a/u-boot-mx6cuboxi.spec +++ b/u-boot-mx6cuboxi.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-mx6qsabrelite.changes b/u-boot-mx6qsabrelite.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-mx6qsabrelite.changes +++ b/u-boot-mx6qsabrelite.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-mx6qsabrelite.spec b/u-boot-mx6qsabrelite.spec index 98702fb..776fb96 100644 --- a/u-boot-mx6qsabrelite.spec +++ b/u-boot-mx6qsabrelite.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-nanopia64.changes b/u-boot-nanopia64.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-nanopia64.changes +++ b/u-boot-nanopia64.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-nanopia64.spec b/u-boot-nanopia64.spec index 253d9c8..41f52a8 100644 --- a/u-boot-nanopia64.spec +++ b/u-boot-nanopia64.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-nanopineo.changes b/u-boot-nanopineo.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-nanopineo.changes +++ b/u-boot-nanopineo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-nanopineo.spec b/u-boot-nanopineo.spec index 7de7302..47a0d00 100644 --- a/u-boot-nanopineo.spec +++ b/u-boot-nanopineo.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-nanopineoair.changes b/u-boot-nanopineoair.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-nanopineoair.changes +++ b/u-boot-nanopineoair.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-nanopineoair.spec b/u-boot-nanopineoair.spec index be4c362..3e75cc4 100644 --- a/u-boot-nanopineoair.spec +++ b/u-boot-nanopineoair.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-odroid-c2.changes b/u-boot-odroid-c2.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-odroid-c2.changes +++ b/u-boot-odroid-c2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-odroid-c2.spec b/u-boot-odroid-c2.spec index 56325b3..7928d35 100644 --- a/u-boot-odroid-c2.spec +++ b/u-boot-odroid-c2.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-odroid-xu3.changes b/u-boot-odroid-xu3.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-odroid-xu3.changes +++ b/u-boot-odroid-xu3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-odroid-xu3.spec b/u-boot-odroid-xu3.spec index b775af9..7592ec5 100644 --- a/u-boot-odroid-xu3.spec +++ b/u-boot-odroid-xu3.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-odroid.changes b/u-boot-odroid.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-odroid.changes +++ b/u-boot-odroid.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-odroid.spec b/u-boot-odroid.spec index 6270447..ec2f8b6 100644 --- a/u-boot-odroid.spec +++ b/u-boot-odroid.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-omap3beagle.changes b/u-boot-omap3beagle.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-omap3beagle.changes +++ b/u-boot-omap3beagle.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-omap3beagle.spec b/u-boot-omap3beagle.spec index 40a822a..b27d86c 100644 --- a/u-boot-omap3beagle.spec +++ b/u-boot-omap3beagle.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-omap4panda.changes b/u-boot-omap4panda.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-omap4panda.changes +++ b/u-boot-omap4panda.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-omap4panda.spec b/u-boot-omap4panda.spec index 3528029..6754493 100644 --- a/u-boot-omap4panda.spec +++ b/u-boot-omap4panda.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-orangepipc.changes b/u-boot-orangepipc.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-orangepipc.changes +++ b/u-boot-orangepipc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-orangepipc.spec b/u-boot-orangepipc.spec index 41bc774..ec981be 100644 --- a/u-boot-orangepipc.spec +++ b/u-boot-orangepipc.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-orangepipc2.changes b/u-boot-orangepipc2.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-orangepipc2.changes +++ b/u-boot-orangepipc2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-orangepipc2.spec b/u-boot-orangepipc2.spec index 33e4984..0241910 100644 --- a/u-boot-orangepipc2.spec +++ b/u-boot-orangepipc2.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-p2371-2180.changes b/u-boot-p2371-2180.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-p2371-2180.changes +++ b/u-boot-p2371-2180.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-p2371-2180.spec b/u-boot-p2371-2180.spec index 55aa38d..5b879a8 100644 --- a/u-boot-p2371-2180.spec +++ b/u-boot-p2371-2180.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-p2771-0000-500.changes b/u-boot-p2771-0000-500.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-p2771-0000-500.changes +++ b/u-boot-p2771-0000-500.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-p2771-0000-500.spec b/u-boot-p2771-0000-500.spec index daaea30..c331c2c 100644 --- a/u-boot-p2771-0000-500.spec +++ b/u-boot-p2771-0000-500.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-paz00.changes b/u-boot-paz00.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-paz00.changes +++ b/u-boot-paz00.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-paz00.spec b/u-boot-paz00.spec index 46b9eb6..e519852 100644 --- a/u-boot-paz00.spec +++ b/u-boot-paz00.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-pcm051rev3.changes b/u-boot-pcm051rev3.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-pcm051rev3.changes +++ b/u-boot-pcm051rev3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-pcm051rev3.spec b/u-boot-pcm051rev3.spec index 0ec2cc1..38aa488 100644 --- a/u-boot-pcm051rev3.spec +++ b/u-boot-pcm051rev3.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-pine64plus.changes b/u-boot-pine64plus.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-pine64plus.changes +++ b/u-boot-pine64plus.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-pine64plus.spec b/u-boot-pine64plus.spec index 427c995..802a84f 100644 --- a/u-boot-pine64plus.spec +++ b/u-boot-pine64plus.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-pineh64.changes b/u-boot-pineh64.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-pineh64.changes +++ b/u-boot-pineh64.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-pineh64.spec b/u-boot-pineh64.spec index be9238e..0c06fdd 100644 --- a/u-boot-pineh64.spec +++ b/u-boot-pineh64.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-poplar.changes b/u-boot-poplar.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-poplar.changes +++ b/u-boot-poplar.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-poplar.spec b/u-boot-poplar.spec index 182cca4..5ffc521 100644 --- a/u-boot-poplar.spec +++ b/u-boot-poplar.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-qemu-ppce500.changes b/u-boot-qemu-ppce500.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-qemu-ppce500.changes +++ b/u-boot-qemu-ppce500.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-qemu-ppce500.spec b/u-boot-qemu-ppce500.spec index 45d9085..7b6c18d 100644 --- a/u-boot-qemu-ppce500.spec +++ b/u-boot-qemu-ppce500.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-rpi.changes b/u-boot-rpi.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-rpi.changes +++ b/u-boot-rpi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-rpi.spec b/u-boot-rpi.spec index eed0d29..2dc130e 100644 --- a/u-boot-rpi.spec +++ b/u-boot-rpi.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-rpi2.changes b/u-boot-rpi2.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-rpi2.changes +++ b/u-boot-rpi2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-rpi2.spec b/u-boot-rpi2.spec index ab82659..b6303f7 100644 --- a/u-boot-rpi2.spec +++ b/u-boot-rpi2.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-rpi3.changes b/u-boot-rpi3.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-rpi3.changes +++ b/u-boot-rpi3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-rpi3.spec b/u-boot-rpi3.spec index 766a60f..2c9d08b 100644 --- a/u-boot-rpi3.spec +++ b/u-boot-rpi3.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-sinovoipbpim2plus.changes b/u-boot-sinovoipbpim2plus.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-sinovoipbpim2plus.changes +++ b/u-boot-sinovoipbpim2plus.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-sinovoipbpim2plus.spec b/u-boot-sinovoipbpim2plus.spec index 9bb4fa8..146f865 100644 --- a/u-boot-sinovoipbpim2plus.spec +++ b/u-boot-sinovoipbpim2plus.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-snow.changes b/u-boot-snow.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-snow.changes +++ b/u-boot-snow.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-snow.spec b/u-boot-snow.spec index 44bf1a9..b7df186 100644 --- a/u-boot-snow.spec +++ b/u-boot-snow.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-socfpgade0nanosoc.changes b/u-boot-socfpgade0nanosoc.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-socfpgade0nanosoc.changes +++ b/u-boot-socfpgade0nanosoc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-socfpgade0nanosoc.spec b/u-boot-socfpgade0nanosoc.spec index 7a86156..835c132 100644 --- a/u-boot-socfpgade0nanosoc.spec +++ b/u-boot-socfpgade0nanosoc.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-spring.changes b/u-boot-spring.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-spring.changes +++ b/u-boot-spring.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-spring.spec b/u-boot-spring.spec index e197bab..386b66f 100644 --- a/u-boot-spring.spec +++ b/u-boot-spring.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-tinker-rk3288.changes b/u-boot-tinker-rk3288.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-tinker-rk3288.changes +++ b/u-boot-tinker-rk3288.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-tinker-rk3288.spec b/u-boot-tinker-rk3288.spec index 37f3dee..1fd278d 100644 --- a/u-boot-tinker-rk3288.spec +++ b/u-boot-tinker-rk3288.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-turrisomnia.changes b/u-boot-turrisomnia.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-turrisomnia.changes +++ b/u-boot-turrisomnia.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-turrisomnia.spec b/u-boot-turrisomnia.spec index 568c8bf..f517a66 100644 --- a/u-boot-turrisomnia.spec +++ b/u-boot-turrisomnia.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-udoo.changes b/u-boot-udoo.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-udoo.changes +++ b/u-boot-udoo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-udoo.spec b/u-boot-udoo.spec index a5c17a1..70fc280 100644 --- a/u-boot-udoo.spec +++ b/u-boot-udoo.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-udooneo.changes b/u-boot-udooneo.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-udooneo.changes +++ b/u-boot-udooneo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-udooneo.spec b/u-boot-udooneo.spec index 4870508..bbd04bb 100644 --- a/u-boot-udooneo.spec +++ b/u-boot-udooneo.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-xilinxzynqmpgeneric.changes b/u-boot-xilinxzynqmpgeneric.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-xilinxzynqmpgeneric.changes +++ b/u-boot-xilinxzynqmpgeneric.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-xilinxzynqmpgeneric.spec b/u-boot-xilinxzynqmpgeneric.spec index 4b56403..236ae03 100644 --- a/u-boot-xilinxzynqmpgeneric.spec +++ b/u-boot-xilinxzynqmpgeneric.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot-xilinxzynqmpzcu102rev10.changes b/u-boot-xilinxzynqmpzcu102rev10.changes index 5bf09bb..4d9328a 100644 --- a/u-boot-xilinxzynqmpzcu102rev10.changes +++ b/u-boot-xilinxzynqmpzcu102rev10.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot-xilinxzynqmpzcu102rev10.spec b/u-boot-xilinxzynqmpzcu102rev10.spec index abd422b..0c7eab5 100644 --- a/u-boot-xilinxzynqmpzcu102rev10.spec +++ b/u-boot-xilinxzynqmpzcu102rev10.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware. %build export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) -%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6} -export BL31=/boot/bl31.bin +%if 0%{?is_a64} || 0%{?is_h5} +export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin +%endif +%if 0%{?is_h6} +export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin %endif %if %{with uboot_atf} diff --git a/u-boot.changes b/u-boot.changes index 5bf09bb..4d9328a 100644 --- a/u-boot.changes +++ b/u-boot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 18:56:52 UTC 2018 - afaerber@suse.de + +- pine64plus, nanopia64, bananapim64, orangepipc2, pineh64: Fix BL31 + ------------------------------------------------------------------- Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET diff --git a/u-boot.spec b/u-boot.spec index 5c13411..8982b17 100644 --- a/u-boot.spec +++ b/u-boot.spec @@ -14,7 +14,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ #