From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web09.7130.1573533314347767189 for ; Mon, 11 Nov 2019 20:35:14 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.100, mailfrom: liming.gao@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Nov 2019 20:35:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,295,1569308400"; d="scan'208";a="234709531" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga002.fm.intel.com with ESMTP; 11 Nov 2019 20:35:12 -0800 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 11 Nov 2019 20:35:11 -0800 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 11 Nov 2019 20:35:11 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.127]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.41]) with mapi id 14.03.0439.000; Tue, 12 Nov 2019 12:35:09 +0800 From: "Liming Gao" To: "Chiu, Chasel" , "devel@edk2.groups.io" CC: "Kubacki, Michael A" , "Desimone, Nathaniel L" Subject: Re: [edk2-platforms: PATCH] MinPlatformPkg: Add SetCacheMtrrLib class to dsc. Thread-Topic: [edk2-platforms: PATCH] MinPlatformPkg: Add SetCacheMtrrLib class to dsc. Thread-Index: AQHVmQjlBBsMi28LOE6FP1LIpTcAJaeG8wkw Date: Tue, 12 Nov 2019 04:35:09 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E53D0B9@SHSMSX104.ccr.corp.intel.com> References: <20191112032530.2572-1-chasel.chiu@intel.com> In-Reply-To: <20191112032530.2572-1-chasel.chiu@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: liming.gao@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: Chiu, Chasel >Sent: Tuesday, November 12, 2019 11:26 AM >To: devel@edk2.groups.io >Cc: Kubacki, Michael A ; Desimone, Nathaniel = L >; Gao, Liming >Subject: [edk2-platforms: PATCH] MinPlatformPkg: Add SetCacheMtrrLib class >to dsc. > >REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2314 > >Fixed typo issue in MinPlatformPkg.dsc caused by previous >commit. > >Cc: Michael Kubacki >Cc: Nate DeSimone >Cc: Liming Gao >Signed-off-by: Chasel Chiu >--- > Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc >b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc >index 17272f819c..038f05be92 100644 >--- a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc >+++ b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc >@@ -94,7 +94,7 @@ > >ReportFvLib|MinPlatformPkg/PlatformInit/Library/PeiReportFvLib/PeiReport >FvLib.inf > >TestPointCheckLib|MinPlatformPkg/Test/Library/TestPointCheckLib/PeiTestP >ointCheckLib.inf > TestPointLib|MinPlatformPkg/Test/Library/TestPointLib/PeiTestPointLib.i= nf >- >SetCacheMtrrLib|$(PLATFORM_PACKAGE)/Library/SetCacheMtrrLib/SetCach >eMtrrLibNull.inf >+ >SetCacheMtrrLib|MinPlatformPkg/Library/SetCacheMtrrLib/SetCacheMtrrLib >Null.inf > > [LibraryClasses.common.DXE_DRIVER] > # >-- >2.13.3.windows.1