diff options
author | Jordan Justen <jordan.l.justen@intel.com> | 2016-05-30 18:52:18 -0700 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2016-06-28 09:51:59 +0800 |
commit | 0ed65cc2f998afadc2edf6f9c18f847fb928c492 (patch) | |
tree | c2196cbd29a4acd6580e29c6d529328a7afd7d3b /MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf | |
parent | 92bcfd3796305192861a5b49bcf839568f2fecb9 (diff) | |
download | edk2-platforms-0ed65cc2f998afadc2edf6f9c18f847fb928c492.tar.xz |
MdeModulePkg BootScriptExecutorDxe: Convert IA32/S3Asm.asm to NASM
The BaseTools/Scripts/ConvertMasmToNasm.py script was used to convert
IA32/S3Asm.asm to IA32/S3Asm.nasm
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf')
-rw-r--r-- | MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf b/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf index a1bdee8e4d..ad34650a79 100644 --- a/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf +++ b/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf @@ -43,6 +43,7 @@ [Sources.Ia32]
IA32/SetIdtEntry.c
+ IA32/S3Asm.nasm
IA32/S3Asm.asm
IA32/S3Asm.S
|