Dominique Leuenberger 5 months ago committed by Git OBS Bridge
commit 2dba94c8d7

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jan 12 09:45:00 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Disable debug build on sun50i_a64 as it is too big
-------------------------------------------------------------------
Tue Jan 10 14:06:18 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to version 2.8:
* changelog: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/tree/docs/change-log.md
-------------------------------------------------------------------
Tue Jan 10 09:05:12 UTC 2023 - Oscar Curero <oscar@naiandei.net>

@ -18,9 +18,10 @@
%global platform @BUILD_FLAVOR@%{nil}
%if "%{platform}" == "a3700" || "%{platform}" == "imx8mq"
%if "%{platform}" == "a3700" || "%{platform}" == "imx8mq" || "%{platform}" == "sun50i_a64"
# Debug build not supported for UART boot on a3700
# Debug build is too big on imx8mq, see: https://developer.trustedfirmware.org/T626
# Debug build is too big on sun50i_a64 see: https://git.trustedfirmware.org/ci/tf-a-ci-scripts.git/commit/?id=3a78c106bb417a48572c46923c935e8193c4a7bf
%global debug_build 0
%else
%global debug_build 1
@ -49,9 +50,9 @@ Name: arm-trusted-firmware
%else
Name: arm-trusted-firmware-%{platform}
%endif
Version: 2.7
Version: 2.8
Release: 0
%define srcversion 2.7
%define srcversion 2.8
%define mv_ddr_ver armada-atf-master
%define mv_bin_ver 10.0.1.0
%define a3700_utils_ver master

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53422dc649153838e03820330ba17cb10afe3e330ecde0db11e4d5f1361a33e6
size 6511760

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df4e0f3803479df0ea4cbf3330b59731bc2efc2112c951f9adb3685229163af9
size 7113230
Loading…
Cancel
Save