SHA256
1
0
forked from pool/u-boot

Accepting request 849690 from hardware👢staging

- Add pinebook-pro-rk3399 support

OBS-URL: https://build.opensuse.org/request/show/849690
OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=113
This commit is contained in:
Guillaume GARDET 2020-11-20 14:32:06 +00:00 committed by Git OBS Bridge
parent fb69251c5c
commit 2cc4b3cd83
3 changed files with 10 additions and 2 deletions

View File

@ -63,6 +63,7 @@
<flavor>pcm051rev3</flavor> <flavor>pcm051rev3</flavor>
<flavor>pine64plus</flavor> <flavor>pine64plus</flavor>
<flavor>pinebook</flavor> <flavor>pinebook</flavor>
<flavor>pinebook-pro-rk3399</flavor>
<flavor>pineh64</flavor> <flavor>pineh64</flavor>
<flavor>poplar</flavor> <flavor>poplar</flavor>
<flavor>qemu-ppce500</flavor> <flavor>qemu-ppce500</flavor>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 20 13:58:32 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Add pinebook-pro-rk3399 support
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 18 13:50:35 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org> Wed Nov 18 13:50:35 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -74,9 +74,11 @@
%define rockchip_spl 1 %define rockchip_spl 1
%define rkimages $() %define rkimages $()
%endif %endif
%if "%target" == "puma-rk3399" || "%target" == "rock960-rk3399" %if "%target" == "pinebook-pro-rk3399" || "%target" == "puma-rk3399" || "%target" == "rock960-rk3399"
%define is_rk3399 1 %define is_rk3399 1
%define is_armv8 1 %define is_armv8 1
%define rockchip_idb 1
%define binext .itb
%endif %endif
%if "%target" == "bananapim64" || "%target" == "nanopia64" || "%target" == "pine64plus" || "%target" == "pinebook" %if "%target" == "bananapim64" || "%target" == "nanopia64" || "%target" == "pine64plus" || "%target" == "pinebook"
%define is_a64 1 %define is_a64 1
@ -386,7 +388,7 @@ export OPENSBI=%{_datadir}/opensbi/opensbi-sifive-fu540.bin
%if "%{name}" == "u-boot-rock64-rk3328" %if "%{name}" == "u-boot-rock64-rk3328"
cp %{_datadir}/arm-trusted-firmware-rk3328/bl31.elf . cp %{_datadir}/arm-trusted-firmware-rk3328/bl31.elf .
%endif %endif
%if "%{name}" == "u-boot-evb-rk3399" || "%{name}" == "u-boot-firefly-rk3399" || "%{name}" == "u-boot-rock-pi-4-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"
cp %{_datadir}/arm-trusted-firmware-rk3399/bl31.elf . cp %{_datadir}/arm-trusted-firmware-rk3399/bl31.elf .
%endif %endif
%endif %endif