diff options
author | danh-arm <dan.handley@arm.com> | 2016-05-27 11:07:20 +0100 |
---|---|---|
committer | danh-arm <dan.handley@arm.com> | 2016-05-27 11:07:20 +0100 |
commit | 8c94f82c678312fcdfc3eee8b819ca1c0da723fb (patch) | |
tree | 003037879d9305b08452f220af2a286485f91175 /docs | |
parent | e141aa0357fd4977ba874f4f86874e2cadc73498 (diff) | |
parent | 7123787616e21871319909508e80594c7f24f6b8 (diff) |
Merge pull request #627 from soby-mathew/sm/fvp_ccn502_sup_1
Add CCN support to FVP
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user-guide.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/user-guide.md b/docs/user-guide.md index cd9c8c33..ce0390d8 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -496,6 +496,14 @@ map is explained in the [Firmware Design]. for functions that wait for an arbitrary time length (udelay and mdelay). The default value is 0. +* `FVP_INTERCONNECT_DRIVER`: Selects the interconnect driver to be built. The + default interconnect driver depends on the value of `FVP_CLUSTER_COUNT` as + explained in the options below: + - `FVP_CCI` : The CCI driver is selected. This is the default + if 0 < `FVP_CLUSTER_COUNT` <= 2. + - `FVP_CCN` : The CCN driver is selected. This is the default + if `FVP_CLUSTER_COUNT` > 2. + ### Debugging options To compile a debug version and make the build more verbose use |