gikidy 
							
						 
					 
					
						
						
						
						
							
						
						
							d14faa5275 
							
						 
					 
					
						
						
							
							Update the SCSI Disk Driver to not mount drives on physical only SCSI channels  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8677  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-06-29 05:58:14 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
						
						
							
						
						
							ef13cf23ee 
							
						 
					 
					
						
						
							
							Enhance error handle of BuildDevicePath for it is possible to receive other errors.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8667  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-06-26 06:29:00 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							7e038442a8 
							
						 
					 
					
						
						
							
							remove the self-implementation on checksum() in this module by using BaseLib.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8637  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-06-24 02:30:53 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
						
						
							
						
						
							4607d9e5e1 
							
						 
					 
					
						
						
							
							The USB keyboard driver use too high TPL event (Notify) to a ckeck repeated key stoke, should use CallBack instead.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8527  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-06-11 06:25:30 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
						
						
							
						
						
							776a705ef1 
							
						 
					 
					
						
						
							
							Update USB Mass Storage driver to declare its dependency on the BaseLib  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8353  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-05-20 20:04:23 +00:00 
						 
				 
			
				
					
						
							
							
								rsun3 
							
						 
					 
					
						
						
						
						
							
						
						
							d1a8a1dc99 
							
						 
					 
					
						
						
							
							Fix a bug in the SCSI Bus driver due to which some SCSI devices can not be discovered. Per SCSI spec, the standard INQUIRY data shall contain at least 36 bytes and the length of the data is variable. The definition  
						
						... 
						
						
						
						///
/// Standard INQUIRY data format
///
typedef struct {
  UINT8 Peripheral_Type : 5;
  UINT8 Peripheral_Qualifier : 3;
  UINT8 DeviceType_Modifier : 7;
  UINT8 Rmb : 1;
  UINT8 Version;
  UINT8 Response_Data_Format;
  UINT8 Addnl_Length;
  UINT8 Reserved_5_95[95 - 5 + 1];
} EFI_SCSI_INQUIRY_DATA;
is longer than 36 bytes and EFI_BAD_BUFFER_SIZE may be returned if the actual inquiry data is less than that of EFI_SCSI_INQUIRY_DATA.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8329  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-05-19 05:38:40 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
						
						
							
						
						
							0254efc01e 
							
						 
					 
					
						
						
							
							Replace references to RFC 3066 with RFC 4646.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8212  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-30 05:32:11 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							bdc825139c 
							
						 
					 
					
						
						
							
							Changed ID into Id.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8130  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-20 05:47:57 +00:00 
						 
				 
			
				
					
						
							
							
								rsun3 
							
						 
					 
					
						
						
						
						
							
						
						
							cb7d01c0c9 
							
						 
					 
					
						
						
							
							HII Library Class interface refine.  
						
						... 
						
						
						
						The "HiiLib" prefix for all HII Library API function names changed to "Hii".
Remove: 
  HiiLibPreparePackageList(), replaced by HiiAddPackages()
  HiiLibNewString(), replaced by HiiSetString()
  HiiLibGetStringFromHandle(), replaced by HiiGetString()
  HiiLibGetStringFromToken(), replaced by HiiGetPackageString()
  HiiLibExtractGuidFromHiiHandle()
  HiiLibDevicePathToHiiHandle()
  HiiLibGetSupportedSecondaryLanguages()
  HiiLibGetSupportedLanguageNumber()
  HiiLibExportPackageLists()
  HiiLibListPackageLists()
  
Interface change:
  HiiAddPackages()
  HiiSetString()
  HiiGetString()
  HiiGetHiiHandles()
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8083  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-14 10:47:19 +00:00 
						 
				 
			
				
					
						
							
							
								jljusten 
							
						 
					 
					
						
						
						
						
							
						
						
							6d3ea23f11 
							
						 
					 
					
						
						
							
							Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8062  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-10 20:58:18 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							0428a6cb12 
							
						 
					 
					
						
						
							
							fixed DMA not be stopped issue when gBS->ExitBootServices called.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8058  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-10 08:31:45 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							c41c3e55d5 
							
						 
					 
					
						
						
							
							Install default keyboard layout package in USB keyboard driver.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8056  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-10 04:28:13 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							8a67d804b3 
							
						 
					 
					
						
						
							
							return value not follow spec.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8028  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-07 02:29:49 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
						
						
							
						
						
							b5378fa05e 
							
						 
					 
					
						
						
							
							Remove bypass of F11 and F12.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8019  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-03 06:47:25 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
						
						
							
						
						
							b96cd3133d 
							
						 
					 
					
						
						
							
							Read-Capacity16 command added for SCSI drivers  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8000  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-01 08:25:36 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							1e5914b54a 
							
						 
					 
					
						
						
							
							R8 tracker sync:  
						
						... 
						
						
						
						Our UEFI Driver supports both SCSI Passthru (SPT) and Ext SCSI Passthru (That is our driver installs both SCSI Passthru and Ext SCSI Passthru). When we unload our driver SCSI Bus driver closes only ESPT and keeps SPT open. Due to this when I load my driver second time the SPT installation will fail and now attempting to unload will either crash the system or hang the system. 
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7906  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-03-19 07:03:01 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							0dc9978436 
							
						 
					 
					
						
						
							
							add check for invalid handle.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7795  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-03-04 04:31:46 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							3dcdbe7a52 
							
						 
					 
					
						
						
							
							update  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7694  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-25 13:08:46 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							7fc80d4484 
							
						 
					 
					
						
						
							
							Retired gSimpleTextInExNotifyGuid, used local structure address to be notify handle.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7666  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-25 05:35:12 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							aa8f4f55ff 
							
						 
					 
					
						
						
							
							1. Retired HotPlugDevice protocol.  
						
						... 
						
						
						
						2. Check devicepath node to get hot plug information. Currently, USB and PCCard device are checked.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7562  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-23 02:51:45 +00:00 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
						
						
							
						
						
							fbfa4a1da7 
							
						 
					 
					
						
						
							
							Minor update on capitalization for ECC check.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7561  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-23 02:47:51 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							db0bd81c85 
							
						 
					 
					
						
						
							
							enhanced security check.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7516  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-13 03:36:02 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							cb0b858d6e 
							
						 
					 
					
						
						
							
							add assert logic to avoid Klocwork fake report  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7513  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-12 08:41:34 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							a1b749d074 
							
						 
					 
					
						
						
							
							add assert logic to avoid Klocwork fake report  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7511  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-12 06:23:15 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							fd0d484170 
							
						 
					 
					
						
						
							
							clean ecc  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7461  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-06 06:17:01 +00:00 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
						
						
							
						
						
							ed3a31b518 
							
						 
					 
					
						
						
							
							Pass ECC check.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7455  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-06 05:34:53 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
						
						
							
						
						
							a676b86b67 
							
						 
					 
					
						
						
							
							Coding style checked  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7454  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-06 05:12:48 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							4de1f28761 
							
						 
					 
					
						
						
							
							fix ecc  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7451  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-06 05:00:13 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							7b728d6273 
							
						 
					 
					
						
						
							
							Use TO_START and BY_START for UEFI driver model driver.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7431  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-04 07:59:50 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							17d6c2e782 
							
						 
					 
					
						
						
							
							3) Doxygen comment cleanup.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7430  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-04 07:02:05 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							e08d88c59e 
							
						 
					 
					
						
						
							
							3) Doxygen comment cleanup.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7429  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-04 06:59:23 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							597f4ee21c 
							
						 
					 
					
						
						
							
							1) Fix a typo in EhcMoniteAsyncRequests.  
						
						... 
						
						
						
						2) Code cleanup.
3) Doxygen comment cleanup.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7428  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-04 06:56:31 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
						
						
							
						
						
							01a5c99447 
							
						 
					 
					
						
						
							
							use the GUIDed versions of events listed below: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE and EVT_SIGNAL_EXIT_BOOT_SERVICES  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7420  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-03 11:09:53 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
						
						
							
						
						
							1068a65374 
							
						 
					 
					
						
						
							
							Code size optimized  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7415  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-03 06:11:04 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							280544daaa 
							
						 
					 
					
						
						
							
							Add information in Meta-Data file  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7399  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-03 00:30:46 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							603e7c0ce1 
							
						 
					 
					
						
						
							
							Add information in Meta-Data file  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7398  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-03 00:30:18 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							e7cd6e69e7 
							
						 
					 
					
						
						
							
							Add information in Meta-Data file  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7397  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-03 00:29:48 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							af58e37731 
							
						 
					 
					
						
						
							
							add parameter check logic to clean up Klocwork warning.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7390  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-02 05:50:45 +00:00 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
						
						
							
						
						
							7772b1760f 
							
						 
					 
					
						
						
							
							Update for Meta data.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7361  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-01-23 10:01:51 +00:00 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
						
						
							
						
						
							7a79628e35 
							
						 
					 
					
						
						
							
							Add check for NULL pointer.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7344  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-01-22 05:03:14 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
						
						
							
						
						
							49fabc83a5 
							
						 
					 
					
						
						
							
							Source level security checked  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7301  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-01-19 05:23:02 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
						
						
							
						
						
							8d4cd91527 
							
						 
					 
					
						
						
							
							1.Moved HotPlugDevice.h & SimpleTextInNotify.h from /Guid  to /Protocol  
						
						... 
						
						
						
						2.Modified the reference of two Guids in DEC file, Inf files and h files;
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7294  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-01-16 07:33:08 +00:00 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
						
						
							
						
						
							c92e277d99 
							
						 
					 
					
						
						
							
							Minor refinement for USB modules.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7257  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-01-13 08:46:31 +00:00 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
						
						
							
						
						
							81464cf106 
							
						 
					 
					
						
						
							
							Update for code security.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7255  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-01-13 08:29:55 +00:00 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
						
						
							
						
						
							3e03cb4d84 
							
						 
					 
					
						
						
							
							Refine USB Mass Storage Driver.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7247  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-01-12 07:30:42 +00:00 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
						
						
							
						
						
							d80ed2a76e 
							
						 
					 
					
						
						
							
							Code scrub for USB Mass Storage Driver.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7243  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-01-12 03:11:00 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
						
						
							
						
						
							3ed0238a62 
							
						 
					 
					
						
						
							
							INF extension reviewed  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7201  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-01-07 09:01:05 +00:00 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
						
						
							
						
						
							eec6d259fc 
							
						 
					 
					
						
						
							
							Renamed remotely  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7164  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-31 07:45:28 +00:00 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
						
						
							
						
						
							67b8a9ce2f 
							
						 
					 
					
						
						
							
							Code Scrub for USB Mouse Absolute Pointer Driver.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7163  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-31 07:32:33 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
						
						
							
						
						
							2d4117c049 
							
						 
					 
					
						
						
							
							Typo corrected  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7152  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-30 07:06:28 +00:00 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
						
						
							
						
						
							29129ce463 
							
						 
					 
					
						
						
							
							Code Scrub for USB mouse driver.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7151  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-30 05:55:39 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
						
						
							
						
						
							e15c65a371 
							
						 
					 
					
						
						
							
							Check Library usage and fix some typo.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7140  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-26 09:18:12 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
						
						
							
						
						
							d17371e86b 
							
						 
					 
					
						
						
							
							Check Library usage and fix some typo.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7137  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-26 08:42:24 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
						
						
							
						
						
							ec30be9e8c 
							
						 
					 
					
						
						
							
							Coding style checked  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7136  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-26 08:07:22 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
						
						
							
						
						
							7351070b11 
							
						 
					 
					
						
						
							
							Library usage checked  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7132  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-26 06:53:45 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
						
						
							
						
						
							7df7393feb 
							
						 
					 
					
						
						
							
							check the usage of %d,%x,%ld,%lx and so on in debug print statement.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7080  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-18 08:48:36 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
						
						
							
						
						
							f7a56b6eac 
							
						 
					 
					
						
						
							
							Library class of MemoryAllocationLib has been added.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7074  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-18 05:39:10 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
						
						
							
						
						
							94e0fd072b 
							
						 
					 
					
						
						
							
							Library class of MemoryAllocationLib has been added.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7073  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-18 05:30:57 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
						
						
							
						
						
							9b38ff3499 
							
						 
					 
					
						
						
							
							Some codes have been altered and replaced by functions of memory allocation library.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7072  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-18 05:28:26 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
						
						
							
						
						
							dfe687cad5 
							
						 
					 
					
						
						
							
							Fix some typo.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7067  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-17 09:35:12 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
						
						
							
						
						
							6c94a00d0e 
							
						 
					 
					
						
						
							
							Some codes have been altered and replaced by library functions which makes more efficient and rational.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7065  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-17 09:20:16 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							f3f2e05db8 
							
						 
					 
					
						
						
							
							Clean up to update the reference of the these macros:  
						
						... 
						
						
						
						EFI_SIGNATURE_16 -> SIGNATURE_16
  EFI_SIGNATURE_32 -> SIGNATURE_32
  EFI_SIGNATURE_64 -> SIGNATURE_64
  EFI_FIELD_OFFSET -> OFFSET_OF
  EFI_MAX_BIT      -> MAX_BIT
  EFI_MAX_ADDRESS  -> MAX_ADDRESS
These macros are not defined in UEFI spec. It makes more sense to use the equivalent macros in Base.h to avoid alias.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7056  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-16 15:34:21 +00:00 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
						
						
							
						
						
							3dad0f7c2e 
							
						 
					 
					
						
						
							
							Sync function prototype.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7029  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-15 07:22:20 +00:00 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
						
						
							
						
						
							b4e73a6373 
							
						 
					 
					
						
						
							
							Code Scrub for UsbKbDxe module.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7028  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-15 07:17:47 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
						
						
							
						
						
							d7db090280 
							
						 
					 
					
						
						
							
							Fix some typo.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7008  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-12 06:04:02 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
						
						
							
						
						
							5f8be01274 
							
						 
					 
					
						
						
							
							Add description to .inf files.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7004  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-12 03:21:13 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
						
						
							
						
						
							2c6d600e1c 
							
						 
					 
					
						
						
							
							INF module description added  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6973  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-10 08:20:01 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
						
						
							
						
						
							50d7ebad92 
							
						 
					 
					
						
						
							
							Change _CR() to BASE_CR() to follow naming convention  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6888  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-06 01:23:24 +00:00 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
						
						
							
						
						
							5899f27e06 
							
						 
					 
					
						
						
							
							Code Scrub for UsbKbDxe module.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6871  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-05 09:19:10 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
						
						
							
						
						
							edd1ceb7a0 
							
						 
					 
					
						
						
							
							Typo corrected  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6845  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-04 09:15:57 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
						
						
							
						
						
							d354ab7ff9 
							
						 
					 
					
						
						
							
							1)Global variables have been moved backward ahead of functions.  
						
						... 
						
						
						
						2)INF comments have been reviewed.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6839  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-04 07:12:25 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
						
						
							
						
						
							cfc8865f17 
							
						 
					 
					
						
						
							
							Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_ARCHITECTURES in inf files with DSC file.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6818  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-03 09:08:05 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
						
						
							
						
						
							aa79b0b379 
							
						 
					 
					
						
						
							
							Global variables have been moved backward ahead of functions.  
						
						... 
						
						
						
						Only a few cases were left due to its module structure.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6816  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-03 08:52:39 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							bfd89145aa 
							
						 
					 
					
						
						
							
							Add the AND of all architectural protocols for this special DXE_RUNTIME driver.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6767  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-11-27 14:08:09 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							e72a3b3ea8 
							
						 
					 
					
						
						
							
							Update SCSI modules to use new macros defined in UefiLib.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6564  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-11-17 14:22:23 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
						
						
							
						
						
							7077edb331 
							
						 
					 
					
						
						
							
							Code Scrub  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6543  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-11-14 02:49:25 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							dfb74df5fd 
							
						 
					 
					
						
						
							
							Rename the reference library class of UsbLib to UefiUsbLib.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6524  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-11-13 09:19:18 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							ae50ee26b5 
							
						 
					 
					
						
						
							
							Rename the reference library class of ScsiLib to UefiScsiLib.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6523  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-11-13 09:18:40 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
						
						
							
						
						
							9beb888e7c 
							
						 
					 
					
						
						
							
							Code Scrub:  
						
						... 
						
						
						
						MdeModulePkg\Bus\ScsiBusDxe\
MdeModulePkg\Bus\ScsiDisk\
 
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6465  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-11-12 01:30:58 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
						
						
							
						
						
							1232b21473 
							
						 
					 
					
						
						
							
							1, Add <Library/DevicePathLib.h> for all source that use device path utility macros  
						
						... 
						
						
						
						2, Add DevicePathLib library class to module's INF that use device path utility macros
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6456  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-11-11 15:42:40 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							d51cf796da 
							
						 
					 
					
						
						
							
							Rename EfiScsiStallSeconds to EFI_SCSI_STALL_SECONDS to follow the naming convention for MACRO.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6444  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-11-10 12:57:21 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
						
						
							
						
						
							e4ff9017f8 
							
						 
					 
					
						
						
							
							Remove over specific Guid  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6389  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-11-05 05:07:29 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							676df92c2c 
							
						 
					 
					
						
						
							
							Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading. Its implementation only check if a pointer is NULL. If a garbage pointer is passed in, the gBS->FreePool will still ASSERT in debug build and return error code.  
						
						... 
						
						
						
						It is recommended that module writer should keep track how a pointer is allocated and free it after use.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6306  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-10-30 07:32:46 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
						
						
							
						
						
							fe1e36e550 
							
						 
					 
					
						
						
							
							Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6296  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-10-30 06:05:06 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							0e549d5be5 
							
						 
					 
					
						
						
							
							Make use of correct format String:  
						
						... 
						
						
						
						1) UINT64 should use %lx
2) POINTER type should use %p
3) EFI_STATUS should use %r
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6253  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-10-27 10:13:00 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							ed66e1bc0d 
							
						 
					 
					
						
						
							
							clean up the un-suitable ';' location when declaring the functions.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5820  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-09-04 09:37:28 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							e53a6ea90e 
							
						 
					 
					
						
						
							
							remove EFI_EVENT_ alias, replace them with EVT_  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5813  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-09-04 07:42:38 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							60c93673b3 
							
						 
					 
					
						
						
							
							The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend on PI spec should include Uefi.h not PiDxe.h.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5758  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-08-30 14:09:38 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							e872988180 
							
						 
					 
					
						
						
							
							remove the unused msa files in MdeModulePkg.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5726  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-08-25 05:03:29 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							d3f1611730 
							
						 
					 
					
						
						
							
							Update some module INF files in MdeModulePkg to "UEFI_DRIVER"  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5676  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-08-18 09:18:44 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							9920ae74af 
							
						 
					 
					
						
						
							
							modify coding style to pass ecc tool  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5575  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-07-28 02:43:46 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							bb80e3b213 
							
						 
					 
					
						
						
							
							modify coding style to pass ecc tool  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5563  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-07-25 06:55:07 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							11dad244fd 
							
						 
					 
					
						
						
							
							remove a redefinition to pass ICC build  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5557  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-07-23 09:08:04 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							e3385ac7c5 
							
						 
					 
					
						
						
							
							remove a redefinition to pass ICC build  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5556  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-07-23 08:55:23 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							cc5166ff80 
							
						 
					 
					
						
						
							
							modify coding style to pass ecc tool  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5555  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-07-23 08:30:25 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							34a0bac475 
							
						 
					 
					
						
						
							
							correct spell error  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5553  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-07-23 06:31:50 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							3cb9e605be 
							
						 
					 
					
						
						
							
							modify coding style to pass ecc tool  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5552  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-07-23 06:30:54 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							a7022cec4e 
							
						 
					 
					
						
						
							
							modify coding style to pass ecc tool  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5551  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-07-23 06:29:46 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							eb6d5108af 
							
						 
					 
					
						
						
							
							modify coding style to pass ecc tool and provide comments that complied with Doxgen.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5438  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-07-09 10:20:26 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							56a88912eb 
							
						 
					 
					
						
						
							
							modify coding style  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5437  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-07-09 10:06:12 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							8616fc4c13 
							
						 
					 
					
						
						
							
							modify coding style to pass ecc tool and provide comments that complied with Doxgen.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5436  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-07-09 10:02:26 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							ab6495eacf 
							
						 
					 
					
						
						
							
							modify coding style to pass ecc tool and provide comments that complied with Doxgen.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5429  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-07-09 01:50:16 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							78c2ffb5a7 
							
						 
					 
					
						
						
							
							modify coding style to pass ecc tool and provide comments that complied with Doxgen.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5427  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-07-08 10:26:16 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							a92d4e8a8e 
							
						 
					 
					
						
						
							
							Make USB Stack code pass ECC tool check.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5405  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-07-02 05:45:04 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							7c24ae3685 
							
						 
					 
					
						
						
							
							Boolean values and variable type BOOLEAN should not use explicit comparisons to TRUE or FALSE  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5377  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-06-30 02:19:41 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							b16b8bf9d0 
							
						 
					 
					
						
						
							
							Clean ICC build  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5376  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-06-27 08:17:11 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							c7e39923c0 
							
						 
					 
					
						
						
							
							[Description]:  
						
						... 
						
						
						
						UsbMassStorage driver need support multi-lun feature.
[Impaction]:
 UsbMassStorageDxe.
[Reference Info]:
 EDK tracker 1143 - UsbMassStorage driver need support multi-lun feature. 
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5375  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-06-27 08:09:00 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							faff3b4782 
							
						 
					 
					
						
						
							
							Clean up for GCC and Intel ICC build.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5373  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-06-26 03:38:11 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							a77267d273 
							
						 
					 
					
						
						
							
							[Description]  
						
						... 
						
						
						
						Merged in EDK 1151.
[Tracker]
1151 Logo & Print key could not be retrieved from USB keyboard
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5371  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-06-25 09:05:56 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							b4c24e2d42 
							
						 
					 
					
						
						
							
							[Description]:  
						
						... 
						
						
						
						Sync 3 trackers.
 1. A bug that may cause the low/full speed device behind 2.0 hub will not work.
 2. MajorRevision and MinorRevision need updating.
 3. Misuse UhciConvertPollRate in UHCI driver.
[Impaction]:
 EhicDxe, UhciDxe and UsbBusDxe.
[Reference Info]:
 EDK tracker 1122 - A bug that may cause the low/full speed device behind 2.0 hub will not work .
 EDK tracker 1101 - Phoenix found issue in USB and Misuse UhciConvertPollRate in UHCI driver.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5370  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-06-25 05:50:41 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							7e388f859f 
							
						 
					 
					
						
						
							
							[Description]:  
						
						... 
						
						
						
						The Usb1.1 flash disk will hang for Bootable Image Support Test -> Bloack IO protocol Test -> Reset_Func.
[Solution]:
 Add a stall 20ms after set address when port reset for Usb hub.
[Impaction]:
 UsbBusDxe.
[Reference Info]:
 EDK tracker 1120 - USB flash disk hang or fail in the new SCT blockIo test. 
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5365  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-06-24 08:13:58 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							813acf3a9a 
							
						 
					 
					
						
						
							
							Merged in the following trackers from EDK:  
						
						... 
						
						
						
						EDK1145 Cursor mising in shell in some case 
EDK1099: Dell - [HII] HiiGetFontInfo() not retrieve the system font by FoFontInfoMask
EDK1127: [UEFI 2.10] Keyboard layout support 
EDK1129: [UEFI HII] GUID is represented wrongly in Config String
And some other fixes such as
*[UEFI HII] HiiGetAltCfg is generating "Name=" sub string in the wrong format 
*UEFI HII: GetUnicodeStringTextOrSize() doesn't handle NULL StringDest properly
*GetFontInfo() need be updated to avoid iteration 
*HIIStringProtocolTest failed on multiple platform
*[Uefi 2.1] Comply with latest Hii ECR 
* GetFontInfo() need be updated to avoid iteration
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5361  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-06-23 09:41:33 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							ac64461468 
							
						 
					 
					
						
						
							
							De-unicode in comment for all source files.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5302  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-05-27 03:24:01 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							6d5794302b 
							
						 
					 
					
						
						
							
							Add #ifndef statement for header file.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5296  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-05-27 01:34:25 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							cc582cffd1 
							
						 
					 
					
						
						
							
							Rename the confusing PCD.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5169  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-05-06 09:34:46 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							dd4047a51c 
							
						 
					 
					
						
						
							
							[Description]:  
						
						... 
						
						
						
						Add a feature flag in Uhci & Ehci to disable legacy USB SMI.
[Impaction]:
  Platform integrator can choose to legacy USB SMI or not.
[Reference Info]
  EDK Tracker 1082
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5081  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-04-17 11:02:59 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							fb0b259e4e 
							
						 
					 
					
						
						
							
							apply for doxgen format.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5038  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-04-10 08:49:28 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							ffa5008abb 
							
						 
					 
					
						
						
							
							apply for doxgen format.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5030  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-04-09 08:33:17 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							3b2dbece7c 
							
						 
					 
					
						
						
							
							Update all files to follow doxygen style file header.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5017  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-04-09 05:34:50 +00:00 
						 
				 
			
				
					
						
							
							
								jljusten 
							
						 
					 
					
						
						
						
						
							
						
						
							1be0dda62d 
							
						 
					 
					
						
						
							
							Fix warnings generated by gcc for ia32 builds:  
						
						... 
						
						
						
						'cast from pointer to integer of different size'
when casting from a pointer directly to a
64 bit number.  Added an intermediate cast to
UINTN.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5009  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-04-08 20:59:38 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							f0a83bb308 
							
						 
					 
					
						
						
							
							[Description]:  
						
						... 
						
						
						
						Don't need disable the legacy USB SMI in UHCI and EHCI, which is only required by UoL.
[Impaction]:
 Uhci and Ehci driver default don't need disable the legacy USB SMI.
[Reference Info]:
 EDK tracker 1082 
 
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4850  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-03-14 05:06:26 +00:00 
						 
				 
			
				
					
						
							
							
								jljusten 
							
						 
					 
					
						
						
						
						
							
						
						
							9cb8724d68 
							
						 
					 
					
						
						
							
							edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiTcp4Io.h:  
						
						... 
						
						
						
						edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiProto.h:
edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiExtScsiPassThru.h:
edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiDhcp.h:
edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiIbft.h:
edk2/MdeModulePkg/Universal/Network/IScsiDxe/Md5.h:
edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiDriver.h:
edk2/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.h:
edk2/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.h:
  Fix filename case(sensitivity) issues.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4840  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-03-11 19:38:08 +00:00 
						 
				 
			
				
					
						
							
							
								jljusten 
							
						 
					 
					
						
						
						
						
							
						
						
							c4b578e809 
							
						 
					 
					
						
						
							
							edk2/MdeModulePkg/Bus/Usb/UsbMouseDxe/ComponentName.c:  
						
						... 
						
						
						
						Fix filename case(sensitivity) issues.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4825  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-03-11 17:09:23 +00:00 
						 
				 
			
				
					
						
							
							
								jljusten 
							
						 
					 
					
						
						
						
						
							
						
						
							0c36e4c182 
							
						 
					 
					
						
						
							
							edk2/MdeModulePkg/Bus/Usb/UsbMouseDxe:  
						
						... 
						
						
						
						Fix filename case(sensitivity) issues.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4820  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-03-10 23:21:50 +00:00 
						 
				 
			
				
					
						
							
							
								jljusten 
							
						 
					 
					
						
						
						
						
							
						
						
							1441142b8b 
							
						 
					 
					
						
						
							
							Rename file to use recommended file naming conventions.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4819  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-03-10 23:16:34 +00:00 
						 
				 
			
				
					
						
							
							
								jljusten 
							
						 
					 
					
						
						
						
						
							
						
						
							190a171e62 
							
						 
					 
					
						
						
							
							Rename file to use recommended file naming conventions.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4818  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-03-10 23:16:04 +00:00 
						 
				 
			
				
					
						
							
							
								jljusten 
							
						 
					 
					
						
						
						
						
							
						
						
							d57ee0e56b 
							
						 
					 
					
						
						
							
							Rename file to use recommended file naming conventions.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4817  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-03-10 23:15:50 +00:00 
						 
				 
			
				
					
						
							
							
								jljusten 
							
						 
					 
					
						
						
						
						
							
						
						
							517253e5b2 
							
						 
					 
					
						
						
							
							Rename file to use recommended file naming conventions.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4816  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-03-10 23:14:46 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							9935f927a2 
							
						 
					 
					
						
						
							
							Merger tracker:Fixed a USB bus driver logic error  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4805  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-03-07 05:51:04 +00:00 
						 
				 
			
				
					
						
							
							
								jljusten 
							
						 
					 
					
						
						
						
						
							
						
						
							77442a5a27 
							
						 
					 
					
						
						
							
							MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf:  
						
						... 
						
						
						
						MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBus.h:
  Fixed filename case to match the actual files.  This is needed
  for case-sensitive file systems.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4757  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-02-26 01:36:29 +00:00 
						 
				 
			
				
					
						
							
							
								jljusten 
							
						 
					 
					
						
						
						
						
							
						
						
							9e58aa1d3c 
							
						 
					 
					
						
						
							
							edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbUtility.c:  
						
						... 
						
						
						
						Corrected usage of parenthesis for 'if' boolean condition.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4756  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-02-26 01:30:14 +00:00 
						 
				 
			
				
					
						
							
							
								jljusten 
							
						 
					 
					
						
						
						
						
							
						
						
							47166333b1 
							
						 
					 
					
						
						
							
							edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/usbbus.h:  
						
						... 
						
						
						
						Renamed to 'UsbBus.h' to match recommended file naming conventions.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4755  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-02-26 01:14:47 +00:00 
						 
				 
			
				
					
						
							
							
								jljusten 
							
						 
					 
					
						
						
						
						
							
						
						
							474ff2bdb9 
							
						 
					 
					
						
						
							
							edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/usbbus.c:  
						
						... 
						
						
						
						Rename to 'UsbBus.c' to match file naming conventions.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4754  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-02-26 01:13:29 +00:00 
						 
				 
			
				
					
						
							
							
								jljusten 
							
						 
					 
					
						
						
						
						
							
						
						
							1682995344 
							
						 
					 
					
						
						
							
							edk2/MdeModulePkg/Bus/Pci/UhciDxe/ComponentName.c:  
						
						... 
						
						
						
						Fix #include filename for case-sensitive filesystems.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4753  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-02-26 01:10:10 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							1c61953576 
							
						 
					 
					
						
						
							
							1. Added EFI_MEDIA_CHANGED and EFI_INVALID_PARAMETER returns in UsbMassReadBlocks().  
						
						... 
						
						
						
						2. Use DEBUG () to replace some native debug function in USB stack modules.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4689  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-02-13 09:08:24 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							392d56cf4e 
							
						 
					 
					
						
						
							
							fixed comments problem.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4619  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-01-24 02:38:23 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							ea5632e56d 
							
						 
					 
					
						
						
							
							1. Remove USB HC Protocol installing from Uhci module. It only installs USB2 HC protocol.  
						
						... 
						
						
						
						2. Restore Incompatible Pci Device Support Protocol in PciBus module.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4617  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-01-23 09:41:04 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							ca12415ac9 
							
						 
					 
					
						
						
							
							Fixed the porting issue. That leads uninitialized variable.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4458  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-01-02 02:34:20 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							bcb9d421e0 
							
						 
					 
					
						
						
							
							usb kb's bug fix  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4440  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-12-26 09:02:05 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							ecb575d9e6 
							
						 
					 
					
						
						
							
							Enhance the Usb bus driver to support Star with Remaining device path.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4437  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-12-26 06:38:15 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							09f72ae883 
							
						 
					 
					
						
						
							
							the last check-in for UsbMouseAbsolutePointer is not correct. do it again.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4342  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-11-29 06:17:53 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							6a6d955c5f 
							
						 
					 
					
						
						
							
							Fixed potential issues to release resources when error occurs.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4341  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-11-28 03:55:36 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							385cd3a478 
							
						 
					 
					
						
						
							
							change the folder name of "UsbMouseSimulateTouchPadDxe" to "UsbMouseAbsolutePointer"  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4337  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-11-28 03:39:35 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							2170f9dd36 
							
						 
					 
					
						
						
							
							change "UsbMouseSimulateTouchPad" to "UsbMouseAbsolutePointer" for more clearing the name's meaning.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4336  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-11-28 03:37:58 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							f74cc0260b 
							
						 
					 
					
						
						
							
							delete a debug output to pass through EBC build and align some line to conform with code style  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4315  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-11-21 03:44:19 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							de137b0939 
							
						 
					 
					
						
						
							
							Remove debug print statement checked in inadvertently  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4311  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-11-20 07:22:41 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							0acd9855d8 
							
						 
					 
					
						
						
							
							Remove Atapi Pass Thru driver in MdeModulePkg. This module is only used for testing. We can use this module from OptionRomPkg  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4310  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-11-20 07:17:56 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							8ae0b360f5 
							
						 
					 
					
						
						
							
							add UsbMouseSimulateTouchPad driver to verify the correction of dispatching AbsolutePointer event of consplitter  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4297  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-11-14 07:08:55 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							41057d7787 
							
						 
					 
					
						
						
							
							Remove gEfiNetworkInterfaceIdentifierProtocolGuid reference from code base. Only left its definition in MdePkg.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4295  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-11-13 09:08:17 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							68246fa809 
							
						 
					 
					
						
						
							
							Save original PCI attributes in start() function and restore it in Stop() for those PCI device drivers.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4212  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-10-25 07:59:45 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							66aa04e4e3 
							
						 
					 
					
						
						
							
							Update to support EFI_SIMPLE_INPUT_EX protocol  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4178  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-10-19 02:35:29 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							96f6af14d6 
							
						 
					 
					
						
						
							
							Remove the special logic on EFI_PCI_DEVICE_ENABLE in PciBus driver. And update drivers that use this macro. The reason is that  
						
						... 
						
						
						
						PciIoAttributes() in PciIo.c treats EFI_PCI_DEVICE_ENABLE specially so that when EFI_PCI_DEVICE_ENABLE is passed in, only the supported bits of driver will be enabled. Now many drivers use EFI_PCI_DEVICE_ENABLE to enable PCI device even if some of them don't support some of the attributes like EFI_PCI_IO_ATTRIBUTE_MEMORY. This doesn't conform to UEFI 2.0 spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4115  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-10-15 07:44:27 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							d1aeb0bdc3 
							
						 
					 
					
						
						
							
							Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent static unicode string table linked into final image if both PcdComponentNameDisabled and PcdComponentName2Disabled are set to TRUE.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4084  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-10-11 03:36:31 +00:00 
						 
				 
			
				
					
						
							
							
								jwang36 
							
						 
					 
					
						
						
						
						
							
						
						
							db01f13e00 
							
						 
					 
					
						
						
							
							Changed to pass the build with Visual Studio 2005  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4075  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-10-10 07:04:15 +00:00 
						 
				 
			
				
					
						
							
							
								yshang1 
							
						 
					 
					
						
						
						
						
							
						
						
							67a58d0ffd 
							
						 
					 
					
						
						
							
							Clean up Network Components to support GCC build.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4062  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-10-09 09:30:52 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							1307dcd745 
							
						 
					 
					
						
						
							
							Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent component name structures linked into final image if PcdComponentNameDisabled or PcdComponentName2Disabled is set to TRUE.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4057  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-10-09 07:08:08 +00:00 
						 
				 
			
				
					
						
							
							
								yshang1 
							
						 
					 
					
						
						
						
						
							
						
						
							23c326c201 
							
						 
					 
					
						
						
							
							Support ICC build .  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4039  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-10-08 06:45:07 +00:00 
						 
				 
			
				
					
						
							
							
								yshang1 
							
						 
					 
					
						
						
						
						
							
						
						
							41e8ff2781 
							
						 
					 
					
						
						
							
							Fixed unexpected timeout in Usb MassStorage Driver.  
						
						... 
						
						
						
						Fixed unexpected timeout in Uhci/Ehci driver.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4038  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-10-08 06:14:13 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							62b9bb55c9 
							
						 
					 
					
						
						
							
							Update to support to produce Component Name and  & Component Name 2 protocol based on Feature flag PcdComponentNameDisable & PcdComponentName2Disable.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4002  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-09-30 02:47:05 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							70da5bc2cf 
							
						 
					 
					
						
						
							
							Update to support to produce Component Name and  & Component Name 2 protocol based on Feature flag PcdComponentNameDisable & PcdComponentName2Disable.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4001  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-09-30 02:45:18 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							f527bce3d0 
							
						 
					 
					
						
						
							
							Update to support to produce Component Name and  & Component Name 2 protocol based on Feature flag PcdComponentNameDisable & PcdComponentName2Disable.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4000  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-09-30 02:42:47 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							1f771698b2 
							
						 
					 
					
						
						
							
							translate Ctrl + alpha  to control value for simple text input protocol  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3952  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-09-27 12:00:18 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							f36d6e669c 
							
						 
					 
					
						
						
							
							1. Set the Target array to zero before fill the target id.  
						
						... 
						
						
						
						2. Get the command/control register base address for each channel through IDE common registers.
3. Correctify some return status to sync with newest Uefi Spec 2.1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3901  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-09-20 10:06:50 +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 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							537fbd82b3 
							
						 
					 
					
						
						
							
							Clean up two infs.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3779  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-09-06 01:23:45 +00:00 
						 
				 
			
				
					
						
							
							
								AJFISH 
							
						 
					 
					
						
						
						
						
							
						
						
							eb1f5ab338 
							
						 
					 
					
						
						
							
							Added EFIAPI to event  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3748  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-08-30 20:42:05 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							b3af5df67b 
							
						 
					 
					
						
						
							
							Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec 0.41, DSC spec 0.40.  
						
						... 
						
						
						
						Mainly PCD syntax update.
Check in new build.exe and GenFds.exe
Check in PcdSyntaxUpdate.exe tool. 
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3744  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-08-30 09:11:54 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							b61439a709 
							
						 
					 
					
						
						
							
							1. Fixed one bug in Undi driver.  
						
						... 
						
						
						
						2. Add default branch to meet CYGWINGCC build in Tcp4Dispatcher.c.
3. Sync the latest network stack library.
4. Fixed one bug in Mtftp4Support.c, for AsciiStrCpy() return the pointer to head of string, not the tail of string.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3741  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-08-30 06:58:37 +00:00 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
						
						
							
						
						
							77a0a4d954 
							
						 
					 
					
						
						
							
							Fix a bug that parentheses do not place correctly in UNDI driver.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3739  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-08-30 06:14:10 +00:00 
						 
				 
			
				
					
						
							
							
								yshang1 
							
						 
					 
					
						
						
						
						
							
						
						
							623ad724e1 
							
						 
					 
					
						
						
							
							Add dependent packages in INF of modules.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3731  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-08-29 08:52:49 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							d01c093a58 
							
						 
					 
					
						
						
							
							1. Sync Tcp4 protocol definitions to match UEFI 2.1  
						
						... 
						
						
						
						2. Clean up codes.
3. Remove struct definition content for big-endian, because UEFI 2.1 declare only little-endian supported.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3714  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-08-27 07:02:05 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							84b5c78e89 
							
						 
					 
					
						
						
							
							Make MdeModulePkg GCC clean.  
						
						... 
						
						
						
						It also pass ICC+IPF and MYTOOLS+EBC build.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3711  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-08-27 03:33:51 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							687a2e5f69 
							
						 
					 
					
						
						
							
							1. Enable Network stack to pass SCT, currently MNP, ARP, IP4, TCP4 and DHCP4 have passed SCT.  
						
						... 
						
						
						
						2. Enable Network stack to pass ICC build.
3. Sync Network library instances' module names with their filenames.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3692  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-08-23 02:19:41 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							d2577026d3 
							
						 
					 
					
						
						
							
							Merge in some fix from R8 on USB Bus driver:  
						
						... 
						
						
						
						1) Signal event immediately after HUB UsbRootHubEnumeration event is installed
2) Move UsbHcReset and UsbHcSetState before mUsbRootHubApi.Init
3) Change USB_DEBUG and USB_ERROR to R9 DEBUG macro.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3680  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-08-20 03:13:24 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							d35be2a434 
							
						 
					 
					
						
						
							
							Sync code with MdePkg spec for Scsi library class and CustomDecompress library class.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3636  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-08-14 07:58:32 +00:00 
						 
				 
			
				
					
						
							
							
								yshang1 
							
						 
					 
					
						
						
						
						
							
						
						
							40834173c5 
							
						 
					 
					
						
						
							
							Import UndiRuntimeDxe.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3563  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-08-07 08:49:37 +00:00 
						 
				 
			
				
					
						
							
							
								yshang1 
							
						 
					 
					
						
						
						
						
							
						
						
							824b03cee6 
							
						 
					 
					
						
						
							
							Update License header.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3497  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-30 08:21:39 +00:00 
						 
				 
			
				
					
						
							
							
								yshang1 
							
						 
					 
					
						
						
						
						
							
						
						
							cf029d3039 
							
						 
					 
					
						
						
							
							Update the license header.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3493  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-30 03:48:58 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							3f187a734e 
							
						 
					 
					
						
						
							
							Fix the wrong copyright statements.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3454  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-26 08:29:27 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							50fa1b3a86 
							
						 
					 
					
						
						
							
							Sync USB modules with main trunk.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3423  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-24 09:54:50 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							ed7748fe4a 
							
						 
					 
					
						
						
							
							remove some comments introduced by tools.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3387  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-20 06:10:09 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							dd0687a4b1 
							
						 
					 
					
						
						
							
							remove some comments introduced by tools.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3383  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-20 04:33:45 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							c52fa98ca9 
							
						 
					 
					
						
						
							
							1. Fixed tools_def.template to meet ICC build for IA32  
						
						... 
						
						
						
						2. Modified some source files to meet ICC build for IA32 and IPF.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3271  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-17 01:48:09 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
						
						
							
						
						
							42d600c2d5 
							
						 
					 
					
						
						
							
							Add Dxe as postfix to Scsi related driver.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3260  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-16 17:30:02 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							adbcbf8ffc 
							
						 
					 
					
						
						
							
							Modules cleanup.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3244  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-16 05:48:11 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							ed838d0c5e 
							
						 
					 
					
						
						
							
							1. Import UsbKbDxe and UsbMouseDxe into MdeModulePkg  
						
						... 
						
						
						
						2. Updated UefiUsbLib
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3216  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-12 17:31:28 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							e61d30b02a 
							
						 
					 
					
						
						
							
							fixed memcpy link issue.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3203  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-12 02:14:05 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							e237e7ae9f 
							
						 
					 
					
						
						
							
							Import Usb/UsbBusDxe and Usb/UsbMassStorageDxe into MdeModulePkg.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3193  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-11 08:47:37 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							f183b4f349 
							
						 
					 
					
						
						
							
							Keep the module name consistency with directory name.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3192  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-11 06:56:56 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							913cb9dc64 
							
						 
					 
					
						
						
							
							Import EhciDxe and UhciDxe into MdeModulePkg.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3191  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-11 06:46:38 +00:00 
						 
				 
			
				
					
						
							
							
								yshang1 
							
						 
					 
					
						
						
						
						
							
						
						
							581c608bab 
							
						 
					 
					
						
						
							
							Move Pci/AtapiPassThru/Dxe to Pci/AtapiPassThruDxe.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2970  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-03 01:47:19 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
						
						
							
						
						
							70c94b3b6d 
							
						 
					 
					
						
						
							
							Porting R8's PI-enabled ScsiBus driver  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2927  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-02 02:40:39 +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 
							
						 
					 
					
						
						
						
						
							
						
						
							24e734d210 
							
						 
					 
					
						
						
							
							Patch so the tree will compile  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2916  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-06-29 16:40:17 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
						
						
							
						
						
							6ad55b150b 
							
						 
					 
					
						
						
							
							Add ScsiDiskDxe driver for Nt32Pkg  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2879  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-06-29 03:44:58 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
						
						
							
						
						
							3a10d47190 
							
						 
					 
					
						
						
							
							Porting ScsiBus module for Nt32Pkg.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2876  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-06-29 03:33:17 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							513f3f4447 
							
						 
					 
					
						
						
							
							Add AtapiPassThru & CapsuleRuntime module to MdeModulePkg  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2806  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-06-27 09:29:08 +00:00