Re: [edk2] [PATCH v1 1/5] UefiCpuPkg: SmmCpuFeaturesLib.h: Abstact processor features

2016-09-08 Thread Laszlo Ersek
On 09/08/16 06:30, Joseph Shifflett wrote: > Create new functions to abstract how XD/NX is detected, enabled, and > disabled. Also, create a new function to determine if Branch Trace > Storage is supported. Existing code is specific to Intel processors. > > Contributed-under: TianoCore Contribut

[edk2] [PATCH v1 1/5] UefiCpuPkg: SmmCpuFeaturesLib.h: Abstact processor features

2016-09-07 Thread Joseph Shifflett
Create new functions to abstract how XD/NX is detected, enabled, and disabled. Also, create a new function to determine if Branch Trace Storage is supported. Existing code is specific to Intel processors. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Joseph Shifflett --