commit | 0f7eed07d488cec58bf38f6fba157c24fb835fa1 | [log] [tgz] |
---|---|---|
author | Ryan Everett <ryan.everett@arm.com> | Mon Dec 09 15:54:21 2024 +0000 |
committer | Yann Gautier <yann.gautier@st.com> | Mon Jan 13 18:03:27 2025 +0100 |
tree | d0f378ded221f2c7b0d10dd9e7e05e822a145355 | |
parent | d4ce532c61132375c985b7fcc264ab373b19d931 [diff] |
refactor(mbedtls): rename default mbedtls confs Change the name of these confs to be version agnostic, we will later use these configs to enforce the mbedtls minimum version Change-Id: I1f665c2471877ecc833270c511749ff845046f10 Signed-off-by: Ryan Everett <ryan.everett@arm.com> (cherry picked from commit 640ba6343bc86068178d7ac5cf3d3275f30d6ffb)
diff --git a/drivers/auth/mbedtls/mbedtls_common.mk b/drivers/auth/mbedtls/mbedtls_common.mk index 656acab..fc22211 100644 --- a/drivers/auth/mbedtls/mbedtls_common.mk +++ b/drivers/auth/mbedtls/mbedtls_common.mk
@@ -24,7 +24,7 @@ endif # Specify mbed TLS configuration file - MBEDTLS_CONFIG_FILE ?= "<drivers/auth/mbedtls/mbedtls_config-3.h>" + MBEDTLS_CONFIG_FILE ?= "<drivers/auth/mbedtls/default_mbedtls_config.h>" $(eval $(call add_define,MBEDTLS_CONFIG_FILE))
diff --git a/include/drivers/auth/mbedtls/mbedtls_config-3.h b/include/drivers/auth/mbedtls/default_mbedtls_config.h similarity index 100% rename from include/drivers/auth/mbedtls/mbedtls_config-3.h rename to include/drivers/auth/mbedtls/default_mbedtls_config.h
diff --git a/plat/arm/common/plat_arm_mbedtls_config.h b/plat/arm/common/plat_arm_mbedtls_config.h index a5d0ec4..c2db595 100644 --- a/plat/arm/common/plat_arm_mbedtls_config.h +++ b/plat/arm/common/plat_arm_mbedtls_config.h
@@ -7,7 +7,7 @@ #ifndef PLAT_ARM_MBEDTLS_CONFIG_H #define PLAT_ARM_MBEDTLS_CONFIG_H -#include <mbedtls_config-3.h> +#include <default_mbedtls_config.h> /** * On Arm platforms, the ROTPK is always hashed using the SHA-256