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
/
IfrParse.c
Age
Commit message (
Expand
)
Author
2010-04-24
Update the copyright notice format
hhtian
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-22
1. Update GetStringWorker() of HiiDataBaseDxe to only search in other languag...
lgao4
2010-02-05
Add some security check.
xdu2
2010-02-02
Add support to original EFI_IFR_FORM_SET in initial UEFI2.1 spec. Now, it has...
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-11-13
Fix a bug to handle case that SendForm() is called with an invalid FormSetGuid.
xdu2
2009-11-12
Add SuppressIf form support in SetupBrowser driver.
lgao4
2009-10-26
1. Code clean up: add IN/OUT modifier for parameters.
xdu2
2009-10-26
Add support for newly defined VarStore type EFI_IFR_TYPE_UNDEFINED, EFI_IFR_T...
xdu2
2009-10-20
1. Move ASSERT to proper place.
xdu2
2009-09-21
Rename the structure name EFI_IFR_EQ_ID_LIST to EFI_IFR_EQ_ID_VALUE_LIST
qhuang8
2009-05-15
Add check for NULL pointer.
gikidy
2009-05-13
Add a check for CreateQuestion may be return NULL.
gikidy
2009-04-23
Fix ICC build break.
lgao4
2009-04-22
Correct comments
lgao4
2009-04-22
Update SetUp Browser doesn't set a default value to Numeric field per UEFI sp...
lgao4
2009-04-14
HII Library Class interface refine.
rsun3
2009-04-13
Update UefiHiiLib to support new defined IFR related HII APIs.
lgao4
2009-02-25
Use single one PcdFrameworkCompatibilitySupport PCD to support framework HII ...
lgao4
2009-02-23
Move MdeModuleHii.h into Include\Guid directory
lgao4
2009-02-10
Add in ASSERT to avoid NULL point dereference.
qwang12
2009-02-06
K8: Add in ASSERT to detect possible NULL pointer dereference.
qwang12
2009-02-02
Add in ASSERT to check out-of-bound and possible dereference of NULL pointers.
qwang12
2009-01-20
K8:
qwang12
2009-01-19
Assertions added
jji4
2008-11-21
1) Remove the variable initalization in declaration.
qwang12
2008-11-19
ECC Cleanup: Update Doxygen comment
qwang12
2008-10-31
Update to use DOS format
qhuang8
2008-10-30
Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading...
qwang12
2008-09-03
Use Numeric Opcode to host the backward compatibility as the VarEqVal in Fram...
qwang12
2008-09-02
Merged in the bug fixes from EDK I.
qwang12
2008-08-18
Add the support of GUID opcode which enable SetupBrowser to support IFR gener...
qwang12
2008-07-15
Clean up SetupBrowserDxe for Doxygen comments requirement.
qwang12
2008-06-23
Merged in the following trackers from EDK:
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-02-19
edk2/MdeModulePkg/Universal/SetupBrowserDxe/IfrParse.c:
jljusten
2008-02-19
Initialize Storage->ConfigRequest to contain at least one Unicode NULL '\0000...
qwang12
2008-01-21
UEFI HII: Merge UEFI HII support changes from branch.
qwang12