]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Universal/SetupBrowserDxe/Setup.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Universal / SetupBrowserDxe / Setup.c
2022-07-22 Walon LiMdeModulePkg/SetupBrowserDxe:Follow spec'd way to recon...
2021-12-07 Michael KubackiMdeModulePkg: Apply uncrustify changes
2021-12-07 Michael D KinneyMdeModulePkg: Change OPTIONAL keyword usage style
2020-06-10 Walon LiMdeModulePkg/SetupBrowserDxe: Do not reconnect driver...
2020-03-12 Nickle WangMdeModulePkg/SetupBrowserDxe: Fix IsZeroGuid() ASSERT.
2019-04-09 Michael D KinneyMdeModulePkg: Replace BSD License with BSD+Patent License
2018-06-28 Liming GaoMdeModulePkg: Clean up source files
2017-09-22 Dandan BiMdeModulePkg/SetupBrowser:Add NULL check before using...
2017-09-21 Dandan BiMdeModulePkg/SetupBrowser: Handle questions with Bit...
2017-07-27 Bi, DandanMdeModulePkg/SetupBrowser: Record the reset status...
2017-03-02 Hao WuMdeModulePkg: Replace [Ascii|Unicode]ValueToString
2016-12-06 Dandan BiMdeModulePkg/SetupBrowserDxe: Fix incorrect local varia...
2016-11-25 Dandan BiMdeModulePkg/SetupBrowser:Don't support password withou...
2016-10-19 Dandan BiMdeModulePkg/SetupBrowser: Send discard info to driver...
2016-09-27 Liming GaoMdeModulePkg FormBrowserEx: Change its structure name...
2016-08-31 Hao WuMdeModulePkg: Use IsZeroGuid API for zero GUID checking
2016-08-23 Liming GaoMdeModulePkg/Browser: Fix conflicting policy in getting...
2016-08-12 Dandan BiMdeModulePkg/Browser: Enhance the logic when getting...
2016-08-11 Dandan BiMdeModulePkg/Browser: Share default if some default...
2016-05-17 Dandan BiMdeModulePkg/SetupBrowser: Clean the BufferValue for...
2016-05-17 Dandan BiMdeModulePkg/SetupBrowser: Should free ConfigResp when...
2016-05-06 Dandan BiMdeModulePkg/SetupBrowser: Call submit callback functio...
2016-05-06 Dandan BiMdeModulePkg: Restore question base on the fail info...
2016-04-25 Dandan BiMdeModulePkg/SetupBrowserDxe: Remove the useless check
2016-04-19 Dandan BiMdeModulePkg/SetupBrowserDxe: Get default from callback...
2016-02-25 Dandan BiMdeModulePkg: Add new HII action type EFI_BROWSER_ACTIO...
2016-01-27 Dandan BiMdeModulePkg:Restore the HiiValue for string opcode
2015-10-27 Eric DongMdeModulePkg SetupBrowserDxe: Save global variable...
2015-10-21 Eric DongMdeModulePkg SetupBrowserDxe: Save global variable...
2015-10-15 Eric DongUpdate register hot key logic, return EFI_ALREADY_START...
2015-07-27 Dandan BiMdeModulePkg:SetupBrowser output debug message when...
2015-07-07 Hao WuMdeModulePkg: Remove gZeroGuid definition in SetupBrows...
2015-06-29 Dandan BiMdeModulePkg:Use safe string functions
2015-06-17 Dandan BiMdeModulePkg:System hangs in setup menu
2015-05-27 Eric DongMdeModulePkg: Enable reconnect request from action...
2015-05-06 Eric DongMdeModulePkg: Enhance the check for numeric opcode...
2015-05-06 Eric DongMdeModulePkg: Enable buffer type value for default...
2015-01-30 Eric DongMove ConfigHdr from browser_storage to Formset_storage...
2014-11-21 Eric DongMdeModulePkg: Refine the get default value logic.
2014-09-29 Olivier MartinRemoves some unused assigned variables.
2014-09-23 Eric DongRefine get default value process for browser.
2014-08-27 Eric DongRefine the fix for the bug that cause assert when do...
2014-07-21 Eric DongRefine code to follow good coding style.
2014-07-14 Eric DongAdd check to make code more safely.
2014-07-14 Eric DongCheck the validation when return from callback function...
2014-07-10 Eric DongFix build fail for VS2005 tool chain.
2014-07-09 Eric DongFix build fail for VS2005 tool chain.
2014-07-08 Eric DongRefine the save action for the browser.
2014-07-07 Eric DongRestore the question value before call the CHANGED...
2014-06-26 Eric DongRefine code to make it more safely.
2014-05-14 Eric DongBased on request, export ResetRequired info used by...
2014-04-18 Eric DongRefine the check expression result logic.
2014-04-15 Eric DongUpdate question validation logic, move the check pointe...
2014-04-14 Eric DongCall EFI_BROWSER_ACTION_RETRIEVE for each form instead...
2014-04-11 Eric DongUpdate logic, only question with interactive attribute...
2014-04-11 Eric DongSync value for string opcode after call the Callback...
2014-04-10 Eric DongCheck the pointer before use it.
2014-04-08 Eric DongRefine the load form sets process for BrowserCallback...
2014-02-21 Eric DongCheck the Config access protocol before use it.
2014-02-18 Eric DongUpdate configrequest string at runtime for dynamic...
2014-02-12 Eric DongSet the free buffer pointer to NULL to avoid later...
2014-02-12 Eric DongUpdate the logic, only check the value change status...
2014-01-23 Eric DongUpdate password process logic, if password without...
2013-12-31 Eric DongKeep consistent about the return value between the...
2013-12-30 Eric DongRollback the change 15021.
2013-12-26 Eric DongKeep consistent about the return value between the...
2013-12-17 Eric DongGet entire variable data for efi varstore at first...
2013-11-27 Eric DongUpdate the logic in browser core, use config routine...
2013-11-25 Eric DongWhen need to find varstore in the storage list, based...
2013-09-25 Eric DongUse RETRIEVE instead of CHANGING for refresh question.
2013-09-24 Eric DongFix deadloop issue in BrowserCallback function.
2013-09-16 Eric DongExport one interface to support 3rd party to change...
2013-09-02 Eric DongUpdate sample code for date/time.
2013-08-12 Eric DongRefine the code logic for browser and display engine.
2013-08-12 Eric DongUpdate Browser to provide the customization possibilities.
2013-08-12 Eric DongRollback patch 14537 & 14538, because patch 14537 is...
2013-08-09 Eric DongUpdate Browser to provide the customization possibilities.
2013-05-21 ydong10When finish using the browser storage for one formset...
2013-05-16 ydong10Update the logic about get initial value for one storage.
2013-04-16 ydong10Update the browser logic, make the storage as browser...
2013-03-27 ydong10Update the traversal path logic.
2013-03-15 ydong10Refine the logic about gFunctionKeySetting, avoid some...
2013-03-15 ydong10Revert error check in code by patch 14206.
2013-03-15 ydong10Update the logic:
2013-01-28 ydong10Update code which is not include in patch 14076.
2013-01-22 ydong10Update the code of processing device path info in brows...
2012-12-05 ydong10Update the HiiConfigToBlock to follow spec.
2012-09-10 ydong10Enhance the check for options in the question.
2012-09-10 ydong10When question not have storage with it, not restore...
2012-08-30 ydong10Restore EditBuffer before call the callback function...
2012-08-21 ydong10Patch includes:
2012-08-21 ydong10Enhance the code to make the code logic more clear.
2012-07-06 ydong10When do discard action, enable callback action for...
2012-06-26 ydong10Update the logic to get default value for question...
2012-06-12 ydong10Refine the logic about initialize questions value
2012-01-31 ydong10Update the code to follow the spec when evaluate the...
2012-01-31 ydong10Enable nest for suppressif/grayoutif/diableif for form...
2011-11-22 ydong10Add support for EFI_IFR_QUESTION_REF3 opcode for browse...
2011-11-22 lgao4Update SetupBrowser to initialize the question value...
2011-11-18 ydong10Enable buffer type when process some expression opcode...
next