summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/BaseLib.inf
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2016-05-30 18:52:02 -0700
committerLiming Gao <liming.gao@intel.com>2016-06-28 09:49:50 +0800
commitac94856d753098757896aa33b3dbb83a57e16933 (patch)
treeb115eece34b1e8b98d71e0accb41866178d5fd95 /MdePkg/Library/BaseLib/BaseLib.inf
parent29384370028258fdb3cbe50ed67c5da48b9ab2f5 (diff)
downloadedk2-ac94856d753098757896aa33b3dbb83a57e16933.tar.gz
edk2-ac94856d753098757896aa33b3dbb83a57e16933.tar.bz2
edk2-ac94856d753098757896aa33b3dbb83a57e16933.zip
MdePkg BaseLib: Convert X64/FxRestore.asm to NASM
The BaseTools/Scripts/ConvertMasmToNasm.py script was used to convert X64/FxRestore.asm to X64/FxRestore.nasm Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'MdePkg/Library/BaseLib/BaseLib.inf')
-rw-r--r--MdePkg/Library/BaseLib/BaseLib.inf2
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Library/BaseLib/BaseLib.inf b/MdePkg/Library/BaseLib/BaseLib.inf
index 561bd27746..c8bd5344ce 100644
--- a/MdePkg/Library/BaseLib/BaseLib.inf
+++ b/MdePkg/Library/BaseLib/BaseLib.inf
@@ -505,6 +505,7 @@
X64/ReadMm1.asm | MSFT
X64/ReadMm0.nasm| MSFT
X64/ReadMm0.asm | MSFT
+ X64/FxRestore.nasm| MSFT
X64/FxRestore.asm | MSFT
X64/FxSave.asm | MSFT
X64/WriteLdtr.asm | MSFT
@@ -607,6 +608,7 @@
X64/ReadMm1.asm | INTEL
X64/ReadMm0.nasm| INTEL
X64/ReadMm0.asm | INTEL
+ X64/FxRestore.nasm| INTEL
X64/FxRestore.asm | INTEL
X64/FxSave.asm | INTEL
X64/WriteLdtr.asm | INTEL