eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							5e895e6af6 
							
						 
					 
					
						
						
							
							update the usage help text on variable statistic information.  
						
						... 
						
						
						
						VariableInfo application also is added a output string to help user know what happens.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8596  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-06-18 08:23:57 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							6d8ced29b1 
							
						 
					 
					
						
						
							
							Merge application PlatOverMngr and library DxePlatDriOverLib into driver PlatDriOverrideDxe.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8169  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-24 07:02:52 +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 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							7e3bcccb0e 
							
						 
					 
					
						
						
							
							Update UefiHiiLib to support new defined IFR related HII APIs.  
						
						... 
						
						
						
						Apply new defined IFR related HII APIs in PlatOverMngr, DriverSample, IScsiDxe and Setup drivers.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8066  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-13 06:05:15 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							7ef76906ac 
							
						 
					 
					
						
						
							
							Correct minor error.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8030  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-07 07:59:11 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							b71870c014 
							
						 
					 
					
						
						
							
							Use UefiLib CreatePopUp API  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8015  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-02 09:25:40 +00:00 
						 
				 
			
				
					
						
							
							
								rsun3 
							
						 
					 
					
						
						
						
						
							
						
						
							f6f910dd12 
							
						 
					 
					
						
						
							
							Retire Extended HII library class.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8011  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-02 08:48:03 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							f6a6518251 
							
						 
					 
					
						
						
							
							Apply GetBestLanguage() in UefiLib to get the driver name from Component Name (2) protocol.  
						
						... 
						
						
						
						RFC 4646 & ISO 639-2 Language are not supposed to be mixed. 
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7940  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-03-24 15:41:50 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							3709c4cd5b 
							
						 
					 
					
						
						
							
							1. delete Include/Guid/VariableInfo.h  
						
						... 
						
						
						
						2. move VariableFormat.h into GUID directory and change the “Signature” field of the VARIABLE_STORE_HEADER to gEfiVariableGuid value.
3. merging VARIABLE_INFO_ENTRY structure into the new Include/Guid/VariableFormat.h
4. change gEfiVariableInfoGuid into gEfiVariableGuid.
5. modify FDF files to use new guid value instead of the original signature.
6. all code related to signature is changed to use guid value.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7728  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-27 05:35:08 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							18efbdff45 
							
						 
					 
					
						
						
							
							All UEFI applications in the MdeModukePkg should be placed in MdeModulePkg/Application  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7704  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-26 05:29:29 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							de5b0df93f 
							
						 
					 
					
						
						
							
							Correct minor comments in meta data file.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7697  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-25 15:35:58 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
						
						
							
						
						
							0b9e639305 
							
						 
					 
					
						
						
							
							Add missing protocol header files  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7688  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-25 12:06:02 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
						
						
							
						
						
							9bc88ad8ed 
							
						 
					 
					
						
						
							
							Fix typo  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7682  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-25 10:33:57 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
						
						
							
						
						
							f33d304b32 
							
						 
					 
					
						
						
							
							fix typo  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7680  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-25 09:14:06 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
						
						
							
						
						
							86a3ad445e 
							
						 
					 
					
						
						
							
							Refine the INF's comment  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7679  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-25 09:13:18 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							40d542fe94 
							
						 
					 
					
						
						
							
							minimum update to pass ICC  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7669  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-25 06:40:10 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
						
						
							
						
						
							87fbccbe40 
							
						 
					 
					
						
						
							
							Move library class GenericBdsLib and PlatformBdsLib to IntelFrameworkModulePkg  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7655  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-24 15:52:09 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							e4b99ad979 
							
						 
					 
					
						
						
							
							Change library class PlatDriOverLib to PlatformDriOverrideLib  
						
						... 
						
						
						
						Move Application Platform Override Manager into Application directory.
Add comments in Network library class to say they are only intended to be used by UEFI network stack modules.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7641  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-24 08:26:40 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							e561879137 
							
						 
					 
					
						
						
							
							Add INF extension Information  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7228  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-01-09 06:26:42 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							109e9a6156 
							
						 
					 
					
						
						
							
							Code scrub for the following drivers and librarys.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7172  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-01-04 03:20:55 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
						
						
							
						
						
							6f3156155b 
							
						 
					 
					
						
						
							
							INF head modified  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7002  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-12 01:27:36 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
						
						
							
						
						
							9d6abd675f 
							
						 
					 
					
						
						
							
							Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION definition.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6838  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-04 07:03:26 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
						
						
							
						
						
							40394b0fd4 
							
						 
					 
					
						
						
							
							Remove over specific library class  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6382  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-11-05 02:05:37 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							223c22d8ea 
							
						 
					 
					
						
						
							
							1. Add three sample PCD in HelloWorld application for user reference of PCD usage.  
						
						... 
						
						
						
						2. PeiCore will always build FvHob for the extracted FvImage once it decompresses the new FvImage. 
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5930  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-09-19 05:05:40 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							234a9da3d5 
							
						 
					 
					
						
						
							
							git-svn-id:  https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5012  6f19259b-4bc3-4df7-8a09-765794883524  
						
						
						
					 
					
						2008-04-09 02:15:41 +00:00 
						 
				 
			
				
					
						
							
							
								jljusten 
							
						 
					 
					
						
						
						
						
							
						
						
							b12b28ec75 
							
						 
					 
					
						
						
							
							edk2/MdeModulePkg/Application/PlatOverMngr/PlatOverMngr.c:  
						
						... 
						
						
						
						Fix warning on gcc by removing un-referenced
  static global variables.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5008  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-04-08 16:15:16 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							20107d9067 
							
						 
					 
					
						
						
							
							remove commented code.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5007  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-04-08 09:40:14 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							23d64dda6b 
							
						 
					 
					
						
						
							
							1.Port Platform driver override protocol utility application in MdeModulePkg.dsc.  
						
						... 
						
						
						
						2.Update PlatDriOverLib library to use EFI Loaded Image Device Path Protocol to avoid "reconnect -r" issue for Platform driver override utility application.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5006  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-04-08 09:34:21 +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 
							
						 
					 
					
						
						
						
						
							
						
						
							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 
						 
				 
			
				
					
						
							
							
								AJFISH 
							
						 
					 
					
						
						
						
						
							
						
						
							0dea993c5a 
							
						 
					 
					
						
						
							
							git-svn-id:  https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2920  6f19259b-4bc3-4df7-8a09-765794883524  
						
						
						
					 
					
						2007-06-29 21:03:06 +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 
							
						 
					 
					
						
						
						
						
							
						
						
							3a98b778ab 
							
						 
					 
					
						
						
							
							Updated *.dec files and .h files to support correct include path scheme  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2863  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-06-28 20:26:24 +00:00 
						 
				 
			
				
					
						
							
							
								AJFISH 
							
						 
					 
					
						
						
						
						
							
						
						
							b9575d6030 
							
						 
					 
					
						
						
							
							pdated code per coding standard. Changed comments, converted all \ to / and removed the extra generated files by merging them into existing files.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2736  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-06-26 00:32:26 +00:00 
						 
				 
			
				
					
						
							
							
								AJFISH 
							
						 
					 
					
						
						
						
						
							
						
						
							6d8dc2cd9b 
							
						 
					 
					
						
						
							
							removed unneeded [BuildOptions] section.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2727  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-06-22 17:15:05 +00:00 
						 
				 
			
				
					
						
							
							
								AJFISH 
							
						 
					 
					
						
						
						
						
							
						
						
							ab9140c8fb 
							
						 
					 
					
						
						
							
							Removed unneeded include file  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2726  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-06-22 17:08:39 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							b7d286b6f9 
							
						 
					 
					
						
						
							
							Import MdeModulePkg, only one module HelloWorld by now.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2718  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-06-22 09:15:22 +00:00