Merge "intel: Unify Platform specific defines for PSCI module" into integration

This commit is contained in:
Soby Mathew 2020-01-24 13:15:13 +00:00 committed by TrustedFirmware Code Review
commit 1b567d3e16
1 changed files with 5 additions and 5 deletions

View File

@ -57,13 +57,13 @@
#define PLAT_MAX_PWR_LVL 1 #define PLAT_MAX_PWR_LVL 1
#define PLAT_MAX_RET_STATE 1 #define PLAT_MAX_RET_STATE 1
#define PLAT_MAX_OFF_STATE 2 #define PLAT_MAX_OFF_STATE 2
#define PLATFORM_SYSTEM_COUNT 1 #define PLATFORM_SYSTEM_COUNT U(1)
#define PLATFORM_CLUSTER_COUNT 1 #define PLATFORM_CLUSTER_COUNT U(1)
#define PLATFORM_CLUSTER0_CORE_COUNT 4 #define PLATFORM_CLUSTER0_CORE_COUNT U(4)
#define PLATFORM_CLUSTER1_CORE_COUNT 0 #define PLATFORM_CLUSTER1_CORE_COUNT U(0)
#define PLATFORM_CORE_COUNT (PLATFORM_CLUSTER1_CORE_COUNT + \ #define PLATFORM_CORE_COUNT (PLATFORM_CLUSTER1_CORE_COUNT + \
PLATFORM_CLUSTER0_CORE_COUNT) PLATFORM_CLUSTER0_CORE_COUNT)
#define PLATFORM_MAX_CPUS_PER_CLUSTER 4 #define PLATFORM_MAX_CPUS_PER_CLUSTER U(4)
/* Interrupt related constant */ /* Interrupt related constant */