mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-07 21:33:54 +00:00
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
This commit is contained in:
parent
32ecc0ef78
commit
dcd8d7f13d
1 changed files with 4 additions and 4 deletions
|
@ -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>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue