summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe/IfrParse.c
AgeCommit message (Expand)Author
2015-08-03MdeModulePkg:Fix the issue FindQuestionFromProgress in SetupBrowserDxe is brokenDandan Bi
2015-06-29MdeModulePkg:Use safe string functionsDandan Bi
2015-06-09EDKII:Display engine should not depend on the framework codeDandan Bi
2015-05-19MdeModulePkg: Fix potential buffer overflow issues.Eric Dong
2015-05-06MdeModulePkg: Add match2 opcode support in SetupBrowserDxe and sample code in...Eric Dong
2015-05-06MdeModulePkg: Enable buffer type value for default and oneofoption opcode.Eric Dong
2015-05-06MdeModluePkg: Enable refresh opcode to refresh the entire form.Eric Dong
2015-01-30Move ConfigHdr from browser_storage to Formset_storage, avoid device path los...Eric Dong
2014-12-15Eliminate the variable.Laszlo Ersek
2014-12-11MdeModulePkg: Update the device path info for the storage when former drivers...Eric Dong
2014-09-23Refine get default value process for browser. Eric Dong
2014-07-08Refine the save action for the browser.Eric Dong
2014-06-26Refine code to make it more safely.Eric Dong
2014-04-18Refine the check expression result logic.Eric Dong
2014-04-18Enhance the browser parse opcode logic, skip the opcode which is not defined ...Eric Dong
2014-04-15Update question validation logic, move the check pointer from after user inpu...Eric Dong
2013-12-18Update code to avoid using potential NULL pointer.Eric Dong
2013-12-17Update code to support guid op nest in the statement.Eric Dong
2013-12-09Refine code to fix potential code bug.Eric Dong
2013-11-25When need to find varstore in the storage list, based on the extra HiiHandle ...Eric Dong
2013-09-24Fix deadloop issue in BrowserCallback function.Eric Dong
2013-09-04Enable warningif opcode in browser.Eric Dong
2013-08-23Add some comments, clear describe the efi varstore type.Eric Dong
2013-08-12Update Browser to provide the customization possibilities.Eric Dong
2013-08-12Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ers...Eric Dong
2013-08-09Update Browser to provide the customization possibilities.Eric Dong
2013-04-16Update the browser logic, make the storage as browser level instead of form s...ydong10
2013-01-06Base on the type field to get the width of value field for option opcode.ydong10
2012-12-17Base on the value type to get the value for default opcode.ydong10
2012-09-27Enable EFI_IFR_DEFAULT2 opcode in browser.ydong10
2012-01-31Enable nest for suppressif/grayoutif/diableif for form/question/option.ydong10
2012-01-12Correct definition to follow spec.ydong10
2011-11-18Enable buffer type when process some expression opcode which support buffer t...ydong10
2011-11-16Enable lock attribute for statement and form; show this attribute same as gra...ydong10
2011-09-13Enhance EDKII Browser to support flexible HotKey setting. lgao4
2011-07-12Change the HiiDataBase and browser codes to support new efi varstore data str...ydong10
2011-06-28Enable new "ref5" opcode in browser.ydong10
2011-06-131. When get value from AltCfg data, check the varstore type first.ydong10
2011-06-08Add new "Refresh guid" opcode, also add sample code to use it.ydong10
2011-06-08Add new "Modal form" opcode, also add sample code to use it.ydong10
2011-05-31Add new call back return value; also add some sample code to use it.ydong10
2011-05-17Fixed an error when parse time opcode.ydong10
2010-12-231. Support inconsistent if opcode used in string/password opcode.ydong10
2010-09-16Refine code to make code run safely.ydong10
2010-09-15Refine soma code to make code run safely.ydong10
2010-04-24Update the copyright notice formathhtian
2010-02-27Add the missing check for NULL pointer before use it.lgao4
2010-02-25Enhance SetupBrowser to support new UEFI HiiFormMap featurelgao4
2010-02-221. Update GetStringWorker() of HiiDataBaseDxe to only search in other languag...lgao4
2010-02-05Add some security check.xdu2