public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/3] Use IsZeroGuid API for zero GUID checking
@ 2016-08-30  2:36 Hao Wu
  2016-08-30  2:36 ` [PATCH 1/3] IntelFrameworkModulePkg: " Hao Wu
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Hao Wu @ 2016-08-30  2:36 UTC (permalink / raw)
  To: edk2-devel, liming.gao; +Cc: Hao Wu

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-08-30  5:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-30  2:36 [PATCH 0/3] Use IsZeroGuid API for zero GUID checking Hao Wu
2016-08-30  2:36 ` [PATCH 1/3] IntelFrameworkModulePkg: " Hao Wu
2016-08-30  5:54   ` Fan, Jeff
2016-08-30  2:36 ` [PATCH 2/3] MdeModulePkg: " Hao Wu
2016-08-30  2:43   ` Tian, Feng
2016-08-30  2:36 ` [PATCH 3/3] SecurityPkg: " Hao Wu
2016-08-30  3:21   ` Zhang, Chao B

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox