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.153295.1680768837500670402 for ; Thu, 06 Apr 2023 01:13:57 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=H96g83wd; 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=1680768837; x=1712304837; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=JlnVc5J1Xlt/hqoEXYkjhNR91V97AghcGSk3WWLFLEY=; b=H96g83wdR0Jn8HtFUnPBSOgEA1Y5dXpC7Zk7d4zV/KbNSMyRHQCtJ817 Cy5R6sS/OrFtioSsgFEQjW7RjnqjWiew4DlqVVBsHi94WK6Mc5DczNdEu 5EDVnVglsWDqEOBoBoU6Nirgd/B1vpR/nP69aAmBu0VELrhKhQKGZXODL Y0C/VFs0au8IPc/pEbHOS2hSR0tIkqEoKR+1SlvMRY7J5vZyN37gs55oo Fr9b/5lh6uuPRSJ2AF5N9qg9yi2ma7c9RL9qaqsnk9V7Fzp6fNNCwOLlt AONkRbSZX5mqjgC4cfaaca9m3XmGU4dgiLSZDYOs9h5zR7T82AQ9HDOUT g==; X-IronPort-AV: E=McAfee;i="6600,9927,10671"; a="341412103" X-IronPort-AV: E=Sophos;i="5.98,323,1673942400"; d="scan'208";a="341412103" 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:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10671"; a="810912703" X-IronPort-AV: E=Sophos;i="5.98,323,1673942400"; d="scan'208";a="810912703" 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:52 -0700 From: "Zhiguang Liu" To: devel@edk2.groups.io Cc: Zhiguang Liu , Michael D Kinney , Kelly Steele , Nate DeSimone Subject: [PATCH V2 5/5] QuarkSocPkg: Delete UefiCpuLib usage Date: Thu, 6 Apr 2023 16:13:35 +0800 Message-Id: <20230406081335.1543-6-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: Michael D Kinney Cc: Kelly Steele Cc: Nate DeSimone Reviewed-by: Michael D Kinney 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