Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package u-boot for openSUSE:Factory checked 
in at 2021-05-20 19:23:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/u-boot (Old)
 and      /work/SRC/openSUSE:Factory/.u-boot.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "u-boot"

Thu May 20 19:23:49 2021 rev:149 rq:894344 version:2021.04

Changes:
--------
--- /work/SRC/openSUSE:Factory/u-boot/u-boot.changes    2021-04-22 
18:03:56.706504787 +0200
+++ /work/SRC/openSUSE:Factory/.u-boot.new.2988/u-boot.changes  2021-05-20 
19:24:19.294124441 +0200
@@ -1,0 +2,10 @@
+Tue May 18 20:35:23 UTC 2021 - Stefan Br??ns <stefan.bru...@rwth-aachen.de>
+
+* Add rockpi-n10-rk3399pro
+* Several fixes and cleanups for RK3399/3328 boards:
+  - Replace repeated board list with is_rk3399/is_rk3328 define
+  - Fix non-functional rock960, copy bl31.elf
+  - Remove "make u-boot.itb", already part of "all" target
+* Remove obsolete manual generation of SOURCE_DATE_EPOCH
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ u-boot.spec ++++++
--- /var/tmp/diff_new_pack.Pncgrz/_old  2021-05-20 19:24:19.970121581 +0200
+++ /var/tmp/diff_new_pack.Pncgrz/_new  2021-05-20 19:24:19.974121564 +0200
@@ -74,7 +74,7 @@
 %define rockchip_spl 1
 %define rkimages $()
 %endif
-%if "%target" == "pinebook-pro-rk3399" || "%target" == "puma-rk3399" || 
"%target" == "rock960-rk3399" || "%target" == "rockpro64-rk3399"
+%if "%target" == "pinebook-pro-rk3399" || "%target" == "puma-rk3399" || 
"%target" == "rock960-rk3399" || "%target" == "rockpro64-rk3399" || "%target" 
== "rock-pi-n10-rk3399pro"
 %define is_rk3399 1
 %define is_armv8 1
 %define rockchip_idb 1
@@ -280,9 +280,13 @@
 %endif
 %if 0%{?is_rk3328} && %{with uboot_atf}
 BuildRequires:  arm-trusted-firmware-rk3328
+# make_fit_atf.py
+BuildRequires:  python3-pyelftools
 %endif
 %if 0%{?is_rk3399} && %{with uboot_atf}
 BuildRequires:  arm-trusted-firmware-rk3399
+# make_fit_atf.py
+BuildRequires:  python3-pyelftools
 %endif
 %if (0%{?is_a64} || 0%{?is_h5}) && %{with uboot_atf}
 BuildRequires:  arm-trusted-firmware-sun50i_a64
@@ -290,12 +294,6 @@
 %if 0%{?is_h6} && %{with uboot_atf}
 BuildRequires:  arm-trusted-firmware-sun50i_h6
 %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" || "%{name}" == 
"u-boot-pinebook-pro-rk3399" || "%target" == "rockpro64-rk3399"
-# make_fit_atf.py
-BuildRequires:  python3-pyelftools
-%endif
-%endif
 %if "%{name}" == "u-boot-qemu-ppce500"
 # Owns /usr/share/qemu directory
 BuildRequires:  qemu
@@ -383,7 +381,6 @@
 make %{?_smp_mflags} CFLAGS="%{optflags}" tools-only
 
 %else
-export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/u-boot.changes | 
tail -n 1 | cut -d- -f1 )" +%s)
 %if 0%{?is_a64} || 0%{?is_h5}
 %if %{with uboot_atf}
 export BL31=%{_datadir}/arm-trusted-firmware-sun50i_a64/bl31.bin
@@ -404,10 +401,10 @@
 %endif
 
 %if %{with uboot_atf}
-%if "%{name}" == "u-boot-rock64-rk3328"
+%if 0%{?is_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" || "%target" == "rockpro64-rk3399"
+%if 0%{?is_rk3399}
 cp %{_datadir}/arm-trusted-firmware-rk3399/bl31.elf .
 %endif
 %endif
@@ -439,12 +436,7 @@
 echo "Tweaking text base for TF-A."
 echo "CONFIG_SYS_TEXT_BASE=0x11000000" >> .config
 %endif
-make %{?_smp_mflags} CROSS_COMPILE= HOSTCFLAGS="%{optflags}" \
-%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}
-     all u-boot.itb
-%else
-     all
-%endif
+make %{?_smp_mflags} CROSS_COMPILE= HOSTCFLAGS="%{optflags}" all
 
 %if "%{name}" == "u-boot-snow" || "%{name}" == "u-boot-spring"
 # Chromebook ARM (snow) and HP Chromebook 11 (spring) need a uImage format
@@ -479,7 +471,6 @@
 install -D -m 0644 doc/mkimage.1 %{buildroot}%{_mandir}/man1/mkimage.1
 
 %else
-export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/u-boot.changes | 
tail -n 1 | cut -d- -f1 )" +%s)
 export NO_BRP_STRIP_DEBUG=true
 export NO_DEBUGINFO_STRIP_DEBUG=true
 %define uboot_dir /boot
@@ -502,7 +493,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" || "%{name}" == 
"u-boot-rock-pi-4-rk3399") && %{with uboot_atf}
+%if 0%{?rockchip_spl} && %{with uboot_atf}
 install -D -m 0644 u-boot.itb %{buildroot}%{uboot_dir}/u-boot.itb
 %endif
 %if "%{name}" == "u-boot-qemu-ppce500"

++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.Pncgrz/_old  2021-05-20 19:24:20.030121328 +0200
+++ /var/tmp/diff_new_pack.Pncgrz/_new  2021-05-20 19:24:20.030121328 +0200
@@ -73,6 +73,7 @@
   <flavor>qemu-riscv64smode</flavor>
   <flavor>qemu-riscv64spl</flavor>
   <flavor>rock-pi-4-rk3399</flavor>
+  <flavor>rock-pi-n10-rk3399pro</flavor>
   <flavor>rock64-rk3328</flavor>
   <flavor>rock960-rk3399</flavor>
   <flavor>rockpro64-rk3399</flavor>

Reply via email to