summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe/Setup.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-26Keep consistent about the return value between the caller and callee.Eric Dong1-0/+2
2013-12-17Get entire variable data for efi varstore at first time.Eric Dong1-1/+27
2013-11-27Update the logic in browser core, use config routine protocol instead of conf...Eric Dong1-410/+226
2013-11-25When need to find varstore in the storage list, based on the extra HiiHandle ...Eric Dong1-25/+31
2013-09-25Use RETRIEVE instead of CHANGING for refresh question.Eric Dong1-2/+9
2013-09-24Fix deadloop issue in BrowserCallback function.Eric Dong1-20/+43
2013-09-16Export one interface to support 3rd party to change question attribute, such ...Eric Dong1-1/+2
2013-09-02Update sample code for date/time.Eric Dong1-14/+0
2013-08-12Refine the code logic for browser and display engine.Eric Dong1-13/+12
2013-08-12Update Browser to provide the customization possibilities.Eric Dong1-906/+1385
2013-08-12Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ers...Eric Dong1-1390/+912
2013-08-09Update Browser to provide the customization possibilities.Eric Dong1-912/+1390
2013-05-21When finish using the browser storage for one formset, browser should clean t...ydong101-1/+149
2013-05-16Update the logic about get initial value for one storage.ydong101-9/+195
2013-04-16Update the browser logic, make the storage as browser level instead of form s...ydong101-184/+47
2013-03-27Update the traversal path logic.ydong101-0/+6
2013-03-15Refine the logic about gFunctionKeySetting, avoid some HII drivers can't show...ydong101-2/+2
2013-03-15Revert error check in code by patch 14206.ydong101-1/+1
2013-03-15Update the logic: ydong101-80/+67
2013-01-28Update code which is not include in patch 14076.ydong101-0/+1
2013-01-22Update the code of processing device path info in browser to follow UEFI spec.ydong101-1/+10
2012-12-05Update the HiiConfigToBlock to follow spec.ydong101-1/+1
2012-09-10Enhance the check for options in the question.ydong101-5/+21
2012-09-10When question not have storage with it, not restore old value for it.ydong101-10/+5
2012-08-30Restore EditBuffer before call the callback function to avoid get error data.ydong101-14/+14
2012-08-21Patch includes:ydong101-55/+136
2012-08-21Enhance the code to make the code logic more clear.ydong101-2/+2
2012-07-06When do discard action, enable callback action for questions which have value...ydong101-63/+214
2012-06-26Update the logic to get default value for question without storage.ydong101-5/+26
2012-06-12Refine the logic about initialize questions valueydong101-14/+28
2012-01-31Update the code to follow the spec when evaluate the expression.ydong101-1/+1
2012-01-31Enable nest for suppressif/grayoutif/diableif for form/question/option.ydong101-4/+3
2011-11-22Add support for EFI_IFR_QUESTION_REF3 opcode for browser when this opcode has...ydong101-9/+20
2011-11-22Update SetupBrowser to initialize the question value before extract default v...lgao41-2/+13
2011-11-18Enable buffer type when process some expression opcode which support buffer t...ydong101-4/+41
2011-10-31MdeModulePkg: Remove variables that are set, but not usedjljusten1-2/+1
2011-10-31When browser was requested to go to another formset, it also needs to update ...ydong101-5/+5
2011-09-16Refine the logic about getting Value info to avoid check data error.ydong101-1/+7
2011-09-13Enhance EDKII Browser to support flexible HotKey setting. lgao41-106/+720
2011-08-26Fixed memory leak and buffer overrun for string op-code.ydong101-1/+5
2011-07-12Change the HiiDataBase and browser codes to support new efi varstore data str...ydong101-247/+428
2011-06-28Enable new "ref5" opcode in browser.ydong101-0/+10
2011-06-28Restore the whole form set to default value when user enter F9, old logical o...ydong101-36/+41
2011-06-131. When get value from AltCfg data, check the varstore type first.ydong101-1/+8
2011-06-08Add new "Modal form" opcode, also add sample code to use it.ydong101-0/+24
2011-05-31Add new call back return value; also add some sample code to use it.ydong101-111/+363
2011-05-20Add two new methods to get default value, also add sample code in sample driver.ydong101-4/+254
2011-04-01Use the minimum value for Numeric and the first option value for OneOf as the...lgao41-0/+9
2011-03-15Reserve more space width for Option value. lgao41-3/+2
2010-12-231. Support inconsistent if opcode used in string/password opcode.ydong101-15/+6