From nobody Tue May 14 20:36:54 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+97768+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+97768+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1672197005; cv=none; d=zohomail.com; s=zohoarc; b=UBUKGlYD47uQoW/rmR/pSDASnmyacg2RDsDKadQAyrb1VLnibu/4Q/zw7tMWTgiqKVZ5/ZTbJCNf58rGkYrQI1HIMJUMw69bqMccAa5+5flLjxOLeB7GRl9adK0kmVnnJA1HY3gW2iN2aRo9innQ9QuYn0X5FXwYeGoTRrvEU5Q= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1672197005; h=Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=BusYSFpHMiMXiVOte5QZl7mjqtXL9v3EiHCc1BG2nH4=; b=CLl6EmdBS9gkob6FdFFvhjfz49gaJ1DkUPk+vWBgINsNMr2zAd8NdgfkKhG69vhik/mO2Kb2UhGwtLEaTBVpnKhQ2aoTVhL01l/D1pqy5PCvYMwac/5L3mzdjIlawii4SrEBgTolE0RjEyE3upWglRMh+jn1uuZbFY74H2rIDN4= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+97768+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1672197005463101.22447916671979; Tue, 27 Dec 2022 19:10:05 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id 5HGoYY1788612x71k1TTbfMI; Tue, 27 Dec 2022 19:10:04 -0800 X-Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mx.groups.io with SMTP id smtpd.web11.174363.1672197004111857026 for ; Tue, 27 Dec 2022 19:10:04 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10573"; a="301159288" X-IronPort-AV: E=Sophos;i="5.96,280,1665471600"; d="scan'208";a="301159288" X-Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Dec 2022 19:10:03 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10573"; a="653194954" X-IronPort-AV: E=Sophos;i="5.96,280,1665471600"; d="scan'208";a="653194954" X-Received: from shwdeopenlab705.ccr.corp.intel.com ([10.239.182.166]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Dec 2022 19:10:01 -0800 From: "Yuanhao Xie" To: devel@edk2.groups.io Cc: Isaac Oram , Nate DeSimone , Chasel Chiu Subject: [edk2-devel] [PATCH] Platform/Intel/WhitleyOpenBoardPkg:Add CpuPageTableLib. Date: Wed, 28 Dec 2022 11:09:51 +0800 Message-Id: <20221228030951.815-1-yuanhao.xie@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: 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,yuanhao.xie@intel.com X-Gm-Message-State: QLjcJfRAqJS2T2nVtO8xRe4Lx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1672197004; bh=jKpfYEf25SqzAdDmaR6qBn7pr74wKTZ3gLHBgA9xKMQ=; h=Cc:Date:From:Reply-To:Subject:To; b=oCpEaQXCaKqAdED4Ua6BbLCc46ASd3pq55D7E7aY4PZUPXYHl9lQYkChBDwSBtxKR39 G/WX+LcRoQdUtF3USAiUxAsM2TxMb6ttD8VM3DfjK0YX9HaKPBc7WB49b6CsDB0AS6JXV Q1CVUdaoW7qsEWu5Ga1foj6/QclNimF1uok= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1672197007016000003 Content-Type: text/plain; charset="utf-8" Add CpuPageTableLib required by MpInitLib. Cc: Isaac Oram Cc: Nate DeSimone Cc: Chasel Chiu Signed-off-by: Yuanhao Xie --- Platform/Intel/WhitleyOpenBoardPkg/PlatformPkg.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Intel/WhitleyOpenBoardPkg/PlatformPkg.dsc b/Platform/= Intel/WhitleyOpenBoardPkg/PlatformPkg.dsc index 36fc4c642..69597a743 100644 --- a/Platform/Intel/WhitleyOpenBoardPkg/PlatformPkg.dsc +++ b/Platform/Intel/WhitleyOpenBoardPkg/PlatformPkg.dsc @@ -650,6 +650,7 @@ TcgPhysicalPresenceLib|SecurityPkg/Library/DxeTcgPhysicalPresenceLib/Dxe= TcgPhysicalPresenceLib.inf =20 BiosIdLib|BoardModulePkg/Library/BiosIdLib/DxeBiosIdLib.inf + CpuPageTableLib|UefiCpuPkg/Library/CpuPageTableLib/CpuPageTableLib.inf MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf =20 TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasure= mentLib.inf --=20 2.36.1.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 (#97768): https://edk2.groups.io/g/devel/message/97768 Mute This Topic: https://groups.io/mt/95914694/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-