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.web11.153424.1680768824441845161 for ; Thu, 06 Apr 2023 01:13:46 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=OrYQW1Q7; 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=1680768824; x=1712304824; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=mC7NXzV2NHkkEbAXK4R4wqaehlF2+91L4rSYnnhUHg4=; b=OrYQW1Q7p1KALLVbkDrjT1HM6moMBH2Bur149Ck7KfN1gICFXI2PkUTb zPThJYph9+VlhJQl6MAcoNndsee37eL+RaniCKHdx9kXwX23snR3Fxcwc kAPs9FCPl75mo9JcDdqb7FKlGGZTfMOtaR25vbsSgUt/Eiy/vuUR/HOdE fRWYpDW0/tz8NmljJNyRb3bzvx0Lz4ZgSnEitRmSjrWzffi7ZNXu7WxHj +wAqlZhOgHVJZuT/42C8lhdpSraG51MYESbiAowOp+LNiyL+Way76wwt8 FkmHjLb2Xz/OMgHn6yMDn7j8xFRi1HUgF/O5h3gowSxUeYY025gKpajqE Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10671"; a="341412015" X-IronPort-AV: E=Sophos;i="5.98,323,1673942400"; d="scan'208";a="341412015" 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:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10671"; a="810912595" X-IronPort-AV: E=Sophos;i="5.98,323,1673942400"; d="scan'208";a="810912595" 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:42 -0700 From: "Zhiguang Liu" To: devel@edk2.groups.io Cc: Zhiguang Liu Subject: [PATCH V2 0/5] Delete UefiCpuLib usage Date: Thu, 6 Apr 2023 16:13:30 +0800 Message-Id: <20230406081335.1543-1-zhiguang.liu@intel.com> X-Mailer: git-send-email 2.31.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Delete UefiCpuLib usage because UefiCpuPkg/UefiCpuLib is merged to MdePkg/CpuLib. Currently, UefiCpuLib is a dummy library to avoid build issue, after this patch set, UefiCpuLib can be completely removed from Edk2. V2: only change the patch NO.1 to let SecMain link CpuLib Zhiguang Liu (5): SimicsOpenBoardPkg: Delete UefiCpuLib usage MinPlatformPkg: Delete UefiCpuLib usage QuarkPlatformPkg: Delete UefiCpuLib usage Vlv2TbltDevicePkg: Delete UefiCpuLib usage QuarkSocPkg: Delete UefiCpuLib usage Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc | 3 +-- Platform/Intel/QuarkPlatformPkg/Quark.dsc | 3 +-- Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc | 3 +-- Platform/Intel/SimicsOpenBoardPkg/SecCore/SecMain.c | 3 +-- Platform/Intel/SimicsOpenBoardPkg/SecCore/SecMain.inf | 3 +-- Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 3 +-- Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 3 +-- Silicon/Intel/QuarkSocPkg/QuarkSocPkg.dsc | 3 +-- 8 files changed, 8 insertions(+), 16 deletions(-) -- 2.26.2.windows.1