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
15e54af3
"plugins/vscode:/vscode.git/clone" did not exist on "2c660c16ad818d4e1f001e392f7e82c7c02cbbc6"
Commit
15e54af3
authored
Aug 20, 2020
by
Manish Pandey
Committed by
TrustedFirmware Code Review
Aug 20, 2020
Browse files
Merge "SPM: Add third cactus partition to manifests" into integration
parents
e168b66d
9de91c75
Changes
2
Show whitespace changes
Inline
Side-by-side
plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts
View file @
15e54af3
...
@@ -38,6 +38,13 @@
...
@@ -38,6 +38,13 @@
vcpu_count = <2>;
vcpu_count = <2>;
mem_size = <1048576>;
mem_size = <1048576>;
};
};
vm3 {
is_ffa_partition;
debug_name = "cactus-tertiary";
load_address = <0x7200000>;
vcpu_count = <2>;
mem_size = <1048576>;
};
};
};
cpus {
cpus {
...
...
plat/arm/board/fvp/fdts/fvp_tb_fw_config.dts
View file @
15e54af3
...
@@ -92,6 +92,11 @@
...
@@ -92,6 +92,11 @@
load-address = <0x7100000>;
load-address = <0x7100000>;
owner = "Plat";
owner = "Plat";
};
};
cactus-tertiary {
uuid = <0x735cb579 0xb9448c1d 0xe1619385 0xd2d80a77>;
load-address = <0x7200000>;
};
#endif
#endif
};
};
...
...
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