Re: [edk2] [PATCH] UefiCpuPkg/SmmCpuFeaturesLib: replace hard-coded machine code

2017-09-28 Thread Dong, Eric
: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Chris Ruffin Sent: Thursday, September 28, 2017 9:52 AM To: edk2-devel@lists.01.org Cc: Kinney, Michael D ; Yao, Jiewen Subject: [edk2] [PATCH] UefiCpuPkg/SmmCpuFeaturesLib: replace hard-coded machine code Replace hard-coded

[edk2] [PATCH] UefiCpuPkg/SmmCpuFeaturesLib: replace hard-coded machine code

2017-09-27 Thread Chris Ruffin
Replace hard-coded machine code with equivalent assembly source code. Changes tested by checking for machine code equivalence by disassembling the original and changed code. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chris Ruffin Cc: Jiewen Yao Cc: Michael D Kinney -

[edk2] [PATCH] UefiCpuPkg/SmmCpuFeaturesLib: replace hard-coded machine code

2017-09-25 Thread Chris Ruffin
Replace hard-coded machine code with equivalent assembly source code. Changes tested by checking for machine code equivalence by disassembling the original and changed code. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chris Ruffin Cc: Yao, Jiewen Cc: Kinney, Michael D

[edk2] [PATCH] UefiCpuPkg/SmmCpuFeaturesLib: replace hard-coded machine code

2017-09-21 Thread Chris Ruffin
Replace hard-coded machine code with equivalent assembly source code. Change-Id: I44d08276a5f788bf46c5050c14c5257bad6b6199 Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chris Ruffin --- .../Library/SmmCpuFeaturesLib/Ia32/SmiEntry.nasm | 24 ++ .../SmmCp