ydong10 
							
						 
					 
					
						
						
						
						
							
						
						
							4a22b9bc6a 
							
						 
					 
					
						
						
							
							Old driver sample code does not return an EFI_UNSUPPORTED status code if a callback occurs for something which is unrecognized.  
						
						... 
						
						
						
						Now any call back type except:EFI_BROWSER_ACTION_FORM_OPEN, EFI_BROWSER_ACTION_FORM_CLOSE, EFI_BROWSER_ACTION_FROM_RETRIEVE and EFI_BROWSER_ACTION_FORM_CHANGING, all return EFI_UNSUPPORTED.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11518  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2011-04-12 01:15:28 +00:00 
						 
				 
			
				
					
						
							
							
								ydong10 
							
						 
					 
					
						
						
						
						
							
						
						
							e2100bfa65 
							
						 
					 
					
						
						
							
							1. Support inconsistent if opcode used in string/password opcode.  
						
						... 
						
						
						
						2. Add sample code of using inconsistent if opcode in string opcode.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11196  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2010-12-23 06:47:50 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							5adb8db71e 
							
						 
					 
					
						
						
							
							Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for each question in the form when this form opens or closes.  
						
						... 
						
						
						
						Update SetupBrowser driver to call Callback function (FORM_OPEN/FORM_CLOSE) based on UEFI spec, and update all EDKII HII drivers to correctly handle FORM_OPEN and FORM_CLOSE call back. 
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10560  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2010-06-02 02:05:47 +00:00 
						 
				 
			
				
					
						
							
							
								rsun3 
							
						 
					 
					
						
						
						
						
							
						
						
							f0c855b263 
							
						 
					 
					
						
						
							
							Small code refinement in MdeModulePkg.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10492  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2010-05-17 08:32:05 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							e35eb8af7b 
							
						 
					 
					
						
						
							
							1. Use the max string size to compare password string.  
						
						... 
						
						
						
						2. Check whether the local variable is valid as the array index.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10473  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2010-05-10 02:17:31 +00:00 
						 
				 
			
				
					
						
							
							
								hhtian 
							
						 
					 
					
						
						
						
						
							
						
						
							e5eed7d364 
							
						 
					 
					
						
						
							
							Update the copyright notice format  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10418  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2010-04-24 09:33:45 +00:00 
						 
				 
			
				
					
						
							
							
								rsun3 
							
						 
					 
					
						
						
						
						
							
						
						
							1bd57b6e76 
							
						 
					 
					
						
						
							
							Add some robustness check in DriverSample driver.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10209  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2010-03-05 07:55:16 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							59aefb7e0d 
							
						 
					 
					
						
						
							
							Update HiiConfigAccess.ExtractConfig interface to support NULL request string and ConfigHdr request string.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10180  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2010-03-04 06:48:52 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							38ebfecb62 
							
						 
					 
					
						
						
							
							Add example of Name/Value pair var store to DriverSample  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9975  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2010-02-11 01:59:35 +00:00 
						 
				 
			
				
					
						
							
							
								xdu2 
							
						 
					 
					
						
						
						
						
							
						
						
							824e8a5233 
							
						 
					 
					
						
						
							
							Fix incorrect return status usage of HiiGetBrowserData().  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9539  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-12-08 04:58:53 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							16019c8582 
							
						 
					 
					
						
						
							
							Add Example for EFI_BROWSER_ACTION_RETRIEVE callback  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9426  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-11-13 07:13:11 +00:00 
						 
				 
			
				
					
						
							
							
								xdu2 
							
						 
					 
					
						
						
						
						
							
						
						
							a6973cff62 
							
						 
					 
					
						
						
							
							Add example usage of EFI_BROWSER_ACTION_FORM_OPEN and EFI_BROWSER_ACTION_FORM_CLOSE to DriverSample.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9365  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-10-26 05:27:28 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							ccee609922 
							
						 
					 
					
						
						
							
							Add the example for default opcode usage.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9343  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-10-19 01:30:24 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							f5e9ff82b0 
							
						 
					 
					
						
						
							
							Add check that Progress is NULL  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8789  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-07-08 02:31:10 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							086cd2c8e9 
							
						 
					 
					
						
						
							
							Correct DriverSample ConfigAcess protocol ExtractConfig interface.  
						
						... 
						
						
						
						Correct SetupBrowser to set default value for default sting ID.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8660  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-06-25 09:08:30 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							de482998ed 
							
						 
					 
					
						
						
							
							Update DriverSample and PlatDriOverrideDxe driver to correct the return value for ConfigAccess ExtractConfig interface.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8365  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-05-21 05:05:59 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							ae79d2f9ec 
							
						 
					 
					
						
						
							
							Update HiiDataBase to fix the SCT hang issues by the invalid device path.  
						
						... 
						
						
						
						Update the driver config access protocol extractconfig and routeconfig interface to check the input parameters. 
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8349  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-05-20 12:05:45 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							04da0b4a11 
							
						 
					 
					
						
						
							
							Correct DriverSample to produce the ConfigAccess protocol  
						
						... 
						
						
						
						And fix the bug in HiiDataBase to incorrectly free pool. 
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8321  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-05-18 05:03:45 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							1f1cb2f216 
							
						 
					 
					
						
						
							
							Retire original HII APIs: IfrLibExtractDefault and ConstructConfigAltResp, which are replaced by HiiSetToDefaults API.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8319  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-05-18 03:26:54 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							76c2425177 
							
						 
					 
					
						
						
							
							Update HiiDataBase to fix parsing Hii package error. Some HiiPackages have no varstore and question, they has no the built in default value.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8314  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-05-14 12:37:02 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							84f9a9ec8f 
							
						 
					 
					
						
						
							
							1. Update the implementation of HII ConfigRouting Protocol in HiiDataBase module to follow new ECRs.  
						
						... 
						
						
						
						1) ConfigRouting Protocol ExtractConfig interface must return the default values built in IFR that were not returned by ConfigAccess.ExtractConfig.
  2) The parameters of ConfigRouting Protocol interfaces are clarified to the specific configuration string syntax.
2. Implement the last two HiiLib interfaces: HiiSetToDefaults and HiiValidateSettings.
3. Update DriverSample driver to use these two APIs.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8313  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-05-14 07:06:06 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							1d451ff9cf 
							
						 
					 
					
						
						
							
							Update HiiGetBrowserData API  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8176  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-27 04:55:02 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							14d59fa188 
							
						 
					 
					
						
						
							
							update DriverSample driver unload function to remove the installed package list.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8171  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-24 07:25:36 +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 
							
						 
					 
					
						
						
						
						
							
						
						
							3c7449e4aa 
							
						 
					 
					
						
						
							
							Merge new defined HII library APIs into HiiLib  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8069  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-13 06:22:14 +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 
							
						 
					 
					
						
						
						
						
							
						
						
							2f3065c0fb 
							
						 
					 
					
						
						
							
							Add unload function for DriverSample  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8052  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-09 15:22:27 +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 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							5a829f5688 
							
						 
					 
					
						
						
							
							K8: add new variable PasswordSize to remove immeidate constant.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7307  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-01-20 01:48:39 +00:00 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
						
						
							
						
						
							999acf5ac9 
							
						 
					 
					
						
						
							
							Clean DriverSampleDxe for ICC build.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7020  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-14 06:00:41 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							53cf48e083 
							
						 
					 
					
						
						
							
							Update function comment and use MdePkg Library FreePool function.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6822  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-12-03 14:23:46 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							7064c0a5aa 
							
						 
					 
					
						
						
							
							ECC Cleanup: Update Doxygen comment  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6633  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-11-19 13:36:34 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							83bcb6613f 
							
						 
					 
					
						
						
							
							[VfrCompiler FeatureRequest] Generate data for ConfigAccess.ExtractConfig() impl  
						
						... 
						
						
						
						Update the platform code after the above VfrCompiler checkin
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6614  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-11-18 14:29:48 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							8d00a0f195 
							
						 
					 
					
						
						
							
							Sync in bug fix from EDK I:  
						
						... 
						
						
						
						1) issue with setup browser and IFR refresh opcode
2) [HII]HIIConfigRoutingExportConfig generate error format of <MultiConfigAltResp>
3) [HII] ConfigRouting->ExtractConfig() will cause overflow
4) [Hii Database] EFI_HII_DATABASE_NOTIFY should be invoked when a string package is created internally when a new String Token is created
5) [PT]HIIConfigAccessProtocolTest fail on NT32uefi
6) Incorrect HII package types in EDK
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6378  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-11-04 14:28:08 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							36fe40c2ea 
							
						 
					 
					
						
						
							
							1) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib.  
						
						... 
						
						
						
						2) Remove the duplicated functions implementation  from the modules that reference these APIs 
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5283  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-05-23 05:30:08 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							9226efe5eb 
							
						 
					 
					
						
						
							
							1) Cleanup HiiLib, IfrSupportLib.  
						
						... 
						
						
						
						2) Add ExtendedHiiLib and ExtendedIfrSupportLib which implement APIs that require the OPcode and Device Path which is specific to Intel's implementation.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4662  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-02-02 13:15:44 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							93e3992d1e 
							
						 
					 
					
						
						
							
							UEFI HII: Merge UEFI HII support changes from branch.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4599  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-01-21 14:39:56 +00:00