public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Hao Wu <hao.a.wu@intel.com>
To: edk2-devel@lists.01.org, liming.gao@intel.com
Cc: Hao Wu <hao.a.wu@intel.com>
Subject: [PATCH 0/3] Use IsZeroGuid API for zero GUID checking
Date: Tue, 30 Aug 2016 10:36:11 +0800	[thread overview]
Message-ID: <1472524574-17732-1-git-send-email-hao.a.wu@intel.com> (raw)

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



             reply	other threads:[~2016-08-30  2:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-30  2:36 Hao Wu [this message]
2016-08-30  2:36 ` [PATCH 1/3] IntelFrameworkModulePkg: Use IsZeroGuid API for zero GUID checking 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1472524574-17732-1-git-send-email-hao.a.wu@intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox