myronporter 
							
						 
					 
					
						
						
						
						
							
						
						
							2fc59a003e 
							
						 
					 
					
						
						
							
							Minor grammatical work--mostly adding periods.  Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated.  Sending  separately a list of files missing Doxygen @param and @return information. (PENDING)  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10604  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2010-06-25 21:56:02 +00:00 
						 
				 
			
				
					
						
							
							
								hhtian 
							
						 
					 
					
						
						
						
						
							
						
						
							c33c6476ca 
							
						 
					 
					
						
						
							
							Update the copyright notice format  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10411  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2010-04-23 16:23:28 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							6bfbb5f0e0 
							
						 
					 
					
						
						
							
							1. Correct File header to ## @file  
						
						... 
						
						
						
						2. Remove unnecessary .common] postfix on section.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10052  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2010-02-24 00:21:16 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							56385d4987 
							
						 
					 
					
						
						
							
							1. fix the wrong description, change "target the buffer" to "the target buffer"  
						
						... 
						
						
						
						2. fix ICC/GYGGCC build failure on ScanMemN() in X64 arch, it can not reach the last sentence when UINTN is equal to UINT64.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9530  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-12-07 04:48:53 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
						
						
							
						
						
							f7753a96ba 
							
						 
					 
					
						
						
							
							Add SetMemN() and ScanMemN() to the BaseMemoryLib class and all BaseMemoryLib implementations  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9517  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-12-05 18:48:52 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							945f5f400b 
							
						 
					 
					
						
						
							
							Use "movd" instruction to manipulate MMX register to support more GNU assemblers.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9055  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-08-12 02:23:31 +00:00 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
						
						
							
						
						
							132f41f0a9 
							
						 
					 
					
						
						
							
							Replace .globl with ASM_GLOBAL  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8346  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-05-20 10:22:09 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							d3c0cbcecc 
							
						 
					 
					
						
						
							
							cleanup the .S file to wrap all public symbols with ASM_PFX() macro,which is used to generate underscore prior to public symbol or not within various GCC distribution versions.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8316  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-05-15 03:21:08 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
						
						
							
						
						
							34b0820ec6 
							
						 
					 
					
						
						
							
							INF file verified, and Coding Style reviewed.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7232  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-01-09 07:23:31 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							373ade0eb6 
							
						 
					 
					
						
						
							
							Update copyright for files modified in this year  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7148  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-29 14:07:07 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
						
						
							
						
						
							efb2311707 
							
						 
					 
					
						
						
							
							Synchronize MdePkg h files to Library/Base* c files.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6984  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-11 04:45:23 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
						
						
							
						
						
							eb1c78dbb9 
							
						 
					 
					
						
						
							
							Synchronize function comment in MdePkg\Library\BaseMemoryLib.h,CacheMaintenanceLib.h  with the c file instance of  this functions.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6721  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-11-25 07:25:14 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							dc8577f275 
							
						 
					 
					
						
						
							
							Clean up the unused EDK_RELEASE_VERSION, PI_SPECIFICATION_VERSION and EFI_SPECIFICATION_VERSION from all the MdePkg INF files.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6716  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-11-25 02:36:57 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							b1ff428c96 
							
						 
					 
					
						
						
							
							Update to use DOS format  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6360  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-11-03 09:25:10 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							e34ecc8a1e 
							
						 
					 
					
						
						
							
							Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in INF file  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6281  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-10-29 03:17:21 +00:00 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
						
						
							
						
						
							85ea851e6a 
							
						 
					 
					
						
						
							
							Refine file header for INF files of MDE library instances.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6273  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-10-28 09:45:52 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							852f5d9673 
							
						 
					 
					
						
						
							
							unify the name convention of label in .S files  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6195  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-10-23 06:46:29 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							4df876adfb 
							
						 
					 
					
						
						
							
							add corresponding .S files for BaseMemoryLibXXX X64 arch. Note that we use ".intel_syntax  noprefix" directive to simplify the .S implementation.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6184  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-10-22 08:36:39 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							d531bfee01 
							
						 
					 
					
						
						
							
							CodeReview for MdePkg/BaseMemoryXXX libraries. Refine file description, function comments and move some redundant logic.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6167  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-10-21 06:52:21 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							30ab8a1296 
							
						 
					 
					
						
						
							
							rename filename to match actual ones.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5985  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-09-25 03:24:17 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							e94cb41ac4 
							
						 
					 
					
						
						
							
							Rename  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5984  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-09-25 03:16:01 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							2bfb60098f 
							
						 
					 
					
						
						
							
							1. Change 0 == Length style to Length == 0  
						
						... 
						
						
						
						2. Clean BasePeCoff library instance, only keep one copy PeCoffLoaderEx.c file for IA32, X64 and IPF arch
3. Clean the confused comments
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5927  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-09-18 14:27:39 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							1efcc4ae46 
							
						 
					 
					
						
						
							
							remove unnecessary comments introduced by tools from MdePkg. The regular express is "//^p//[  ]Include[ ]common[ ]header[ ]file[ ]for[ ]this[ ]module[.]^p//"  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5911  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-09-17 07:46:17 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							cc4e048504 
							
						 
					 
					
						
						
							
							Correct the wrong '?' character to '-', and add check DestinationBuffer == SourceBuffer for CompareMem functions in all BaseMemory library instances.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5831  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-09-08 01:24:16 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							14bcde689e 
							
						 
					 
					
						
						
							
							remove the unused msa files in MdePkg.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5725  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-08-25 05:00:23 +00:00 
						 
				 
			
				
					
						
							
							
								yshang1 
							
						 
					 
					
						
						
						
						
							
						
						
							42eedea958 
							
						 
					 
					
						
						
							
							Code Scrub for MdePkg.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5567  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-07-25 12:21:57 +00:00 
						 
				 
			
				
					
						
							
							
								yshang1 
							
						 
					 
					
						
						
						
						
							
						
						
							38bbd3d91c 
							
						 
					 
					
						
						
							
							Code scrub:  
						
						... 
						
						
						
						MdePkg/Library/BaseCacheMaintenanceLib
MdePkg/Library/BaseDebugLibNull
MdePkg/Library/BaseIoLibIntrinsic
MdePkg/Library/BaseLib
MdePkg/Library/BaseMemoryLib
MdePkg/Library/BaseMemoryLibMmx
MdePkg/Library/BaseMemoryLibOptDxe
MdePkg/Library/BaseMemoryLibOptPei
MdePkg/Library/BaseMemoryLibRepStr
MdePkg/Library/BaseMemoryLibSse2
MdePkg/Library/BasePeCoffGetEntryPointLib
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5426  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-07-08 09:38:43 +00:00 
						 
				 
			
				
					
						
							
							
								jwang36 
							
						 
					 
					
						
						
						
						
							
						
						
							15d10a4c78 
							
						 
					 
					
						
						
							
							Changed to pass the build with Visual Studio 2005  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4074  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-10-10 07:03:04 +00:00 
						 
				 
			
				
					
						
							
							
								yshang1 
							
						 
					 
					
						
						
						
						
							
						
						
							d074a8e1a2 
							
						 
					 
					
						
						
							
							Update Mde/MdeModulePkg to support ICC build for IA32/X64.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3892  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-09-19 06:15:43 +00:00 
						 
				 
			
				
					
						
							
							
								yshang1 
							
						 
					 
					
						
						
						
						
							
						
						
							5088ce25ff 
							
						 
					 
					
						
						
							
							Remove unused comments in MdePkg.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3368  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-19 09:43:43 +00:00 
						 
				 
			
				
					
						
							
							
								AJFISH 
							
						 
					 
					
						
						
						
						
							
						
						
							d5b86e43cf 
							
						 
					 
					
						
						
							
							Removed MdePkg usage of ModuleName: in file headers  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3217  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-12 22:59:43 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							f1baef624f 
							
						 
					 
					
						
						
							
							1. Port X64, IPF and EBC arch for BaseLib  
						
						... 
						
						
						
						2. Port X64 arch codes for BaseMemoryLibRepStr and BaseMemoryLibSee2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2955  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-02 09:34:25 +00:00 
						 
				 
			
				
					
						
							
							
								AJFISH 
							
						 
					 
					
						
						
						
						
							
						
						
							f734a10ab1 
							
						 
					 
					
						
						
							
							Removed CommonHeader.h generated file from the MdePkg.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2922  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-06-29 23:22:13 +00:00 
						 
				 
			
				
					
						
							
							
								AJFISH 
							
						 
					 
					
						
						
						
						
							
						
						
							5ed00ce4ad 
							
						 
					 
					
						
						
							
							removed [includes] section from MdePkg and MdeModulePkg .inf files. The includes sections are not needed and are redundant with [packages] section  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2917  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-06-29 16:44:40 +00:00 
						 
				 
			
				
					
						
							
							
								AJFISH 
							
						 
					 
					
						
						
						
						
							
						
						
							842f5579c7 
							
						 
					 
					
						
						
							
							Updated headers to follow coding standard  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2815  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-06-27 22:53:31 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							e1f414b6a7 
							
						 
					 
					
						
						
							
							Import some basic libraries instances for Mde Packages.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2704  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-06-22 03:21:45 +00:00 
						 
				 
			
				
					
						
							
							
								lhauch 
							
						 
					 
					
						
						
						
						
							
						
						
							586cd1f1f4 
							
						 
					 
					
						
						
							
							Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break existing builds. Also updated the SPD and FPD files UiNames  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2616  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-06-01 14:49:55 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							1a8a2ed39a 
							
						 
					 
					
						
						
							
							BaseMemoryLibSse2 library doesn't support IPF and EBC. I remove these archs for this module.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2307  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-01-25 02:45:41 +00:00 
						 
				 
			
				
					
						
							
							
								bbahnsen 
							
						 
					 
					
						
						
						
						
							
						
						
							526f8a8a3b 
							
						 
					 
					
						
						
							
							The header file applies to all architectures.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2202  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-01-09 23:14:27 +00:00 
						 
				 
			
				
					
						
							
							
								cwu11 
							
						 
					 
					
						
						
						
						
							
						
						
							511710d68f 
							
						 
					 
					
						
						
							
							1.	Add the fix for the following Bugs:  
						
						... 
						
						
						
						i)	BMM_FAKE_NV_DATA definition inconsistent in bm.vfr and BootMain.h
        (EdkNt32Pkg\Dxe\PlatformBdsDxe\Generic\BootMaint\BootMain.h)
ii)	Change some files’ EOL(end of line) format to DOS. Some file use even mixed style EOL.
   (EdkModulePkg\Universal\DevicePath\Dxe\DevicePath.c, DevicepathFromText.c, DevicePathUtilities.c;
EdkModulePkg\Universal\Disk\DiskIo\Dxe\diskIo.c; MdePkg\Library\UefiLib\UefiNotTiano.c)
iii)    Change some illegal characters in many files, the problem is mainly connected with people using Chinese Input method to input symbols such as ' " - ?, etc. Multiple files are influenced.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1890  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2006-11-03 02:47:43 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							542834ce80 
							
						 
					 
					
						
						
							
							Remove the duplicated Copy Right in msa header.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1634  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2006-09-27 09:26:40 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							b7089db120 
							
						 
					 
					
						
						
							
							1.Fix .global issue in GAS (EdkT207).  
						
						... 
						
						
						
						2.Fix Label start with @ (EdkT208).
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1610  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2006-09-25 10:05:26 +00:00 
						 
				 
			
				
					
						
							
							
								bxing 
							
						 
					 
					
						
						
						
						
							
						
						
							eb227e96bd 
							
						 
					 
					
						
						
							
							1. Updated function headers for all assembly function  
						
						... 
						
						
						
						2. Optimized register usage in SetMemXX functions in all lib instances
3. Fixed a logical error in CopyMem for all lib instances
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1139  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2006-07-28 07:28:19 +00:00 
						 
				 
			
				
					
						
							
							
								jwang36 
							
						 
					 
					
						
						
						
						
							
						
						
							5e1c3eedcd 
							
						 
					 
					
						
						
							
							Added license & copyright declaration  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@967  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2006-07-13 08:24:50 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							f23c214dca 
							
						 
					 
					
						
						
							
							Fix bug in .S files.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@952  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2006-07-13 05:58:02 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							d08b357f8a 
							
						 
					 
					
						
						
							
							1.Fix SetMem64.S to not use SSE3 instruction  
						
						... 
						
						
						
						2.Make sure NULL-terminator can be appended.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@945  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2006-07-13 04:19:34 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							1fe4ef1bd8 
							
						 
					 
					
						
						
							
							1.	Updated some files’ description files in MdePkg, EdkModulePkg & EdkNt32Pkg.  
						
						... 
						
						
						
						2.	Update .msa files to add some missing files files in MdePkg 
3.	Add Help text to Mde Library related PCDs.
4.	Fix some bugs in CpuId.S and CpuIdEx.S.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@919  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2006-07-12 14:15:40 +00:00 
						 
				 
			
				
					
						
							
							
								bxing 
							
						 
					 
					
						
						
						
						
							
						
						
							db8f40e294 
							
						 
					 
					
						
						
							
							1. Added '#pragma pack' directive in BaseLib.h for the structure IA32_DESCRIPTOR  
						
						... 
						
						
						
						2. Updated SetMem64.asm's to remove any SSE3 instructions.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@901  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2006-07-12 09:23:28 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							15b06e58b0 
							
						 
					 
					
						
						
							
							Redefine SPEC and Release Version to 0x20000  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@826  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2006-07-07 14:37:11 +00:00