Lines Matching full:build
6 OpenSSL 3.0 is needed in order to build the tools. A custom installation
9 indicate the location of the custom OpenSSL build. Then, to run the tools,
12 :ref:`Build Options`.
17 The following snippets build a :ref:`FIP<Image Terminology>` for the FVP
23 The TF-A build system provides the make target ``fip`` to create a FIP file
25 project. Examples below show how to build a FIP file for FVP, packaging TF-A
44 build/fvp/<build-type>/fip.bin
46 For advanced operations on FIP files, it is also possible to independently build
56 Build the tool:
76 --tb-fw build/<platform>/<build-type>/bl2.bin \
77 --soc-fw build/<platform>/<build-type>/bl31.bin \
92 --tb-fw build/<platform>/release/bl2.bin \
93 build/<platform>/debug/fip.bin
107 --tb-fw build/<platform>/debug/fip.bin
122 The ``cert_create`` tool is built as part of the TF-A build process when the
134 build to succeed.
140 ``DEBUG=1`` builds the tool in debug mode. ``V=1`` makes the build process more
152 The ``encrypt_fw`` tool is built as part of the TF-A build process when the
160 ``DEBUG=1`` builds the tool in debug mode. ``V=1`` makes the build process more