summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/DriverSampleDxe
AgeCommit message (Expand)AuthorFilesLines
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star3-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-8/+31
2014-08-26Clean up the framework style code.Eric Dong1-17/+21
2014-08-19Clean up the useless code in DriverSampleDxe.Eric Dong1-2/+0
2014-07-28Update code to support VS2013 tool chain.Eric Dong1-0/+1
2014-07-09Refine the sample for action, should not use text two part.Eric Dong1-8/+0
2014-07-02Correct the default value for date opcode.Eric Dong1-2/+2
2014-06-26Refine code to make it more safely.Eric Dong1-1/+1
2014-05-12Correct String language tag.Gao, Liming1-0/+0
2014-03-27Update code logic, remove ASSERT and use error handling. Eric Dong1-9/+33
2013-10-21Add sample code for warningif opcode.Eric Dong2-0/+3
2013-09-02Update sample code for date/time.Eric Dong1-48/+10
2013-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni3-12/+2
2013-07-02Update HiiDataBase and UefiHiiLib to support Name/Value varstore. Eric Dong2-0/+14
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.ydong103-42/+15
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.lgao44-4/+35
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.ydong103-1/+9
2011-11-24Patch includes:ydong101-1/+2
2011-11-16Patch include:ydong101-1/+1
2011-11-16Enable lock attribute for statement and form; show this attribute same as gra...ydong101-0/+1
2011-10-31MdeModulePkg: Remove variables that are set, but not usedjljusten1-6/+0
2011-10-31When browser was requested to go to another formset, it also needs to update ...ydong102-0/+7
2011-09-21Remove EFI_USER_INFO_ACCESS_SETUP_ADMIN_GUID definition from MdeModulePkg, be...lgao41-0/+3
2011-09-18Clean up the private GUID definition in module Level.lgao45-78/+50
2011-08-30Add new op-code samples, includes efi varstore, refresh guid group and ref op...ydong105-62/+182
2011-07-05Refine name definition for better user experience.ydong101-3/+3
2011-06-21Add sample code for vfr opcode "guidop"ydong101-0/+9
2011-06-08Add new "Refresh guid" opcode, also add sample code to use it.ydong104-17/+211
2011-06-08Add new "Modal form" opcode, also add sample code to use it.ydong102-0/+2
2011-05-31Add new call back return value; also add some sample code to use it.ydong103-3/+58
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.ydong105-1/+344
2011-04-12Old driver sample code does not return an EFI_UNSUPPORTED status code if a ca...ydong101-312/+346
2011-03-30Update inf file to follow spec.ydong101-1/+0
2010-12-231. Support inconsistent if opcode used in string/password opcode.ydong103-3/+12
2010-12-09Co-work with patch V11137 to refine the Hii menu.ydong101-0/+0
2010-09-07Rename one file to follow the file naming convention.rsun32-1/+1
2010-09-07Rename one file to follow the file naming convention.rsun31-0/+0
2010-06-02Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea...lgao42-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 formathhtian8-12/+12
2010-03-16Add sample use case for IFR security op-code.rsun33-0/+12
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-28Add FormMap form example. lgao43-4/+68