Commit 15e54af3 authored by Manish Pandey's avatar Manish Pandey Committed by TrustedFirmware Code Review
Browse files

Merge "SPM: Add third cactus partition to manifests" into integration

parents e168b66d 9de91c75
......@@ -38,6 +38,13 @@
vcpu_count = <2>;
mem_size = <1048576>;
};
vm3 {
is_ffa_partition;
debug_name = "cactus-tertiary";
load_address = <0x7200000>;
vcpu_count = <2>;
mem_size = <1048576>;
};
};
cpus {
......
......@@ -92,6 +92,11 @@
load-address = <0x7100000>;
owner = "Plat";
};
cactus-tertiary {
uuid = <0x735cb579 0xb9448c1d 0xe1619385 0xd2d80a77>;
load-address = <0x7200000>;
};
#endif
};
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment