Accepting request 649328 from hardware👢staging

- Update to v2018.11
- Update from arm-trusted-firmware-pine64 to arm-trusted-firmware-sun50ia64
- pineh64: Use new arm-trusted-firmware-sun50ih6
- Add bananapim64
- u-boot.spec.in, u-boot-board.spec.in: Update to use https
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.11
* Patches added:
  0007-Revert-efi_loader-remove-efi_exit_c.patch
- Update to v2018.11-rc3
- Update to v2018.11-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.11
* Patches dropped:
  0007-rockchip-make_fit_atf-use-elf-entry.patch
  0008-rockchip-make_fit_atf-make-python3-.patch
  0009-rockchip-make_fit_atf.py-depends-on.patch
- Update to v2018.11-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.11
* Patches dropped:
  0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
- nanopia64, orangepipc2: Conditionally enable ATF
- Add pineh64 (ATF TBD)

OBS-URL: https://build.opensuse.org/request/show/649328
OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=28
This commit is contained in:
2018-11-15 17:08:45 +00:00
committed by Git OBS Bridge
parent b1b57d0d26
commit 818d48706c
159 changed files with 9528 additions and 1341 deletions

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 http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -36,12 +36,21 @@
%if "rpi3" == "evb-rk3399" || "rpi3" == "firefly-rk3399" || "rpi3" == "puma-rk3399"
%define is_rk3399 1
%endif
%if "rpi3" == "bananapim64" || "rpi3" == "nanopia64" || "rpi3" == "pine64plus"
%define is_a64 1
%endif
%if "rpi3" == "orangepipc2"
%define is_h5 1
%endif
%if "rpi3" == "pineh64"
%define is_h6 1
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.09
%define archive_version 2018.11
Name: u-boot-rpi3
Version: 2018.09
Version: 2018.11
Release: 0
Summary: The U-Boot firmware for the rpi3 platform
License: GPL-2.0-only
@@ -58,17 +67,17 @@ Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
Patch0010: 0010-ARM-tegra-reserve-unmapped-RAM-so-E.patch
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
%if 0%{?is_rk3399} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-rk3399
%endif
%if (0%{?is_a64} || 0%{?is_h5}) && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-sun50ia64
%endif
%if 0%{?is_h6} && %{with uboot_atf}
BuildRequires: arm-trusted-firmware-sun50ih6
%endif
BuildRequires: bc
BuildRequires: bison
# Arndale board needs DTC >= 1.4
@@ -129,13 +138,10 @@ This package contains documentation for U-Boot firmware.
%patch0005 -p1
%patch0006 -p1
%patch0007 -p1
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
%if "%{name}" == "u-boot-pine64plus"
%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6}
export BL31=/boot/bl31.bin
%endif