From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.65, mailfrom: star.zeng@intel.com) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by groups.io with SMTP; Thu, 08 Aug 2019 07:56:25 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Aug 2019 07:56:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,361,1559545200"; d="scan'208";a="174869299" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga008.fm.intel.com with ESMTP; 08 Aug 2019 07:56:21 -0700 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 8 Aug 2019 07:56:21 -0700 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 8 Aug 2019 07:56:21 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.19]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.65]) with mapi id 14.03.0439.000; Thu, 8 Aug 2019 22:56:19 +0800 From: "Zeng, Star" To: "Chiu, Chasel" , "Zhang, Shenglei" , "devel@edk2.groups.io" CC: "Desimone, Nathaniel L" , "Zeng, Star" Subject: Re: [PATCH 3/3] IntelFsp2Pkg/FspSecCore: Add missing header file in INF file Thread-Topic: [PATCH 3/3] IntelFsp2Pkg/FspSecCore: Add missing header file in INF file Thread-Index: AQHVTbIOCwyiDlDw/UOgR/ci+Sd3LqbwS+AAgAELaJA= Date: Thu, 8 Aug 2019 14:56:17 +0000 Message-ID: <0C09AFA07DD0434D9E2A0C6AEB04831040390A39@shsmsx102.ccr.corp.intel.com> References: <20190808062456.6116-1-shenglei.zhang@intel.com> <20190808062456.6116-4-shenglei.zhang@intel.com> <3C3EFB470A303B4AB093197B6777CCEC50457EC3@PGSMSX111.gar.corp.intel.com> In-Reply-To: <3C3EFB470A303B4AB093197B6777CCEC50457EC3@PGSMSX111.gar.corp.intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDY5ZGU3N2EtMjg5Ny00NWI5LTg5M2EtZTkxMjRiYmNjNTZiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiTDdvY0pzS0RqVjdpaHhybkZuUkxyR1VzamZBaFRLeDJpNmRRRHc5YzdqZUZFMTRybW9odjVCNW1pRm5KUXJKcyJ9 dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: star.zeng@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Same with Chasel. Reviewed-by: Star Zeng . > -----Original Message----- > From: Chiu, Chasel > Sent: Thursday, August 8, 2019 2:59 PM > To: Zhang, Shenglei ; devel@edk2.groups.io > Cc: Desimone, Nathaniel L ; Zeng, Star > > Subject: RE: [PATCH 3/3] IntelFsp2Pkg/FspSecCore: Add missing header file= in > INF file >=20 >=20 > Please extend copyright to 2019 of this file. > With above change Reviewed-by: Chasel Chiu >=20 >=20 > > -----Original Message----- > > From: Zhang, Shenglei > > Sent: Thursday, August 8, 2019 2:25 PM > > To: devel@edk2.groups.io > > Cc: Chiu, Chasel ; Desimone, Nathaniel L > > ; Zeng, Star > > Subject: [PATCH 3/3] IntelFsp2Pkg/FspSecCore: Add missing header file > > in INF file > > > > SecFsp.h is used but missing inf file, which will cause generating > > warning message. > > > > Cc: Chasel Chiu > > Cc: Nate DeSimone > > Cc: Star Zeng > > Signed-off-by: Shenglei Zhang > > --- > > IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf > > b/IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf > > index 3de09b5b4921..86d3d31d3269 100644 > > --- a/IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf > > +++ b/IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf > > @@ -22,6 +22,7 @@ [Defines] > > > > [Sources] > > SecFspApiChk.c > > + SecFsp.h > > > > [Sources.IA32] > > Ia32/Stack.nasm > > -- > > 2.18.0.windows.1