With that, Reviewed-by: Ruiyu Ni <[email protected]> Thanks/Ray
> -----Original Message----- > From: Ni, Ruiyu > Sent: Thursday, July 26, 2018 4:36 PM > To: Dong, Eric <[email protected]>; [email protected] > Cc: Laszlo Ersek <[email protected]> > Subject: RE: [Patch v3 3/3] UefiCpuPkg/MpInitLib: Not use disabled AP when > call > StartAllAPs. > > > + if (GetApState (CpuData) == CpuStateDisabled && !WakeUpDisabledAps) > { > > + continue; > > + } > > + > > CpuData->ApFunction = (UINTN) Procedure; > > CpuData->ApFunctionArgument = (UINTN) ProcedureArgument; > > SetApState (CpuData, CpuStateReady); > > Eric, can you add more comments here to say ALL AP will be woke up by INIT- > SIPI-SIPI, but the AP procedure will be skipped when AP state is not Ready. _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

