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
133e6f7e
Commit
133e6f7e
authored
Jan 24, 2020
by
Soby Mathew
Committed by
TrustedFirmware Code Review
Jan 24, 2020
Browse files
Merge "allwinner: Unify Platform specific defines for PSCI module" into integration
parents
22d7dd7f
e0b4cc75
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/allwinner/common/include/platform_def.h
View file @
133e6f7e
...
...
@@ -40,17 +40,17 @@
#define PLAT_MAX_OFF_STATE U(2)
#define PLAT_MAX_PWR_LVL U(2)
#define PLAT_NUM_PWR_DOMAINS (
1
+ \
#define PLAT_NUM_PWR_DOMAINS (
U(1)
+ \
PLATFORM_CLUSTER_COUNT + \
PLATFORM_CORE_COUNT)
#define PLAT_PHY_ADDR_SPACE_SIZE (1ULL << 32)
#define PLAT_VIRT_ADDR_SPACE_SIZE (1ULL << 28)
#define PLATFORM_CLUSTER_COUNT
1
#define PLATFORM_CLUSTER_COUNT
U(1)
#define PLATFORM_CORE_COUNT (PLATFORM_CLUSTER_COUNT * \
PLATFORM_MAX_CPUS_PER_CLUSTER)
#define PLATFORM_MAX_CPUS_PER_CLUSTER
4
#define PLATFORM_MAX_CPUS_PER_CLUSTER
U(4)
#define PLATFORM_MMAP_REGIONS 4
#define PLATFORM_STACK_SIZE (0x1000 / PLATFORM_CORE_COUNT)
...
...
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