Re: [edk2] [Patch 0/5] UefiCpuPkg/PiSmmCpuDxeSmm: S3 resume clean ups

2016-07-13 Thread Laszlo Ersek
On 07/13/16 08:26, Michael Kinney wrote: > This patch series fixes a number of small issues in the S3 resume path. > > * Remove duplicate aligned buffer allocation on S3 resume path > * Add support for MemoryMapped REGISTER_TYPE in SetProcessorRegister() > * Move XD/BTS feature detection to

[edk2] [Patch 0/5] UefiCpuPkg/PiSmmCpuDxeSmm: S3 resume clean ups

2016-07-13 Thread Michael Kinney
This patch series fixes a number of small issues in the S3 resume path. * Remove duplicate aligned buffer allocation on S3 resume path * Add support for MemoryMapped REGISTER_TYPE in SetProcessorRegister() * Move XD/BTS feature detection to SmmInitHandler() to improve performance. Jeff Fan (5):