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:
parent
818d48706c
commit
3cb5805671
@ -38,8 +38,8 @@ v3 -> v4:
|
|||||||
- remove CONFIG_ZYNQ_SDHCI{0,1} - needs to be solved generically
|
- remove CONFIG_ZYNQ_SDHCI{0,1} - needs to be solved generically
|
||||||
- add xhci usb1 to xhci controller list
|
- add xhci usb1 to xhci controller list
|
||||||
---
|
---
|
||||||
configs/xilinx_zynqmp_generic_defconfig | 86 +++++++++++++++++++++++++
|
configs/xilinx_zynqmp_generic_defconfig | 86 +++++++++++++++++++++++++++++++++
|
||||||
include/configs/xilinx_zynqmp_generic.h | 21 ++++++
|
include/configs/xilinx_zynqmp_generic.h | 21 ++++++++
|
||||||
2 files changed, 107 insertions(+)
|
2 files changed, 107 insertions(+)
|
||||||
create mode 100644 configs/xilinx_zynqmp_generic_defconfig
|
create mode 100644 configs/xilinx_zynqmp_generic_defconfig
|
||||||
create mode 100644 include/configs/xilinx_zynqmp_generic.h
|
create mode 100644 include/configs/xilinx_zynqmp_generic.h
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -129,8 +129,11 @@ PATCH_EXEC
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
@ -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>
|
Thu Nov 15 14:30:22 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
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}
|
%if 0%{?is_a64} || 0%{?is_h5}
|
||||||
export BL31=/boot/bl31.bin
|
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
|
%endif
|
||||||
|
|
||||||
%if %{with uboot_atf}
|
%if %{with uboot_atf}
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user