From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mx.groups.io with SMTP id smtpd.web11.4331.1573179356492073094 for ; Thu, 07 Nov 2019 18:15:56 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.65, mailfrom: liming.gao@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Nov 2019 18:15:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,280,1569308400"; d="scan'208";a="402943328" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga005.fm.intel.com with ESMTP; 07 Nov 2019 18:15:55 -0800 Received: from fmsmsx607.amr.corp.intel.com (10.18.126.87) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 7 Nov 2019 18:15:55 -0800 Received: from fmsmsx607.amr.corp.intel.com (10.18.126.87) by fmsmsx607.amr.corp.intel.com (10.18.126.87) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 7 Nov 2019 18:15:54 -0800 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by fmsmsx607.amr.corp.intel.com (10.18.126.87) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Thu, 7 Nov 2019 18:15:54 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.127]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.200]) with mapi id 14.03.0439.000; Fri, 8 Nov 2019 10:15:53 +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: AQHVldpddY7SGbLT3kGwouDRZUoCQKeAiSnA Date: Fri, 8 Nov 2019 02:15:52 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E5399B2@SHSMSX104.ccr.corp.intel.com> References: <20191108021501.10760-1-chasel.chiu@intel.com> In-Reply-To: <20191108021501.10760-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: Friday, November 08, 2019 10:15 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 > >Added SetCacheMtrrLib class to MinPlatformPkg.dsc. > >Cc: Michael Kubacki >Cc: Nate DeSimone >Cc: Liming Gao >Signed-off-by: Chasel Chiu >--- > Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc >b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc >index 5f9363ff32..17272f819c 100644 >--- a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc >+++ b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc >@@ -94,6 +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 > > [LibraryClasses.common.DXE_DRIVER] > # >@@ -189,4 +190,4 @@ > !endif > > [BuildOptions] >- *_*_*_CC_FLAGS =3D -D DISABLE_NEW_DEPRECATED_INTERFACES >\ No newline at end of file >+ *_*_*_CC_FLAGS =3D -D DISABLE_NEW_DEPRECATED_INTERFACES >-- >2.13.3.windows.1