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
9c1a6f4e
Commit
9c1a6f4e
authored
Apr 23, 2020
by
Manish Pandey
Committed by
TrustedFirmware Code Review
Apr 23, 2020
Browse files
Merge "spm: Normalize the style of spm core manifest" into integration
parents
62b56a72
d7b5f026
Changes
1
Show whitespace changes
Inline
Side-by-side
plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts
View file @
9c1a6f4e
...
@@ -27,12 +27,12 @@
...
@@ -27,12 +27,12 @@
vm1 {
vm1 {
is_spci_partition;
is_spci_partition;
debug_name = "cactus-primary";
debug_name = "cactus-primary";
load
-
addr = <0x7000000>;
load
_
addr
ess
= <0x7000000>;
};
};
vm2 {
vm2 {
is_spci_partition;
is_spci_partition;
debug_name = "cactus-secondary";
debug_name = "cactus-secondary";
load
-
addr = <0x7100000>;
load
_
addr
ess
= <0x7100000>;
vcpu_count = <2>;
vcpu_count = <2>;
mem_size = <1048576>;
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