Lines Matching full:build
2 Build instructions
17 TF-M build steps
20 build environment. The instructions are below.
51 will be build by default with only essential modules SPM and platform hence
57 build.
61 Build type
64 By default, a MinSizeRel configuration is built. Alternate build types can be
92 | BL2 | Build level 2 secure bootloader. | ON |
94 | NS | Build NS app. Required for test code. | ON |
100 | TEST_S | Build secure regression tests. | OFF |
102 | TEST_NS | Build non-secure regression tests. | OFF |
104 | TEST_PSA_API | Build PSA API TESTS for the given | |
118 TF-M build examples
127 cmake --build cmake_build -- install
141 It is recommended to build each different build configuration in a separate
142 build directory.
144 The default build uses Unix Makefiles. The ``-G`` option can be used to change
145 this. The default build uses the GNU ARM toolchain and creates a Release build.
153 cmake --build cmake_build -- install
158 Regression tests can be build by using the TEST_S and TEST_NS settings. Either
167 cmake --build cmake_build -- install
179 Build for PSA API tests
181 The build system provides support for building and integrating the PSA API tests
203 cmake --build cmake_build -- install
215 Location of build artifacts
218 All build artifacts are provided in the ``<build_dir>/bin`` directory. It is
222 For the purposes of maintaining compatibility with the legacy cmake build
231 The TF-M build system will by default fetch all dependencies with appropriate
232 versions and store them inside the build tree. In this case, the build tree
237 downloaded every time the build directory is deleted, then the following
269 The TF-M build system downloads the tf-m-tests repo with a fixed version
309 Build TF-M
318 cmake --build cmake_build -- install