summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/SetupBrowserDxe/Setup.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/SetupBrowserDxe: Do not reconnect driver with form-updateWalon Li2020-06-101-1/+7
* MdeModulePkg/SetupBrowserDxe: Fix IsZeroGuid() ASSERT.Nickle Wang2020-03-121-1/+2
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-111/+111
* MdeModulePkg/SetupBrowser:Add NULL check before using a pointerDandan Bi2017-09-221-5/+5
* MdeModulePkg/SetupBrowser: Handle questions with Bit VarStoreDandan Bi2017-09-211-8/+109
* MdeModulePkg/SetupBrowser: Record the reset status in all SendFormBi, Dandan2017-07-271-8/+11
* MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu2017-03-021-5/+33
* MdeModulePkg/SetupBrowserDxe: Fix incorrect local variable usedDandan Bi2016-12-061-4/+5
* MdeModulePkg/SetupBrowser:Don't support password without interactive flagDandan Bi2016-11-251-21/+2
* MdeModulePkg/SetupBrowser: Send discard info to driver when fail to submitDandan Bi2016-10-191-0/+29
* MdeModulePkg FormBrowserEx: Change its structure name with EDKII_ prefixLiming Gao2016-09-271-1/+1
* MdeModulePkg: Use IsZeroGuid API for zero GUID checkingHao Wu2016-08-311-2/+2
* MdeModulePkg/Browser: Fix conflicting policy in getting default of checkboxLiming Gao2016-08-231-2/+5
* MdeModulePkg/Browser: Enhance the logic when getting value from AltRespDandan Bi2016-08-121-26/+35
* MdeModulePkg/Browser: Share default if some default value are not specifiedDandan Bi2016-08-111-1/+22
* MdeModulePkg/SetupBrowser: Clean the BufferValue for string before useDandan Bi2016-05-171-0/+2
* MdeModulePkg/SetupBrowser: Should free ConfigResp when it no longer be usedDandan Bi2016-05-171-1/+2
* MdeModulePkg/SetupBrowser: Call submit callback function when no failureDandan Bi2016-05-061-2/+13
* MdeModulePkg: Restore question base on the fail info when submit failDandan Bi2016-05-061-6/+146
* MdeModulePkg/SetupBrowserDxe: Remove the useless checkDandan Bi2016-04-251-1/+1
* MdeModulePkg/SetupBrowserDxe: Get default from callback for orderedListDandan Bi2016-04-191-1/+9
* MdeModulePkg: Add new HII action type EFI_BROWSER_ACTION_SUBMITTEDDandan Bi2016-02-251-0/+98
* MdeModulePkg:Restore the HiiValue for string opcodeDandan Bi2016-01-271-1/+5
* MdeModulePkg SetupBrowserDxe: Save global variable values before nest functio...Eric Dong2015-10-271-3/+26
* MdeModulePkg SetupBrowserDxe: Save global variable values before nest functio...Eric Dong2015-10-211-0/+8
* Update register hot key logic, return EFI_ALREADY_START status if same hot ke...Eric Dong2015-10-151-12/+12
* MdeModulePkg:SetupBrowser output debug message when DisplayEngineDxe is not i...Dandan Bi2015-07-271-0/+1
* MdeModulePkg: Remove gZeroGuid definition in SetupBrowserDxeHao Wu2015-07-071-2/+0
* MdeModulePkg:Use safe string functionsDandan Bi2015-06-291-25/+35
* MdeModulePkg:System hangs in setup menuDandan Bi2015-06-171-1/+10
* MdeModulePkg: Enable reconnect request from action request or question flag.Eric Dong2015-05-271-2/+26
* MdeModulePkg: Enhance the check for numeric opcode with EFI_IFR_DISPLAY_INT_D...Eric Dong2015-05-061-3/+37
* MdeModulePkg: Enable buffer type value for default and oneofoption opcode.Eric Dong2015-05-061-1/+6
* Move ConfigHdr from browser_storage to Formset_storage, avoid device path los...Eric Dong2015-01-301-23/+42
* MdeModulePkg: Refine the get default value logic.Eric Dong2014-11-211-165/+42
* Removes some unused assigned variables.Olivier Martin2014-09-291-8/+1
* Refine get default value process for browser. Eric Dong2014-09-231-254/+476
* Refine the fix for the bug that cause assert when do the reconnect in the cal...Eric Dong2014-08-271-1/+4
* Refine code to follow good coding style.Eric Dong2014-07-211-2/+2
* Add check to make code more safely.Eric Dong2014-07-141-2/+5
* Check the validation when return from callback function to avoid use the inva...Eric Dong2014-07-141-15/+80
* Fix build fail for VS2005 tool chain.Eric Dong2014-07-101-1/+1
* Fix build fail for VS2005 tool chain.Eric Dong2014-07-091-1/+1
* Refine the save action for the browser.Eric Dong2014-07-081-145/+767
* Restore the question value before call the CHANGED callback type.Eric Dong2014-07-071-0/+5
* Refine code to make it more safely.Eric Dong2014-06-261-0/+3
* Based on request, export ResetRequired info used by browser.Eric Dong2014-05-141-1/+21
* Refine the check expression result logic.Eric Dong2014-04-181-1/+1
* Update question validation logic, move the check pointer from after user inpu...Eric Dong2014-04-151-27/+139