Hi Rohit,

On Wed, Jul 6, 2022 at 06:42 AM, Rohit Mathew wrote:
=20
@@ -86,6 +86,10 @@ CEntryPoint (
ArmEnableVFP ();
}
=20
+ // Explicitly invoke the library constructor to resolve any library
+ // dependency.
+ ProcessLibraryConstructorList();
+
I missed this in my previous feedback, but ProcessLibraryConstructorList() should only be called by the Primary core.

Regards,

Sami Mujawar