commit | d442a0d4210e6161054fad60e607f5d911ac8bb3 | [log] [tgz] |
---|---|---|
author | Ruari Phipps <ruari.phipps@arm.com> | Fri Jul 17 16:43:50 2020 +0100 |
committer | Ruari Phipps <ruari.phipps@arm.com> | Wed Aug 19 15:18:54 2020 +0000 |
tree | 34b7540a71089058a7ea8251c1a43d90ba01dbcf | |
parent | 9f8ce9f8bd7a5bf5d612ca10eca2d0880cfe7385 [diff] |
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
diff --git a/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts b/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts index a1c9094..90fb347 100644 --- a/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts +++ b/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts
@@ -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 {
diff --git a/plat/arm/board/fvp/fdts/fvp_tb_fw_config.dts b/plat/arm/board/fvp/fdts/fvp_tb_fw_config.dts index 1ee7285..692f5a9 100644 --- a/plat/arm/board/fvp/fdts/fvp_tb_fw_config.dts +++ b/plat/arm/board/fvp/fdts/fvp_tb_fw_config.dts
@@ -92,6 +92,11 @@ load-address = <0x7100000>; owner = "Plat"; }; + + cactus-tertiary { + uuid = <0x735cb579 0xb9448c1d 0xe1619385 0xd2d80a77>; + load-address = <0x7200000>; + }; #endif };