Lines Matching refs:build
8 provides instructions on how to build and run TF-A with RME.
95 This section describes how you can build and run TF-A with RME enabled.
96 We assume you have read the :ref:`Prerequisites` to build TF-A.
98 The following instructions show you how to build and run TF-A with RME
126 **1. Clone and build RMM Image**
129 Host Environment and build `RMM`_. The build commands assume that
134 To clone `RMM`_ and build using the default build options for FVP:
140 cmake -DRMM_CONFIG=fvp_defcfg -S . -B build
141 cmake --build build
143 This will generate **rmm.img** in **build/Release** folder.
145 **2. Clone and build TF-A Tests with Realm Payload**
148 of instructions to setup build host and build options for
153 Use the following instructions to build TF-A with `TF-A Tests`_ as the
163 and **sp_layout.json** in the **build/fvp/debug** directory.
169 machine and build TF-A.
171 To build for RME, set ``ENABLE_RME`` build option to 1 and provide the path to
172 the `RMM`_ binary ``rmm.img`` using ``RMM`` build option.
176 ENABLE_RME build option is currently experimental.
199 This produces **bl1.bin** and **fip.bin** binaries in the **build/fvp/debug**
204 ``PRELOADED_BL33_BASE`` build option. Also TF-A should implement the Linux
331 secure, realm and non-secure. This section describes how to build TF-A
339 **1. Obtain and build Hafnium SPM**
348 Feature MTE needs to be disabled in Hafnium build, apply following patch to
378 build to run SP tests.