From: "Carsey, Jaben" <jaben.carsey@intel.com>
To: "Zhang, Shenglei" <shenglei.zhang@intel.com>,
"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: "Wang, Jian J" <jian.j.wang@intel.com>,
"Wu, Hao A" <hao.a.wu@intel.com>, "Ni, Ray" <ray.ni@intel.com>,
"Gao, Zhichao" <zhichao.gao@intel.com>,
"Chiu, Chasel" <chasel.chiu@intel.com>,
"Desimone, Nathaniel L" <nathaniel.l.desimone@intel.com>,
"Zeng, Star" <star.zeng@intel.com>
Subject: Re: [PATCH v2 0/3] Fix warning message issues
Date: Tue, 13 Aug 2019 01:28:17 +0000 [thread overview]
Message-ID: <CB6E33457884FA40993F35157061515CBCD2A94C@FMSMSX103.amr.corp.intel.com> (raw)
In-Reply-To: <C0706E73DB8C124D9B9C38AA364E5D5E05619D6D@SHSMSX106.ccr.corp.intel.com>
Thanks. I had not checked each of the patches in the set, only the one CC'd to me and this one.
Thanks
-Jaben
> -----Original Message-----
> From: Zhang, Shenglei
> Sent: Monday, August 12, 2019 5:53 PM
> To: Carsey, Jaben <jaben.carsey@intel.com>; devel@edk2.groups.io
> Cc: Wang, Jian J <jian.j.wang@intel.com>; Wu, Hao A
> <hao.a.wu@intel.com>; Ni, Ray <ray.ni@intel.com>; Gao, Zhichao
> <zhichao.gao@intel.com>; Chiu, Chasel <chasel.chiu@intel.com>; Desimone,
> Nathaniel L <nathaniel.l.desimone@intel.com>; Zeng, Star
> <star.zeng@intel.com>
> Subject: RE: [PATCH v2 0/3] Fix warning message issues
>
> Jaben:
>
> I add the v2 message below "---". And here is the link for v2 patch.
> https://edk2.groups.io/g/devel/message/45398?p=,,,20,0,0,0::Created,,Mde
> ModulePkg%3A+Add+missing+header+files+in+INF+files,20,2,0,32838103
>
> Thanks,
> Shenglei
>
> > -----Original Message-----
> > From: Carsey, Jaben
> > Sent: Monday, August 12, 2019 10:49 PM
> > To: Zhang, Shenglei <shenglei.zhang@intel.com>; devel@edk2.groups.io
> > Cc: Wang, Jian J <jian.j.wang@intel.com>; Wu, Hao A
> <hao.a.wu@intel.com>;
> > Ni, Ray <ray.ni@intel.com>; Gao, Zhichao <zhichao.gao@intel.com>; Chiu,
> > Chasel <chasel.chiu@intel.com>; Desimone, Nathaniel L
> > <nathaniel.l.desimone@intel.com>; Zeng, Star <star.zeng@intel.com>
> > Subject: RE: [PATCH v2 0/3] Fix warning message issues
> >
> > What changed in v2?
> >
> > Thanks
> > -Jaben
> >
> >
> > > -----Original Message-----
> > > From: Zhang, Shenglei
> > > Sent: Sunday, August 11, 2019 11:23 PM
> > > To: devel@edk2.groups.io
> > > Cc: Wang, Jian J <jian.j.wang@intel.com>; Wu, Hao A
> > > <hao.a.wu@intel.com>; Carsey, Jaben <jaben.carsey@intel.com>; Ni,
> Ray
> > > <ray.ni@intel.com>; Gao, Zhichao <zhichao.gao@intel.com>; Chiu, Chasel
> > > <chasel.chiu@intel.com>; Desimone, Nathaniel L
> > > <nathaniel.l.desimone@intel.com>; Zeng, Star <star.zeng@intel.com>
> > > Subject: [PATCH v2 0/3] Fix warning message issues
> > >
> > > There are some header files used but not included in INF
> > > files. This causes warings are generated when building the
> > > packages. So now add them into INF files.
> > > https://bugzilla.tianocore.org/show_bug.cgi?id=2036
> > >
> > > Cc: Jian J Wang <jian.j.wang@intel.com>
> > > Cc: Hao A Wu <hao.a.wu@intel.com>
> > > Cc: Jaben Carsey <jaben.carsey@intel.com>
> > > Cc: Ray Ni <ray.ni@intel.com>
> > > Cc: Zhichao Gao <zhichao.gao@intel.com>
> > > Cc: Chasel Chiu <chasel.chiu@intel.com>
> > > Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> > > Cc: Star Zeng <star.zeng@intel.com>
> > > Shenglei Zhang (3):
> > > MdeModulePkg: Add missing header files in INF files
> > > ShellPkg/UefiShellAcpiViewCommandLib: Add missing header files in INF
> > > IntelFsp2Pkg/FspSecCore: Add missing header file in INF file
> > >
> > > IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf | 3 ++-
> > > MdeModulePkg/Universal/CapsulePei/CapsulePei.inf | 3 ++-
> > > MdeModulePkg/Universal/CapsulePei/CapsuleX64.inf | 1 +
> > > MdeModulePkg/Universal/EbcDxe/EbcDebuggerConfig.inf | 9
> > ++++++++-
> > > .../UefiShellAcpiViewCommandLib.inf | 2 ++
> > > 5 files changed, 15 insertions(+), 3 deletions(-)
> > >
> > > --
> > > 2.18.0.windows.1
prev parent reply other threads:[~2019-08-13 1:28 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-12 6:22 [PATCH v2 0/3] Fix warning message issues Zhang, Shenglei
2019-08-12 6:22 ` [PATCH v2 1/3] MdeModulePkg: Add missing header files in INF files Zhang, Shenglei
2019-08-12 6:56 ` Wu, Hao A
2019-08-12 6:22 ` [PATCH v2 2/3] ShellPkg/UefiShellAcpiViewCommandLib: Add missing header files in INF Zhang, Shenglei
2019-08-12 6:22 ` [PATCH v2 3/3] IntelFsp2Pkg/FspSecCore: Add missing header file in INF file Zhang, Shenglei
2019-08-12 6:26 ` Chiu, Chasel
2019-08-13 1:50 ` [edk2-devel] " Nate DeSimone
2019-08-12 14:48 ` [PATCH v2 0/3] Fix warning message issues Carsey, Jaben
2019-08-13 0:53 ` Zhang, Shenglei
2019-08-13 1:28 ` Carsey, Jaben [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=CB6E33457884FA40993F35157061515CBCD2A94C@FMSMSX103.amr.corp.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