From dcd8d7f13d5318ea3b38e6558c13e7401d57530c Mon Sep 17 00:00:00 2001 From: J-Alves Date: Fri, 13 Dec 2024 14:41:02 +0000 Subject: [PATCH] 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 Signed-off-by: J-Alves Change-Id: I5b91400848e2cf5d04d1c7442874a7a4b9847399 --- plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts b/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts index bf0e7f387..b62df1a6f 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>; }; };