Merge "feat(tc0): add Ivy partition" into integration

This commit is contained in:
Mark Dykes 2021-11-05 21:09:38 +01:00 committed by TrustedFirmware Code Review
commit 25d7dafb2c
2 changed files with 13 additions and 0 deletions

View file

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

View file

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