Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
1b567d3e
Commit
1b567d3e
authored
Jan 24, 2020
by
Soby Mathew
Committed by
TrustedFirmware Code Review
Jan 24, 2020
Browse files
Merge "intel: Unify Platform specific defines for PSCI module" into integration
parents
076d8975
dc2d366f
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/intel/soc/common/include/platform_def.h
View file @
1b567d3e
...
...
@@ -57,13 +57,13 @@
#define PLAT_MAX_PWR_LVL 1
#define PLAT_MAX_RET_STATE 1
#define PLAT_MAX_OFF_STATE 2
#define PLATFORM_SYSTEM_COUNT
1
#define PLATFORM_CLUSTER_COUNT
1
#define PLATFORM_CLUSTER0_CORE_COUNT
4
#define PLATFORM_CLUSTER1_CORE_COUNT
0
#define PLATFORM_SYSTEM_COUNT
U(1)
#define PLATFORM_CLUSTER_COUNT
U(1)
#define PLATFORM_CLUSTER0_CORE_COUNT
U(4)
#define PLATFORM_CLUSTER1_CORE_COUNT
U(0)
#define PLATFORM_CORE_COUNT (PLATFORM_CLUSTER1_CORE_COUNT + \
PLATFORM_CLUSTER0_CORE_COUNT)
#define PLATFORM_MAX_CPUS_PER_CLUSTER
4
#define PLATFORM_MAX_CPUS_PER_CLUSTER
U(4)
/* Interrupt related constant */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment