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 2025-03-25 22:10:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/arm-trusted-firmware (Old)
and /work/SRC/openSUSE:Factory/.arm-trusted-firmware.new.2696 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "arm-trusted-firmware"
Tue Mar 25 22:10:11 2025 rev:29 rq:1255587 version:2.10.14
Changes:
--------
---
/work/SRC/openSUSE:Factory/arm-trusted-firmware/arm-trusted-firmware.changes
2024-10-16 23:54:34.160541726 +0200
+++
/work/SRC/openSUSE:Factory/.arm-trusted-firmware.new.2696/arm-trusted-firmware.changes
2025-03-25 22:18:24.757529873 +0100
@@ -1,0 +2,20 @@
+Mon Mar 24 10:56:17 UTC 2025 - Guillaume GARDET <[email protected]>
+
+- Update to 2.10.14:
+ * Changelog:
https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/refs/tags/lts-v2.10.14/docs/change-log.md
+- Skipped 2.10.13:
+ * Changelog:
https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/refs/tags/lts-v2.10.13/docs/change-log.md
+- Skipped 2.10.12:
+ * Changelog:
https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/refs/tags/lts-v2.10.12/docs/change-log.md
+- Skipped 2.10.11:
+ * Changelog:
https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/refs/tags/lts-v2.10.11/docs/change-log.md
+- Skipped 2.10.10:
+ * Changelog:
https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/refs/tags/lts-v2.10.10/docs/change-log.md
+- Skipped 2.10.9:
+ * Changelog:
https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/refs/tags/lts-v2.10.9/docs/change-log.md
+- Skipped 2.10.8:
+ * Changelog:
https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/refs/tags/lts-v2.10.8/docs/change-log.md
+- Remove support for Hikey and Hikey960, since they have been
+ dropped from edk2
+
+-------------------------------------------------------------------
Old:
----
trusted-firmware-a-lts-v2.10.7.tar.gz
New:
----
trusted-firmware-a-lts-v2.10.14.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ arm-trusted-firmware.spec ++++++
--- /var/tmp/diff_new_pack.SnoANT/_old 2025-03-25 22:18:27.025623772 +0100
+++ /var/tmp/diff_new_pack.SnoANT/_new 2025-03-25 22:18:27.025623772 +0100
@@ -1,7 +1,7 @@
#
# spec file for package arm-trusted-firmware
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -50,9 +50,9 @@
%else
Name: arm-trusted-firmware-%{platform}
%endif
-Version: 2.10.7
+Version: 2.10.14
Release: 0
-%define srcversion 2.10.7
+%define srcversion 2.10.14
%define mv_ddr_ver armada-atf-master
%define mv_bin_ver 10.0.1.0
%define a3700_utils_ver master
@@ -92,12 +92,6 @@
BuildRequires: dtc
BuildRequires: edk2-ArmVExpress-FVP-AArch64
%endif
-%if "%{platform}" == "hikey"
-BuildRequires: edk2-hikey
-%endif
-%if "%{platform}" == "hikey960"
-BuildRequires: edk2-hikey960
-%endif
%if "%{platform}" == ""
BuildRequires: gcc-c++
%endif
@@ -134,9 +128,6 @@
%if "%{platform}" == "a80x0_mcbin" && 1
BuildRequires: u-boot-mvebumcbin-88f8040
%endif
-%if "%{platform}" == "hikey"
-BuildRequires: u-boot-hikey
-%endif
%if "%{platform}" == "poplar"
BuildRequires: u-boot-poplar
%endif
@@ -358,16 +349,6 @@
BL33=/boot/FVP_AARCH64_EFI.fd \
all fip
%else
-%if "%{platform}" == "hikey"
- SCP_BL2=/boot/mcuimage.bin \
- BL33=/boot/u-boot.bin \
- all fip
-%else
-%if "%{platform}" == "hikey960"
- SCP_BL2=/boot/lpm3.img \
- BL33=/boot/BL33_AP_UEFI.fd \
- all fip
-%else
%if "%{platform}" == "poplar"
BL33=/boot/u-boot.bin \
POPLAR_DRAM_SIZE=${dram_size} \
@@ -403,8 +384,6 @@
%endif
%endif
%endif
-%endif
-%endif
%install
%if "%{platform}" == ""
@@ -466,11 +445,11 @@
install -D -m 0644 %{outdir}/bl31.bin %{buildroot}%{_datadir}/%{name}/bl31.bin
%endif
-%if "%{platform}" == "a80x0_mcbin" || "%{platform}" == "fvp" || "%{platform}"
== "hikey" || "%{platform}" == "hikey960" || "%{platform}" == "qemu" ||
"%{platform}" == "qemu_sbsa" || "%{platform}" == "rpi3"
+%if "%{platform}" == "a80x0_mcbin" || "%{platform}" == "fvp" || "%{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
-%if "%{platform}" == "a80x0_mcbin" || "%{platform}" == "hikey" ||
"%{platform}" == "hikey960" || "%{platform}" == "rpi3"
+%if "%{platform}" == "a80x0_mcbin" || "%{platform}" == "rpi3"
install -D -m 0644 %{outdir}/bl2.bin %{buildroot}%{_datadir}/%{name}/bl2.bin
%endif
%if "%{platform}" == "rpi3"
++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.SnoANT/_old 2025-03-25 22:18:27.069625595 +0100
+++ /var/tmp/diff_new_pack.SnoANT/_new 2025-03-25 22:18:27.073625760 +0100
@@ -2,8 +2,6 @@
<flavor>a3700</flavor>
<flavor>a80x0_mcbin</flavor>
<flavor>fvp</flavor>
- <flavor>hikey</flavor>
- <flavor>hikey960</flavor>
<flavor>imx8mm</flavor>
<flavor>imx8qm</flavor>
<flavor>imx8qx</flavor>
++++++ trusted-firmware-a-lts-v2.10.7.tar.gz ->
trusted-firmware-a-lts-v2.10.14.tar.gz ++++++
/work/SRC/openSUSE:Factory/arm-trusted-firmware/trusted-firmware-a-lts-v2.10.7.tar.gz
/work/SRC/openSUSE:Factory/.arm-trusted-firmware.new.2696/trusted-firmware-a-lts-v2.10.14.tar.gz
differ: char 14, line 1