From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mx.groups.io with SMTP id smtpd.web10.153294.1680768836865635961 for ; Thu, 06 Apr 2023 01:13:56 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=bmrUhEdo; spf=pass (domain: intel.com, ip: 192.55.52.120, 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=1680768836; x=1712304836; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=CbpBQbZPrADJdmoQhiED/XOciH6XxFspIZajmf/sthA=; b=bmrUhEdo1q3k9OxFensVTfpuSOuUZ1MHf/WaLlNCSlI2qltqD/p+eYbu k5pP0iH7+8+gPwf+tN1paBHQ3sQARu1RWK/io7dgPoTJ3Mh5lDxMzcDrW Zj8ugTzyDeXtA65rrlSAQ/do2Zq9cinycEhhVscCLLCB1PyQlnK+pUAo5 nGewaQj3bWViJ0J71+uVNI+xj+algs23Cnd3PmRgwfvHdgkwrgmVkeU5F WzxIinNi5yOkqAMFLR3Tk+8pB7vxewOej/5X8uLIfXSaJ+NCUoPGpdghJ f9jSVH90SFN4qcnsOPLYNMV6Uliv16CN4XBV/yC3Fu5dk5/sQSkrrcD+K w==; X-IronPort-AV: E=McAfee;i="6600,9927,10671"; a="341412093" X-IronPort-AV: E=Sophos;i="5.98,323,1673942400"; d="scan'208";a="341412093" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2023 01:13:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10671"; a="810912679" X-IronPort-AV: E=Sophos;i="5.98,323,1673942400"; d="scan'208";a="810912679" Received: from shwdesfp01.ccr.corp.intel.com ([10.239.158.151]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2023 01:13:50 -0700 From: "Zhiguang Liu" To: devel@edk2.groups.io Cc: Zhiguang Liu , Zailiang Sun , Yi Qian , Nate DeSimone , Michael D Kinney Subject: [PATCH V2 4/5] Vlv2TbltDevicePkg: Delete UefiCpuLib usage Date: Thu, 6 Apr 2023 16:13:34 +0800 Message-Id: <20230406081335.1543-5-zhiguang.liu@intel.com> X-Mailer: git-send-email 2.31.1.windows.1 In-Reply-To: <20230406081335.1543-1-zhiguang.liu@intel.com> References: <20230406081335.1543-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 Reviewed-by: Michael D Kinney 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