]> git.proxmox.com Git - mirror_edk2.git/commit
UefiCpuPkg/PiSmmCpuDxeSmm: remove *.S and *.asm assembly files
authorLaszlo Ersek <lersek@redhat.com>
Thu, 1 Feb 2018 21:35:18 +0000 (22:35 +0100)
committerLaszlo Ersek <lersek@redhat.com>
Wed, 4 Apr 2018 14:44:00 +0000 (16:44 +0200)
commit38a5df04ef05c07085b5787c7eb35d0319663991
tree0ca08ca40da5b37eb189df8f9c5730b3038e4e4c
parent8596c140907ebfeabf62427686280666a4e04893
UefiCpuPkg/PiSmmCpuDxeSmm: remove *.S and *.asm assembly files

All edk2 toolchains use NASM for compiling X86 assembly source code. We
plan to remove X86 *.S and *.asm files globally, in order to reduce
maintenance and confusion:

http://mid.mail-archive.com/4A89E2EF3DFEDB4C8BFDE51014F606A14E1B9F76@SHSMSX104.ccr.corp.intel.com
https://lists.01.org/pipermail/edk2-devel/2018-March/022690.html
https://bugzilla.tianocore.org/show_bug.cgi?id=881

Let's start with UefiCpuPkg/PiSmmCpuDxeSmm: remove the *.S and *.asm
dialects (both Ia32 and X64) of the SmmInit, SmiEntry, SmiException and
MpFuncs sources.

Cc: Eric Dong <eric.dong@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=866
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Andrew Fish <afish@apple.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
17 files changed:
UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/MpFuncs.S [deleted file]
UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/MpFuncs.asm [deleted file]
UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/SmiEntry.S [deleted file]
UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/SmiEntry.asm [deleted file]
UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/SmiException.S [deleted file]
UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/SmiException.asm [deleted file]
UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/SmmInit.S [deleted file]
UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/SmmInit.asm [deleted file]
UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf
UefiCpuPkg/PiSmmCpuDxeSmm/X64/MpFuncs.S [deleted file]
UefiCpuPkg/PiSmmCpuDxeSmm/X64/MpFuncs.asm [deleted file]
UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmiEntry.S [deleted file]
UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmiEntry.asm [deleted file]
UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmiException.S [deleted file]
UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmiException.asm [deleted file]
UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmmInit.S [deleted file]
UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmmInit.asm [deleted file]