SHA256
1
0
forked from pool/u-boot

Accepting request 860121 from hardware👢staging

OBS-URL: https://build.opensuse.org/request/show/860121
OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=120
This commit is contained in:
Guillaume GARDET 2021-01-04 10:13:04 +00:00 committed by Git OBS Bridge
parent 723943821b
commit 0fb7c80809
3 changed files with 10 additions and 4 deletions

View File

@ -74,6 +74,7 @@
<flavor>rock-pi-4-rk3399</flavor>
<flavor>rock64-rk3328</flavor>
<flavor>rock960-rk3399</flavor>
<flavor>rockpro64-rk3399</flavor>
<flavor>rpi</flavor>
<flavor>rpi2</flavor>
<flavor>rpi3</flavor>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 4 09:39:59 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Add rockpro64-rk3399
-------------------------------------------------------------------
Thu Dec 24 16:17:08 UTC 2020 - Matthias Brugger <mbrugger@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -74,7 +74,7 @@
%define rockchip_spl 1
%define rkimages $()
%endif
%if "%target" == "pinebook-pro-rk3399" || "%target" == "puma-rk3399" || "%target" == "rock960-rk3399"
%if "%target" == "pinebook-pro-rk3399" || "%target" == "puma-rk3399" || "%target" == "rock960-rk3399" || "%target" == "rockpro64-rk3399"
%define is_rk3399 1
%define is_armv8 1
%define rockchip_idb 1
@ -299,7 +299,7 @@ BuildRequires: arm-trusted-firmware-sun50ia64
BuildRequires: arm-trusted-firmware-sun50ih6
%endif
%if %{with uboot_atf}
%if "%{name}" == "u-boot-rock64-rk3328" || "%{name}" == "u-boot-evb-rk3399" || "%{name}" == "u-boot-firefly-rk3399" || "%{name}" == "u-boot-rock960-rk3399" || "${name}" == "u-boot-rock-pi-4-rk3399"
%if "%{name}" == "u-boot-rock64-rk3328" || "%{name}" == "u-boot-evb-rk3399" || "%{name}" == "u-boot-firefly-rk3399" || "%{name}" == "u-boot-rock960-rk3399" || "${name}" == "u-boot-rock-pi-4-rk3399" || "%{name}" == "u-boot-pinebook-pro-rk3399" || "%target" == "rockpro64-rk3399"
# make_fit_atf.py
BuildRequires: python3-pyelftools
%endif
@ -402,7 +402,7 @@ export OPENSBI=%{_datadir}/opensbi/opensbi-sifive-fu540.bin
%if "%{name}" == "u-boot-rock64-rk3328"
cp %{_datadir}/arm-trusted-firmware-rk3328/bl31.elf .
%endif
%if "%{name}" == "u-boot-evb-rk3399" || "%{name}" == "u-boot-firefly-rk3399" || "%{name}" == "u-boot-rock-pi-4-rk3399" || "%{name}" == "u-boot-pinebook-pro-rk3399"
%if "%{name}" == "u-boot-evb-rk3399" || "%{name}" == "u-boot-firefly-rk3399" || "%{name}" == "u-boot-rock-pi-4-rk3399" || "%{name}" == "u-boot-pinebook-pro-rk3399" || "%target" == "rockpro64-rk3399"
cp %{_datadir}/arm-trusted-firmware-rk3399/bl31.elf .
%endif
%endif