mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
feat(spm): add Ivy partition to tb fw config
The partition layout description JSON file generated by TF-A tests declares a fourth test partition called Ivy demonstrating the implementation of a S-EL0 partition supported by a S-EL1 shim. Change-Id: If8562acfc045d6496dfdb3df0524b3a069357f8e Signed-off-by: Daniel Boulby <daniel.boulby@arm.com> Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
This commit is contained in:
parent
a5394205e9
commit
1bc02c2e0f
2 changed files with 15 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2020, Arm Limited. All rights reserved.
|
||||
* Copyright (c) 2020-2021, Arm Limited. All rights reserved.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
@ -50,6 +50,13 @@
|
|||
vcpu_count = <1>;
|
||||
mem_size = <1048576>;
|
||||
};
|
||||
vm4 {
|
||||
is_ffa_partition;
|
||||
debug_name = "ivy";
|
||||
load_address = <0x7600000>;
|
||||
vcpu_count = <1>;
|
||||
mem_size = <1048576>;
|
||||
};
|
||||
};
|
||||
|
||||
cpus {
|
||||
|
|
|
@ -95,6 +95,13 @@
|
|||
cactus-tertiary {
|
||||
uuid = "79b55c73-1d8c-44b9-8593-61e1770ad8d2";
|
||||
load-address = <0x7200000>;
|
||||
owner = "Plat";
|
||||
};
|
||||
|
||||
ivy {
|
||||
uuid = "eaba83d8-baaf-4eaf-8144-f7fdcbe544a7";
|
||||
load-address = <0x7600000>;
|
||||
owner = "Plat";
|
||||
};
|
||||
#endif
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue