]> git.proxmox.com Git - mirror_edk2.git/commit
UefiCpuPkg/BaseUefiCpuLib: Remove .S files for IA32 and X64 arch
authorShenglei Zhang <shenglei.zhang@intel.com>
Wed, 6 Mar 2019 07:21:52 +0000 (15:21 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 3 Apr 2019 05:27:42 +0000 (13:27 +0800)
commitb2d13be506fb2732b4460e663558bf16b2ad347f
tree8dc9bcc80b210174dd271e6d8f561e8bacc9776e
parent475a4317c0371e433f6b8599ac54d32e1ba20fc8
UefiCpuPkg/BaseUefiCpuLib: Remove .S files for IA32 and X64 arch

.nasm file has been added for X86 arch. .S assembly code
is not required any more.
https://bugzilla.tianocore.org/show_bug.cgi?id=1594

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
UefiCpuPkg/Library/BaseUefiCpuLib/Ia32/InitializeFpu.S [deleted file]
UefiCpuPkg/Library/BaseUefiCpuLib/X64/InitializeFpu.S [deleted file]