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>,
	"'fengyunhua'" <fengyunhua@byosoft.com.cn>
Cc: <bob.c.feng@intel.com>
Subject: 回复: [edk2-devel] 回复: [PATCH v3] BaseTools: Add EDKII_DSC_PLATFORM_GUID MACRO
Date: Tue, 13 Oct 2020 10:36:36 +0800	[thread overview]
Message-ID: <006401d6a109$abce2600$036a7200$@byosoft.com.cn> (raw)
In-Reply-To: <163D6AA02A76FB25.31166@groups.io>

Merge https://github.com/tianocore/edk2/pull/1006

Thanks
Liming
> -----邮件原件-----
> 发件人: bounce+27952+66142+4905953+8761045@groups.io
> <bounce+27952+66142+4905953+8761045@groups.io> 代表 gaoliming
> 发送时间: 2020年10月13日 9:58
> 收件人: 'fengyunhua' <fengyunhua@byosoft.com.cn>; devel@edk2.groups.io
> 抄送: bob.c.feng@intel.com
> 主题: [edk2-devel] 回复: [PATCH v3] BaseTools: Add
> EDKII_DSC_PLATFORM_GUID MACRO
> 
> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
> 
> > -----邮件原件-----
> > 发件人: fengyunhua <fengyunhua@byosoft.com.cn>
> > 发送时间: 2020年10月11日 6:25
> > 收件人: devel@edk2.groups.io
> > 抄送: bob.c.feng@intel.com; gaoliming@byosoft.com.cn
> > 主题: [PATCH v3] BaseTools: Add EDKII_DSC_PLATFORM_GUID MACRO
> >
> > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2969
> >
> > Add EDKII_DSC_PLATFORM_GUID MACRO to AutoGen.h and AutoGen.c
> >
> > Cc: Bob Feng <bob.c.feng@intel.com>
> > Cc: Liming Gao <gaoliming@byosoft.com.cn>
> > Signed-off-by: Yunhua Feng <fengyunhua@byosoft.com.cn>
> > ---
> >  BaseTools/Source/Python/AutoGen/GenC.py | 3 +++
> >  1 file changed, 3 insertions(+)
> >
> > diff --git a/BaseTools/Source/Python/AutoGen/GenC.py
> > b/BaseTools/Source/Python/AutoGen/GenC.py
> > index 5e0d11e165..a2053d5485 100755
> > --- a/BaseTools/Source/Python/AutoGen/GenC.py
> > +++ b/BaseTools/Source/Python/AutoGen/GenC.py
> > @@ -1980,12 +1980,14 @@ def CreateHeaderCode(Info, AutoGenC,
> > AutoGenH):
> >          AutoGenH.Append("#include <Library/PcdLib.h>\n")
> >
> >      AutoGenH.Append('\nextern GUID  gEfiCallerIdGuid;')
> > +    AutoGenH.Append('\nextern GUID  gEdkiiDscPlatformGuid;')
> >      AutoGenH.Append('\nextern CHAR8 *gEfiCallerBaseName;\n\n')
> >
> >      if Info.IsLibrary:
> >          return
> >
> >      AutoGenH.Append("#define EFI_CALLER_ID_GUID \\\n  %s\n" %
> > GuidStringToGuidStructureString(Info.Guid))
> > +    AutoGenH.Append("#define EDKII_DSC_PLATFORM_GUID
> > \\\n  %s\n" % GuidStringToGuidStructureString(Info.PlatformInfo.Guid))
> >
> >      if Info.IsLibrary:
> >          return
> > @@ -2002,6 +2004,7 @@ def CreateHeaderCode(Info, AutoGenC,
> > AutoGenH):
> >      # Publish the CallerId Guid
> >      #
> >      AutoGenC.Append('\nGLOBAL_REMOVE_IF_UNREFERENCED GUID
> > gEfiCallerIdGuid = %s;\n' % GuidStringToGuidStructureString(Info.Guid))
> > +    AutoGenC.Append('\nGLOBAL_REMOVE_IF_UNREFERENCED GUID
> > gEdkiiDscPlatformGuid = %s;\n' %
> > GuidStringToGuidStructureString(Info.PlatformInfo.Guid))
> >      AutoGenC.Append('\nGLOBAL_REMOVE_IF_UNREFERENCED CHAR8
> > *gEfiCallerBaseName = "%s";\n' % Info.Name)
> >
> >  ## Create common code for header file
> > --
> > 2.27.0.windows.1
> >
> 
> 
> 
> 
> 
> 
> 




      parent reply	other threads:[~2020-10-13  2:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-10 22:24 [PATCH v3] BaseTools: Add EDKII_DSC_PLATFORM_GUID MACRO fengyunhua
2020-10-13  1:57 ` 回复: " gaoliming
     [not found] ` <163D6AA02A76FB25.31166@groups.io>
2020-10-13  2:36   ` 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='006401d6a109$abce2600$036a7200$@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