From 2cc4b3cd83c92242c12dceed3a7c023c03b24b1460d8daf02485e542b30c3faa Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Fri, 20 Nov 2020 14:32:06 +0000 Subject: [PATCH] Accepting request 849690 from hardware:boot: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 --- _multibuild | 1 + u-boot.changes | 5 +++++ u-boot.spec | 6 ++++-- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/_multibuild b/_multibuild index fb1133a..ba54e17 100644 --- a/_multibuild +++ b/_multibuild @@ -63,6 +63,7 @@ pcm051rev3 pine64plus pinebook + pinebook-pro-rk3399 pineh64 poplar qemu-ppce500 diff --git a/u-boot.changes b/u-boot.changes index 26d7df1..b5bce28 100644 --- a/u-boot.changes +++ b/u-boot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 20 13:58:32 UTC 2020 - Guillaume GARDET + +- Add pinebook-pro-rk3399 support + ------------------------------------------------------------------- Wed Nov 18 13:50:35 UTC 2020 - Guillaume GARDET diff --git a/u-boot.spec b/u-boot.spec index 049747a..97f4431 100644 --- a/u-boot.spec +++ b/u-boot.spec @@ -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