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:
=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

I have moved the call within -  

 if (ArmPlatformIsPrimaryCore (MpId)) {

 
This, and the other feedbacks have been addressed in V4. 
 
Regards,
Rohit