mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-25 22:35:42 +00:00
SPM: Add third cactus partition to manifests
Add information about the third partition so it can be loaded into SPM when running the tests Signed-off-by: Ruari Phipps <ruari.phipps@arm.com> Change-Id: I5544e88df391ef294ddf6b5750d468d3e74892b1
This commit is contained in:
parent
572dea8534
commit
9de91c7542
2 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue