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.153292.1680768829864066108 for ; Thu, 06 Apr 2023 01:13:49 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=cM14jK/Y; 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=1680768829; x=1712304829; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=hmDPDrSel6HMKJKmhA9jtOkH3htDaS30xnKWg47btYw=; b=cM14jK/Y/XDkzCQsYNj0MuceORz4hO02lJpEXTTzl3aNNM2iUXxOtehR oQcIve3uhhj+MV4hu48S7aiRvi30xYeZW2jrLYdkfvD/5qAiMlzrsItV1 Q+rTy9+yMgGWBJhDLOqLAc7V7eqlxW/nyGH+nj+THAdBOOhCLJ68I56oD rySeT4ealBNh3DiQGdvuKJn6jijegS3kh/iLGoc4IMIz5V8PX+bHA+gcd I3BDqJn4IiRb1TRZoPLDSS1NSRzMMT1S7/eNzhw9tC7OTYKUrRmMljpYt JRKDiDAdO0iBOilIptu+JvmL1YDikvymAzZ4b2v7HQ78thkmooAH11FQo A==; X-IronPort-AV: E=McAfee;i="6600,9927,10671"; a="341412034" X-IronPort-AV: E=Sophos;i="5.98,323,1673942400"; d="scan'208";a="341412034" 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:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10671"; a="810912625" X-IronPort-AV: E=Sophos;i="5.98,323,1673942400"; d="scan'208";a="810912625" 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:45 -0700 From: "Zhiguang Liu" To: devel@edk2.groups.io Cc: Zhiguang Liu , Chasel Chiu , Nate DeSimone , Isaac Oram , Liming Gao , Eric Dong , Michael D Kinney Subject: [PATCH V2 2/5] MinPlatformPkg: Delete UefiCpuLib usage Date: Thu, 6 Apr 2023 16:13:32 +0800 Message-Id: <20230406081335.1543-3-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: Chasel Chiu Cc: Nate DeSimone Cc: Isaac Oram Cc: Liming Gao Cc: Eric Dong Reviewed-by: Chasel Chiu Reviewed-by: Michael D Kinney Signed-off-by: Zhiguang Liu --- Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc index 3749199da7..5ce21cf31e 100644 --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc @@ -1,7 +1,7 @@ ## @file # Platform description. # -# Copyright (c) 2017 - 2021, Intel Corporation. All rights reserved.
+# Copyright (c) 2017 - 2023, Intel Corporation. All rights reserved.
# # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -60,7 +60,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 # # Framework -- 2.26.2.windows.1