Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 7672d1cca58228b0cb7f099e8863aa3a44ae45db
      
https://github.com/tianocore/edk2/commit/7672d1cca58228b0cb7f099e8863aa3a44ae45db
  Author: Dandan Bi <[email protected]>
  Date:   2023-08-03 (Thu, 03 Aug 2023)

  Changed paths:
    M MdeModulePkg/Universal/SetupBrowserDxe/Setup.c

  Log Message:
  -----------
  MdeModulePkg/SetupBrowser: Load storage via GetVariable for EfiVarStore

For EfiVarStore (EFI_HII_VARSTORE_EFI_VARIABLE_BUFFER), it will call
ExtractConfig-GetVariable-HiiBlockToConfig-ConfigToBlock when load storage
value in LoadStorage function. It's not necessary and costs lots of time
to do the conversion between config and block.
So now enhance it to call GetVariable directly.

Cc: Liming Gao <[email protected]>
Cc: Eric Dong <[email protected]>
Signed-off-by: Dandan Bi <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
Reviewed-by: Eric Dong <[email protected]>




_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to