summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe/Setup.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-03MdeModulePkg/SetupBrowser: Load storage via GetVariable for EfiVarStoreDandan Bi1-22/+32
2022-07-22MdeModulePkg/SetupBrowserDxe:Follow spec'd way to reconnect driverWalon Li1-6/+3
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-1125/+1196
2021-12-07MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney1-6/+5
2020-06-10MdeModulePkg/SetupBrowserDxe: Do not reconnect driver with form-updateWalon Li1-1/+7
2020-03-12MdeModulePkg/SetupBrowserDxe: Fix IsZeroGuid() ASSERT.Nickle Wang1-1/+2
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-111/+111
2017-09-22MdeModulePkg/SetupBrowser:Add NULL check before using a pointerDandan Bi1-5/+5
2017-09-21MdeModulePkg/SetupBrowser: Handle questions with Bit VarStoreDandan Bi1-8/+109
2017-07-27MdeModulePkg/SetupBrowser: Record the reset status in all SendFormBi, Dandan1-8/+11
2017-03-02MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu1-5/+33
2016-12-06MdeModulePkg/SetupBrowserDxe: Fix incorrect local variable usedDandan Bi1-4/+5
2016-11-25MdeModulePkg/SetupBrowser:Don't support password without interactive flagDandan Bi1-21/+2
2016-10-19MdeModulePkg/SetupBrowser: Send discard info to driver when fail to submitDandan Bi1-0/+29
2016-09-27MdeModulePkg FormBrowserEx: Change its structure name with EDKII_ prefixLiming Gao1-1/+1
2016-08-31MdeModulePkg: Use IsZeroGuid API for zero GUID checkingHao Wu1-2/+2
2016-08-23MdeModulePkg/Browser: Fix conflicting policy in getting default of checkboxLiming Gao1-2/+5
2016-08-12MdeModulePkg/Browser: Enhance the logic when getting value from AltRespDandan Bi1-26/+35
2016-08-11MdeModulePkg/Browser: Share default if some default value are not specifiedDandan Bi1-1/+22
2016-05-17MdeModulePkg/SetupBrowser: Clean the BufferValue for string before useDandan Bi1-0/+2
2016-05-17MdeModulePkg/SetupBrowser: Should free ConfigResp when it no longer be usedDandan Bi1-1/+2
2016-05-06MdeModulePkg/SetupBrowser: Call submit callback function when no failureDandan Bi1-2/+13
2016-05-06MdeModulePkg: Restore question base on the fail info when submit failDandan Bi1-6/+146
2016-04-25MdeModulePkg/SetupBrowserDxe: Remove the useless checkDandan Bi1-1/+1
2016-04-19MdeModulePkg/SetupBrowserDxe: Get default from callback for orderedListDandan Bi1-1/+9
2016-02-25MdeModulePkg: Add new HII action type EFI_BROWSER_ACTION_SUBMITTEDDandan Bi1-0/+98
2016-01-27MdeModulePkg:Restore the HiiValue for string opcodeDandan Bi1-1/+5
2015-10-27MdeModulePkg SetupBrowserDxe: Save global variable values before nest functio...Eric Dong1-3/+26
2015-10-21MdeModulePkg SetupBrowserDxe: Save global variable values before nest functio...Eric Dong1-0/+8
2015-10-15Update register hot key logic, return EFI_ALREADY_START status if same hot ke...Eric Dong1-12/+12
2015-07-27MdeModulePkg:SetupBrowser output debug message when DisplayEngineDxe is not i...Dandan Bi1-0/+1
2015-07-07MdeModulePkg: Remove gZeroGuid definition in SetupBrowserDxeHao Wu1-2/+0
2015-06-29MdeModulePkg:Use safe string functionsDandan Bi1-25/+35
2015-06-17MdeModulePkg:System hangs in setup menuDandan Bi1-1/+10
2015-05-27MdeModulePkg: Enable reconnect request from action request or question flag.Eric Dong1-2/+26
2015-05-06MdeModulePkg: Enhance the check for numeric opcode with EFI_IFR_DISPLAY_INT_D...Eric Dong1-3/+37
2015-05-06MdeModulePkg: Enable buffer type value for default and oneofoption opcode.Eric Dong1-1/+6
2015-01-30Move ConfigHdr from browser_storage to Formset_storage, avoid device path los...Eric Dong1-23/+42
2014-11-21MdeModulePkg: Refine the get default value logic.Eric Dong1-165/+42
2014-09-29Removes some unused assigned variables.Olivier Martin1-8/+1
2014-09-23Refine get default value process for browser. Eric Dong1-254/+476
2014-08-27Refine the fix for the bug that cause assert when do the reconnect in the cal...Eric Dong1-1/+4
2014-07-21Refine code to follow good coding style.Eric Dong1-2/+2
2014-07-14Add check to make code more safely.Eric Dong1-2/+5
2014-07-14Check the validation when return from callback function to avoid use the inva...Eric Dong1-15/+80
2014-07-10Fix build fail for VS2005 tool chain.Eric Dong1-1/+1
2014-07-09Fix build fail for VS2005 tool chain.Eric Dong1-1/+1
2014-07-08Refine the save action for the browser.Eric Dong1-145/+767
2014-07-07Restore the question value before call the CHANGED callback type.Eric Dong1-0/+5