mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
SPM: declare third cactus instance as UP SP
The FF-A v1.0 spec allows two configurations for the number of EC/vCPU instantiated in a Secure Partition: -A MultiProcessor (MP) SP instantiates as many ECs as the number of PEs. An EC is pinned to a corresponding physical CPU. -An UniProcessor (UP) SP instantiates a single EC. The EC is migrated to the physical CPU from which the FF-A call is originating. This change permits exercising the latter case within the TF-A-tests framework. Signed-off-by: Olivier Deprez <olivier.deprez@arm.com> Change-Id: I7fae0e7b873f349b34e57de5cea496210123aea0
This commit is contained in:
parent
473ced5670
commit
e96fc8e7d6
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
is_ffa_partition;
|
||||
debug_name = "cactus-tertiary";
|
||||
load_address = <0x7200000>;
|
||||
vcpu_count = <8>;
|
||||
vcpu_count = <1>;
|
||||
mem_size = <1048576>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue