summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe/Setup.c
AgeCommit message (Expand)Author
2015-01-30Move ConfigHdr from browser_storage to Formset_storage, avoid device path los...Eric Dong
2014-11-21MdeModulePkg: Refine the get default value logic.Eric Dong
2014-09-29Removes some unused assigned variables.Olivier Martin
2014-09-23Refine get default value process for browser. Eric Dong
2014-08-27Refine the fix for the bug that cause assert when do the reconnect in the cal...Eric Dong
2014-07-21Refine code to follow good coding style.Eric Dong
2014-07-14Add check to make code more safely.Eric Dong
2014-07-14Check the validation when return from callback function to avoid use the inva...Eric Dong
2014-07-10Fix build fail for VS2005 tool chain.Eric Dong
2014-07-09Fix build fail for VS2005 tool chain.Eric Dong
2014-07-08Refine the save action for the browser.tianocore-edk2-2014.07Eric Dong
2014-07-07Restore the question value before call the CHANGED callback type.Eric Dong
2014-06-26Refine code to make it more safely.Eric Dong
2014-05-14Based on request, export ResetRequired info used by browser.Eric Dong
2014-04-18Refine the check expression result logic.Eric Dong
2014-04-15Update question validation logic, move the check pointer from after user inpu...Eric Dong
2014-04-14Call EFI_BROWSER_ACTION_RETRIEVE for each form instead of only call once befo...Eric Dong
2014-04-11Update logic, only question with interactive attribute should trig the callba...Eric Dong
2014-04-11Sync value for string opcode after call the Callback function.Eric Dong
2014-04-10Check the pointer before use it.Eric Dong
2014-04-08Refine the load form sets process for BrowserCallback function.Eric Dong
2014-02-21Check the Config access protocol before use it.Eric Dong
2014-02-18Update configrequest string at runtime for dynamic created question.Eric Dong
2014-02-12Set the free buffer pointer to NULL to avoid later free again.Eric Dong
2014-02-12Update the logic, only check the value change status for user input action, n...Eric Dong
2014-01-23Update password process logic, if password without interactive attribute, the...Eric Dong
2013-12-31Keep consistent about the return value between the caller and callee.Eric Dong
2013-12-30Rollback the change 15021.Eric Dong
2013-12-26Keep consistent about the return value between the caller and callee.Eric Dong
2013-12-17Get entire variable data for efi varstore at first time.Eric Dong
2013-11-27Update the logic in browser core, use config routine protocol instead of conf...Eric Dong
2013-11-25When need to find varstore in the storage list, based on the extra HiiHandle ...Eric Dong
2013-09-25Use RETRIEVE instead of CHANGING for refresh question.Eric Dong
2013-09-24Fix deadloop issue in BrowserCallback function.Eric Dong
2013-09-16Export one interface to support 3rd party to change question attribute, such ...Eric Dong
2013-09-02Update sample code for date/time.Eric Dong
2013-08-12Refine the code logic for browser and display engine.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-05-21When finish using the browser storage for one formset, browser should clean t...ydong10
2013-05-16Update the logic about get initial value for one storage.ydong10
2013-04-16Update the browser logic, make the storage as browser level instead of form s...ydong10
2013-03-27Update the traversal path logic.ydong10
2013-03-15Refine the logic about gFunctionKeySetting, avoid some HII drivers can't show...ydong10
2013-03-15Revert error check in code by patch 14206.ydong10
2013-03-15Update the logic: ydong10
2013-01-28Update code which is not include in patch 14076.ydong10
2013-01-22Update the code of processing device path info in browser to follow UEFI spec.ydong10
2012-12-05Update the HiiConfigToBlock to follow spec.ydong10