feat(fvp): increase cactus-tertiary size

Increase the size of cactus-tertiary partition to match update in
manifest. Part of effort to use cactus-tertiary partition in StMM/HOB
testing.

Dependent on
https://review.trustedfirmware.org/c/TF-A/tf-a-tests/+/35383

Signed-off-by: Kathleen Capella <kathleen.capella@arm.com>
Signed-off-by: J-Alves <joao.alves@arm.com>
Change-Id: I5b91400848e2cf5d04d1c7442874a7a4b9847399
This commit is contained in:
J-Alves 2024-12-13 14:41:02 +00:00 committed by Kathleen Capella
parent 32ecc0ef78
commit dcd8d7f13d

View file

@ -34,7 +34,7 @@
debug_name = "cactus-primary"; debug_name = "cactus-primary";
load_address = <0x7000000>; load_address = <0x7000000>;
vcpu_count = <8>; vcpu_count = <8>;
mem_size = <1048576>; mem_size = <0x100000>;
/* /*
* Platform specific SiP SMC call handled at EL3. Used * Platform specific SiP SMC call handled at EL3. Used
* to pend an interrupt for testing purpose. * to pend an interrupt for testing purpose.
@ -46,21 +46,21 @@
debug_name = "cactus-secondary"; debug_name = "cactus-secondary";
load_address = <0x7100000>; load_address = <0x7100000>;
vcpu_count = <8>; vcpu_count = <8>;
mem_size = <1048576>; mem_size = <0x100000>;
}; };
vm3 { vm3 {
is_ffa_partition; is_ffa_partition;
debug_name = "cactus-tertiary"; debug_name = "cactus-tertiary";
load_address = <0x7200000>; load_address = <0x7200000>;
vcpu_count = <1>; vcpu_count = <1>;
mem_size = <1048576>; mem_size = <0x300000>;
}; };
vm4 { vm4 {
is_ffa_partition; is_ffa_partition;
debug_name = "ivy"; debug_name = "ivy";
load_address = <0x7600000>; load_address = <0x7600000>;
vcpu_count = <1>; vcpu_count = <1>;
mem_size = <1048576>; mem_size = <0x100000>;
}; };
}; };