mirror of https://github.com/acidanthera/audk.git
rename filename to match actual ones.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5985 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
e94cb41ac4
commit
30ab8a1296
|
@ -70,17 +70,17 @@
|
|||
MemLibGuid.c
|
||||
|
||||
[Sources.X64]
|
||||
x64/ScanMem64.asm
|
||||
x64/ScanMem32.asm
|
||||
x64/ScanMem16.asm
|
||||
x64/ScanMem8.asm
|
||||
x64/CompareMem.asm
|
||||
x64/ZeroMem.asm
|
||||
x64/SetMem64.asm
|
||||
x64/SetMem32.asm
|
||||
x64/SetMem16.asm
|
||||
x64/SetMem.asm
|
||||
x64/CopyMem.asm
|
||||
X64/ScanMem64.asm
|
||||
X64/ScanMem32.asm
|
||||
X64/ScanMem16.asm
|
||||
X64/ScanMem8.asm
|
||||
X64/CompareMem.asm
|
||||
X64/ZeroMem.asm
|
||||
X64/SetMem64.asm
|
||||
X64/SetMem32.asm
|
||||
X64/SetMem16.asm
|
||||
X64/SetMem.asm
|
||||
X64/CopyMem.asm
|
||||
ScanMem64Wrapper.c
|
||||
ScanMem32Wrapper.c
|
||||
ScanMem16Wrapper.c
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
# Base Memory Library that uses REP string instructions for
|
||||
# high performance and small size. Optimized for use in PEI.
|
||||
# Copyright (c) 2007, Intel Corporation
|
||||
# Copyright (c) 2007 - 2008, Intel Corporation
|
||||
#
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are licensed and made available under the terms and conditions of the BSD License
|
||||
|
@ -70,17 +70,17 @@
|
|||
MemLibGuid.c
|
||||
|
||||
[Sources.X64]
|
||||
x64/ScanMem64.asm
|
||||
x64/ScanMem32.asm
|
||||
x64/ScanMem16.asm
|
||||
x64/ScanMem8.asm
|
||||
x64/CompareMem.asm
|
||||
x64/ZeroMem.asm
|
||||
x64/SetMem64.asm
|
||||
x64/SetMem32.asm
|
||||
x64/SetMem16.asm
|
||||
x64/SetMem.asm
|
||||
x64/CopyMem.asm
|
||||
X64/ScanMem64.asm
|
||||
X64/ScanMem32.asm
|
||||
X64/ScanMem16.asm
|
||||
X64/ScanMem8.asm
|
||||
X64/CompareMem.asm
|
||||
X64/ZeroMem.asm
|
||||
X64/SetMem64.asm
|
||||
X64/SetMem32.asm
|
||||
X64/SetMem16.asm
|
||||
X64/SetMem.asm
|
||||
X64/CopyMem.asm
|
||||
ScanMem64Wrapper.c
|
||||
ScanMem32Wrapper.c
|
||||
ScanMem16Wrapper.c
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
# Base Memory Library that uses REP string instructions for
|
||||
# high performance and small size. Optimized for use in PEI.
|
||||
# Copyright (c) 2007, Intel Corporation
|
||||
# Copyright (c) 2007 - 2008, Intel Corporation
|
||||
#
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are licensed and made available under the terms and conditions of the BSD License
|
||||
|
@ -70,28 +70,28 @@
|
|||
MemLibGuid.c
|
||||
|
||||
[Sources.X64]
|
||||
x64/ScanMem64.S
|
||||
x64/ScanMem32.S
|
||||
x64/ScanMem16.S
|
||||
x64/ScanMem8.S
|
||||
x64/CompareMem.S
|
||||
x64/ZeroMem.S
|
||||
x64/SetMem64.S
|
||||
x64/SetMem32.S
|
||||
x64/SetMem16.S
|
||||
x64/SetMem.S
|
||||
x64/CopyMem.S
|
||||
x64/ScanMem64.asm
|
||||
x64/ScanMem32.asm
|
||||
x64/ScanMem16.asm
|
||||
x64/ScanMem8.asm
|
||||
x64/CompareMem.asm
|
||||
x64/ZeroMem.asm
|
||||
x64/SetMem64.asm
|
||||
x64/SetMem32.asm
|
||||
x64/SetMem16.asm
|
||||
x64/SetMem.asm
|
||||
x64/CopyMem.asm
|
||||
X64/ScanMem64.S
|
||||
X64/ScanMem32.S
|
||||
X64/ScanMem16.S
|
||||
X64/ScanMem8.S
|
||||
X64/CompareMem.S
|
||||
X64/ZeroMem.S
|
||||
X64/SetMem64.S
|
||||
X64/SetMem32.S
|
||||
X64/SetMem16.S
|
||||
X64/SetMem.S
|
||||
X64/CopyMem.S
|
||||
X64/ScanMem64.asm
|
||||
X64/ScanMem32.asm
|
||||
X64/ScanMem16.asm
|
||||
X64/ScanMem8.asm
|
||||
X64/CompareMem.asm
|
||||
X64/ZeroMem.asm
|
||||
X64/SetMem64.asm
|
||||
X64/SetMem32.asm
|
||||
X64/SetMem16.asm
|
||||
X64/SetMem.asm
|
||||
X64/CopyMem.asm
|
||||
ScanMem64Wrapper.c
|
||||
ScanMem32Wrapper.c
|
||||
ScanMem16Wrapper.c
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
# Base Memory Library that uses XMM registers for high performance.
|
||||
# Optimized for use in DXE.
|
||||
# Copyright (c) 2007, Intel Corporation
|
||||
# Copyright (c) 2007 - 2008, Intel Corporation
|
||||
#
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are licensed and made available under the terms and conditions of the BSD License
|
||||
|
@ -70,17 +70,17 @@
|
|||
MemLibGuid.c
|
||||
|
||||
[Sources.X64]
|
||||
x64/ScanMem64.asm
|
||||
x64/ScanMem32.asm
|
||||
x64/ScanMem16.asm
|
||||
x64/ScanMem8.asm
|
||||
x64/CompareMem.asm
|
||||
x64/ZeroMem.asm
|
||||
x64/SetMem64.asm
|
||||
x64/SetMem32.asm
|
||||
x64/SetMem16.asm
|
||||
x64/SetMem.asm
|
||||
x64/CopyMem.asm
|
||||
X64/ScanMem64.asm
|
||||
X64/ScanMem32.asm
|
||||
X64/ScanMem16.asm
|
||||
X64/ScanMem8.asm
|
||||
X64/CompareMem.asm
|
||||
X64/ZeroMem.asm
|
||||
X64/SetMem64.asm
|
||||
X64/SetMem32.asm
|
||||
X64/SetMem16.asm
|
||||
X64/SetMem.asm
|
||||
X64/CopyMem.asm
|
||||
ScanMem64Wrapper.c
|
||||
ScanMem32Wrapper.c
|
||||
ScanMem16Wrapper.c
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
# A non-functional instance of the Timer Library that can be used as a template
|
||||
# for the implementation of a functional timer library instance. This library instance can
|
||||
# also be used to test build DXE, Runtime, DXE SAL, and DXE SMM modules that require timer
|
||||
# services as well as EBC modules that require timer services
|
||||
# Copyright (c) 2007, Intel Corporation.
|
||||
# services as well as EBC modules that require timer services.
|
||||
# Copyright (c) 2007 - 2008, Intel Corporation.
|
||||
#
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are licensed and made available under the terms and conditions of the BSD License
|
||||
|
|
Loading…
Reference in New Issue