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
95605938
Commit
95605938
authored
Feb 14, 2020
by
Mark Dykes
Committed by
TrustedFirmware Code Review
Feb 14, 2020
Browse files
Merge "Fix topology description of cpus for DynamIQ based FVP" into integration
parents
7b3d0948
0ad5b318
Changes
4
Hide whitespace changes
Inline
Side-by-side
fdts/fvp-base-gicv3-psci-common.dtsi
View file @
95605938
...
...
@@ -39,7 +39,7 @@
#
address
-
cells
=
<
2
>;
#
size
-
cells
=
<
0
>;
cpu
-
map
{
CPU_MAP
:
cpu
-
map
{
cluster0
{
core0
{
cpu
=
<&
CPU0
>;
...
...
fdts/fvp-base-gicv3-psci-dynamiq-2t.dts
View file @
95605938
...
...
@@ -6,7 +6,7 @@
/dts-v1/;
#include "fvp-base-gicv3-psci-common.dtsi"
#include "fvp-base-gicv3-psci-
dynamiq-
common.dtsi"
&CPU0 {
reg = <0x0 0x0>;
...
...
fdts/fvp-base-gicv3-psci-dynamiq-common.dtsi
0 → 100644
View file @
95605938
/*
* Copyright (c) 2020, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
/dts-v1/;
#include "fvp-base-gicv3-psci-common.dtsi"
/* DynamIQ based designs have upto 8 CPUs in each cluster */
&CPU_MAP {
cluster0 {
core0 {
cpu = <&CPU0>;
};
core1 {
cpu = <&CPU1>;
};
core2 {
cpu = <&CPU2>;
};
core3 {
cpu = <&CPU3>;
};
core4 {
cpu = <&CPU4>;
};
core5 {
cpu = <&CPU5>;
};
core6 {
cpu = <&CPU6>;
};
core7 {
cpu = <&CPU7>;
};
};
};
fdts/fvp-base-gicv3-psci-dynamiq.dts
View file @
95605938
...
...
@@ -6,7 +6,7 @@
/dts-v1/;
#include "fvp-base-gicv3-psci-common.dtsi"
#include "fvp-base-gicv3-psci-
dynamiq-
common.dtsi"
&CPU0 {
reg = <0x0 0x0>;
...
...
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