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:
parent
fb69251c5c
commit
2cc4b3cd83
@ -63,6 +63,7 @@
|
||||
<flavor>pcm051rev3</flavor>
|
||||
<flavor>pine64plus</flavor>
|
||||
<flavor>pinebook</flavor>
|
||||
<flavor>pinebook-pro-rk3399</flavor>
|
||||
<flavor>pineh64</flavor>
|
||||
<flavor>poplar</flavor>
|
||||
<flavor>qemu-ppce500</flavor>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -74,9 +74,11 @@
|
||||
%define rockchip_spl 1
|
||||
%define rkimages $()
|
||||
%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_armv8 1
|
||||
%define rockchip_idb 1
|
||||
%define binext .itb
|
||||
%endif
|
||||
%if "%target" == "bananapim64" || "%target" == "nanopia64" || "%target" == "pine64plus" || "%target" == "pinebook"
|
||||
%define is_a64 1
|
||||
@ -386,7 +388,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"
|
||||
%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 .
|
||||
%endif
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user