Re: [edk2] [Patch v2 06/40] UefiCpuPkg/MpInitLib: Add AP assembly code and MP_CPU_EXCHANGE_INFO

2016-07-21 Thread Mudusuru, Giri P
Reviewed-by: Giri P Mudusuru 1) fix typo NumApsExecutingLoction to NumApsExecutingLocation 2) add space after ; and before comment lines 172 & 173 in MpFuncs.nasm Thanks, -Giri > -Original Message- > From: Fan, Jeff > Sent: Thursday, July 21, 2016 8:14 PM >

[edk2] [Patch v2 06/40] UefiCpuPkg/MpInitLib: Add AP assembly code and MP_CPU_EXCHANGE_INFO

2016-07-21 Thread Jeff Fan
Add assembly code for AP reset vector and the definition of MP_CPU_EXCHANGE_INFO that are used to exchange the data between C code and assembly code when AP wake up. Cc: Michael Kinney Cc: Feng Tian Cc: Giri P Mudusuru