IntelFrameworkModulePkg: Remove X86 ASM and S files
authorLiming Gao <liming.gao@intel.com>
Mon, 4 Jun 2018 05:36:20 +0000 (13:36 +0800)
committerLiming Gao <liming.gao@intel.com>
Thu, 7 Jun 2018 07:27:31 +0000 (15:27 +0800)
commitccbd8d84a6027394a41ac940177d6ffa418b2384
tree96f34ab68bb2f59c67f9b8de89fccf973be26b5e
parent6d614649abfb4fc80d303467bc1a30851e191fdd
IntelFrameworkModulePkg: Remove X86 ASM and S files

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 <liming.gao@intel.com>
Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
IntelFrameworkModulePkg/Csm/LegacyBiosDxe/IA32/InterruptTable.S [deleted file]
IntelFrameworkModulePkg/Csm/LegacyBiosDxe/IA32/InterruptTable.asm [deleted file]
IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf
IntelFrameworkModulePkg/Csm/LegacyBiosDxe/X64/InterruptTable.S [deleted file]
IntelFrameworkModulePkg/Csm/LegacyBiosDxe/X64/InterruptTable.asm [deleted file]