summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe/Setup.h
AgeCommit message (Expand)AuthorFilesLines
2013-12-17Update code to support guid op nest in the statement.Eric Dong1-3/+6
2013-11-25When need to find varstore in the storage list, based on the extra HiiHandle ...Eric Dong1-0/+3
2013-11-07Update the logic, based on the device path and formset guid to find the HiiHa...Eric Dong1-1/+21
2013-09-25Use RETRIEVE instead of CHANGING for refresh question.Eric Dong1-2/+6
2013-09-24Fix deadloop issue in BrowserCallback function.Eric Dong1-1/+0
2013-09-16Export one interface to support 3rd party to change question attribute, such ...Eric Dong1-0/+1
2013-09-04Enable warningif opcode in browser.Eric Dong1-0/+4
2013-08-23Add some comments, clear describe the efi varstore type.Eric Dong1-2/+2
2013-08-12Refine the code logic for browser and display engine.Eric Dong1-18/+21
2013-08-12Update Browser to provide the customization possibilities.Eric Dong1-383/+431
2013-08-12Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ers...Eric Dong1-436/+385
2013-08-09Update Browser to provide the customization possibilities.Eric Dong1-385/+436
2013-05-21When finish using the browser storage for one formset, browser should clean t...ydong101-0/+11
2013-05-16Update the logic about get initial value for one storage.ydong101-0/+3
2013-04-16Update the browser logic, make the storage as browser level instead of form s...ydong101-13/+27
2013-01-22Update the code of processing device path info in browser to follow UEFI spec.ydong101-1/+5
2012-08-21Patch includes:ydong101-2/+24
2012-07-06When do discard action, enable callback action for questions which have value...ydong101-14/+24
2012-06-26Update the logic to get default value for question without storage.ydong101-0/+15
2012-06-12Refine the logic about initialize questions valueydong101-1/+3
2012-01-31Enable nest for suppressif/grayoutif/diableif for form/question/option.ydong101-24/+44
2011-11-22Add support for EFI_IFR_QUESTION_REF3 opcode for browser when this opcode has...ydong101-1/+3
2011-11-22Update SetupBrowser to initialize the question value before extract default v...lgao41-0/+2
2011-11-18Enable buffer type when process some expression opcode which support buffer t...ydong101-0/+2
2011-11-16Enable lock attribute for statement and form; show this attribute same as gra...ydong101-1/+2
2011-09-13Enhance EDKII Browser to support flexible HotKey setting. lgao41-20/+167
2011-07-12Change the HiiDataBase and browser codes to support new efi varstore data str...ydong101-0/+1
2011-06-28Enable new "ref5" opcode in browser.ydong101-4/+0
2011-06-28Restore the whole form set to default value when user enter F9, old logical o...ydong101-4/+2
2011-06-08Add new "Refresh guid" opcode, also add sample code to use it.ydong101-0/+1
2011-06-08Add new "Modal form" opcode, also add sample code to use it.ydong101-1/+6
2011-05-31Add new call back return value; also add some sample code to use it.ydong101-8/+112
2011-04-19Update IFR version opcode value to follow the UEFI2.3.1 Spec.lgao41-5/+2
2011-02-231.Reposition the platform info. Move from the old position to left one block ...ydong101-0/+1
2011-02-21Update the arrow position.ydong101-1/+1
2010-10-25Reserve one column at left screen to be more visually.lgao41-1/+1
2010-04-29Forcing functions with variable argument lists to use the same calling conven...geekboy15a1-0/+2
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-02-25Enhance SetupBrowser to support new UEFI HiiFormMap featurelgao41-7/+57
2010-02-08Update MdeModulePkg to not use EFI_SPECIFICATION_VERSION and PI_SPECIFICATION...qhuang81-6/+4
2010-01-19Improve coding style in MdeModulePkg.rsun31-4/+7
2010-01-07Correct copyright year to 2010lgao41-1/+1
2010-01-06Enable SetupBrowser to support multiple form class guid.lgao41-2/+2
2009-11-26Add IFR Security Op-code support in the Form Browser.rsun31-0/+1
2009-11-18Add newly added global to Browser Context.xdu21-0/+1
2009-11-13Invoke EFI_BROWSER_ACTION_RETRIEVE callback when read EfiVarstore question.lgao41-3/+12
2009-11-12Add SuppressIf form support in SetupBrowser driver.lgao41-0/+3
2009-10-26Support call of SendForm() from Callback(), i.e. nested call of SendForm().xdu21-2/+78
2009-10-261. Code clean up: add IN/OUT modifier for parameters.xdu21-3/+1
2009-10-26Add support for newly defined VarStore type EFI_IFR_TYPE_UNDEFINED, EFI_IFR_T...xdu21-0/+1