feat(tc0): add Ivy partition

Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
Change-Id: Ie9d6a77722b2350c8479ecf7b0df701428e4da73
This commit is contained in:
Olivier Deprez 2021-09-28 15:35:39 +02:00 committed by Madhukar Pappireddy
parent e33ca7b44a
commit a19bd32ed1
2 changed files with 13 additions and 0 deletions

View File

@ -43,6 +43,13 @@
vcpu_count = <1>;
mem_size = <1048576>;
};
vm4 {
is_ffa_partition;
debug_name = "ivy";
load_address = <0xfe600000>;
vcpu_count = <1>;
mem_size = <1048576>;
};
};
cpus {

View File

@ -64,6 +64,12 @@
uuid = "79b55c73-1d8c-44b9-8593-61e1770ad8d2";
load-address = <0xfe200000>;
};
ivy {
uuid = "eaba83d8-baaf-4eaf-8144-f7fdcbe544a7";
load-address = <0xfe600000>;
owner = "Plat";
};
#endif
#endif /* ARM_BL2_SP_LIST_DTS */
};