summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2017-06-05 14:41:31 +0100
committerGitHub <noreply@github.com>2017-06-05 14:41:31 +0100
commitc66f4adee3db52a734707ffe2cc324fb1c9fb576 (patch)
treeea1113dc6f539e2b7a77b26c004837ce7ec2bc97 /docs
parent03dd6391f9c4d54197d83842def5d1a5321cacbb (diff)
parente1c59ab3f18a49301f649251b4d8a7d011cc9fb9 (diff)
Merge pull request #961 from jeenu-arm/gic-600
Introduce ARM GIC-600 driver
Diffstat (limited to 'docs')
-rw-r--r--docs/user-guide.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/user-guide.md b/docs/user-guide.md
index 07551c35..3cf1f0f5 100644
--- a/docs/user-guide.md
+++ b/docs/user-guide.md
@@ -638,6 +638,7 @@ map is explained in the [Firmware Design].
if `FVP_CLUSTER_COUNT` > 2.
* `FVP_USE_GIC_DRIVER` : Selects the GIC driver to be built. Options:
+ - `FVP_GIC600` : The GIC600 implementation of GICv3 is selected
- `FVP_GICV2` : The GICv2 only driver is selected
- `FVP_GICV3` : The GICv3 only driver is selected (default option)
- `FVP_GICV3_LEGACY`: The Legacy GICv3 driver is selected (deprecated)