aboutsummaryrefslogtreecommitdiffstats
path: root/docs/user-guide.rst
diff options
context:
space:
mode:
authorSummer Qin <summer.qin@arm.com>2017-04-20 16:28:39 +0100
committerEdison Ai <edison.ai@arm.com>2017-08-09 18:06:05 +0800
commit71fb396440f51b21401f24c925b9a97a224a4d24 (patch)
tree3d42bb4619181f218107b84b48abf8ed6119bc20 /docs/user-guide.rst
parentca9915c2bbce951a2955d4314d255270a8f5a0b3 (diff)
downloadplatform_external_arm-trusted-firmware-71fb396440f51b21401f24c925b9a97a224a4d24.tar.gz
platform_external_arm-trusted-firmware-71fb396440f51b21401f24c925b9a97a224a4d24.tar.bz2
platform_external_arm-trusted-firmware-71fb396440f51b21401f24c925b9a97a224a4d24.zip
Support Trusted OS firmware extra images in TF tools
Since Trusted OS firmware may have extra images, need to assign new uuid and image id for them. The TBBR chain of trust has been extended to add support for the new images within the existing Trusted OS firmware content certificate. Change-Id: I678dac7ba1137e85c5779b05e0c4331134c10e06 Signed-off-by: Summer Qin <summer.qin@arm.com>
Diffstat (limited to 'docs/user-guide.rst')
-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 ec8c2333e..7f949d496 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.