From nobody Sat May 11 13:35:24 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+97763+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+97763+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1672129899; cv=none; d=zohomail.com; s=zohoarc; b=msWQsDGPH5aEDaY2FJOExb/oCJhd30UjK/ehMj0eJ5BIoQHRXJ+z5ERlHWKJLDLjAkYCi2yTYzr+cCFZhdE9noEe4Dy5l6lHYL09LyVrmkktDnhy5KF7UILkALk1JTOtY7rBBqvMmlueu8gRWIagmY0ChmDMgxB+bU/IDQKHDWQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1672129899; 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=+F4YKyoYqDbFxpGLyvR8fVrq/7OfE4/P1bVL2cC0BT0=; b=I4K/U1xT1uJ+4daTECQcBBg2O2RzAusbNwQK68Xay6sRItqNHXHGwwZc1LjJEs1T9FLEFPhhIAfp+WUCbBx59X15ekdeVm28WxA4sQewQHdK+gUwCa869sB7jJboyWGQsu3hS2VdE4u3nVBPo8utk6wWpYdx2cy46tcQ6FjKh2w= 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+97763+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 1672129899629456.88740185264385; Tue, 27 Dec 2022 00:31:39 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id zefHYY1788612x779Asgqshv; Tue, 27 Dec 2022 00:31:39 -0800 X-Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mx.groups.io with SMTP id smtpd.web11.154382.1672129898157129180 for ; Tue, 27 Dec 2022 00:31:38 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10572"; a="322643623" X-IronPort-AV: E=Sophos;i="5.96,278,1665471600"; d="scan'208";a="322643623" X-Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Dec 2022 00:31:28 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10572"; a="683554168" X-IronPort-AV: E=Sophos;i="5.96,278,1665471600"; d="scan'208";a="683554168" X-Received: from shwdeopenlab705.ccr.corp.intel.com ([10.239.182.166]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Dec 2022 00:31:27 -0800 From: "Yuanhao Xie" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Isaac Oram , Liming Gao , Eric Dong Subject: [edk2-devel] [PATCH] Platform/Intel/MinPlatformPkg:Add CpuPageTableLib required by MpInitLib. Date: Tue, 27 Dec 2022 16:31:18 +0800 Message-Id: <20221227083118.259-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: Gr9Wn6LcO5U0s3uenB1VaqN1x1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1672129899; bh=M/qLebNcMMO0+dXRAXPBRM4uv9pIbXklo4K/THZwB1E=; h=Cc:Date:From:Reply-To:Subject:To; b=XSJdd8+EZlken26WVdeEsQD9Q+Usi9Keu+5CKF8uGU5ofwnB5ig+2JTtkgoRDA8rD1q G71O8Rqq+JxznjdRs32GIXvyKH6QFimnqFTutd0la+2plqpQ2alZfiwMmAe1uydS6apnn 926S5aWWOHdI7+K320oKL933q5ceY3sLPWM= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1672129901707000001 Content-Type: text/plain; charset="utf-8" Add CpuPageTableLib required by MpInitLib. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Isaac Oram Cc: Liming Gao Cc: Eric Dong Signed-off-by: Yuanhao Xie Reviewed-by: Chasel Chiu --- Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc b/Pla= tform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc index e48d4b06d..5a6183761 100644 --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc @@ -27,7 +27,7 @@ LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf =20 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuE= xceptionHandlerLib.inf - + CpuPageTableLib|UefiCpuPkg/Library/CpuPageTableLib/CpuPageTableLib.inf MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltL= ib.inf TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.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 (#97763): https://edk2.groups.io/g/devel/message/97763 Mute This Topic: https://groups.io/mt/95900312/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-