]> git.proxmox.com Git - mirror_edk2.git/commit - UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
UefiCpuPkg: Remove X86 ASM and S files
authorLiming Gao <liming.gao@intel.com>
Mon, 4 Jun 2018 05:36:40 +0000 (13:36 +0800)
committerLiming Gao <liming.gao@intel.com>
Thu, 7 Jun 2018 07:27:36 +0000 (15:27 +0800)
commit236601136fea5dcfad4b57ce4a81cf980a22e1f4
treee772116f4b80f141b3a85b56aca20ff2bc1bf6c6
parentec51c05936ee46f5a8cc11e3b127e153af3e3943
UefiCpuPkg: Remove X86 ASM and S files

NASM has replaced ASM and S files.
1. Remove ASM from all modules expect for the ones in ResetVector directory.
The ones in ResetVector directory are included by Vtf0.nasmb. They are
also nasm style.
2. Remove S files from the drivers only.
3. https://bugzilla.tianocore.org/show_bug.cgi?id=881
After NASM is updated, S files can be removed from Library.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
24 files changed:
UefiCpuPkg/CpuDxe/CpuDxe.inf
UefiCpuPkg/CpuDxe/Ia32/CpuAsm.S [deleted file]
UefiCpuPkg/CpuDxe/Ia32/CpuAsm.asm [deleted file]
UefiCpuPkg/CpuDxe/X64/CpuAsm.S [deleted file]
UefiCpuPkg/CpuDxe/X64/CpuAsm.asm [deleted file]
UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
UefiCpuPkg/Library/BaseUefiCpuLib/Ia32/InitializeFpu.asm [deleted file]
UefiCpuPkg/Library/BaseUefiCpuLib/X64/InitializeFpu.asm [deleted file]
UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ExceptionHandlerAsm.asm [deleted file]
UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf
UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf
UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf
UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ExceptionHandlerAsm.asm [deleted file]
UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/SmiEntry.asm [deleted file]
UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/SmiException.asm [deleted file]
UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLibStm.inf
UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/SmiEntry.asm [deleted file]
UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/SmiException.asm [deleted file]
UefiCpuPkg/Universal/Acpi/S3Resume2Pei/Ia32/AsmFuncs.S [deleted file]
UefiCpuPkg/Universal/Acpi/S3Resume2Pei/Ia32/AsmFuncs.asm [deleted file]
UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf
UefiCpuPkg/Universal/Acpi/S3Resume2Pei/X64/AsmFuncs.S [deleted file]
UefiCpuPkg/Universal/Acpi/S3Resume2Pei/X64/AsmFuncs.asm [deleted file]