summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2017-08-14 16:35:12 +0100
committerGitHub <noreply@github.com>2017-08-14 16:35:12 +0100
commit1a52aca5f627a0c0623d6a7052064f090b26d134 (patch)
tree62ee5417aef744e5c5cef76e46c3cb9048bb0d09 /docs
parentebab98317085075a1985a4b2747b3e7c240543fd (diff)
parentd59a6accc46d8f3262d61310979f3e67d8495083 (diff)
Merge pull request #1040 from sliai/support-opteed-header
Support opteed header
Diffstat (limited to 'docs')
-rw-r--r--docs/user-guide.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/user-guide.rst b/docs/user-guide.rst
index 199f9124..fe86f232 100644
--- a/docs/user-guide.rst
+++ b/docs/user-guide.rst
@@ -256,6 +256,12 @@ Common build options
BL32 image for the ``fip`` target. In this case, the BL32 in the ARM
Trusted Firmware will not be built.
+- ``BL32_EXTRA1``: This is an optional build option which specifies the path to
+ Trusted OS Extra1 image for the ``fip`` target.
+
+- ``BL32_EXTRA2``: This is an optional build option which specifies the path to
+ Trusted OS Extra2 image for the ``fip`` target.
+
- ``BL32_KEY``: This option is used when ``GENERATE_COT=1``. It specifies the
file that contains the BL32 private key in PEM format. If ``SAVE_KEYS=1``,
this file name will be used to save the key.