diff options
author | davidcunado-arm <david.cunado@arm.com> | 2018-02-28 20:10:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-28 20:10:29 +0000 |
commit | fdcc08af3a5cd83a63ac6dbc4a47b412a0b9f949 (patch) | |
tree | 902d1babf3650ab963184ab3d15666c407ab4904 /docs/user-guide.rst | |
parent | 73a9605197ba04aaf02d436a2a4ad56e695b426c (diff) | |
parent | fe7210cdca8e83b19a5e764d1c09622b639a133d (diff) | |
download | platform_external_arm-trusted-firmware-fdcc08af3a5cd83a63ac6dbc4a47b412a0b9f949.tar.gz platform_external_arm-trusted-firmware-fdcc08af3a5cd83a63ac6dbc4a47b412a0b9f949.tar.bz2 platform_external_arm-trusted-firmware-fdcc08af3a5cd83a63ac6dbc4a47b412a0b9f949.zip |
Merge pull request #1290 from jeenu-arm/dynamiq
DynamIQ on FVP
Diffstat (limited to 'docs/user-guide.rst')
-rw-r--r-- | docs/user-guide.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/user-guide.rst b/docs/user-guide.rst index c9e87488f..9e23711aa 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -755,6 +755,9 @@ ARM FVP platform specific build options - ``FVP_CCN`` : The CCN driver is selected. This is the default if ``FVP_CLUSTER_COUNT`` > 2. +- ``FVP_MAX_CPUS_PER_CLUSTER``: Sets the maximum number of CPUs implemented in + a single cluster. This option defaults to 4. + - ``FVP_MAX_PE_PER_CPU``: Sets the maximum number of PEs implemented on any CPU in the system. This option defaults to 1. Note that the build option ``ARM_PLAT_MT`` doesn't have any effect on FVP platforms. |