CI: Migrate support to MbedTLS v2.25.0
This patch migrates the mbedcrypto dependency for TF-A
to MbedTLS repo v2.25.0 which is the latest release tag.
The relevant files are updated to reflect the use of new
version.
Signed-off-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
Change-Id: If8bee6b5bb33299a6ec411432925dcbb6abdc57e
diff --git a/arm-env.sh b/arm-env.sh
index ef67a76..a8e7c5a 100644
--- a/arm-env.sh
+++ b/arm-env.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
-# Copyright (c) 2020, Arm Limited. All rights reserved.
+# Copyright (c) 2020-2021, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -25,7 +25,7 @@
tf_for_scp_tools_src_repo_url="https://gerrit.oss.arm.com/scp/test-framework"
# If not set, the OpenCI would download the tarball from Github every time.
-mbedtls_archive="${mbedtls_archive:-$tfa_downloads/mbedtls/mbedtls-2.24.0.tar.gz}"
+mbedtls_archive="${mbedtls_archive:-$tfa_downloads/mbedtls/mbedtls-2.25.0.tar.gz}"
# Arm Coverity server.
export coverity_host="${coverity_host:-coverity.cambridge.arm.com}"