summaryrefslogtreecommitdiff
path: root/plat/fvp
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2014-06-23 18:04:29 +0100
committerdanh-arm <dan.handley@arm.com>2014-06-23 18:04:29 +0100
commit41cf7bdfd7114ee437d165974367a483636df76d (patch)
treed3c246819aec7ff01ec1cd83ebd658c86d3ef623 /plat/fvp
parent47fe640c97603b313994bb0d37a48d01e53213eb (diff)
parent6c0b45d1ceb13cb409f8d62d712d6f0c44feab6c (diff)
Merge pull request #145 from athoelke/at/psci-memory-optimization-v2
PSCI memory optimizations (v2)
Diffstat (limited to 'plat/fvp')
-rw-r--r--plat/fvp/include/platform_def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plat/fvp/include/platform_def.h b/plat/fvp/include/platform_def.h
index c8aaee6..fe4d73b 100644
--- a/plat/fvp/include/platform_def.h
+++ b/plat/fvp/include/platform_def.h
@@ -75,6 +75,8 @@
#define PLATFORM_CORE_COUNT (PLATFORM_CLUSTER1_CORE_COUNT + \
PLATFORM_CLUSTER0_CORE_COUNT)
#define PLATFORM_MAX_CPUS_PER_CLUSTER 4
+#define PLATFORM_NUM_AFFS (PLATFORM_CLUSTER_COUNT + \
+ PLATFORM_CORE_COUNT)
#define PRIMARY_CPU 0x0
#define MAX_IO_DEVICES 3
#define MAX_IO_HANDLES 4