[edk2] [Patch v2 0/7] Support the different AP loop mode

2015-12-17 Thread Jeff Fan
v2: (1) Per Michael Kinney's suggestion, update GetApLoopMode() not to check CPUID on MONITOR/MWAIT support if PcdCpuApLoopMode is not set to ApMwaitLoop. (2) Add PcdCpuApTargetCstate to specify the C-state for APs instead of the max C-state. v1: Support 3 AP loop modes: A: Place AP in

Re: [edk2] [Patch v2 0/7] Support the different AP loop mode

2015-12-17 Thread Kinney, Michael D
k2-devel@lists.01.org > Subject: [edk2] [Patch v2 0/7] Support the different AP loop > mode > > v2: > (1) Per Michael Kinney's suggestion, update GetApLoopMode() not > to check CPUID > on MONITOR/MWAIT support if PcdCpuApLoopMode is not set to > ApMwaitLoop. > (2)