summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/DriverSampleDxe/DriverSample.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: stop abusing EFI_HANDLE for keystroke notify registrationLaszlo Ersek2019-10-091-2/+2
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-42/+42
* MdeModulePkg/DriverSample: Add questions with bit/union VarStoreDandan Bi2017-10-111-0/+120
* MdeModulePkg/DriverSample: Add sample case for popup protocolDandan Bi2017-08-231-0/+29
* MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu2017-03-021-13/+24
* MdeModulePkg: Use EfiEventEmptyFunction from UefiLibStar Zeng2017-01-201-18/+2
* MdeModulePkg/DriverSample: Remove the password related codesDandan Bi2016-11-251-262/+0
* MdeModulePkg/Universal: Fix typos in commentsGary Lin2016-10-271-1/+1
* MdeModulePkg FormBrowserEx: Change its structure name with EDKII_ prefixLiming Gao2016-09-271-2/+2
* MdeModulePkg/DriverSample: Skip the character "&" before "OFFSET="Dandan Bi2016-08-111-0/+5
* MdeModulePkg/DriverSampleDxe: Add a sample caseDandan Bi2016-04-191-1/+52
* MdeModulePkg/DriverSampleDxe: Uninstall the ConfigAccess protocolDandan Bi2016-03-161-0/+2
* MdeModulePkg: Add submitted callback test case in DriverSampleDandan Bi2016-02-251-1/+23
* MdeModulePkg: Fix VS2015 warning C4459 in DriverSampleDxeLiming Gao2015-12-041-36/+36
* MdeModulePkg:Fix the issue that refresh the question fail in DriverSampleDandan Bi2015-08-041-83/+82
* MdeModulePkg:Use safe string functionsDandan Bi2015-06-291-5/+5
* MdeModulePkg: Add sample code for keyword handler protocol.Eric Dong2015-05-131-1/+89
* Update code to support VS2013 tool chain.Eric Dong2014-07-281-0/+1
* Refine code to make it more safely.Eric Dong2014-06-261-1/+1
* Update code logic, remove ASSERT and use error handling. Eric Dong2014-03-271-9/+33
* Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni2013-07-261-10/+1
* Update HiiDataBase and UefiHiiLib to support Name/Value varstore. Eric Dong2013-07-021-0/+10
* 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-221-40/+11
* 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-291-1/+31
* 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-251-0/+8
* MdeModulePkg: Remove variables that are set, but not usedjljusten2011-10-311-6/+0
* Clean up the private GUID definition in module Level.lgao42011-09-181-45/+35
* Add new op-code samples, includes efi varstore, refresh guid group and ref op...ydong102011-08-301-44/+87
* Add new "Refresh guid" opcode, also add sample code to use it.ydong102011-06-081-17/+203
* Add new "Modal form" opcode, also add sample code to use it.ydong102011-06-081-0/+2
* Add new call back return value; also add some sample code to use it.ydong102011-05-311-2/+30
* 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-201-0/+306
* Old driver sample code does not return an EFI_UNSUPPORTED status code if a ca...ydong102011-04-121-312/+346
* 1. Support inconsistent if opcode used in string/password opcode.ydong102010-12-231-3/+9
* Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea...lgao42010-06-021-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-241-2/+2
* 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 example of Name/Value pair var store to DriverSamplelgao42010-02-111-2/+268
* Fix incorrect return status usage of HiiGetBrowserData().xdu22009-12-081-2/+1
* Add Example for EFI_BROWSER_ACTION_RETRIEVE callbacklgao42009-11-131-2/+18
* Add example usage of EFI_BROWSER_ACTION_FORM_OPEN and EFI_BROWSER_ACTION_FORM...xdu22009-10-261-31/+115