ajfish 
							
						 
					 
					
						
						
							
						
						92ea7f231b 
					 
					
						
						
							
							Updated the Runtime Driver to use the MDE libs for cache flush and removed local copy of Cache flush code. Updated FPD files that include Runtime driver as a new lib was added to Runtime Driver for the cache flush. Removed Cache Flush routine from EDK DXE SAL Lib.  
						
						... 
						
						
						
						Cleaned up BaseLib IPF cache routines to only Flush ranges when needed and not to flush the entire cache. 
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1811  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2006-10-22 07:32:16 +00:00 
						 
				 
			
				
					
						
							
							
								yshang1 
							
						 
					 
					
						
						
							
						
						c757cb321c 
					 
					
						
						
							
							git-svn-id:  https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1459  6f19259b-4bc3-4df7-8a09-765794883524  
						
						
						
						
					 
					
						2006-09-05 06:50:31 +00:00 
						 
				 
			
				
					
						
							
							
								yshang1 
							
						 
					 
					
						
						
							
						
						a93763b74d 
					 
					
						
						
							
							Follow up tracker:  
						
						... 
						
						
						
						EDKT236, EDKT237, EDKT232, EDKT229 , EDKT233
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1418  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2006-09-01 05:37:49 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						6ffd3b0cd2 
					 
					
						
						
							
							Add a Pcd to define the maximum number of performance log entries during PEI phase.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1398  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2006-08-29 01:52:19 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						e2c390b3a2 
					 
					
						
						
							
							Remove SecurityPolicy.h from EdkModulePkg, because this protocol has been defined in MdePkg.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1203  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2006-08-07 09:41:17 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
							
						
						563671d4d7 
					 
					
						
						
							
							EFI_FAULT_TOLERANT_WORKING_BLOCK_HEADER is defined wrongly. It should be the same with what is written down in FTW specification.  
						
						... 
						
						
						
						And WriteQueueSize should be defined UINT32 to make it the same width in 32 or 64-bits system.
Added two PCD entry: PcdFlashFvBaseArray and PcdFlashFvBaseArrayElementNumber
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1151  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2006-07-30 07:40:03 +00:00 
						 
				 
			
				
					
						
							
							
								yshang1 
							
						 
					 
					
						
						
							
						
						56836fe92b 
					 
					
						
						
							
							1) Check in Pei/Dxe status code;  
						
						... 
						
						
						
						2) OemHookStatusCodeLib and SerialPortLib class and null instance;
3) Remove all referenced code from EdkModulePkg,EdkNt32Pkg.
4) Add Nt32OemHookStatusCodeLib.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1067  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2006-07-21 14:25:43 +00:00 
						 
				 
			
				
					
						
							
							
								ajfish 
							
						 
					 
					
						
						
							
						
						a537f1483c 
					 
					
						
						
							
							Fixed some naming issues and update to the EDK II name. I also fixed an issue with the UEFI library forcing UEFI.h to include Tinao protocols. I make the UEFI library a DXE library so it would get the correct includes.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1048  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2006-07-19 12:24:11 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						bb3ee420c8 
					 
					
						
						
							
							git-svn-id:  https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@854  6f19259b-4bc3-4df7-8a09-765794883524  
						
						
						
						
					 
					
						2006-07-10 05:14:05 +00:00 
						 
				 
			
				
					
						
							
							
								davidhuang 
							
						 
					 
					
						
						
							
						
						045f4521f2 
					 
					
						
						
							
							1)Add a new module CapsuleRuntime under EdkModulePkg\Universal\Capsule\RuntimeDxe.And add the module into Nt32.fpd  
						
						... 
						
						
						
						2)Modify the related files to fit for the runtime services UpdateCapsule/QueryCapsuleCapabilities defined in UEFI2.0 spec
3)Modify the related files to fit for the runtime services QueryVariableInfo defined in UEFI2.0 spec
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@790  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2006-07-06 06:42:48 +00:00 
						 
				 
			
				
					
						
							
							
								yshang1 
							
						 
					 
					
						
						
							
						
						59b05fbba8 
					 
					
						
						
							
							git-svn-id:  https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@422  6f19259b-4bc3-4df7-8a09-765794883524  
						
						
						
						
					 
					
						2006-06-05 11:24:52 +00:00 
						 
				 
			
				
					
						
							
							
								bbahnsen 
							
						 
					 
					
						
						
							
						
						4cbd855edf 
					 
					
						
						
							
							Fix capitalization  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@219  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2006-05-19 22:43:26 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
							
						
						cd36853858 
					 
					
						
						
							
							Add CapsuleVendor and BootState GUIDs to PEIMs that depend on the EDK Module Package.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@135  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2006-05-12 16:53:17 +00:00 
						 
				 
			
				
					
						
							
							
								bbahnsen 
							
						 
					 
					
						
						
							
						
						878ddf1fc3 
					 
					
						
						
							
							Initial import.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2006-04-21 22:54:32 +00:00