diff options
author | danh-arm <dan.handley@arm.com> | 2016-02-19 18:21:34 +0000 |
---|---|---|
committer | danh-arm <dan.handley@arm.com> | 2016-02-19 18:21:34 +0000 |
commit | f62d89ed866d26beb96a6ddff1cbd80e9f51760c (patch) | |
tree | d82876a622a662bf6b36feb0066cb4e71e5b8381 /docs/user-guide.md | |
parent | 85df7e44ce3974e2c78d99e6ea31f047de6de445 (diff) | |
parent | 0108047ae425faa91ddf782f264d7ed67d3351d8 (diff) |
Merge pull request #531 from soby-mathew/sm/multicluster_fvp
Allow multi cluster topology definitions for ARM platforms
Diffstat (limited to 'docs/user-guide.md')
-rw-r--r-- | docs/user-guide.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/user-guide.md b/docs/user-guide.md index 767fc42a..70e1abc3 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -505,6 +505,11 @@ map is explained in the [Firmware Design]. Trusted Firmware must be compiled with GICv2 only driver using `FVP_USE_GIC_DRIVER=FVP_GICV2` build option. +* `FVP_CLUSTER_COUNT` : Configures the cluster count to be used to + build the topology tree within Trusted Firmware. By default the + Trusted Firmware is configured for dual cluster topology and this option + can be used to override the default value. + ### Creating a Firmware Image Package FIPs are automatically created as part of the build instructions described in |