Hi Sami,
On Thu, Jul 21, 2022 at 05:26 PM, Sami Mujawar wrote:
Hi Rohit,
On Wed, Jul 6, 2022 at 06:42 AM, Rohit Mathew wrote:
=20I missed this in my previous feedback, but ProcessLibraryConstructorList() should only be called by the Primary core.
@@ -86,6 +86,10 @@ CEntryPoint (
ArmEnableVFP ();
}
=20
+ // Explicitly invoke the library constructor to resolve any library
+ // dependency.
+ ProcessLibraryConstructorList();
+
Regards,
Sami Mujawar
I have moved the call within -
if (ArmPlatformIsPrimaryCore (MpId)) {