Age | Commit message (Expand) | Author | Files | Lines |
2019-10-09 | MdeModulePkg: stop abusing EFI_HANDLE for keystroke notify registration | Laszlo Ersek | 1 | -2/+2 |
2019-04-09 | MdeModulePkg: Replace BSD License with BSD+Patent License | Michael D Kinney | 1 | -7/+1 |
2018-06-28 | MdeModulePkg: Clean up source files | Liming Gao | 1 | -42/+42 |
2017-10-11 | MdeModulePkg/DriverSample: Add questions with bit/union VarStore | Dandan Bi | 1 | -0/+120 |
2017-08-23 | MdeModulePkg/DriverSample: Add sample case for popup protocol | Dandan Bi | 1 | -0/+29 |
2017-03-02 | MdeModulePkg: Replace [Ascii|Unicode]ValueToString | Hao Wu | 1 | -13/+24 |
2017-01-20 | MdeModulePkg: Use EfiEventEmptyFunction from UefiLib | Star Zeng | 1 | -18/+2 |
2016-11-25 | MdeModulePkg/DriverSample: Remove the password related codes | Dandan Bi | 1 | -262/+0 |
2016-10-27 | MdeModulePkg/Universal: Fix typos in comments | Gary Lin | 1 | -1/+1 |
2016-09-27 | MdeModulePkg FormBrowserEx: Change its structure name with EDKII_ prefix | Liming Gao | 1 | -2/+2 |
2016-08-11 | MdeModulePkg/DriverSample: Skip the character "&" before "OFFSET=" | Dandan Bi | 1 | -0/+5 |
2016-04-19 | MdeModulePkg/DriverSampleDxe: Add a sample case | Dandan Bi | 1 | -1/+52 |
2016-03-16 | MdeModulePkg/DriverSampleDxe: Uninstall the ConfigAccess protocol | Dandan Bi | 1 | -0/+2 |
2016-02-25 | MdeModulePkg: Add submitted callback test case in DriverSample | Dandan Bi | 1 | -1/+23 |
2015-12-04 | MdeModulePkg: Fix VS2015 warning C4459 in DriverSampleDxe | Liming Gao | 1 | -36/+36 |
2015-08-04 | MdeModulePkg:Fix the issue that refresh the question fail in DriverSample | Dandan Bi | 1 | -83/+82 |
2015-06-29 | MdeModulePkg:Use safe string functions | Dandan Bi | 1 | -5/+5 |
2015-05-13 | MdeModulePkg: Add sample code for keyword handler protocol. | Eric Dong | 1 | -1/+89 |
2014-07-28 | Update code to support VS2013 tool chain. | Eric Dong | 1 | -0/+1 |
2014-06-26 | Refine code to make it more safely. | Eric Dong | 1 | -1/+1 |
2014-03-27 | Update code logic, remove ASSERT and use error handling. | Eric Dong | 1 | -9/+33 |
2013-07-26 | Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath... | Ruiyu Ni | 1 | -10/+1 |
2013-07-02 | Update HiiDataBase and UefiHiiLib to support Name/Value varstore. | Eric Dong | 1 | -0/+10 |
2013-01-24 | Refine code to follow coding style. | ydong10 | 1 | -4/+4 |
2013-01-22 | Refine the sample about how to convert the device path to string. | ydong10 | 1 | -40/+11 |
2012-08-14 | Refine the logic to handle the device path info get from string token. | ydong10 | 1 | -2/+46 |
2012-02-29 | Add sample code to show how to register Browser HotKey by BrowserEx protocol. | lgao4 | 1 | -1/+31 |
2011-12-15 | Per UEFI spec, on CallBack action EFI_BROWSER_ACTION_CHANGING, the return val... | ydong10 | 1 | -44/+51 |
2011-11-25 | Add sample code for EFI_IFR_QUESTION_REF3 opcode. | ydong10 | 1 | -0/+8 |
2011-10-31 | MdeModulePkg: Remove variables that are set, but not used | jljusten | 1 | -6/+0 |
2011-09-18 | Clean up the private GUID definition in module Level. | lgao4 | 1 | -45/+35 |
2011-08-30 | Add new op-code samples, includes efi varstore, refresh guid group and ref op... | ydong10 | 1 | -44/+87 |
2011-06-08 | Add new "Refresh guid" opcode, also add sample code to use it. | ydong10 | 1 | -17/+203 |
2011-06-08 | Add new "Modal form" opcode, also add sample code to use it. | ydong10 | 1 | -0/+2 |
2011-05-31 | Add new call back return value; also add some sample code to use it. | ydong10 | 1 | -2/+30 |
2011-05-25 | Fix ICC build break. | ydong10 | 1 | -1/+2 |
2011-05-23 | Fixed SCT test failed caused by driver sample. | ydong10 | 1 | -5/+10 |
2011-05-20 | Add two new methods to get default value, also add sample code in sample driver. | ydong10 | 1 | -0/+306 |
2011-04-12 | Old driver sample code does not return an EFI_UNSUPPORTED status code if a ca... | ydong10 | 1 | -312/+346 |
2010-12-23 | 1. Support inconsistent if opcode used in string/password opcode. | ydong10 | 1 | -3/+9 |
2010-06-02 | Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea... | lgao4 | 1 | -47/+84 |
2010-05-17 | Small code refinement in MdeModulePkg. | rsun3 | 1 | -7/+8 |
2010-05-10 | 1. Use the max string size to compare password string. | lgao4 | 1 | -2/+2 |
2010-04-24 | Update the copyright notice format | hhtian | 1 | -2/+2 |
2010-03-05 | Add some robustness check in DriverSample driver. | rsun3 | 1 | -0/+2 |
2010-03-04 | Update HiiConfigAccess.ExtractConfig interface to support NULL request string... | lgao4 | 1 | -87/+119 |
2010-02-11 | Add example of Name/Value pair var store to DriverSample | lgao4 | 1 | -2/+268 |
2009-12-08 | Fix incorrect return status usage of HiiGetBrowserData(). | xdu2 | 1 | -2/+1 |
2009-11-13 | Add Example for EFI_BROWSER_ACTION_RETRIEVE callback | lgao4 | 1 | -2/+18 |
2009-10-26 | Add example usage of EFI_BROWSER_ACTION_FORM_OPEN and EFI_BROWSER_ACTION_FORM... | xdu2 | 1 | -31/+115 |