From: Laszlo Ersek Date: Thu, 1 Feb 2018 21:35:18 +0000 (+0100) Subject: UefiCpuPkg/PiSmmCpuDxeSmm: remove *.S and *.asm assembly files X-Git-Tag: edk2-stable201903~1991 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=38a5df04ef05c07085b5787c7eb35d0319663991;hp=38a5df04ef05c07085b5787c7eb35d0319663991 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 Cc: Michael D Kinney Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=866 Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek Reviewed-by: Andrew Fish Reviewed-by: Liming Gao ---