summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe/IfrParse.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-1269/+1325
2020-01-15MdeModulePkg/Setup: Update opcode number variable type to UINTNBrian R Haug1-9/+9
2019-05-09MdeModulePkg/Setup: Remove PcdFrameworkCompatibilitySupport usageDandan Bi1-85/+1
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-08-21MdeModulePkg SetupBrowserDxe: Remove a redundant functionshenglei1-33/+0
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-21/+21
2017-09-21MdeModulePkg/SetupBrowser: Handle questions with Bit VarStoreDandan Bi1-33/+105
2017-03-02MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu1-2/+2
2016-08-11MdeModulePkg/Browser: Share default if some default value are not specifiedDandan Bi1-4/+21
2016-06-27MdeModulePkg/SetupBrowser: Fix the typo in the commentGary Lin1-1/+1
2015-08-03MdeModulePkg:Fix the issue FindQuestionFromProgress in SetupBrowserDxe is brokenDandan Bi1-0/+1
2015-06-29MdeModulePkg:Use safe string functionsDandan Bi1-6/+11
2015-06-09EDKII:Display engine should not depend on the framework codeDandan Bi1-0/+1
2015-05-19MdeModulePkg: Fix potential buffer overflow issues.Eric Dong1-1/+1
2015-05-06MdeModulePkg: Add match2 opcode support in SetupBrowserDxe and sample code in...Eric Dong1-2/+7
2015-05-06MdeModulePkg: Enable buffer type value for default and oneofoption opcode.Eric Dong1-1/+34
2015-05-06MdeModluePkg: Enable refresh opcode to refresh the entire form.Eric Dong1-2/+18
2015-01-30Move ConfigHdr from browser_storage to Formset_storage, avoid device path los...Eric Dong1-33/+102
2014-12-15Eliminate the variable.Laszlo Ersek1-2/+0
2014-12-11MdeModulePkg: Update the device path info for the storage when former drivers...Eric Dong1-0/+47
2014-09-23Refine get default value process for browser. Eric Dong1-1/+1
2014-07-08Refine the save action for the browser.Eric Dong1-0/+6
2014-06-26Refine code to make it more safely.Eric Dong1-1/+3
2014-04-18Refine the check expression result logic.Eric Dong1-9/+2
2014-04-18Enhance the browser parse opcode logic, skip the opcode which is not defined ...Eric Dong1-0/+46
2014-04-15Update question validation logic, move the check pointer from after user inpu...Eric Dong1-10/+13
2013-12-18Update code to avoid using potential NULL pointer.Eric Dong1-1/+1
2013-12-17Update code to support guid op nest in the statement.Eric Dong1-42/+83
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