Skip to content

Commit

Permalink
UefiCpuPkg/BaseUefiCpuLib: Remove .S files for IA32 and X64 arch
Browse files Browse the repository at this point in the history
.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 <[email protected]>
Cc: Liming Gao <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <[email protected]>
Reviewed-by: Eric Dong <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
  • Loading branch information
shenglei10 authored and lgao4 committed Apr 3, 2019
1 parent 475a431 commit b2d13be
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 132 deletions.
2 changes: 0 additions & 2 deletions UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@

[Sources.IA32]
Ia32/InitializeFpu.nasm
Ia32/InitializeFpu.S

[Sources.X64]
X64/InitializeFpu.nasm
X64/InitializeFpu.S

[Packages]
MdePkg/MdePkg.dec
Expand Down
73 changes: 0 additions & 73 deletions UefiCpuPkg/Library/BaseUefiCpuLib/Ia32/InitializeFpu.S

This file was deleted.

57 changes: 0 additions & 57 deletions UefiCpuPkg/Library/BaseUefiCpuLib/X64/InitializeFpu.S

This file was deleted.

0 comments on commit b2d13be

Please sign in to comment.