Re: [edk2] [PATCH] UefiCpuPkg/MpInitLib: Do not wakeup AP if only one processor supported

2016-11-08 Thread Tian, Feng
Reviewed-by: Feng Tian Thanks Feng -Original Message- From: Fan, Jeff Sent: Friday, November 4, 2016 4:18 PM To: edk2-de...@ml01.01.org Cc: Tian, Feng ; Gao, Liming ; Kinney, Michael D Subject: [PATCH] UefiCpuPkg/MpInitLib: Do not wakeup AP if only one processor supported If MaxLogi

Re: [edk2] [PATCH] UefiCpuPkg/MpInitLib: Do not wakeup AP if only one processor supported

2016-11-08 Thread Laszlo Ersek
evel-boun...@lists.01.org] On Behalf Of Laszlo > Ersek > Sent: Monday, November 07, 2016 9:37 PM > To: Fan, Jeff; edk2-de...@ml01.01.org > Cc: Kinney, Michael D; Tian, Feng; Gao, Liming > Subject: Re: [edk2] [PATCH] UefiCpuPkg/MpInitLib: Do not wakeup AP if only > one processor support

Re: [edk2] [PATCH] UefiCpuPkg/MpInitLib: Do not wakeup AP if only one processor supported

2016-11-07 Thread Fan, Jeff
ts.01.org] On Behalf Of Laszlo Ersek Sent: Monday, November 07, 2016 9:37 PM To: Fan, Jeff; edk2-de...@ml01.01.org Cc: Kinney, Michael D; Tian, Feng; Gao, Liming Subject: Re: [edk2] [PATCH] UefiCpuPkg/MpInitLib: Do not wakeup AP if only one processor supported On 11/07/16 01:47, Fan, Jeff wrote: >

Re: [edk2] [PATCH] UefiCpuPkg/MpInitLib: Do not wakeup AP if only one processor supported

2016-11-07 Thread Laszlo Ersek
.01.org > Cc: Kinney, Michael D; Tian, Feng; Gao, Liming > Subject: Re: [edk2] [PATCH] UefiCpuPkg/MpInitLib: Do not wakeup AP if only > one processor supported > > On 11/04/16 09:18, Jeff Fan wrote: >> If MaxLogicalProcessorNumber is only 1, we needn't to wake up APs

Re: [edk2] [PATCH] UefiCpuPkg/MpInitLib: Do not wakeup AP if only one processor supported

2016-11-06 Thread Fan, Jeff
...@ml01.01.org Cc: Kinney, Michael D; Tian, Feng; Gao, Liming Subject: Re: [edk2] [PATCH] UefiCpuPkg/MpInitLib: Do not wakeup AP if only one processor supported On 11/04/16 09:18, Jeff Fan wrote: > If MaxLogicalProcessorNumber is only 1, we needn't to wake up APs at > all and needn&#x

Re: [edk2] [PATCH] UefiCpuPkg/MpInitLib: Do not wakeup AP if only one processor supported

2016-11-04 Thread Laszlo Ersek
On 11/04/16 09:18, Jeff Fan wrote: > If MaxLogicalProcessorNumber is only 1, we needn't to wake up APs at all > and needn't to register callback functions. > > It could improve boot performance on single supported system. > > https://bugzilla.tianocore.org/show_bug.cgi?id=204 > > Cc: Feng Tian

[edk2] [PATCH] UefiCpuPkg/MpInitLib: Do not wakeup AP if only one processor supported

2016-11-04 Thread Jeff Fan
If MaxLogicalProcessorNumber is only 1, we needn't to wake up APs at all and needn't to register callback functions. It could improve boot performance on single supported system. https://bugzilla.tianocore.org/show_bug.cgi?id=204 Cc: Feng Tian Cc: Liming Gao Cc: Michael Kinney Contributed-und