To check if the given GUID is a zero GUID, current codes use the
CompareGuid() API (from BaseMemoryLib) with gZeroGuid.

This series will use the IsZeroGuid() API (also from BaseMemoryLib)
instead to do this check.

Hao Wu (3):
  IntelFrameworkModulePkg: Use IsZeroGuid API for zero GUID checking
  MdeModulePkg: Use IsZeroGuid API for zero GUID checking
  SecurityPkg: Use IsZeroGuid API for zero GUID checking

 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHub.c            | 4 ++--
 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHub.h            | 4 +---
 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf       | 6 +-----
 MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.c    | 3 +--
 MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.inf  | 1 -
 MdeModulePkg/Core/Dxe/DxeMain.h                                   | 1 -
 MdeModulePkg/Core/Dxe/DxeMain.inf                                 | 1 -
 MdeModulePkg/Core/PiSmmCore/PiSmmCore.h                           | 1 -
 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf                         | 1 -
 MdeModulePkg/Library/UefiBootManagerLib/BmDriverHealth.c          | 4 ++--
 MdeModulePkg/Library/UefiBootManagerLib/InternalBm.h              | 1 -
 MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf    | 1 -
 MdeModulePkg/Library/VarCheckHiiLib/VarCheckHii.h                 | 4 +---
 MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiGenFromFv.c        | 6 +++---
 MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf            | 3 ---
 MdeModulePkg/Universal/SetupBrowserDxe/Expression.c               | 2 +-
 MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c             | 8 ++++----
 MdeModulePkg/Universal/SetupBrowserDxe/Setup.c                    | 4 ++--
 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.c          | 5 ++---
 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf        | 1 -
 SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.c | 7 +++----
 .../Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf       | 3 +--
 SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.c   | 5 ++---
 SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.inf | 3 +--
 24 files changed, 27 insertions(+), 52 deletions(-)

-- 
1.9.5.msysgit.0

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to