aboutsummaryrefslogtreecommitdiffstats
path: root/docs/user-guide.md
diff options
context:
space:
mode:
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