summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/DriverSampleDxe/DriverSample.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-24MdeModulePkg/DriverSampleDxe: EFI_BROWSER_ACTION_REQUEST_QUESTION_APPLYMing Tan1-0/+13
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-752/+804
2019-10-09MdeModulePkg: stop abusing EFI_HANDLE for keystroke notify registrationLaszlo Ersek1-2/+2
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-42/+42
2017-10-11MdeModulePkg/DriverSample: Add questions with bit/union VarStoreDandan Bi1-0/+120
2017-08-23MdeModulePkg/DriverSample: Add sample case for popup protocolDandan Bi1-0/+29
2017-03-02MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu1-13/+24
2017-01-20MdeModulePkg: Use EfiEventEmptyFunction from UefiLibStar Zeng1-18/+2
2016-11-25MdeModulePkg/DriverSample: Remove the password related codesDandan Bi1-262/+0
2016-10-27MdeModulePkg/Universal: Fix typos in commentsGary Lin1-1/+1
2016-09-27MdeModulePkg FormBrowserEx: Change its structure name with EDKII_ prefixLiming Gao1-2/+2
2016-08-11MdeModulePkg/DriverSample: Skip the character "&" before "OFFSET="Dandan Bi1-0/+5
2016-04-19MdeModulePkg/DriverSampleDxe: Add a sample caseDandan Bi1-1/+52
2016-03-16MdeModulePkg/DriverSampleDxe: Uninstall the ConfigAccess protocolDandan Bi1-0/+2
2016-02-25MdeModulePkg: Add submitted callback test case in DriverSampleDandan Bi1-1/+23
2015-12-04MdeModulePkg: Fix VS2015 warning C4459 in DriverSampleDxeLiming Gao1-36/+36
2015-08-04MdeModulePkg:Fix the issue that refresh the question fail in DriverSampleDandan Bi1-83/+82
2015-06-29MdeModulePkg:Use safe string functionsDandan Bi1-5/+5
2015-05-13MdeModulePkg: Add sample code for keyword handler protocol.Eric Dong1-1/+89
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