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=X+RPJYPn; 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=ZY2R0gzX45HFjTOZfNTsq17JQ7vwKB7TtxncmTgCGCo=; b=X+RPJYPnc6E6J9vnncSHW1TAzyPwFj//j1Bzb6qRHmL8rAfeCOD1kKmJ WsKY3FmAT8txTAXsYXD3WCQt1ApmJpDn1b53nYtAEVRfPe0HAOhW41DHj JTsNMq47U6RwxsKD9SZGSPwsNHrW4mWDfzmbsHzVFLEUWTSLv5KUCyO2H Zc3+d+rReQllGwDPUP4pusAcfU+XR/T+XQ4apiqmIV/TjOHTovQPlkes+ 3qQPVc4l+pIXGwcSMIJROT06SwFtSLIoy70whgudHrtEvHHjo90BIrzLB mRfzTLKfeHgHBA448Ig52lNSTa7+rJNlJ+Klr4v0hhyjBOC/648gKxzIV w==; X-IronPort-AV: E=McAfee;i="6600,9927,10669"; a="330702055" X-IronPort-AV: E=Sophos;i="5.98,317,1673942400"; d="scan'208";a="330702055" 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="755546256" X-IronPort-AV: E=Sophos;i="5.98,317,1673942400"; d="scan'208";a="755546256" 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:46 -0700 From: "Zhiguang Liu" To: devel@edk2.groups.io Cc: Zhiguang Liu , Michael D Kinney , Kelly Steele , Nate DeSimone Subject: [PATCH 5/5] QuarkSocPkg: Delete UefiCpuLib usage Date: Tue, 4 Apr 2023 15:55:39 +0800 Message-Id: <20230404075539.101-6-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: Michael D Kinney Cc: Kelly Steele Cc: Nate DeSimone Signed-off-by: Zhiguang Liu --- Silicon/Intel/QuarkSocPkg/QuarkSocPkg.dsc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Silicon/Intel/QuarkSocPkg/QuarkSocPkg.dsc b/Silicon/Intel/QuarkSocPkg/QuarkSocPkg.dsc index 80e37e26a9..3384d6d3ce 100644 --- a/Silicon/Intel/QuarkSocPkg/QuarkSocPkg.dsc +++ b/Silicon/Intel/QuarkSocPkg/QuarkSocPkg.dsc @@ -4,7 +4,7 @@ # This DSC file is used for Package Level build. # # This Module provides FRAMEWORK reference implementation for INTEL Quark SoC. -# Copyright (c) 2013-2021 Intel Corporation. +# Copyright (c) 2013-2023 Intel Corporation. # # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -79,7 +79,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