forked from pool/u-boot
Accepting request 607419 from hardware👢staging
- Conditionalize pine64plus ATF support on uboot_atf_pine64 - u-boot-board.spec.in: Update license - Add poplar - Update to 2018.05 - Update to 2018.05-rc3 - Include u-boot.spec in autogeneration logic - Add support for .bif generation in mkimage - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05 * Patches added: 0006-tools-zynqmpimage-Add-partition-rea.patch 0007-tools-zynqmpimage-Move-defines-to-h.patch 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch 0009-tools-zynqmpimage-Add-bif-support.patch 0010-tools-zynqmpbif-Add-support-for-loa.patch - Add generic ZynqMP support - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05 * Patches added: 0005-zynqmp-Add-generic-target.patch - Update to 2018.05-rc2 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05 * Patches dropped: 0004-rpi3-Enable-lan78xx-driver.patch 0005-rpi-Add-identifier-for-the-new-RPi3.patch 0006-efi_loader-Fix-network-DP-with-DM_E.patch 0007-mkimage-do-not-fail-if-there-is-no-.patch 0008-rpi-Allow-to-boot-without-serial.patch 0009-mmc-use-core-clock-frequency-in-bcm.patch 0010-Temp-workaround-for-Chromebook-snow.patch * Patches added: 0004-Temp-workaround-for-Chromebook-snow.patch - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05 * Patches added: 0010-Temp-workaround-for-Chromebook-snow.patch - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05 * Patches dropped: 0009-rpi-Allow-to-boot-without-serial.patch 0010-mmc-use-core-clock-frequency-in-bcm.patch * Patches added: 0008-rpi-Allow-to-boot-without-serial.patch 0009-mmc-use-core-clock-frequency-in-bcm.patch - Update to 2018.05-rc1 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05 * Patches dropped: 0003-Revert-rockchip-mkimage-remove-plac.patch 0004-rpi-Use-firmware-provided-device-tr.patch 0005-rpi3-Enable-lan78xx-driver.patch 0006-net-Only-access-network-devices-aft.patch 0007-rpi-Add-identifier-for-the-new-RPi3.patch 0008-efi_loader-Fix-network-DP-with-DM_E.patch * Patches added: 0003-rpi-Use-firmware-provided-device-tr.patch 0004-rpi3-Enable-lan78xx-driver.patch 0005-rpi-Add-identifier-for-the-new-RPi3.patch 0006-efi_loader-Fix-network-DP-with-DM_E.patch 0007-mkimage-do-not-fail-if-there-is-no-.patch OBS-URL: https://build.opensuse.org/request/show/607419 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=16
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_with uboot_atf_pine64
|
||||
|
||||
%define mvebu_spl 0
|
||||
%define x_loader 0
|
||||
%define rockchip_spl 0
|
||||
@@ -32,10 +34,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.03
|
||||
%define archive_version 2018.05
|
||||
|
||||
Name: u-boot-socfpgade0nanosoc
|
||||
Version: 2018.03
|
||||
Version: 2018.05
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the socfpgade0nanosoc platform
|
||||
License: GPL-2.0-only
|
||||
@@ -48,17 +50,16 @@ Source3: update_git.sh
|
||||
Source300: u-boot-rpmlintrc
|
||||
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
|
||||
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
|
||||
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
|
||||
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
|
||||
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
|
||||
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
|
||||
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-zynqmpimage-Add-partition-rea.patch
|
||||
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
|
||||
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
|
||||
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
|
||||
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
%endif
|
||||
BuildRequires: bc
|
||||
@@ -73,6 +74,9 @@ BuildRequires: swig
|
||||
BuildRequires: qemu
|
||||
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
|
||||
%endif
|
||||
%if "%{name}" == "u-boot-zynqmp"
|
||||
BuildRequires: zynqmp-dts
|
||||
%endif
|
||||
%if 0%{?is_rpi}
|
||||
# Owns /boot/vc directory
|
||||
BuildRequires: raspberrypi-firmware
|
||||
@@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
Reference in New Issue
Block a user