From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web10.5530.1646212796036188164 for ; Wed, 02 Mar 2022 01:20:10 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=c8OYgNRm; spf=pass (domain: intel.com, ip: 192.55.52.136, mailfrom: yu.pu@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646212810; x=1677748810; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=bbUbR2JI8sKWKv+p/xtBfae83zapjcejS9PZD4nfiQg=; b=c8OYgNRmpKWzqEKepxBu+TDTZX8hOU4F2++AXbLe7kEeXYrS4pAi1jzH wpGwFPRqT8NmAD90hEmjpukWqUtMlacJ1od43n/LW8UpR6X4JjajaLX2p 3bDgX61W/thvLcomX8d4PDrFaBpWHDpvoXvaWtiXkSaQ+TVQ/tkU33DLM QINDHzjjxe2z99vHNOdHNtyp7uT7Vysfx3MCoEE2RvwuAl/EDB0c7K6My xeXsYSRCRe11KRUPeGNea5V7OwRpQEDIT2EUZSiscug5gmwF1tmutTpgt nHjNsJHkWzUuK5ev9NHJCbi8aVejH80k6uxkMKhwFuktYqSXUJByYyBPf A==; X-IronPort-AV: E=McAfee;i="6200,9189,10273"; a="233324258" X-IronPort-AV: E=Sophos;i="5.90,148,1643702400"; d="scan'208";a="233324258" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2022 01:20:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,148,1643702400"; d="scan'208";a="641630412" Received: from shwdeopenlab704.ccr.corp.intel.com ([10.239.182.239]) by orsmga004.jf.intel.com with ESMTP; 02 Mar 2022 01:20:08 -0800 From: Yu Pu To: devel@edk2.groups.io Cc: Yu Pu , Andrew Fish , Ray Ni Subject: [PATCH v1 6/7] EmulatorPkg: fixed a bug caused by Invoking GetPhysicalAddressBits() Date: Wed, 2 Mar 2022 17:18:58 +0800 Message-Id: <20220302091859.2783-7-yu.pu@intel.com> X-Mailer: git-send-email 2.30.0.windows.2 In-Reply-To: <20220302091859.2783-1-yu.pu@intel.com> References: <20220302091859.2783-1-yu.pu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3394 add the defination of UefiCpuLib in EmulatorPkg\EmulatorPkg.dsc Cc: Andrew Fish Cc: Ray Ni Signed-off-by: Yu Pu --- EmulatorPkg/EmulatorPkg.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/EmulatorPkg/EmulatorPkg.dsc b/EmulatorPkg/EmulatorPkg.dsc index 554c13ddb500..e33b98a4b682 100644 --- a/EmulatorPkg/EmulatorPkg.dsc +++ b/EmulatorPkg/EmulatorPkg.dsc @@ -78,6 +78,7 @@ HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf=0D DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf=0D UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompres= sLib.inf=0D + UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf=0D =0D PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf=0D DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf=0D --=20 2.30.0.windows.2