From nobody Sun Apr 28 21:11:43 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+50410+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+50410+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1573529136; cv=none; d=zoho.com; s=zohoarc; b=MCaJoueR/SSo99o9r1s/zyS8igkayeR4IGWESWvAuolzeCLtQRcgbLTq46BaZHceszy8NVS0tHE5U557W/1BKaSKG28jWQFcZIc03Gm6TZixd1WqLH/rSMmpLjRdD0cg1S8aBqCcc28XY6cH8Ms2q2hGBxM2pVuIYj8Ky83pL3g= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1573529136; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To; bh=VWO+6ANmETE7lIbzl8AcPDxYkqG16JW8KFVvJ0xEbxc=; b=QuXjSZwCLTeGerINvYWiU4yPNKhreycBPUjbiWz9KjwzDCEoOJ0EneWDFtJsZJuSY+ZoeWpwNK6PqeQqA+q9uj9UMa9wa7G0xOnpQnB1EWLNNGQKdeWdbcfPyq0c7vydynH+uYdbSkmEv4vTEr1VrvTeCgA7u2kdH/llibRX5gA= 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+50410+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 1573529136238131.36319677449364; Mon, 11 Nov 2019 19:25:36 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id rYCuYY1788612xbXQCdY5ac9; Mon, 11 Nov 2019 19:25:35 -0800 X-Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mx.groups.io with SMTP id smtpd.web12.6305.1573529135364019221 for ; Mon, 11 Nov 2019 19:25:35 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Nov 2019 19:25:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,294,1569308400"; d="scan'208";a="287418320" X-Received: from cchiu4-mobl1.gar.corp.intel.com ([10.5.215.140]) by orsmga001.jf.intel.com with ESMTP; 11 Nov 2019 19:25:33 -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: Tue, 12 Nov 2019 11:25:30 +0800 Message-Id: <20191112032530.2572-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: X8YG7ZmOrf9wE6F9ZrmQ9lEpx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1573529135; bh=U/GCp7Us6RYckwMyLAwRMEKxIWCtTWt9xBk5sTzZaF0=; h=Cc:Date:From:Reply-To:Subject:To; b=HVMPDK2ZXBisbrCMf6TES5wmh2XyXeAUhUB1IGOxQY11c3+hTllOh7e3uzNkHr1aUH7 jnjhsieZH7F75sLvz3Ps4FG49hPg80IvPZhhdLmX8ZNhBkxMZ2GjB1omeMP5sfS1ANgyi gTIy9mikJnZQxH4XAYaIz3imWAo6LUCdTC4= 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 Fixed typo issue in MinPlatformPkg.dsc caused by previous commit. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc b/Platform/In= tel/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.inf - SetCacheMtrrLib|$(PLATFORM_PACKAGE)/Library/SetCacheMtrrLib/SetCacheMtrr= LibNull.inf + SetCacheMtrrLib|MinPlatformPkg/Library/SetCacheMtrrLib/SetCacheMtrrLibNu= ll.inf =20 [LibraryClasses.common.DXE_DRIVER] # --=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 (#50410): https://edk2.groups.io/g/devel/message/50410 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-