mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 18:14:24 +00:00
Merge "feat(docs): add RMM option in build-options.rst" into integration
This commit is contained in:
commit
4c720e1246
1 changed files with 4 additions and 0 deletions
|
@ -99,6 +99,10 @@ Common build options
|
||||||
file that contains the BL32 private key in PEM format or a PKCS11 URI. If
|
file that contains the BL32 private key in PEM format or a PKCS11 URI. If
|
||||||
``SAVE_KEYS=1``, only a file is accepted and it will be used to save the key.
|
``SAVE_KEYS=1``, only a file is accepted and it will be used to save the key.
|
||||||
|
|
||||||
|
- ``RMM``: This is an optional build option used when ``ENABLE_RME`` is set.
|
||||||
|
It specifies the path to RMM binary for the ``fip`` target. If the RMM option
|
||||||
|
is not specified, TF-A builds the TRP to load and run at R-EL2.
|
||||||
|
|
||||||
- ``BL33``: Path to BL33 image in the host file system. This is mandatory for
|
- ``BL33``: Path to BL33 image in the host file system. This is mandatory for
|
||||||
``fip`` target in case TF-A BL2 is used.
|
``fip`` target in case TF-A BL2 is used.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue