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
diff --git a/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts b/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts
index bf0e7f3..b62df1a 100644
--- a/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts
+++ b/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts
@@ -34,7 +34,7 @@
debug_name = "cactus-primary";
load_address = <0x7000000>;
vcpu_count = <8>;
- mem_size = <1048576>;
+ mem_size = <0x100000>;
/*
* Platform specific SiP SMC call handled at EL3. Used
* to pend an interrupt for testing purpose.
@@ -46,21 +46,21 @@
debug_name = "cactus-secondary";
load_address = <0x7100000>;
vcpu_count = <8>;
- mem_size = <1048576>;
+ mem_size = <0x100000>;
};
vm3 {
is_ffa_partition;
debug_name = "cactus-tertiary";
load_address = <0x7200000>;
vcpu_count = <1>;
- mem_size = <1048576>;
+ mem_size = <0x300000>;
};
vm4 {
is_ffa_partition;
debug_name = "ivy";
load_address = <0x7600000>;
vcpu_count = <1>;
- mem_size = <1048576>;
+ mem_size = <0x100000>;
};
};