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
713403cb
Commit
713403cb
authored
Jan 24, 2020
by
Soby Mathew
Committed by
TrustedFirmware Code Review
Jan 24, 2020
Browse files
Merge "rockchip: Unify Platform specific defines for PSCI module" into integration
parents
133e6f7e
ed7a5636
Changes
5
Hide whitespace changes
Inline
Side-by-side
plat/rockchip/px30/include/platform_def.h
View file @
713403cb
...
...
@@ -39,10 +39,10 @@
#define FIRMWARE_WELCOME_STR "Booting Trusted Firmware\n"
#define PLATFORM_MAX_AFFLVL MPIDR_AFFLVL2
#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)
...
...
plat/rockchip/rk3288/include/platform_def.h
View file @
713403cb
/*
* 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
*/
...
...
@@ -36,11 +36,11 @@
#define FIRMWARE_WELCOME_STR "Booting Trusted Firmware\n"
#define PLATFORM_MAX_AFFLVL MPIDR_AFFLVL2
#define PLATFORM_SYSTEM_COUNT
1
#define PLATFORM_CLUSTER_COUNT
1
#define PLATFORM_CLUSTER0_CORE_COUNT
4
#define PLATFORM_SYSTEM_COUNT
U(1)
#define PLATFORM_CLUSTER_COUNT
U(1)
#define PLATFORM_CLUSTER0_CORE_COUNT
U(4)
#define PLATFORM_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/rockchip/rk3328/include/platform_def.h
View file @
713403cb
...
...
@@ -37,9 +37,9 @@
#define PLATFORM_MAX_AFFLVL MPIDR_AFFLVL2
#define PLATFORM_SYSTEM_COUNT 1
#define PLATFORM_CLUSTER_COUNT
1
#define PLATFORM_CLUSTER0_CORE_COUNT
4
#define PLATFORM_CLUSTER1_CORE_COUNT
0
#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)
...
...
plat/rockchip/rk3368/include/platform_def.h
View file @
713403cb
...
...
@@ -37,13 +37,13 @@
#define FIRMWARE_WELCOME_STR "Booting Trusted Firmware\n"
#define PLATFORM_MAX_AFFLVL MPIDR_AFFLVL2
#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/rockchip/rk3399/include/platform_def.h
View file @
713403cb
/*
* 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
*/
...
...
@@ -38,13 +38,13 @@
#define FIRMWARE_WELCOME_STR "Booting Trusted Firmware\n"
#define PLATFORM_MAX_AFFLVL MPIDR_AFFLVL2
#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)
...
...
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