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.24, mailfrom: chasel.chiu@intel.com) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by groups.io with SMTP; Wed, 07 Aug 2019 23:58:35 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Aug 2019 23:58:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,360,1559545200"; d="scan'208";a="177223478" Received: from kmsmsx151.gar.corp.intel.com ([172.21.73.86]) by orsmga003.jf.intel.com with ESMTP; 07 Aug 2019 23:58:34 -0700 Received: from pgsmsx111.gar.corp.intel.com ([169.254.2.22]) by KMSMSX151.gar.corp.intel.com ([169.254.10.91]) with mapi id 14.03.0439.000; Thu, 8 Aug 2019 14:58:33 +0800 From: "Chiu, Chasel" 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 Thread-Topic: [PATCH 3/3] IntelFsp2Pkg/FspSecCore: Add missing header file in INF file Thread-Index: AQHVTbIPNbNBiqdCKUuKX+/ZfQs8zabw0Z+g Date: Thu, 8 Aug 2019 06:58:32 +0000 Message-ID: <3C3EFB470A303B4AB093197B6777CCEC50457EC3@PGSMSX111.gar.corp.intel.com> References: <20190808062456.6116-1-shenglei.zhang@intel.com> <20190808062456.6116-4-shenglei.zhang@intel.com> In-Reply-To: <20190808062456.6116-4-shenglei.zhang@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDY5ZGU3N2EtMjg5Ny00NWI5LTg5M2EtZTkxMjRiYmNjNTZiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiTDdvY0pzS0RqVjdpaHhybkZuUkxyR1VzamZBaFRLeDJpNmRRRHc5YzdqZUZFMTRybW9odjVCNW1pRm5KUXJKcyJ9 x-ctpclassification: CTP_NT x-originating-ip: [172.30.20.206] MIME-Version: 1.0 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Please extend copyright to 2019 of this file. With above change Reviewed-by: Chasel Chiu > -----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 >=20 > SecFsp.h is used but missing inf file, which will cause generating warnin= g > message. >=20 > Cc: Chasel Chiu > Cc: Nate DeSimone > Cc: Star Zeng > Signed-off-by: Shenglei Zhang > --- > IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf | 1 + > 1 file changed, 1 insertion(+) >=20 > 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] >=20 > [Sources] > SecFspApiChk.c > + SecFsp.h >=20 > [Sources.IA32] > Ia32/Stack.nasm > -- > 2.18.0.windows.1