Skip to content

Commit 1128970

Browse files
gergelykarmurutva
authored andcommitted
component: Update TF-M to main, with Corstone-320
Signed-off-by: Gergely Korcsák <[email protected]>
1 parent bdfed16 commit 1128970

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

components/security/trusted_firmware-m/integration/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if(APPLICATION_PATH MATCHES ".*blinky")
4343
# the exported library `psa_crypto_config` is not used by the non-secure side and these definitions are missing.
4444
target_compile_definitions(tfm-ns-interface-mbedtls-config
4545
INTERFACE
46-
MBEDTLS_CONFIG_FILE="${trusted_firmware-m_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_config/tfm_mbedcrypto_config_default_client.h"
46+
MBEDTLS_CONFIG_FILE="${trusted_firmware-m_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_config/tfm_mbedcrypto_config_client.h"
4747
MBEDTLS_PSA_CRYPTO_CONFIG_FILE="${trusted_firmware-m_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_config/crypto_config_default.h"
4848
)
4949
else()

components/security/trusted_firmware-m/integration/cmake/MergeTfmImages.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function(iot_reference_arm_corstone3xx_tf_m_merge_images target)
4444
$<TARGET_FILE_DIR:${target}>/${target}_signed.bin -Binary -offset ${NS_IMAGE_LOAD_ADDRESS}
4545
${ddr_binary_param}
4646
${ns_provisioning_data_param}
47-
${BINARY_DIR}/api_ns/bin/encrypted_provisioning_bundle.bin -Binary -offset ${S_PROVISIONING_BUNDLE_LOAD_ADDRESS}
47+
${BINARY_DIR}/api_ns/bin/provisioning_bundle.bin -Binary -offset ${S_PROVISIONING_BUNDLE_LOAD_ADDRESS}
4848
-o $<TARGET_FILE_DIR:${target}>/${target}_merged.hex
4949
COMMAND
5050
${objcopy} -I ihex -O elf32-little
Submodule library updated from 0c4c99b to c9352b5

manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525
license: "BSD-3-Clause"
2626
tpip-category: "category-2"
2727
security-risk: "high"
28-
version: "TF-Mv2.1.0"
28+
version: "c9352b59f2a501b5af3f648b3fc91065993c002f"
2929
repository:
3030
type: "git"
3131
url: "https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git"

0 commit comments

Comments
 (0)