Skip to content

Commit

Permalink
IntelFrameworkModulePkg: Remove X86 ASM and S files
Browse files Browse the repository at this point in the history
NASM has replaced ASM and S files.
1. Remove ASM from all modules.
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 <[email protected]>
Reviewed-by: Michael Kinney <[email protected]>
  • Loading branch information
lgao4 committed Jun 7, 2018
1 parent 6d61464 commit ccbd8d8
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 288 deletions.
67 changes: 0 additions & 67 deletions IntelFrameworkModulePkg/Csm/LegacyBiosDxe/IA32/InterruptTable.S

This file was deleted.

73 changes: 0 additions & 73 deletions IntelFrameworkModulePkg/Csm/LegacyBiosDxe/IA32/InterruptTable.asm

This file was deleted.

6 changes: 1 addition & 5 deletions IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# This driver installs Legacy Bios Protocol to support CSM module work in EFI system.
#
# Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions
Expand Down Expand Up @@ -41,8 +41,6 @@
LegacyPci.c

[Sources.Ia32]
IA32/InterruptTable.S
IA32/InterruptTable.asm
IA32/InterruptTable.nasm
Thunk.c
LegacyBootSupport.c
Expand All @@ -51,8 +49,6 @@

[Sources.X64]
X64/InterruptTable.nasm
X64/InterruptTable.asm
X64/InterruptTable.S
Thunk.c
LegacyBootSupport.c
LegacyBbs.c
Expand Down
72 changes: 0 additions & 72 deletions IntelFrameworkModulePkg/Csm/LegacyBiosDxe/X64/InterruptTable.S

This file was deleted.

71 changes: 0 additions & 71 deletions IntelFrameworkModulePkg/Csm/LegacyBiosDxe/X64/InterruptTable.asm

This file was deleted.

0 comments on commit ccbd8d8

Please sign in to comment.