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
b55d71ba
Commit
b55d71ba
authored
Jan 24, 2020
by
Soby Mathew
Committed by
TrustedFirmware Code Review
Jan 24, 2020
Browse files
Merge "mediatek: Unify Platform specific defines for PSCI module" into integration
parents
1b567d3e
4dc3a961
Changes
3
Hide whitespace changes
Inline
Side-by-side
plat/mediatek/mt6795/include/platform_def.h
View file @
b55d71ba
/*
* Copyright (c) 2016-201
8
, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2016-201
9
, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
...
...
@@ -145,13 +145,13 @@
#define PLAT_MAX_OFF_STATE U(2)
#define PLATFORM_CACHE_LINE_SIZE 64
#define PLATFORM_SYSTEM_COUNT
1
#define PLATFORM_CLUSTER_COUNT
2
#define PLATFORM_CLUSTER0_CORE_COUNT
4
#define PLATFORM_CLUSTER1_CORE_COUNT
4
#define PLATFORM_SYSTEM_COUNT
U(1)
#define PLATFORM_CLUSTER_COUNT
U(2)
#define PLATFORM_CLUSTER0_CORE_COUNT
U(4)
#define PLATFORM_CLUSTER1_CORE_COUNT
U(4)
#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)
#define PLATFORM_NUM_AFFS (PLATFORM_SYSTEM_COUNT + \
PLATFORM_CLUSTER_COUNT + \
PLATFORM_CORE_COUNT)
...
...
plat/mediatek/mt8173/include/platform_def.h
View file @
b55d71ba
/*
* Copyright (c) 2014-201
8
, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2014-201
9
, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
...
...
@@ -40,13 +40,13 @@
#define PLAT_MAX_PWR_LVL U(2)
#define PLAT_MAX_RET_STATE U(1)
#define PLAT_MAX_OFF_STATE U(2)
#define PLATFORM_SYSTEM_COUNT
1
#define PLATFORM_CLUSTER_COUNT
2
#define PLATFORM_CLUSTER0_CORE_COUNT
4
#define PLATFORM_CLUSTER1_CORE_COUNT
2
#define PLATFORM_SYSTEM_COUNT
U(1)
#define PLATFORM_CLUSTER_COUNT
U(2)
#define PLATFORM_CLUSTER0_CORE_COUNT
U(4)
#define PLATFORM_CLUSTER1_CORE_COUNT
U(2)
#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)
#define PLATFORM_NUM_AFFS (PLATFORM_SYSTEM_COUNT + \
PLATFORM_CLUSTER_COUNT + \
PLATFORM_CORE_COUNT)
...
...
plat/mediatek/mt8183/include/platform_def.h
View file @
b55d71ba
...
...
@@ -268,13 +268,13 @@ INTR_PROP_DESC(MT_IRQ_SEC_SGI_7, GIC_HIGHEST_SEC_PRIORITY, grp, \
#define PLAT_MAX_OFF_STATE U(2)
#define PLATFORM_CACHE_LINE_SIZE 64
#define PLATFORM_SYSTEM_COUNT
1
#define PLATFORM_CLUSTER_COUNT
2
#define PLATFORM_CLUSTER0_CORE_COUNT
4
#define PLATFORM_CLUSTER1_CORE_COUNT
4
#define PLATFORM_SYSTEM_COUNT
U(1)
#define PLATFORM_CLUSTER_COUNT
U(2)
#define PLATFORM_CLUSTER0_CORE_COUNT
U(4)
#define PLATFORM_CLUSTER1_CORE_COUNT
U(4)
#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)
#define PLATFORM_NUM_AFFS (PLATFORM_SYSTEM_COUNT + \
PLATFORM_CLUSTER_COUNT + \
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