summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe
AgeCommit message (Expand)AuthorFilesLines
2024-01-24MdeModulePkg/SetupBrowserDxe: EFI_BROWSER_ACTION_REQUEST_QUESTION_APPLYMing Tan1-0/+9
2023-08-03MdeModulePkg/SetupBrowser: Load storage via GetVariable for EfiVarStoreDandan Bi1-22/+32
2022-07-22MdeModulePkg/SetupBrowserDxe:Follow spec'd way to reconnect driverWalon Li2-9/+4
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki6-4636/+4849
2021-12-07MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney4-13/+12
2020-06-10MdeModulePkg/SetupBrowserDxe: Do not reconnect driver with form-updateWalon Li2-1/+9
2020-03-12MdeModulePkg/SetupBrowserDxe: Fix IsZeroGuid() ASSERT.Nickle Wang1-1/+2
2020-01-15MdeModulePkg/Setup: Update opcode number variable type to UINTNBrian R Haug1-9/+9
2019-11-06MdeModulePkg/SetupBrowserDxe: ASSERT GetBufferForValue(&Value)Shenglei Zhang1-0/+3
2019-08-02MdeModulePkg: Fix typos and add periodsShenglei Zhang1-2/+2
2019-07-10MdeModulePkg/Setup: Check ConfigAccess protocol in case it's destroyedGregX Yeh1-0/+34
2019-05-09MdeModulePkg/Setup: Remove PcdFrameworkCompatibilitySupport usageDandan Bi2-90/+2
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney9-63/+9
2018-09-06MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen1-1/+1
2018-09-04MdeModulePkg/Setup: Fix incorrect size used in AllocateCopyPoolBi, Dandan1-2/+2
2018-08-21MdeModulePkg SetupBrowserDxe: Remove a redundant functionshenglei1-33/+0
2018-06-28MdeModulePkg: Clean up source filesLiming Gao9-342/+342
2017-11-14MdeModulePkg: Fix MSFT C4255 warningSong, BinX1-0/+1
2017-10-10MdeModulePkg: Update Ppi/Protocol/Guid usage in INF filesLiming Gao1-1/+1
2017-09-22MdeModulePkg/SetupBrowser:Add NULL check before using a pointerDandan Bi1-5/+5
2017-09-21MdeModulePkg/SetupBrowser: Handle questions with Bit VarStoreDandan Bi4-42/+219
2017-07-27MdeModulePkg/SetupBrowser: Record the reset status in all SendFormBi, Dandan3-13/+20
2017-03-02MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu3-9/+44
2017-01-20MdeModulePkg: Use EfiEventEmptyFunction from UefiLibStar Zeng1-18/+2
2016-12-06MdeModulePkg/SetupBrowserDxe: Fix incorrect local variable usedDandan Bi1-4/+5
2016-11-25MdeModulePkg: Clear the buffer after using itDandan Bi1-0/+1
2016-11-25MdeModulePkg/SetupBrowser:Don't support password without interactive flagDandan Bi1-21/+2
2016-10-27MdeModulePkg/Universal: Fix typos in commentsGary Lin2-8/+8
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 Gao3-3/+3
2016-08-31MdeModulePkg: Use IsZeroGuid API for zero GUID checkingHao Wu3-7/+7
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 Bi2-5/+43
2016-06-27MdeModulePkg/SetupBrowser: Fix the typo in the commentGary Lin1-1/+1
2016-06-01MdeModulePkg/SetupBrowser: Correct the incorrect variable nameDandan Bi1-2/+2
2016-05-17MdeModulePkg/SetupBrowser: Clean the BufferValue for string before useDandan Bi2-1/+5
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 Bi2-7/+151
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-12-15MdeModulePkg: Improved SetupBrowser handling to failed GOTO callback.Cecil Sheng1-2/+12
2015-12-15Rollback change r19245 because it missed one change.Cecil Sheng1-6/+2
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-12-15MdeModulePkg: Improved SetupBrowser handling to failed GOTO callback.Cecil Sheng1-2/+6
2015-12-03MdeModulePkg: remove unreachable codeArd Biesheuvel1-1/+0
2015-10-27MdeModulePkg SetupBrowserDxe: Save global variable values before nest functio...Eric Dong2-4/+28