summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordavidcunado-arm <david.cunado@arm.com>2017-04-21 11:45:53 +0100
committerGitHub <noreply@github.com>2017-04-21 11:45:53 +0100
commite83b5fdc7a01c137fe77787cc076594ef0850f9e (patch)
treeeb9ca88682f9ef7a679d24ca051458916f9f6ddd /docs
parent228bfabaf874fd8eedd50b0757e34166afb4bf5a (diff)
parentbcc3c49c90a1e79befa72b8871d4d4c6031c15b7 (diff)
Merge pull request #898 from soby-mathew/sm/dcache-early
PSCI: Build option to enable D-Caches early in warmboot
Diffstat (limited to 'docs')
-rw-r--r--docs/user-guide.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/user-guide.md b/docs/user-guide.md
index 20da79a8..3061fb96 100644
--- a/docs/user-guide.md
+++ b/docs/user-guide.md
@@ -352,7 +352,8 @@ performed.
initiate the operations, and the rest is managed in hardware, minimizing
active software management. In such systems, this boolean option enables ARM
Trusted Firmware to carry out build and run-time optimizations during boot
- and power management operations. This option defaults to 0.
+ and power management operations. This option defaults to 0 and if it is
+ enabled, then it implies `WARMBOOT_ENABLE_DCACHE_EARLY` is also enabled.
* `LOAD_IMAGE_V2`: Boolean option to enable support for new version (v2) of
image loading, which provides more flexibility and scalability around what
@@ -511,6 +512,12 @@ performed.
to a string formed by concatenating the version number, build type and build
string.
+* `WARMBOOT_ENABLE_DCACHE_EARLY` : Boolean option to enable D-cache early on
+ the CPU after warm boot. This is applicable for platforms which do not
+ require interconnect programming to enable cache coherency (eg: single
+ cluster platforms). If this option is enabled, then warm boot path
+ enables D-caches immediately after enabling MMU. This option defaults to 0.
+
#### ARM development platform specific build options
* `ARM_BL31_IN_DRAM`: Boolean option to select loading of BL31 in TZC secured