Home
last modified time | relevance | path

Searched full:tfm (Results 1 – 25 of 79) sorted by relevance

1234

/Zephyr-latest/samples/tfm_integration/tfm_regression_test/
DCMakeLists.txt15 get_target_property(TFM_BINARY_DIR tfm TFM_BINARY_DIR)
16 get_target_property(TFM_NS_BIN_FILE tfm TFM_NS_BIN_FILE)
17 get_target_property(TFM_NS_HEX_FILE tfm TFM_NS_HEX_FILE)
18 get_target_property(TFM_NS_SIGNED_BIN_FILE tfm TFM_NS_SIGNED_BIN_FILE)
20 get_target_property(TFM_TOOLCHAIN_PATH tfm TFM_TOOLCHAIN_PATH)
21 get_target_property(TFM_TOOLCHAIN_PREFIX tfm TFM_TOOLCHAIN_PREFIX)
22 get_target_property(TFM_TOOLCHAIN_NS_FILE tfm TFM_TOOLCHAIN_NS_FILE)
59 DEPENDS tfm
Dsample.yaml23 name: "TFM Regression Test"
26 sample.tfm.regression_ipc_lvl1:
32 sample.tfm.regression_ipc_lvl2:
35 sample.tfm.regression_sfn:
/Zephyr-latest/samples/tfm_integration/tfm_psa_test/
Dsample.yaml23 name: "TFM PSA Test"
26 sample.tfm.psa_test_protected_storage:
29 sample.tfm.psa_test_internal_trusted_storage:
31 sample.tfm.psa_test_storage:
34 sample.tfm.psa_test_crypto:
42 # sample.tfm.psa_test_initial_attestation:
DCMakeLists.txt15 get_target_property(TFM_BINARY_DIR tfm TFM_BINARY_DIR)
16 get_target_property(TFM_NS_BIN_FILE tfm TFM_NS_BIN_FILE)
17 get_target_property(TFM_NS_HEX_FILE tfm TFM_NS_HEX_FILE)
18 get_target_property(TFM_NS_SIGNED_BIN_FILE tfm TFM_NS_SIGNED_BIN_FILE)
20 get_target_property(TFM_TOOLCHAIN_PATH tfm TFM_TOOLCHAIN_PATH)
21 get_target_property(TFM_TOOLCHAIN_PREFIX tfm TFM_TOOLCHAIN_PREFIX)
22 get_target_property(TFM_TOOLCHAIN_NS_FILE tfm TFM_TOOLCHAIN_NS_FILE)
88 DEPENDS tfm
/Zephyr-latest/modules/trusted-firmware-m/
DCMakeLists.txt144 # Enable TFM partitions as specified in Kconfig
155 set(TFM_BINARY_DIR ${CMAKE_BINARY_DIR}/tfm)
300 tfm
312 # Set TFM binary directory as target property on 'tfm'
313 # This is the root of all TFM build artifacts.
314 set_target_properties(tfm PROPERTIES TFM_BINARY_DIR ${TFM_BINARY_DIR})
316 # Set TFM toolchain properties on 'tfm'
317 set_target_properties(tfm PROPERTIES TFM_TOOLCHAIN_NS_FILE ${TFM_TOOLCHAIN_NS_FILE})
318 set_target_properties(tfm PROPERTIES TFM_TOOLCHAIN_PREFIX ${TFM_TOOLCHAIN_PREFIX})
319 set_target_properties(tfm PROPERTIES TFM_TOOLCHAIN_PATH ${TFM_TOOLCHAIN_PATH})
[all …]
DKconfig7 rsource "Kconfig.tfm"
8 rsource "Kconfig.tfm.partitions"
9 rsource "Kconfig.tfm.crypto_modules"
DKconfig.tfm29 The board name used for building TFM. Building with TFM requires that
30 TFM has been ported to the given board/SoC.
99 prompt "The build type for TFM"
126 Manually set the required TFM isolation level. Possible values are
210 bool "Add MCUboot to TFM"
214 TFM is designed to run with MCUboot in a certain configuration.
215 This config adds MCUboot to the build - built via TFM's build system.
250 By default, TFM enables hardware rollback protection, which requires a security counter
279 int "Granularity of FW updates of TFM and app"
283 How many images the bootloader sees when it looks at TFM and the app.
/Zephyr-latest/cmake/reports/
DCMakeLists.txt38 -k $<TARGET_PROPERTY:tfm,TFM_S_ELF_FILE>
44 DEPENDS tfm
57 -k $<TARGET_PROPERTY:tfm,BL2_ELF_FILE>
63 DEPENDS tfm
/Zephyr-latest/tests/arch/arm/arm_thread_swap_tz/
Dtestcase.yaml10 # NOTE: this platform disables FPU access in TFM.
19 # NOTE: this platform disables FPU access in TFM.
/Zephyr-latest/samples/tfm_integration/tfm_secure_partition/
Dsample.yaml23 name: "TFM Secure Partition Sample"
26 sample.tfm.secure_partition:
DCMakeLists.txt11 get_target_property(TFM_BINARY_DIR tfm TFM_BINARY_DIR)
31 $<TARGET_PROPERTY:tfm,TFM_BINARY_DIR>/api_ns/interface/include
/Zephyr-latest/tests/arch/arm/arm_thread_swap_tz/boards/
Dnucleo_l552ze_q_stm32l552xx_ns.overlay8 /* This partition table should be used along with TFM configuration:
11 * In this configuration, TFM binary does not include tests.
/Zephyr-latest/tests/subsys/secure_storage/psa/its/
Dtestcase.yaml49 secure_storage.psa.its.tfm:
53 extra_args: EXTRA_CONF_FILE=overlay-tfm.conf
/Zephyr-latest/dts/common/nordic/
Dnrf5340_cpuapp_partition.dtsi53 label = "tfm-ps";
57 label = "tfm-its";
61 label = "tfm-otp";
Dnrf91xx_partition.dtsi53 label = "tfm-ps";
57 label = "tfm-its";
61 label = "tfm-otp";
/Zephyr-latest/doc/services/tfm/
Dbuild.rst46 The 'tfm' target contains properties for all these paths.
51 $<TARGET_PROPERTY:tfm,TFM_S_HEX_FILE>
53 See the top level CMakeLists.txt file in the tfm module for an overview of all
64 By default, ``<tfm-dir>/bl2/ext/mcuboot/root-rsa-3072.pem`` is used to sign secure
65 images, and ``<tfm-dir>/bl2/ext/mcuboot/root-rsa-3072_1.pem`` is used to sign
/Zephyr-latest/boards/st/b_u585i_iot02a/
Db_u585i_iot02a_stm32u585xx_ns.dts38 * given in TFM configuration given for current board.
39 * It might require adjustment depending on evolutions on TFM.
/Zephyr-latest/boards/st/nucleo_l552ze_q/
Dnucleo_l552ze_q_stm32l552xx_ns.dts40 * given in TFM configuration given for current board:
42 * It might require adjustment depending on evolutions on TFM.
/Zephyr-latest/samples/tfm_integration/tfm_ipc/
DCMakeLists.txt12 $<TARGET_PROPERTY:tfm,TFM_BINARY_DIR>/api_ns/interface/include
/Zephyr-latest/tests/subsys/secure_storage/psa/crypto/
Dtestcase.yaml11 secure_storage.psa.crypto.tfm:
/Zephyr-latest/soc/st/stm32/
DCMakeLists.txt7 COMMAND $<TARGET_PROPERTY:tfm,TFM_BINARY_DIR>/api_ns/postbuild.sh ${CROSS_COMPILE}${CC}
/Zephyr-latest/samples/tfm_integration/psa_protected_storage/
DCMakeLists.txt16 $<TARGET_PROPERTY:tfm,TFM_BINARY_DIR>/api_ns/interface/include
/Zephyr-latest/samples/bluetooth/mesh_provisioner/
DCMakeLists.txt13 $<TARGET_PROPERTY:tfm,TFM_BINARY_DIR>/api_ns/interface/include
/Zephyr-latest/samples/drivers/counter/alarm/
DCMakeLists.txt12 $<TARGET_PROPERTY:tfm,TFM_BINARY_DIR>/api_ns/interface/include
/Zephyr-latest/subsys/net/lib/tls_credentials/
DCMakeLists.txt21 $<TARGET_PROPERTY:tfm,TFM_BINARY_DIR>/api_ns/interface/include

1234