summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/SetupBrowserDxe/Expression.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/SetupBrowserDxe: ASSERT GetBufferForValue(&Value)Shenglei Zhang2019-11-061-0/+3
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-73/+73
* MdeModulePkg: Fix MSFT C4255 warningSong, BinX2017-11-141-0/+1
* MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu2017-03-021-2/+9
* MdeModulePkg: Use IsZeroGuid API for zero GUID checkingHao Wu2016-08-311-1/+1
* MdeModulePkg/SetupBrowser: Correct the incorrect variable nameDandan Bi2016-06-011-2/+2
* MdeModulePkg: remove unreachable codeArd Biesheuvel2015-12-031-1/+0
* MdeModulePkg:Use safe string functionsDandan Bi2015-06-291-3/+5
* MdeModulePkg:fix browser not call EFI_BROWSER_ACTION_CHANGEDDandan Bi2015-05-261-1/+1
* MdeModulePkg: Fix potential buffer overflow issues.Eric Dong2015-05-191-1/+4
* MdeModulePkg: Fix Typo.Eric Dong2015-05-141-2/+2
* MdeModulePkg: Add match2 opcode support in SetupBrowserDxe and sample code in...Eric Dong2015-05-061-1/+176
* Refine code to make it more safely.Eric Dong2014-07-301-2/+7
* Update code to support VS2013 tool chain.Eric Dong2014-07-281-0/+2
* Update the code to follow UEFI spec, process date/time/ref value type as buff...Eric Dong2014-07-281-71/+219
* Fix GCC build fail.Eric Dong2014-04-211-4/+4
* Refine the check expression result logic.Eric Dong2014-04-181-2/+39
* Refine data copy and data compare logic.Eric Dong2013-11-251-1/+50
* Update the logic, based on the device path and formset guid to find the HiiHa...Eric Dong2013-11-071-35/+2
* Update Browser to provide the customization possibilities.Eric Dong2013-08-121-3/+3
* Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ers...Eric Dong2013-08-121-3/+3
* Update Browser to provide the customization possibilities.Eric Dong2013-08-091-3/+3
* MdeModulePkg: Fixed 'variable set but not used' build warning.erictian2013-03-201-2/+0
* Update the code of processing device path info in browser to follow UEFI spec.ydong102013-01-221-14/+13
* Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode ...erictian2012-08-291-1/+1
* Refine the logic to handle the device path info get from string token.ydong102012-08-141-3/+10
* When do discard action, enable callback action for questions which have value...ydong102012-07-061-4/+4
* Update the code to follow the spec when evaluate the expression.ydong102012-01-311-174/+261
* Enable nest for suppressif/grayoutif/diableif for form/question/option.ydong102012-01-311-1/+382
* Correct definition to follow spec.ydong102012-01-121-2/+2
* Add support for EFI_IFR_QUESTION_REF3 opcode for browser when this opcode has...ydong102011-11-221-20/+178
* Enable buffer type when process some expression opcode which support buffer t...ydong102011-11-181-42/+168
* Initialize the parameter mUnicodeCollation before use it to avoid system hang.ydong102011-10-271-0/+5
* Enhance op-code EFI_IFR_TO_BOOLEAN to case insensitive.ydong102011-10-101-4/+9
* Change the HiiDataBase and browser codes to support new efi varstore data str...ydong102011-07-121-0/+3
* Add new call back return value; also add some sample code to use it.ydong102011-05-311-2/+2
* Update the copyright notice formathhtian2010-04-241-2/+2
* Fix a bug in SetupBrowserDxe driver when check current user's access setup pe...rsun32010-03-161-1/+1
* Add the missing check for NULL pointer before use it.lgao42010-02-271-1/+2
* Enhance SetupBrowser to support new UEFI HiiFormMap featurelgao42010-02-251-81/+591
* Coding style fix and minor improvements.rsun32010-02-111-2/+2
* Fix the bug for evaluate EFI_IFR_NOT_EQUAL_OP opcode, and the bug in using Un...lgao42009-12-111-1/+1
* Add IFR Security Op-code support in the Form Browser.rsun32009-11-261-2/+108
* Invoke EFI_BROWSER_ACTION_RETRIEVE callback when read EfiVarstore question.lgao42009-11-131-1/+0
* 1. Code clean up: add IN/OUT modifier for parameters.xdu22009-10-261-7/+7
* Add in ASSERT to check out-of-bound and possible dereference of NULL pointers.qwang122009-02-021-3/+6
* K8:qwang122009-01-201-3/+3
* Remove NibbleToHexChar() function from BaseLiblgao42008-12-011-5/+4
* 1) Remove the variable initalization in declaration.qwang122008-11-211-10/+10