mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
Merge "docs: move the Juno-specific build option to Arm build option file" into integration
This commit is contained in:
commit
059b19bd44
2 changed files with 9 additions and 6 deletions
|
@ -648,12 +648,6 @@ Common build options
|
||||||
invert this behavior. Lower addresses will be printed at the top and higher
|
invert this behavior. Lower addresses will be printed at the top and higher
|
||||||
addresses at the bottom.
|
addresses at the bottom.
|
||||||
|
|
||||||
- ``JUNO_AARCH32_EL3_RUNTIME``: This build flag enables you to execute EL3
|
|
||||||
runtime software in AArch32 mode, which is required to run AArch32 on Juno.
|
|
||||||
By default this flag is set to '0'. Enabling this flag builds BL1 and BL2 in
|
|
||||||
AArch64 and facilitates the loading of ``SP_MIN`` and BL33 as AArch32 executable
|
|
||||||
images.
|
|
||||||
|
|
||||||
- ``KEY_ALG``: This build flag enables the user to select the algorithm to be
|
- ``KEY_ALG``: This build flag enables the user to select the algorithm to be
|
||||||
used for generating the PKCS keys and subsequent signing of the certificate.
|
used for generating the PKCS keys and subsequent signing of the certificate.
|
||||||
It accepts 5 values: ``rsa``, ``rsa_1_5``, ``ecdsa``, ``ecdsa-brainpool-regular``
|
It accepts 5 values: ``rsa``, ``rsa_1_5``, ``ecdsa``, ``ecdsa-brainpool-regular``
|
||||||
|
|
|
@ -175,6 +175,15 @@ Arm FVP Build Options
|
||||||
- ``FVP_TRUSTED_SRAM_SIZE``: Size (in kilobytes) of the Trusted SRAM region to
|
- ``FVP_TRUSTED_SRAM_SIZE``: Size (in kilobytes) of the Trusted SRAM region to
|
||||||
utilize when building for the FVP platform. This option defaults to 256.
|
utilize when building for the FVP platform. This option defaults to 256.
|
||||||
|
|
||||||
|
Arm Juno Build Options
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
- ``JUNO_AARCH32_EL3_RUNTIME``: This build flag enables you to execute EL3
|
||||||
|
runtime software in AArch32 mode, which is required to run AArch32 on Juno.
|
||||||
|
By default this flag is set to '0'. Enabling this flag builds BL1 and BL2 in
|
||||||
|
AArch64 and facilitates the loading of ``SP_MIN`` and BL33 as AArch32 executable
|
||||||
|
images.
|
||||||
|
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
.. |FIP in a GPT image| image:: ../../resources/diagrams/FIP_in_a_GPT_image.png
|
.. |FIP in a GPT image| image:: ../../resources/diagrams/FIP_in_a_GPT_image.png
|
||||||
|
|
Loading…
Add table
Reference in a new issue