[edk2] [PATCH 0/6] UefiCpuPkg/MpInitLib: Program AP stack in fixed address

2016-11-13 Thread Jeff Fan
Currently, MpInitLib will program AP stack in dynamic address. Each processor will calculate its stack address by adding stack size based on the last stack address. That means AP may have the different stack address everytime it is wakeup by INIT-SIPI-SIPI. When all APs have wakeup to execute AP t

Re: [edk2] [PATCH 0/6] UefiCpuPkg/MpInitLib: Program AP stack in fixed address

2016-11-16 Thread Tian, Feng
Reviewed-by: Feng Tian Thanks Feng -Original Message- From: Fan, Jeff Sent: Monday, November 14, 2016 11:47 AM To: edk2-devel@lists.01.org Cc: Tian, Feng ; Wu, Hao A ; Kinney, Michael D Subject: [PATCH 0/6] UefiCpuPkg/MpInitLib: Program AP stack in fixed address Currently, MpInitLib