Re: [edk2] [Patch V3 0/3] StartAllAPs should not use disabled APs

2018-07-25 Thread Laszlo Ersek
On 07/25/18 14:12, Laszlo Ersek wrote: > On 07/25/18 09:50, Eric Dong wrote: >> This patch series include changes: >> 1. StartAllAPs should not use disabled APs, this is required by UEFI spec. >> 2. Refine the code to remove the redundant definitions. >> >> V2 changes: >> Use CpuStateReady to

Re: [edk2] [Patch V3 0/3] StartAllAPs should not use disabled APs

2018-07-25 Thread Laszlo Ersek
On 07/25/18 09:50, Eric Dong wrote: > This patch series include changes: > 1. StartAllAPs should not use disabled APs, this is required by UEFI spec. > 2. Refine the code to remove the redundant definitions. > > V2 changes: > Use CpuStateReady to distinguish the AP state from CpuStateIdle. > >

[edk2] [Patch V3 0/3] StartAllAPs should not use disabled APs

2018-07-25 Thread Eric Dong
This patch series include changes: 1. StartAllAPs should not use disabled APs, this is required by UEFI spec. 2. Refine the code to remove the redundant definitions. V2 changes: Use CpuStateReady to distinguish the AP state from CpuStateIdle. V3 Changes: Only change 3/3 patch. Only not use