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.154382.1672129898157129180 for ; Tue, 27 Dec 2022 00:31:38 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=dmjGWw8u; spf=pass (domain: intel.com, ip: 134.134.136.65, mailfrom: yuanhao.xie@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672129898; x=1703665898; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=5cwUZ9FTkkK0mXxmYgVa3+8AHSwQ1VddAiBodMQSiAI=; b=dmjGWw8ukaAaFU2C03utEVpS1RRBSYR7r+7lPi/qTSWpYS6dZZxkfiUi qCfBWawt8DYPt735XRrXmoF17/yqvUZB7OAtQSh77BbM4UVLab+kOxZIE zVhFZnRBbptKda/cD4Cj5eZJl3wDxImUMDgxoiWcnzT3iP40W1wEbyNm1 mSfLP62zpxC5T/WYRZ34Vuopd+KmMNIeTHArD7wHAfd3P0/LB3Sd9bb+a pEYMuaJLwE8z38BB7mWIASlYSBFtiu0VKGGZPMcLhHoT4GhWXBcpfZ0lO ElKWVf/DUiYQkA/YL9NVMIef6K3hb2c0/HD+MhsnC2sfM3veVhCA5zGNV Q==; 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" 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" 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: [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> X-Mailer: git-send-email 2.36.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 --- 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/Platform/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 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf - + CpuPageTableLib|UefiCpuPkg/Library/CpuPageTableLib/CpuPageTableLib.inf MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf -- 2.36.1.windows.1