summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/DriverSampleDxe/DriverSample.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-28Update code to support VS2013 tool chain.Eric Dong1-0/+1
2014-06-26Refine code to make it more safely.Eric Dong1-1/+1
2014-03-27Update code logic, remove ASSERT and use error handling. Eric Dong1-9/+33
2013-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni1-10/+1
2013-07-02Update HiiDataBase and UefiHiiLib to support Name/Value varstore. Eric Dong1-0/+10
2013-01-24Refine code to follow coding style.ydong101-4/+4
2013-01-22Refine the sample about how to convert the device path to string.ydong101-40/+11
2012-08-14Refine the logic to handle the device path info get from string token.ydong101-2/+46
2012-02-29Add sample code to show how to register Browser HotKey by BrowserEx protocol.lgao41-1/+31
2011-12-15Per UEFI spec, on CallBack action EFI_BROWSER_ACTION_CHANGING, the return val...ydong101-44/+51
2011-11-25Add sample code for EFI_IFR_QUESTION_REF3 opcode.ydong101-0/+8
2011-10-31MdeModulePkg: Remove variables that are set, but not usedjljusten1-6/+0
2011-09-18Clean up the private GUID definition in module Level.lgao41-45/+35
2011-08-30Add new op-code samples, includes efi varstore, refresh guid group and ref op...ydong101-44/+87
2011-06-08Add new "Refresh guid" opcode, also add sample code to use it.ydong101-17/+203
2011-06-08Add new "Modal form" opcode, also add sample code to use it.ydong101-0/+2
2011-05-31Add new call back return value; also add some sample code to use it.ydong101-2/+30
2011-05-25Fix ICC build break.ydong101-1/+2
2011-05-23Fixed SCT test failed caused by driver sample.ydong101-5/+10
2011-05-20Add two new methods to get default value, also add sample code in sample driver.ydong101-0/+306
2011-04-12Old driver sample code does not return an EFI_UNSUPPORTED status code if a ca...ydong101-312/+346
2010-12-231. Support inconsistent if opcode used in string/password opcode.ydong101-3/+9
2010-06-02Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea...lgao41-47/+84
2010-05-17Small code refinement in MdeModulePkg.rsun31-7/+8
2010-05-101. Use the max string size to compare password string.lgao41-2/+2
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-03-05Add some robustness check in DriverSample driver.rsun31-0/+2
2010-03-04Update HiiConfigAccess.ExtractConfig interface to support NULL request string...lgao41-87/+119
2010-02-11Add example of Name/Value pair var store to DriverSamplelgao41-2/+268
2009-12-08Fix incorrect return status usage of HiiGetBrowserData().xdu21-2/+1
2009-11-13Add Example for EFI_BROWSER_ACTION_RETRIEVE callbacklgao41-2/+18
2009-10-26Add example usage of EFI_BROWSER_ACTION_FORM_OPEN and EFI_BROWSER_ACTION_FORM...xdu21-31/+115
2009-10-19Add the example for default opcode usage.lgao41-1/+4
2009-07-08Add check that Progress is NULL lgao41-2/+2
2009-06-25Correct DriverSample ConfigAcess protocol ExtractConfig interface.lgao41-12/+11
2009-05-21Update DriverSample and PlatDriOverrideDxe driver to correct the return value...lgao41-23/+14
2009-05-20Update HiiDataBase to fix the SCT hang issues by the invalid device path.lgao41-2/+4
2009-05-18Correct DriverSample to produce the ConfigAccess protocollgao41-14/+31
2009-05-18Retire original HII APIs: IfrLibExtractDefault and ConstructConfigAltResp, wh...lgao41-1/+1
2009-05-14Update HiiDataBase to fix parsing Hii package error. Some HiiPackages have no...lgao41-0/+1
2009-05-141. Update the implementation of HII ConfigRouting Protocol in HiiDataBase mod...lgao41-79/+92
2009-04-27Update HiiGetBrowserData APIlgao41-4/+8
2009-04-24update DriverSample driver unload function to remove the installed package list.lgao41-13/+11
2009-04-14HII Library Class interface refine.rsun31-51/+38
2009-04-13Merge new defined HII library APIs into HiiLib lgao41-1/+1
2009-04-13Update UefiHiiLib to support new defined IFR related HII APIs.lgao41-188/+245
2009-04-09Add unload function for DriverSample lgao41-39/+68
2009-04-02Retire Extended HII library class.rsun31-17/+66
2009-01-20K8: add new variable PasswordSize to remove immeidate constant.qwang121-4/+7
2008-12-14Clean DriverSampleDxe for ICC build.xli241-22/+22