From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mx.groups.io with SMTP id smtpd.web11.95992.1680595017258550614 for ; Tue, 04 Apr 2023 00:56:58 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=JbRoIs06; spf=pass (domain: intel.com, ip: 134.134.136.20, mailfrom: zhiguang.liu@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1680595018; x=1712131018; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=J6QgGZrrXL3OlHa2YbCy6HSVTzwIuYNeHSVR57lcWrw=; b=JbRoIs06ViHYx0fv3P0hxWnRHmUFG5+QJJdefc2Hicz8zOcxNlGZrSc0 ml1x7SAl5V2WlIwIIFOvNaJBudWcPjPh0An48bKDM5jT/Uy+pi+1BK+QN LZ4NmpAoiQuhMNi0oByayTopK4IDamdf1HjqTtQC9iJL/9wIhwGj8Mrpu RRimY/qECh0owLyY7lSE5EdL9OSihKwUe3G3PoOFgkYk/RcMPoZH5BObM 4vHfl4thzULR7KxDVeuLpwLD4k7+wSDVXHA8JaDqrJelqX/GZrdWp2iqD B9VkRlVfaBc14NRJfq9SJMHODllm3Er2Fw6y+ciRtIEjl27T7ni5oNVAY g==; X-IronPort-AV: E=McAfee;i="6600,9927,10669"; a="330702053" X-IronPort-AV: E=Sophos;i="5.98,317,1673942400"; d="scan'208";a="330702053" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Apr 2023 00:56:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10669"; a="755546253" X-IronPort-AV: E=Sophos;i="5.98,317,1673942400"; d="scan'208";a="755546253" Received: from liuzhigu-mobl1.ccr.corp.intel.com ([10.254.211.138]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Apr 2023 00:56:43 -0700 From: "Zhiguang Liu" To: devel@edk2.groups.io Cc: Zhiguang Liu , Zailiang Sun , Yi Qian , Nate DeSimone Subject: [PATCH 4/5] Vlv2TbltDevicePkg: Delete UefiCpuLib usage Date: Tue, 4 Apr 2023 15:55:38 +0800 Message-Id: <20230404075539.101-5-zhiguang.liu@intel.com> X-Mailer: git-send-email 2.31.1.windows.1 In-Reply-To: <20230404075539.101-1-zhiguang.liu@intel.com> References: <20230404075539.101-1-zhiguang.liu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Delete UefiCpuLib usage because UefiCpuPkg/UefiCpuLib is merged to MdePkg/CpuLib. Cc: Zailiang Sun Cc: Yi Qian Cc: Nate DeSimone Signed-off-by: Zhiguang Liu --- Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 3 +-- Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc b/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc index 06f2a5563d..4adbaa6966 100644 --- a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc +++ b/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc @@ -1,7 +1,7 @@ #/** @file # Platform description. # -# Copyright (c) 2012 - 2021, Intel Corporation. All rights reserved.
+# Copyright (c) 2012 - 2023, Intel Corporation. All rights reserved.
# # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -113,7 +113,6 @@ PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf - UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf diff --git a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc b/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc index 8215a9130e..c7d9733dad 100644 --- a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc +++ b/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc @@ -1,7 +1,7 @@ #/** @file # Platform description. # -# Copyright (c) 2012 - 2021, Intel Corporation. All rights reserved.
+# Copyright (c) 2012 - 2023, Intel Corporation. All rights reserved.
# # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -115,7 +115,6 @@ PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf - UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf -- 2.26.2.windows.1