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
5c5d8284
Commit
5c5d8284
authored
Sep 22, 2020
by
Manish Pandey
Committed by
TrustedFirmware Code Review
Sep 22, 2020
Browse files
Merge "SPMC: adjust the number of EC context to max number of PEs" into integration
parents
dffd5192
95879319
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts
View file @
5c5d8284
...
...
@@ -44,14 +44,14 @@
is_ffa_partition;
debug_name = "cactus-secondary";
load_address = <0x7100000>;
vcpu_count = <
2
>;
vcpu_count = <
8
>;
mem_size = <1048576>;
};
vm3 {
is_ffa_partition;
debug_name = "cactus-tertiary";
load_address = <0x7200000>;
vcpu_count = <
2
>;
vcpu_count = <
8
>;
mem_size = <1048576>;
};
};
...
...
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