aboutsummaryrefslogtreecommitdiffstats
path: root/docs/user-guide.md
diff options
context:
space:
mode:
authorVikram Kanigiri <vikram.kanigiri@arm.com>2014-07-15 16:49:22 +0100
committerVikram Kanigiri <vikram.kanigiri@arm.com>2014-08-01 09:48:07 +0100
commitfaaa2e7644ec6101de0e7d4f35b9dd2999f110a7 (patch)
tree8570f7a45b30ac70b8f6cdd326d8bf71c1666033 /docs/user-guide.md
parent50e27dadbcc4b442f1c5ceb343c6d55783afed54 (diff)
downloadplatform_external_arm-trusted-firmware-faaa2e7644ec6101de0e7d4f35b9dd2999f110a7.tar.gz
platform_external_arm-trusted-firmware-faaa2e7644ec6101de0e7d4f35b9dd2999f110a7.tar.bz2
platform_external_arm-trusted-firmware-faaa2e7644ec6101de0e7d4f35b9dd2999f110a7.zip
Support asynchronous method for BL3-2 initialization
This patch adds support for BL3-2 initialization by asynchronous method where BL3-1 transfers control to BL3-2 using world switch. After BL3-2 initialization, it transfers control to BL3-3 via SPD service handler. The SPD service handler initializes the CPU context to BL3-3 entrypoint depending on the return function indentifier from TSP initialization. Fixes ARM-software/TF-issues#184 Change-Id: I7b135c2ceeb356d3bb5b6a287932e96ac67c7a34
Diffstat (limited to 'docs/user-guide.md')
-rw-r--r--docs/user-guide.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/user-guide.md b/docs/user-guide.md
index 41e760643..ef5de7144 100644
--- a/docs/user-guide.md
+++ b/docs/user-guide.md
@@ -186,6 +186,13 @@ performed.
value of `DEBUG` - i.e. by default this is only enabled for a debug
build of the firmware.
+* `TSP_INIT_ASYNC`: Choose BL3-2 initialization method as asynchronous or
+ synchronous, e.g. "(see "Initializing a BL3-2 Image" section in [Firmware
+ Design])". It can take the value 0 (BL3-2 is initialized using
+ synchronous method) or 1 (BL3-2 is initialized using asynchronous method).
+ Default is 0.
+
+
### Creating a Firmware Image Package
FIPs are automatically created as part of the build instructions described in