MdePkg BaseLib: Convert X64/CpuId.asm to NASM

The BaseTools/Scripts/ConvertMasmToNasm.py script was used to convert
X64/CpuId.asm to X64/CpuId.nasm

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
Jordan Justen
2016-05-30 18:52:00 -07:00
committed by Liming Gao
parent 9f6bfc112e
commit fd5eb53d2c
2 changed files with 66 additions and 0 deletions

View File

@@ -431,6 +431,7 @@
X64/Thunk16.asm
X64/CpuIdEx.nasm
X64/CpuIdEx.asm
X64/CpuId.nasm
X64/CpuId.asm
X64/LongJump.asm
X64/SetJump.asm
@@ -609,6 +610,7 @@
X64/LongJump.S | GCC
X64/EnableDisableInterrupts.S | GCC
X64/DisablePaging64.S | GCC
X64/CpuId.nasm| GCC
X64/CpuId.S | GCC
X64/CpuIdEx.nasm| GCC
X64/CpuIdEx.S | GCC