mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 11:04:20 +00:00
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
This commit is contained in:
parent
2e4e4d8f84
commit
d8d6cc3583
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue