MdePkg: 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>
This commit is contained in:
Liming Gao
2018-06-04 13:26:22 +08:00
parent b20085454e
commit 13688930ae
308 changed files with 8 additions and 15375 deletions

View File

@@ -4,7 +4,7 @@
# Base Memory Library that is optimized for use in DXE phase.
# Uses REP, MMX, XMM registers as required for best performance.
#
# Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>
# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -57,63 +57,41 @@
Ia32/CopyMem.nasm
Ia32/CopyMem.S
Ia32/ScanMem64.nasm
Ia32/ScanMem64.asm
Ia32/ScanMem32.nasm
Ia32/ScanMem32.asm
Ia32/ScanMem16.nasm
Ia32/ScanMem16.asm
Ia32/ScanMem8.nasm
Ia32/ScanMem8.asm
Ia32/CompareMem.nasm
Ia32/CompareMem.asm
Ia32/ZeroMem.nasm
Ia32/ZeroMem.asm
Ia32/SetMem64.nasm
Ia32/SetMem64.asm
Ia32/SetMem32.nasm
Ia32/SetMem32.asm
Ia32/SetMem16.nasm
Ia32/SetMem16.asm
Ia32/SetMem.nasm
Ia32/SetMem.asm
Ia32/CopyMem.nasm
Ia32/CopyMem.asm
Ia32/IsZeroBuffer.nasm
MemLibGuid.c
[Sources.X64]
X64/ScanMem64.nasm
X64/ScanMem64.asm
X64/ScanMem64.S
X64/ScanMem32.nasm
X64/ScanMem32.asm
X64/ScanMem32.S
X64/ScanMem16.nasm
X64/ScanMem16.asm
X64/ScanMem16.S
X64/ScanMem8.nasm
X64/ScanMem8.asm
X64/ScanMem8.S
X64/CompareMem.nasm
X64/CompareMem.asm
X64/CompareMem.S
X64/ZeroMem.nasm
X64/ZeroMem.asm
X64/ZeroMem.S
X64/SetMem64.nasm
X64/SetMem64.asm
X64/SetMem64.S
X64/SetMem32.nasm
X64/SetMem32.asm
X64/SetMem32.S
X64/SetMem16.nasm
X64/SetMem16.asm
X64/SetMem16.S
X64/SetMem.nasm
X64/SetMem.asm
X64/SetMem.S
X64/CopyMem.nasm
X64/CopyMem.asm
X64/CopyMem.S
X64/IsZeroBuffer.nasm
MemLibGuid.c