summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe/Expression.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-1285/+1342
2021-12-07MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney1-1/+1
2019-11-06MdeModulePkg/SetupBrowserDxe: ASSERT GetBufferForValue(&Value)Shenglei Zhang1-0/+3
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-73/+73
2017-11-14MdeModulePkg: Fix MSFT C4255 warningSong, BinX1-0/+1
2017-03-02MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu1-2/+9
2016-08-31MdeModulePkg: Use IsZeroGuid API for zero GUID checkingHao Wu1-1/+1
2016-06-01MdeModulePkg/SetupBrowser: Correct the incorrect variable nameDandan Bi1-2/+2
2015-12-03MdeModulePkg: remove unreachable codeArd Biesheuvel1-1/+0
2015-06-29MdeModulePkg:Use safe string functionsDandan Bi1-3/+5
2015-05-26MdeModulePkg:fix browser not call EFI_BROWSER_ACTION_CHANGEDDandan Bi1-1/+1
2015-05-19MdeModulePkg: Fix potential buffer overflow issues.Eric Dong1-1/+4
2015-05-14MdeModulePkg: Fix Typo.Eric Dong1-2/+2
2015-05-06MdeModulePkg: Add match2 opcode support in SetupBrowserDxe and sample code in...Eric Dong1-1/+176
2014-07-30Refine code to make it more safely.Eric Dong1-2/+7
2014-07-28Update code to support VS2013 tool chain.Eric Dong1-0/+2
2014-07-28Update the code to follow UEFI spec, process date/time/ref value type as buff...Eric Dong1-71/+219
2014-04-21Fix GCC build fail.Eric Dong1-4/+4
2014-04-18Refine the check expression result logic.Eric Dong1-2/+39
2013-11-25Refine data copy and data compare logic.Eric Dong1-1/+50
2013-11-07Update the logic, based on the device path and formset guid to find the HiiHa...Eric Dong1-35/+2
2013-08-12Update Browser to provide the customization possibilities.Eric Dong1-3/+3
2013-08-12Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ers...Eric Dong1-3/+3
2013-08-09Update Browser to provide the customization possibilities.Eric Dong1-3/+3
2013-03-20MdeModulePkg: Fixed 'variable set but not used' build warning.erictian1-2/+0
2013-01-22Update the code of processing device path info in browser to follow UEFI spec.ydong101-14/+13
2012-08-29Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode ...erictian1-1/+1
2012-08-14Refine the logic to handle the device path info get from string token.ydong101-3/+10
2012-07-06When do discard action, enable callback action for questions which have value...ydong101-4/+4
2012-01-31Update the code to follow the spec when evaluate the expression.ydong101-174/+261
2012-01-31Enable nest for suppressif/grayoutif/diableif for form/question/option.ydong101-1/+382
2012-01-12Correct definition to follow spec.ydong101-2/+2
2011-11-22Add support for EFI_IFR_QUESTION_REF3 opcode for browser when this opcode has...ydong101-20/+178
2011-11-18Enable buffer type when process some expression opcode which support buffer t...ydong101-42/+168
2011-10-27Initialize the parameter mUnicodeCollation before use it to avoid system hang.ydong101-0/+5
2011-10-10Enhance op-code EFI_IFR_TO_BOOLEAN to case insensitive.ydong101-4/+9
2011-07-12Change the HiiDataBase and browser codes to support new efi varstore data str...ydong101-0/+3
2011-05-31Add new call back return value; also add some sample code to use it.ydong101-2/+2
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-03-16Fix a bug in SetupBrowserDxe driver when check current user's access setup pe...rsun31-1/+1
2010-02-27Add the missing check for NULL pointer before use it.lgao41-1/+2
2010-02-25Enhance SetupBrowser to support new UEFI HiiFormMap featurelgao41-81/+591
2010-02-11Coding style fix and minor improvements.rsun31-2/+2
2009-12-11Fix the bug for evaluate EFI_IFR_NOT_EQUAL_OP opcode, and the bug in using Un...lgao41-1/+1
2009-11-26Add IFR Security Op-code support in the Form Browser.rsun31-2/+108
2009-11-13Invoke EFI_BROWSER_ACTION_RETRIEVE callback when read EfiVarstore question.lgao41-1/+0
2009-10-261. Code clean up: add IN/OUT modifier for parameters.xdu21-7/+7
2009-02-02Add in ASSERT to check out-of-bound and possible dereference of NULL pointers.qwang121-3/+6
2009-01-20K8:qwang121-3/+3