Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package arm-trusted-firmware for
openSUSE:Factory checked in at 2023-04-03 17:47:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/arm-trusted-firmware (Old)
and /work/SRC/openSUSE:Factory/.arm-trusted-firmware.new.9019 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "arm-trusted-firmware"
Mon Apr 3 17:47:15 2023 rev:21 rq:1076985 version:2.8
Changes:
--------
---
/work/SRC/openSUSE:Factory/arm-trusted-firmware/arm-trusted-firmware.changes
2023-01-14 00:03:00.297636536 +0100
+++
/work/SRC/openSUSE:Factory/.arm-trusted-firmware.new.9019/arm-trusted-firmware.changes
2023-04-03 17:47:29.802848857 +0200
@@ -1,0 +2,5 @@
+Mon Apr 3 09:57:51 UTC 2023 - Guillaume GARDET <[email protected]>
+
+- Add fvp platform
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ arm-trusted-firmware.spec ++++++
--- /var/tmp/diff_new_pack.2xjRLv/_old 2023-04-03 17:47:30.854856610 +0200
+++ /var/tmp/diff_new_pack.2xjRLv/_new 2023-04-03 17:47:30.858856639 +0200
@@ -33,7 +33,7 @@
%if %{with atf_optee}
%define use_optee 1
-%if "%{platform}" == "" || "%{platform}" == "tegra186" || "%{platform}" ==
"tegra210" || "%{platform}" == "rk3328" || "%{platform}" == "rk3368" ||
"%{platform}" == "rk3399" || "%{platform}" == "rpi4"
+%if "%{platform}" == "" || "%{platform}" == "fvp" || "%{platform}" ==
"tegra186" || "%{platform}" == "tegra210" || "%{platform}" == "rk3328" ||
"%{platform}" == "rk3368" || "%{platform}" == "rk3399" || "%{platform}" ==
"rpi4"
# OP-TEE not available
%define use_optee 0
%endif
@@ -88,6 +88,10 @@
%if "%{platform}" == "a80x0_mcbin" && 0
BuildRequires: edk2-Armada80x0McBin
%endif
+%if "%{platform}" == "fvp"
+BuildRequires: dtc
+BuildRequires: edk2-ArmVExpress-FVP-AArch64
+%endif
%if "%{platform}" == "hikey"
BuildRequires: edk2-hikey
%endif
@@ -350,6 +354,10 @@
done
%endif
%else
+%if "%{platform}" == "fvp"
+ BL33=/boot/FVP_AARCH64_EFI.fd \
+ all fip
+%else
%if "%{platform}" == "hikey"
SCP_BL2=/boot/mcuimage.bin \
BL33=/boot/u-boot.bin \
@@ -396,6 +404,7 @@
%endif
%endif
%endif
+%endif
%install
%if "%{platform}" == ""
@@ -457,7 +466,7 @@
install -D -m 0644 %{outdir}/bl31.bin %{buildroot}%{_datadir}/%{name}/bl31.bin
%endif
-%if "%{platform}" == "a80x0_mcbin" || "%{platform}" == "hikey" ||
"%{platform}" == "hikey960" || "%{platform}" == "qemu" || "%{platform}" ==
"qemu_sbsa" || "%{platform}" == "rpi3"
+%if "%{platform}" == "a80x0_mcbin" || "%{platform}" == "fvp" || "%{platform}"
== "hikey" || "%{platform}" == "hikey960" || "%{platform}" == "qemu" ||
"%{platform}" == "qemu_sbsa" || "%{platform}" == "rpi3"
install -D -m 0644 %{outdir}/bl1.bin %{buildroot}%{_datadir}/%{name}/bl1.bin
install -D -m 0644 %{outdir}/fip.bin %{buildroot}%{_datadir}/%{name}/fip.bin
%endif
++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.2xjRLv/_old 2023-04-03 17:47:30.914857052 +0200
+++ /var/tmp/diff_new_pack.2xjRLv/_new 2023-04-03 17:47:30.922857110 +0200
@@ -1,6 +1,7 @@
<multibuild>
<flavor>a3700</flavor>
<flavor>a80x0_mcbin</flavor>
+ <flavor>fvp</flavor>
<flavor>hikey</flavor>
<flavor>hikey960</flavor>
<flavor>imx8mm</flavor>