From d8d6cc358322a3e8857886630d63cbe652550acf Mon Sep 17 00:00:00 2001
From: Achin Gupta <achin.gupta@arm.com>
Date: Wed, 4 Feb 2015 14:29:32 +0000
Subject: [PATCH] Fix model command line for legacy VE memory map

The command line options specified in the User Guide to run the AEMv8 Base FVP
with the legacy VE memory map apply only when the model is configured to use GIC
v2.0. This patch adds the 'gicv3.gicv2-only=1' to the command line to ensure
that the right version of GIC is used.

Change-Id: I34c44e19fd42c29818b734ac8f6aa9bf97b4e891
---
 docs/user-guide.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/user-guide.md b/docs/user-guide.md
index fde882794..1badc0c8e 100644
--- a/docs/user-guide.md
+++ b/docs/user-guide.md
@@ -1038,6 +1038,7 @@ legacy VE memory map. They must added to the parameters described in the
     -C cluster1.gic.GICV-offset=0x6000                  \
     -C cluster1.gic.PERIPH-size=0x8000                  \
     -C gic_distributor.GICD-alias=0x2c001000            \
+    -C gicv3.gicv2-only=1                               \
     -C bp.variant=0x0
 
 The `bp.variant` parameter corresponds to the build variant field of the
-- 
GitLab