summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/DriverSampleDxe
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-283-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-281-8/+31
* Clean up the framework style code.Eric Dong2014-08-261-17/+21
* Clean up the useless code in DriverSampleDxe.Eric Dong2014-08-191-2/+0
* Update code to support VS2013 tool chain.Eric Dong2014-07-281-0/+1
* Refine the sample for action, should not use text two part.Eric Dong2014-07-091-8/+0
* Correct the default value for date opcode.Eric Dong2014-07-021-2/+2
* Refine code to make it more safely.Eric Dong2014-06-261-1/+1
* Correct String language tag.Gao, Liming2014-05-121-0/+0
* Update code logic, remove ASSERT and use error handling. Eric Dong2014-03-271-9/+33
* Add sample code for warningif opcode.Eric Dong2013-10-212-0/+3
* Update sample code for date/time.Eric Dong2013-09-021-48/+10
* Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni2013-07-263-12/+2
* Update HiiDataBase and UefiHiiLib to support Name/Value varstore. Eric Dong2013-07-022-0/+14
* Refine code to follow coding style.ydong102013-01-241-4/+4
* Refine the sample about how to convert the device path to string.ydong102013-01-223-42/+15
* Refine the logic to handle the device path info get from string token.ydong102012-08-141-2/+46
* Add sample code to show how to register Browser HotKey by BrowserEx protocol.lgao42012-02-294-4/+35
* 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