audk/MdePkg/Library/PeiMemoryLib
qhuang8 1fef058f4b clean up all of eight BaseMemoryLib instances in MdePkg with the following updates:
1.	Remove .intel_syntax directives in GCC assembly files. All these assembly files have been updated to use the preferred syntax for GAS
2.	Correct the incorrect comments for internal worker functions for SetMemXX() and ScanMemXX(). The Length parameter is actually the counter of 16-bit, 32-bit or 64-bit value. 
3.	Simplify the logic in ZeroMemoryWrapper.c for BaseMemoryLibOptPei instance to remove the conditional statement for zero length. This logic is already covered by worker function InternalMemZeroMem(). 
4.	Cleanup all the Wrapper C files in BaseMemoryLib instances. They are supposed to be shared by all these 8 BaseMemoryLib instances, but are out-of-sync after some maintenance. This patch re-syncs them and makes them exactly the same.
5.	Cleanup MemLibInternal.h so that it is shared by 6 BaseMemoryLib instance except for PeiMemoryLib and UefiMemoryLib.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9041 6f19259b-4bc3-4df7-8a09-765794883524
2009-08-11 15:32:16 +00:00
..
CompareMemWrapper.c clean up all of eight BaseMemoryLib instances in MdePkg with the following updates: 2009-08-11 15:32:16 +00:00
CopyMemWrapper.c clean up all of eight BaseMemoryLib instances in MdePkg with the following updates: 2009-08-11 15:32:16 +00:00
MemLib.c Correct the wrong '?' character to '-', and add check DestinationBuffer == SourceBuffer for CompareMem functions in all BaseMemory library instances. 2008-09-08 01:24:16 +00:00
MemLibGeneric.c clean up all of eight BaseMemoryLib instances in MdePkg with the following updates: 2009-08-11 15:32:16 +00:00
MemLibGuid.c clean up all of eight BaseMemoryLib instances in MdePkg with the following updates: 2009-08-11 15:32:16 +00:00
MemLibInternals.h clean up all of eight BaseMemoryLib instances in MdePkg with the following updates: 2009-08-11 15:32:16 +00:00
PeiMemoryLib.inf Clean up the unused EDK_RELEASE_VERSION, PI_SPECIFICATION_VERSION and EFI_SPECIFICATION_VERSION from all the MdePkg INF files. 2008-11-25 02:36:57 +00:00
ScanMem8Wrapper.c clean up all of eight BaseMemoryLib instances in MdePkg with the following updates: 2009-08-11 15:32:16 +00:00
ScanMem16Wrapper.c clean up all of eight BaseMemoryLib instances in MdePkg with the following updates: 2009-08-11 15:32:16 +00:00
ScanMem32Wrapper.c clean up all of eight BaseMemoryLib instances in MdePkg with the following updates: 2009-08-11 15:32:16 +00:00
ScanMem64Wrapper.c clean up all of eight BaseMemoryLib instances in MdePkg with the following updates: 2009-08-11 15:32:16 +00:00
SetMem16Wrapper.c clean up all of eight BaseMemoryLib instances in MdePkg with the following updates: 2009-08-11 15:32:16 +00:00
SetMem32Wrapper.c clean up all of eight BaseMemoryLib instances in MdePkg with the following updates: 2009-08-11 15:32:16 +00:00
SetMem64Wrapper.c clean up all of eight BaseMemoryLib instances in MdePkg with the following updates: 2009-08-11 15:32:16 +00:00
SetMemWrapper.c clean up all of eight BaseMemoryLib instances in MdePkg with the following updates: 2009-08-11 15:32:16 +00:00
ZeroMemWrapper.c clean up all of eight BaseMemoryLib instances in MdePkg with the following updates: 2009-08-11 15:32:16 +00:00