summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/DriverSampleDxe
Commit message (Expand)AuthorAgeFilesLines
...
* Per UEFI spec, on CallBack action EFI_BROWSER_ACTION_CHANGING, the return val...ydong102011-12-151-44/+51
* Add sample code for EFI_IFR_QUESTION_REF3 opcode.ydong102011-11-253-1/+9
* Patch includes:ydong102011-11-241-1/+2
* Patch include:ydong102011-11-161-1/+1
* Enable lock attribute for statement and form; show this attribute same as gra...ydong102011-11-161-0/+1
* MdeModulePkg: Remove variables that are set, but not usedjljusten2011-10-311-6/+0
* When browser was requested to go to another formset, it also needs to update ...ydong102011-10-312-0/+7
* Remove EFI_USER_INFO_ACCESS_SETUP_ADMIN_GUID definition from MdeModulePkg, be...lgao42011-09-211-0/+3
* Clean up the private GUID definition in module Level.lgao42011-09-185-78/+50
* Add new op-code samples, includes efi varstore, refresh guid group and ref op...ydong102011-08-305-62/+182
* Refine name definition for better user experience.ydong102011-07-051-3/+3
* Add sample code for vfr opcode "guidop"ydong102011-06-211-0/+9
* Add new "Refresh guid" opcode, also add sample code to use it.ydong102011-06-084-17/+211
* Add new "Modal form" opcode, also add sample code to use it.ydong102011-06-082-0/+2
* Add new call back return value; also add some sample code to use it.ydong102011-05-313-3/+58
* Fix ICC build break.ydong102011-05-251-1/+2
* Fixed SCT test failed caused by driver sample.ydong102011-05-231-5/+10
* Add two new methods to get default value, also add sample code in sample driver.ydong102011-05-205-1/+344
* Old driver sample code does not return an EFI_UNSUPPORTED status code if a ca...ydong102011-04-121-312/+346
* Update inf file to follow spec.ydong102011-03-301-1/+0
* 1. Support inconsistent if opcode used in string/password opcode.ydong102010-12-233-3/+12
* Co-work with patch V11137 to refine the Hii menu.ydong102010-12-091-0/+0
* Rename one file to follow the file naming convention.rsun32010-09-072-1/+1
* Rename one file to follow the file naming convention.rsun32010-09-071-0/+0
* Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea...lgao42010-06-022-47/+84
* Small code refinement in MdeModulePkg.rsun32010-05-171-7/+8
* 1. Use the max string size to compare password string.lgao42010-05-101-2/+2
* Update the copyright notice formathhtian2010-04-248-12/+12
* Add sample use case for IFR security op-code.rsun32010-03-163-0/+12
* Add some robustness check in DriverSample driver.rsun32010-03-051-0/+2
* Update HiiConfigAccess.ExtractConfig interface to support NULL request string...lgao42010-03-041-87/+119
* Add FormMap form example. lgao42010-02-283-4/+68
* 1. Correct File header to ## @filelgao42010-02-241-4/+4
* Add example of Name/Value pair var store to DriverSamplelgao42010-02-115-9/+327
* Add disableif statement example, and suppressif form example.lgao42009-12-311-102/+104
* Fix incorrect return status usage of HiiGetBrowserData().xdu22009-12-081-2/+1
* Add Example for EFI_BROWSER_ACTION_RETRIEVE callbacklgao42009-11-132-6/+23
* 1. Update SetupBrowser to pass correct buffer value for OrderedList Callbackxdu22009-11-121-2/+2
* Add example usage of EFI_BROWSER_ACTION_FORM_OPEN and EFI_BROWSER_ACTION_FORM...xdu22009-10-263-33/+119
* Add the example for default opcode usage.lgao42009-10-192-1/+5
* Add check that Progress is NULL lgao42009-07-081-2/+2
* Correct DriverSample ConfigAcess protocol ExtractConfig interface.lgao42009-06-251-12/+11
* Update DriverSample and PlatDriOverrideDxe driver to correct the return value...lgao42009-05-211-23/+14
* Update HiiDataBase to fix the SCT hang issues by the invalid device path.lgao42009-05-201-2/+4
* Correct DriverSample to produce the ConfigAccess protocollgao42009-05-181-14/+31
* Retire original HII APIs: IfrLibExtractDefault and ConstructConfigAltResp, wh...lgao42009-05-181-1/+1
* Update HiiDataBase to fix parsing Hii package error. Some HiiPackages have no...lgao42009-05-141-0/+1
* 1. Update the implementation of HII ConfigRouting Protocol in HiiDataBase mod...lgao42009-05-143-79/+94
* Update HiiGetBrowserData APIlgao42009-04-272-5/+9
* update DriverSample driver unload function to remove the installed package list.lgao42009-04-241-13/+11