index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MdeModulePkg
/
Universal
/
SetupBrowserDxe
/
Expression.c
Age
Commit message (
Expand
)
Author
2013-11-25
Refine data copy and data compare logic.
Eric Dong
2013-11-07
Update the logic, based on the device path and formset guid to find the HiiHa...
Eric Dong
2013-08-12
Update Browser to provide the customization possibilities.
Eric Dong
2013-08-12
Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ers...
Eric Dong
2013-08-09
Update Browser to provide the customization possibilities.
Eric Dong
2013-03-20
MdeModulePkg: Fixed 'variable set but not used' build warning.
erictian
2013-01-22
Update the code of processing device path info in browser to follow UEFI spec.
ydong10
2012-08-29
Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode ...
erictian
2012-08-14
Refine the logic to handle the device path info get from string token.
ydong10
2012-07-06
When do discard action, enable callback action for questions which have value...
ydong10
2012-01-31
Update the code to follow the spec when evaluate the expression.
ydong10
2012-01-31
Enable nest for suppressif/grayoutif/diableif for form/question/option.
ydong10
2012-01-12
Correct definition to follow spec.
ydong10
2011-11-22
Add support for EFI_IFR_QUESTION_REF3 opcode for browser when this opcode has...
ydong10
2011-11-18
Enable buffer type when process some expression opcode which support buffer t...
ydong10
2011-10-27
Initialize the parameter mUnicodeCollation before use it to avoid system hang.
ydong10
2011-10-10
Enhance op-code EFI_IFR_TO_BOOLEAN to case insensitive.
ydong10
2011-07-12
Change the HiiDataBase and browser codes to support new efi varstore data str...
ydong10
2011-05-31
Add new call back return value; also add some sample code to use it.
ydong10
2010-04-24
Update the copyright notice format
hhtian
2010-03-16
Fix a bug in SetupBrowserDxe driver when check current user's access setup pe...
rsun3
2010-02-27
Add the missing check for NULL pointer before use it.
lgao4
2010-02-25
Enhance SetupBrowser to support new UEFI HiiFormMap feature
lgao4
2010-02-11
Coding style fix and minor improvements.
rsun3
2009-12-11
Fix the bug for evaluate EFI_IFR_NOT_EQUAL_OP opcode, and the bug in using Un...
lgao4
2009-11-26
Add IFR Security Op-code support in the Form Browser.
rsun3
2009-11-13
Invoke EFI_BROWSER_ACTION_RETRIEVE callback when read EfiVarstore question.
lgao4
2009-10-26
1. Code clean up: add IN/OUT modifier for parameters.
xdu2
2009-02-02
Add in ASSERT to check out-of-bound and possible dereference of NULL pointers.
qwang12
2009-01-20
K8:
qwang12
2008-12-01
Remove NibbleToHexChar() function from BaseLib
lgao4
2008-11-21
1) Remove the variable initalization in declaration.
qwang12
2008-11-04
Sync in bug fix from EDK I:
qwang12
2008-10-30
Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading...
qwang12
2008-07-15
Clean up SetupBrowserDxe for Doxygen comments requirement.
qwang12
2008-05-23
1) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib.
qwang12
2008-03-12
Added the ULL to the 0xFFFFFFFFFFFFFFFF values
lhauch
2008-01-21
UEFI HII: Merge UEFI HII support changes from branch.
qwang12