From nobody Sat Apr 20 01:34:44 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+50273+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50273+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1573179307; cv=none; d=zoho.com; s=zohoarc; b=ZkiqM3cdU2/ILEHsj6i840LHpbc5WoZfx2WQ1dyynFGHp/MtO6S5kpAQI5AoPlKb23r9uTEq7/yEks5hg966vO77ncyD5+2h/pp0TiPWsxeoA6ygvDGop7wHrVQ2di3puYK29a6m9fdF52d2PTmHs1nrsYsGERXbW5etluALz9w= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1573179307; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To; bh=3PF4GWwOiq4VF4WmbWDRKY7mABUx5LNBfKExMiDYLPE=; b=KgDmqrUj3Y0is7Z07EkynS9xXqiTpHHb7d2z0FsAWcaT+uRz9Xf0lAlwgg14bB9sWqKrXX4BE0+aOMtbu2S0OJR0Dww2jwxbHz1N5CWp+UzJN2viBAQR4saGmx3pDnVd++FIcTa5j1vOLN5rxROQ1WCduJocolLBEY3BrJOgYdg= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50273+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1573179307379280.64015282432536; Thu, 7 Nov 2019 18:15:07 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id DOHDYY1788612xGcPL4wegmK; Thu, 07 Nov 2019 18:15:07 -0800 X-Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web12.4365.1573179306115467642 for ; Thu, 07 Nov 2019 18:15:06 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Nov 2019 18:15:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,280,1569308400"; d="scan'208";a="214790311" X-Received: from cchiu4-mobl1.gar.corp.intel.com ([10.5.215.140]) by orsmga002.jf.intel.com with ESMTP; 07 Nov 2019 18:15:04 -0800 From: "Chiu, Chasel" To: devel@edk2.groups.io Cc: Michael Kubacki , Nate DeSimone , Liming Gao Subject: [edk2-devel] [edk2-platforms: PATCH] MinPlatformPkg: Add SetCacheMtrrLib class to dsc. Date: Fri, 8 Nov 2019 10:15:01 +0800 Message-Id: <20191108021501.10760-1-chasel.chiu@intel.com> Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,chasel.chiu@intel.com X-Gm-Message-State: i6o2fC6fshGFY1DxBLJRBZbsx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1573179307; bh=CdTuiOCnMT71cp+UW9MyQcuIARsxxp93XIwB2L9vIKc=; h=Cc:Date:From:Reply-To:Subject:To; b=dgKJyi4mBrbF3d5PKnOzOCytQlAn0jnmXIp6gNxbUoQLf1wMDohRbJRXzjwaxTPQv3i kkFRD97+bsj0EAm3fYiEqZUwL5FawLBtvWzlWJpuN5DKpCWfKC9cD42M9OzRUtaXKJMvX pjBFllVRrCifZ8DL0kqixkr7pdosJT60okI= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" 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 Reviewed-by: Liming Gao Reviewed-by: Michael Kubacki Reviewed-by: Nate DeSimone --- Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc b/Platform/In= tel/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.inf + SetCacheMtrrLib|$(PLATFORM_PACKAGE)/Library/SetCacheMtrrLib/SetCacheMtrr= LibNull.inf =20 [LibraryClasses.common.DXE_DRIVER] # @@ -189,4 +190,4 @@ !endif =20 [BuildOptions] - *_*_*_CC_FLAGS =3D -D DISABLE_NEW_DEPRECATED_INTERFACES \ No newline at end of file + *_*_*_CC_FLAGS =3D -D DISABLE_NEW_DEPRECATED_INTERFACES --=20 2.13.3.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#50273): https://edk2.groups.io/g/devel/message/50273 Mute This Topic: https://groups.io/mt/47032665/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-