MdePkg BaseLib: Convert X64/RdRand.asm to NASM

The BaseTools/Scripts/ConvertMasmToNasm.py script was used to convert
X64/RdRand.asm to X64/RdRand.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 c1d8229575
commit 050a8bf198
2 changed files with 86 additions and 0 deletions

View File

@@ -447,6 +447,7 @@
X64/CpuBreakpoint.c | MSFT
X64/WriteMsr64.c | MSFT
X64/ReadMsr64.c | MSFT
X64/RdRand.nasm| MSFT
X64/RdRand.asm | MSFT
X64/CpuPause.asm | MSFT
X64/EnableDisableInterrupts.asm | MSFT
@@ -520,6 +521,7 @@
X64/CpuBreakpoint.asm | INTEL
X64/WriteMsr64.asm | INTEL
X64/ReadMsr64.asm | INTEL
X64/RdRand.nasm| INTEL
X64/RdRand.asm | INTEL
X64/CpuPause.asm | INTEL
X64/EnableDisableInterrupts.asm | INTEL
@@ -626,6 +628,7 @@
X64/EnableCache.S | GCC
X64/DisableCache.nasm| GCC
X64/DisableCache.S | GCC
X64/RdRand.nasm| GCC
X64/RdRand.S | GCC
ChkStkGcc.c | GCC