From mboxrd@z Thu Jan 1 00:00:00 1970 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 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=S87yZYy3; spf=pass (domain: intel.com, ip: 192.55.52.151, 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=1672197004; x=1703733004; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Ah0olE6xxgFeCHp4oDJVwpsf60STaKXolHIT379d7XI=; b=S87yZYy3RMf0ehDwRB3us+/6JxyWZRnCDWIpdUzCBAnUFNObNgxKs4lo qrnwNTORUa0M5egj0AmkDhsn75sR7tBgTygxOZ9WpDOyvuhnPsf2ue44P z9rlQjN95T18e3w1sEZAme7glOJSDQnJ6n7O1yNX3Uxz1a/wBtaGOToL5 xZ1mikfkcFTvz2FKBCESDcUKKjUR+neZXfu03B7q3QCBp9d4xjnjozlpF ifAfho7Q8uUWlInNiglh7xVPZ8v+lvrWYQPUHxzydL/holCko+oilEpn7 +mSzD7J707o6evLxyJ8lHchez4wdS/qpnAF8jFVvV8X3pjPv0JxL+oT/7 A==; 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" 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" 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: [PATCH] Platform/Intel/WhitleyOpenBoardPkg:Add CpuPageTableLib. Date: Wed, 28 Dec 2022 11:09:51 +0800 Message-Id: <20221228030951.815-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: 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/DxeTcgPhysicalPresenceLib.inf BiosIdLib|BoardModulePkg/Library/BiosIdLib/DxeBiosIdLib.inf + CpuPageTableLib|UefiCpuPkg/Library/CpuPageTableLib/CpuPageTableLib.inf MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf -- 2.36.1.windows.1