SHA256
1
0
forked from pool/u-boot

Accepting request 650041 from hardware👢staging

OBS-URL: https://build.opensuse.org/request/show/650041
OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=29
This commit is contained in:
Andreas Färber 2018-11-18 19:13:29 +00:00 committed by Git OBS Bridge
parent 818d48706c
commit 3cb5805671
142 changed files with 772 additions and 212 deletions

View File

@ -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

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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}

Some files were not shown because too many files have changed in this diff Show More