From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.120, mailfrom: zailiang.sun@intel.com) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by groups.io with SMTP; Wed, 10 Jul 2019 21:48:16 -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 fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jul 2019 21:48:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,476,1557212400"; d="scan'208";a="166281511" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga008.fm.intel.com with ESMTP; 10 Jul 2019 21:48:15 -0700 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 10 Jul 2019 21:48:15 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 10 Jul 2019 21:48:15 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.110]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.22]) with mapi id 14.03.0439.000; Thu, 11 Jul 2019 12:48:13 +0800 From: "Sun, Zailiang" To: "Kinney, Michael D" , "devel@edk2.groups.io" CC: Gary Lin , "Qian, Yi" Subject: Re: [edk2-platforms Patch 07/28] Vlv2TbltDevicePkg: Add the missing headers to inf files Thread-Topic: [edk2-platforms Patch 07/28] Vlv2TbltDevicePkg: Add the missing headers to inf files Thread-Index: AQHVN1JyzicSqPZ+VkWrEJVToG4NhqbE2Qeg Date: Thu, 11 Jul 2019 04:48:13 +0000 Message-ID: <7CB7EF03E15B5D48981329A508747A9850C95D95@SHSMSX104.ccr.corp.intel.com> References: <20190710190516.6012-1-michael.d.kinney@intel.com> <20190710190516.6012-8-michael.d.kinney@intel.com> In-Reply-To: <20190710190516.6012-8-michael.d.kinney@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: zailiang.sun@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-By: Zailiang Sun > -----Original Message----- > From: Kinney, Michael D > Sent: Thursday, July 11, 2019 3:05 AM > To: devel@edk2.groups.io > Cc: Gary Lin ; Sun, Zailiang ; Qia= n, > Yi > Subject: [edk2-platforms Patch 07/28] Vlv2TbltDevicePkg: Add the missing > headers to inf files >=20 > From: Gary Lin >=20 > Some headers files are not listed in the inf files. >=20 > Cc: Zailiang Sun > Cc: Yi Qian > Cc: Michael D Kinney > Signed-off-by: Gary Lin > --- > .../Library/FlashDeviceLib/FlashDeviceLib.inf | 2 +- > .../Vlv2TbltDevicePkg/Library/PchSmmLib/PchSmmLib.inf | 8 +++++--- > .../Vlv2TbltDevicePkg/MonoStatusCode/MonoStatusCode.inf | 1 + > 3 files changed, 7 insertions(+), 4 deletions(-) >=20 > diff --git > a/Platform/Intel/Vlv2TbltDevicePkg/Library/FlashDeviceLib/FlashDeviceLib.= in > f > b/Platform/Intel/Vlv2TbltDevicePkg/Library/FlashDeviceLib/FlashDeviceLib.= i > nf > index 4ef48cc12b..4f5678594a 100644 > --- > a/Platform/Intel/Vlv2TbltDevicePkg/Library/FlashDeviceLib/FlashDeviceLib.= in > f > +++ b/Platform/Intel/Vlv2TbltDevicePkg/Library/FlashDeviceLib/FlashDevic > +++ eLib.inf > @@ -26,7 +26,7 @@ [Defines] >=20 > [Sources] > FlashDeviceLib.c > - > + SpiChipDefinitions.h >=20 > [Packages] > MdePkg/MdePkg.dec > diff --git > a/Platform/Intel/Vlv2TbltDevicePkg/Library/PchSmmLib/PchSmmLib.inf > b/Platform/Intel/Vlv2TbltDevicePkg/Library/PchSmmLib/PchSmmLib.inf > index 9d4823d488..d2ca8f5b88 100644 > --- a/Platform/Intel/Vlv2TbltDevicePkg/Library/PchSmmLib/PchSmmLib.inf > +++ b/Platform/Intel/Vlv2TbltDevicePkg/Library/PchSmmLib/PchSmmLib.inf > @@ -4,10 +4,12 @@ > # ICH SMM Library that layers on top of the I/O Library to directly # = access > SMM power management registers. > # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.
> -# >=20 > +# > + > # SPDX-License-Identifier: BSD-2-Clause-Patent >=20 > -# >=20 > +# > + > # > # > # > @@ -30,7 +32,7 @@ [Defines] >=20 > [Sources] > PchSmmLib.c > - > + CommonHeader.h >=20 > [Packages] > MdePkg/MdePkg.dec > diff --git > a/Platform/Intel/Vlv2TbltDevicePkg/MonoStatusCode/MonoStatusCode.inf > b/Platform/Intel/Vlv2TbltDevicePkg/MonoStatusCode/MonoStatusCode.inf > index d429310ac4..c5e3cf4d55 100644 > --- > a/Platform/Intel/Vlv2TbltDevicePkg/MonoStatusCode/MonoStatusCode.inf > +++ > b/Platform/Intel/Vlv2TbltDevicePkg/MonoStatusCode/MonoStatusCode.inf > @@ -29,6 +29,7 @@ [sources.common] > PlatformStatusCode.c > PlatformStatusCode.h > PeiPostCode.c > + EfiStatusCode.h >=20 > [Packages] > MdePkg/MdePkg.dec > -- > 2.21.0.windows.1