Hello community,

here is the log from the commit of package u-boot for openSUSE:Factory checked 
in at 2019-11-07 23:17:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/u-boot (Old)
 and      /work/SRC/openSUSE:Factory/.u-boot.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "u-boot"

Thu Nov  7 23:17:02 2019 rev:111 rq:745898 version:2019.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/u-boot/u-boot.changes    2019-10-24 
23:05:51.448290737 +0200
+++ /work/SRC/openSUSE:Factory/.u-boot.new.2990/u-boot.changes  2019-11-07 
23:17:11.168578127 +0100
@@ -1,0 +2,13 @@
+Sat Oct 26 16:24:56 UTC 2019 - Matwey Kornilov <matwey.korni...@gmail.com>
+
+- Add RK3399 based Rock Pi4 board http://rockpi.org
+- Build TPL for RK3399 platforms where it is supported
+
+-------------------------------------------------------------------
+Wed Oct 23 20:25:56 UTC 2019 - Matwey Kornilov <matwey.korni...@gmail.com>
+
+- Put idbloader.img into /boot for Rockchip
+  idbloader.img is installable TPL/SPL bootloader image:
+  
https://gitlab.denx.de/u-boot/u-boot/commit/1b0a936b52606af87b6576817a0e939da731b6d9
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ u-boot.spec ++++++
--- /var/tmp/diff_new_pack.X1XGKf/_old  2019-11-07 23:17:13.980581207 +0100
+++ /var/tmp/diff_new_pack.X1XGKf/_new  2019-11-07 23:17:14.000581229 +0100
@@ -26,6 +26,7 @@
 %define mvebu_spl 0
 %define x_loader 0
 %define rockchip_spl 0
+%define rockchip_idb 0
 %define sunxi_spl 0
 %define arndale_spl 0
 %define origen_spl 0
@@ -65,13 +66,18 @@
 %endif
 %endif
 %if "%target" == "rock64-rk3328"
-%define is_armv8 1
 %define is_rk3328 1
-%define soc_name "rk3328"
+%define is_armv8 1
+%define rockchip_idb 1
 %define rockchip_spl 1
-%define rkimages rksd
+%define rkimages $()
+%endif
+%if "%target" == "evb-rk3399" || "%target" == "firefly-rk3399" || "%target" == 
"rock-pi-4-rk3399"
+%define is_rk3399 1
+%define is_armv8 1
+%define rockchip_idb 1
 %endif
-%if "%target" == "evb-rk3399" || "%target" == "firefly-rk3399" || "%target" == 
"puma-rk3399" || "%target" == "rock960-rk3399"
+%if "%target" == "puma-rk3399" || "%target" == "rock960-rk3399"
 %define is_rk3399 1
 %define is_armv8 1
 %endif
@@ -408,7 +414,7 @@
 done
 %else
 install -D -m 0644 u-boot%{binext} %{buildroot}%{uboot_dir}/u-boot%{binext}
-%if ("%{name}" == "u-boot-rock64-rk3328" || "%{name}" == "u-boot-evb-rk3399" 
|| "%{name}" == "u-boot-firefly-rk3399") && %{with uboot_atf}
+%if ("%{name}" == "u-boot-rock64-rk3328" || "%{name}" == "u-boot-evb-rk3399" 
|| "%{name}" == "u-boot-firefly-rk3399" || "%{name}" == 
"u-boot-rock-pi-4-rk3399") && %{with uboot_atf}
 install -D -m 0644 u-boot.itb %{buildroot}%{uboot_dir}/u-boot.itb
 %endif
 %if "%{name}" == "u-boot-qemu-ppce500"
@@ -435,6 +441,9 @@
     install -D -m 0644 u-boot-spl.$t %{buildroot}%{uboot_dir}/u-boot-spl.$t
 done
 %endif
+%if %rockchip_idb == 1
+install -D -m 0644 idbloader.img %{buildroot}%{uboot_dir}/idbloader.img
+%endif
 %if %sunxi_spl == 1
 install -D -m 0644 spl/sunxi-spl.bin %{buildroot}%{uboot_dir}/sunxi-spl.bin
 install -D -m 0644 u-boot-sunxi-with-spl.bin 
%{buildroot}%{uboot_dir}/u-boot-sunxi-with-spl.bin

++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.X1XGKf/_old  2019-11-07 23:17:14.148581391 +0100
+++ /var/tmp/diff_new_pack.X1XGKf/_new  2019-11-07 23:17:14.148581391 +0100
@@ -23,6 +23,7 @@
   <flavor>evb-rk3399</flavor>
   <flavor>firefly-rk3288</flavor>
   <flavor>firefly-rk3399</flavor>
+  <flavor>rock-pi-4-rk3399</flavor>
   <flavor>geekbox</flavor>
   <flavor>highbank</flavor>
   <flavor>hikey</flavor>




Reply via email to