mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
spm: provide number of vCPUs and VM size for first SP
The primary VM concept is removed from the SPMC. Update the SPMC manifests with number of Execution Contexts and SP workspace size for the first Secure Partition (as it is done for NWd secondary VMs and other SPs). Signed-off-by: Olivier Deprez <olivier.deprez@arm.com> Change-Id: I3b9c52666f7dfe74ab1f7d2148ad0070ee44b54e
This commit is contained in:
parent
5134fcbb47
commit
89832ac9ef
2 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,8 @@
|
|||
is_ffa_partition;
|
||||
debug_name = "cactus-primary";
|
||||
load_address = <0x7000000>;
|
||||
vcpu_count = <8>;
|
||||
mem_size = <1048576>;
|
||||
};
|
||||
vm2 {
|
||||
is_ffa_partition;
|
||||
|
|
|
@ -34,6 +34,8 @@
|
|||
debug_name = "op-tee";
|
||||
load_address = <0x6280000>;
|
||||
smc_whitelist = <0xbe000000>;
|
||||
vcpu_count = <8>;
|
||||
mem_size = <1048576>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue