aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSummer Qin <summer.qin@arm.com>2021-07-21 16:55:10 +0800
committerSummer Qin <summer.qin@arm.com>2021-07-21 16:55:10 +0800
commitc19c76627a740ce1ffb9cd7fb06729e434c896a0 (patch)
treeccab431d31f290bba13d46f2ffbbba5549b6f059
parent0c836902d24570acad7b9702356fe53f5611b27a (diff)
downloadtrusted-firmware-m-c19c76627a740ce1ffb9cd7fb06729e434c896a0.tar.gz
Test: Update the tfm test versionTF-Mv1.4.0-RC1
Update the TFM_TEST_REPO_VERSION which align with mbedtls-3.0.0 and support crypto single-shot test cases. Change-Id: Ic61e5a4b31395df0864b21dac28ca02d62f25328 Signed-off-by: Summer Qin <summer.qin@arm.com>
-rw-r--r--config/config_default.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config_default.cmake b/config/config_default.cmake
index 85ff7d011d..eb1b5ea21d 100644
--- a/config/config_default.cmake
+++ b/config/config_default.cmake
@@ -181,7 +181,7 @@ set(TFM_MBEDCRYPTO_CONFIG_PATH "${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/
set(TFM_MBEDCRYPTO_PLATFORM_EXTRA_CONFIG_PATH "" CACHE PATH "Config to append to standard Mbed Crypto config, used by platforms to cnfigure feature support")
set(TFM_TEST_REPO_PATH "DOWNLOAD" CACHE PATH "Path to TFM-TEST repo (or DOWNLOAD to fetch automatically")
-set(TFM_TEST_REPO_VERSION "81aebd8" CACHE STRING "The version of tf-m-tests to use")
+set(TFM_TEST_REPO_VERSION "e1a8c9f" CACHE STRING "The version of tf-m-tests to use")
set(CMSIS_5_PATH "DOWNLOAD" CACHE PATH "Path to CMSIS_5 (or DOWNLOAD to fetch automatically")
set(MCUBOOT_PATH "DOWNLOAD" CACHE PATH "Path to MCUboot (or DOWNLOAD to fetch automatically")