summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe/IfrParse.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-09Refine code to fix potential code bug.Eric Dong1-7/+8
2013-11-25When need to find varstore in the storage list, based on the extra HiiHandle ...Eric Dong1-4/+22
2013-09-24Fix deadloop issue in BrowserCallback function.Eric Dong1-10/+0
2013-09-04Enable warningif opcode in browser.Eric Dong1-0/+32
2013-08-23Add some comments, clear describe the efi varstore type.Eric Dong1-0/+6
2013-08-12Update Browser to provide the customization possibilities.Eric Dong1-48/+17
2013-08-12Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ers...Eric Dong1-17/+48
2013-08-09Update Browser to provide the customization possibilities.Eric Dong1-48/+17
2013-04-16Update the browser logic, make the storage as browser level instead of form s...ydong101-145/+253
2013-01-06Base on the type field to get the width of value field for option opcode.ydong101-2/+2
2012-12-17Base on the value type to get the value for default opcode.ydong101-2/+2
2012-09-27Enable EFI_IFR_DEFAULT2 opcode in browser.ydong101-2/+4
2012-01-31Enable nest for suppressif/grayoutif/diableif for form/question/option.ydong101-56/+73
2012-01-12Correct definition to follow spec.ydong101-2/+2
2011-11-18Enable buffer type when process some expression opcode which support buffer t...ydong101-0/+4
2011-11-16Enable lock attribute for statement and form; show this attribute same as gra...ydong101-0/+22
2011-09-13Enhance EDKII Browser to support flexible HotKey setting. lgao41-2/+1
2011-07-12Change the HiiDataBase and browser codes to support new efi varstore data str...ydong101-3/+26
2011-06-28Enable new "ref5" opcode in browser.ydong101-8/+18
2011-06-131. When get value from AltCfg data, check the varstore type first.ydong101-0/+1
2011-06-08Add new "Refresh guid" opcode, also add sample code to use it.ydong101-0/+8
2011-06-08Add new "Modal form" opcode, also add sample code to use it.ydong101-0/+8
2011-05-31Add new call back return value; also add some sample code to use it.ydong101-9/+78
2011-05-17Fixed an error when parse time opcode.ydong101-1/+1
2010-12-231. Support inconsistent if opcode used in string/password opcode.ydong101-3/+12
2010-09-16Refine code to make code run safely.ydong101-7/+7
2010-09-15Refine soma code to make code run safely.ydong101-2/+2
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-02-27Add the missing check for NULL pointer before use it.lgao41-0/+2
2010-02-25Enhance SetupBrowser to support new UEFI HiiFormMap featurelgao41-5/+257
2010-02-221. Update GetStringWorker() of HiiDataBaseDxe to only search in other languag...lgao41-0/+4
2010-02-05Add some security check.xdu21-0/+1
2010-02-02Add support to original EFI_IFR_FORM_SET in initial UEFI2.1 spec. Now, it has...lgao41-6/+8
2009-11-26Add IFR Security Op-code support in the Form Browser.rsun31-2/+6
2009-11-13Invoke EFI_BROWSER_ACTION_RETRIEVE callback when read EfiVarstore question.lgao41-1/+0
2009-11-13Fix a bug to handle case that SendForm() is called with an invalid FormSetGuid.xdu21-0/+8
2009-11-12Add SuppressIf form support in SetupBrowser driver.lgao41-3/+88
2009-10-261. Code clean up: add IN/OUT modifier for parameters.xdu21-18/+18
2009-10-26Add support for newly defined VarStore type EFI_IFR_TYPE_UNDEFINED, EFI_IFR_T...xdu21-10/+41
2009-10-201. Move ASSERT to proper place.xdu21-12/+9
2009-09-21Rename the structure name EFI_IFR_EQ_ID_LIST to EFI_IFR_EQ_ID_VALUE_LISTqhuang81-4/+4
2009-05-15Add check for NULL pointer.gikidy1-7/+12
2009-05-13Add a check for CreateQuestion may be return NULL. gikidy1-1/+2
2009-04-23Fix ICC build break.lgao41-1/+1
2009-04-22Correct commentslgao41-2/+2
2009-04-22Update SetUp Browser doesn't set a default value to Numeric field per UEFI sp...lgao41-13/+38
2009-04-14HII Library Class interface refine.rsun31-5/+3
2009-04-13Update UefiHiiLib to support new defined IFR related HII APIs.lgao41-26/+11
2009-02-25Use single one PcdFrameworkCompatibilitySupport PCD to support framework HII ...lgao41-1/+1
2009-02-23Move MdeModuleHii.h into Include\Guid directorylgao41-6/+2