mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-05-08 10:08:47 +00:00
Merge "chore(docs): update march utility details" into integration
This commit is contained in:
commit
43a6544f01
2 changed files with 13 additions and 8 deletions
|
@ -727,6 +727,13 @@ Common build options
|
|||
|
||||
This option defaults to 0.
|
||||
|
||||
- ``MARCH_DIRECTIVE``: used to pass a -march option from the platform build
|
||||
options to the compiler. An example usage:
|
||||
|
||||
.. code:: make
|
||||
|
||||
MARCH_DIRECTIVE := -march=armv8.5-a
|
||||
|
||||
- ``NON_TRUSTED_WORLD_KEY``: This option is used when ``GENERATE_COT=1``. It
|
||||
specifies the file that contains the Non-Trusted World private key in PEM
|
||||
format. If ``SAVE_KEYS=1``, this file name will be used to save the key.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue