Lines Matching +full:0 +full:m

4 services in Trusted Firmware M(TF-M) through Platform Security Architecture
12 TF-M is an open source project. It provides a reference implementation of PSA
13 for Arm M-profile architecture. Please get the details from this [link](https://git.trustedfirmware…
18 …The implementation of APIs which are defined in ```\ns_interface\os_wrapper\mutex.h``` by tf-m-tes…
29 ### Get the TF-M source code
31 …(https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/) to get the source code. This port i…
33 ### Build TF-M
40 …before using this port. Note that TrustZone is enabled in this port. The TF-M runs in the Secure S…
42 …e API ```tfm_ns_interface_init()``` which is defined in ```\app\tfm_ns_interface.c``` by tf-m-tests
43 …nning of your application. Otherwise, it will always fail when calling a TF-M service in the Nonse…
48 This macro should be configured as 0. In this port, TF-M runs in the Secure Side while FreeRTOS
53 …ss to FPU, then this macro can be configured as 0 or 1. Otherwise, this macro can only be configur…
55 Please refer to [TF-M documentation](https://tf-m-user-guide.trustedfirmware.org/integration_guide/…
59 …ss to MVE, then this macro can be configured as 0 or 1. Otherwise, this macro can only be configur…
61 Please refer to [TF-M documentation](https://tf-m-user-guide.trustedfirmware.org/integration_guide/…
64 …red as 0 because TF-M doesn't use the secure context management function of FreeRTOS. New secure c…
67 ### Integrate TF-M Non-Secure interface with FreeRTOS project
69 To enable calling TF-M services by the Non-Secure Side, the files below should be included in the F…
70 * files in ```trusted-firmware-m\build\install\interface\src```
72 * files in ```trusted-firmware-m\build\install\interface\include```
73 These files are the necessary header files to call TF-M services.
74 * ```trusted-firmware-m\build\install\interface\lib\s_veneers.o```
76 TF-M and it should be linked when generating the Non-Secure image.