public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "gaoliming" <gaoliming@byosoft.com.cn>
To: <devel@edk2.groups.io>, <gaoliming@byosoft.com.cn>,
	<mikuback@linux.microsoft.com>
Cc: "'Eric Dong'" <eric.dong@intel.com>,
	"'Hao A Wu'" <hao.a.wu@intel.com>,
	"'Jian J Wang'" <jian.j.wang@intel.com>,
	"'Ray Ni'" <ray.ni@intel.com>
Subject: 回复: [edk2-devel] [PATCH v1 1/1] MdePkg/SmiHandlerProfileLibNull: Add MM_STANDALONE support
Date: Mon, 1 Feb 2021 09:32:00 +0800	[thread overview]
Message-ID: <018d01d6f83a$098a2b90$1c9e82b0$@byosoft.com.cn> (raw)
In-Reply-To: <165D54CD9EB5C9CE.23152@groups.io>

Create PR https://github.com/tianocore/edk2/pull/1394 to merge this patch. 

Liming
> -----邮件原件-----
> 发件人: bounce+27952+70708+4905953+8761045@groups.io
> <bounce+27952+70708+4905953+8761045@groups.io> 代表 gaoliming
> 发送时间: 2021年1月25日 9:18
> 收件人: devel@edk2.groups.io; mikuback@linux.microsoft.com
> 抄送: 'Eric Dong' <eric.dong@intel.com>; 'Hao A Wu' <hao.a.wu@intel.com>;
> 'Jian J Wang' <jian.j.wang@intel.com>; 'Ray Ni' <ray.ni@intel.com>
> 主题: 回复: [edk2-devel] [PATCH v1 1/1] MdePkg/SmiHandlerProfileLibNull:
> Add MM_STANDALONE support
> 
> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
> 
> > -----邮件原件-----
> > 发件人: bounce+27952+70694+4905953+8761045@groups.io
> > <bounce+27952+70694+4905953+8761045@groups.io> 代表
> > mikuback@linux.microsoft.com
> > 发送时间: 2021年1月23日 5:12
> > 收件人: devel@edk2.groups.io
> > 抄送: Eric Dong <eric.dong@intel.com>; Hao A Wu <hao.a.wu@intel.com>;
> > Jian J Wang <jian.j.wang@intel.com>; Ray Ni <ray.ni@intel.com>
> > 主题: [edk2-devel] [PATCH v1 1/1] MdePkg/SmiHandlerProfileLibNull: Add
> > MM_STANDALONE support
> >
> > From: Michael Kubacki <michael.kubacki@microsoft.com>
> >
> > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3184
> >
> > Allows the library instance to be linked with MM_STANDALONE modules.
> >
> > Cc: Eric Dong <eric.dong@intel.com>
> > Cc: Hao A Wu <hao.a.wu@intel.com>
> > Cc: Jian J Wang <jian.j.wang@intel.com>
> > Cc: Ray Ni <ray.ni@intel.com>
> > Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
> > ---
> >  MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.c
> | 2
> > +-
> >  MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.inf |
> 2
> > +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git
> > a/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.c
> > b/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.c
> > index c2c6b8bc6ff9..4bf800c139a6 100644
> > --- a/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.c
> > +++ b/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.c
> > @@ -6,7 +6,7 @@
> >
> >  **/
> >
> > -#include <PiSmm.h>
> > +#include <PiMm.h>
> >  #include <Library/SmiHandlerProfileLib.h>
> >
> >  /**
> > diff --git
> > a/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.inf
> > b/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.inf
> > index caf9af899376..e3512248a093 100644
> > ---
> a/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.inf
> > +++
> b/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.inf
> > @@ -15,7 +15,7 @@ [Defines]
> >    FILE_GUID                      =
> > B43D1B52-6251-4E6F-82EC-A599A5EE94C1
> >    MODULE_TYPE                    = DXE_SMM_DRIVER
> >    VERSION_STRING                 = 1.0
> > -  LIBRARY_CLASS                  =
> > SmiHandlerProfileLib|DXE_SMM_DRIVER SMM_CORE
> > +  LIBRARY_CLASS                  =
> > SmiHandlerProfileLib|DXE_SMM_DRIVER SMM_CORE MM_STANDALONE
> > MM_CORE_STANDALONE
> >
> >  #
> >  # The following information is for reference only and not required by
the
> > build tools.
> > --
> > 2.28.0.windows.1
> >
> >
> >
> > -=-=-=-=-=-=
> > Groups.io Links: You receive all messages sent to this group.
> > View/Reply Online (#70694):
> https://edk2.groups.io/g/devel/message/70694
> > Mute This Topic: https://groups.io/mt/80041632/4905953
> > Group Owner: devel+owner@edk2.groups.io
> > Unsubscribe: https://edk2.groups.io/g/devel/unsub
> > [gaoliming@byosoft.com.cn]
> > -=-=-=-=-=-=
> >
> 
> 
> 
> 
> 
> 
> 




      parent reply	other threads:[~2021-02-01  1:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-22 21:11 [PATCH v1 1/1] MdePkg/SmiHandlerProfileLibNull: Add MM_STANDALONE support mikuback
2021-01-25  1:17 ` 回复: [edk2-devel] " gaoliming
     [not found] ` <165D54CD9EB5C9CE.23152@groups.io>
2021-02-01  1:32   ` gaoliming [this message]

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='018d01d6f83a$098a2b90$1c9e82b0$@byosoft.com.cn' \
    --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