summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/SetupBrowserDxe/IfrParse.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-1269/+1325
* MdeModulePkg/Setup: Update opcode number variable type to UINTNBrian R Haug2020-01-151-9/+9
* MdeModulePkg/Setup: Remove PcdFrameworkCompatibilitySupport usageDandan Bi2019-05-091-85/+1
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg SetupBrowserDxe: Remove a redundant functionshenglei2018-08-211-33/+0
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-21/+21
* MdeModulePkg/SetupBrowser: Handle questions with Bit VarStoreDandan Bi2017-09-211-33/+105
* MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu2017-03-021-2/+2
* MdeModulePkg/Browser: Share default if some default value are not specifiedDandan Bi2016-08-111-4/+21
* MdeModulePkg/SetupBrowser: Fix the typo in the commentGary Lin2016-06-271-1/+1
* MdeModulePkg:Fix the issue FindQuestionFromProgress in SetupBrowserDxe is brokenDandan Bi2015-08-031-0/+1
* MdeModulePkg:Use safe string functionsDandan Bi2015-06-291-6/+11
* EDKII:Display engine should not depend on the framework codeDandan Bi2015-06-091-0/+1
* MdeModulePkg: Fix potential buffer overflow issues.Eric Dong2015-05-191-1/+1
* MdeModulePkg: Add match2 opcode support in SetupBrowserDxe and sample code in...Eric Dong2015-05-061-2/+7
* MdeModulePkg: Enable buffer type value for default and oneofoption opcode.Eric Dong2015-05-061-1/+34
* MdeModluePkg: Enable refresh opcode to refresh the entire form.Eric Dong2015-05-061-2/+18
* Move ConfigHdr from browser_storage to Formset_storage, avoid device path los...Eric Dong2015-01-301-33/+102
* Eliminate the variable.Laszlo Ersek2014-12-151-2/+0
* MdeModulePkg: Update the device path info for the storage when former drivers...Eric Dong2014-12-111-0/+47
* Refine get default value process for browser. Eric Dong2014-09-231-1/+1
* Refine the save action for the browser.Eric Dong2014-07-081-0/+6
* Refine code to make it more safely.Eric Dong2014-06-261-1/+3
* Refine the check expression result logic.Eric Dong2014-04-181-9/+2
* Enhance the browser parse opcode logic, skip the opcode which is not defined ...Eric Dong2014-04-181-0/+46
* Update question validation logic, move the check pointer from after user inpu...Eric Dong2014-04-151-10/+13
* Update code to avoid using potential NULL pointer.Eric Dong2013-12-181-1/+1
* Update code to support guid op nest in the statement.Eric Dong2013-12-171-42/+83
* Refine code to fix potential code bug.Eric Dong2013-12-091-7/+8
* When need to find varstore in the storage list, based on the extra HiiHandle ...Eric Dong2013-11-251-4/+22
* Fix deadloop issue in BrowserCallback function.Eric Dong2013-09-241-10/+0
* Enable warningif opcode in browser.Eric Dong2013-09-041-0/+32
* Add some comments, clear describe the efi varstore type.Eric Dong2013-08-231-0/+6
* Update Browser to provide the customization possibilities.Eric Dong2013-08-121-48/+17
* Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ers...Eric Dong2013-08-121-17/+48
* Update Browser to provide the customization possibilities.Eric Dong2013-08-091-48/+17
* Update the browser logic, make the storage as browser level instead of form s...ydong102013-04-161-145/+253
* Base on the type field to get the width of value field for option opcode.ydong102013-01-061-2/+2
* Base on the value type to get the value for default opcode.ydong102012-12-171-2/+2
* Enable EFI_IFR_DEFAULT2 opcode in browser.ydong102012-09-271-2/+4
* Enable nest for suppressif/grayoutif/diableif for form/question/option.ydong102012-01-311-56/+73
* Correct definition to follow spec.ydong102012-01-121-2/+2
* Enable buffer type when process some expression opcode which support buffer t...ydong102011-11-181-0/+4
* Enable lock attribute for statement and form; show this attribute same as gra...ydong102011-11-161-0/+22
* Enhance EDKII Browser to support flexible HotKey setting. lgao42011-09-131-2/+1
* Change the HiiDataBase and browser codes to support new efi varstore data str...ydong102011-07-121-3/+26
* Enable new "ref5" opcode in browser.ydong102011-06-281-8/+18
* 1. When get value from AltCfg data, check the varstore type first.ydong102011-06-131-0/+1
* Add new "Refresh guid" opcode, also add sample code to use it.ydong102011-06-081-0/+8
* Add new "Modal form" opcode, also add sample code to use it.ydong102011-06-081-0/+8