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
0ff3fb32
Commit
0ff3fb32
authored
Nov 20, 2019
by
Alexei Fedorov
Committed by
TrustedFirmware Code Review
Nov 20, 2019
Browse files
Merge "Fix multithreaded FVP power domain tree" into integration
parents
cc9ea542
e2b6a9ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/arm/board/fvp/fvp_topology.c
View file @
0ff3fb32
/*
* Copyright (c) 2013-201
8
, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2013-201
9
, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
...
...
@@ -36,7 +36,8 @@ const unsigned char *plat_get_power_domain_tree_desc(void)
fvp_power_domain_tree_desc
[
1
]
=
FVP_CLUSTER_COUNT
;
for
(
i
=
0
;
i
<
FVP_CLUSTER_COUNT
;
i
++
)
fvp_power_domain_tree_desc
[
i
+
2
]
=
FVP_MAX_CPUS_PER_CLUSTER
;
fvp_power_domain_tree_desc
[
i
+
2
]
=
FVP_MAX_CPUS_PER_CLUSTER
*
FVP_MAX_PE_PER_CPU
;
return
fvp_power_domain_tree_desc
;
...
...
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