From nobody Tue May 14 14:38:09 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+102605+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+102605+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1680768828; cv=none; d=zohomail.com; s=zohoarc; b=iaDpwseFZk8OB20RQOF4bAN78i21+9ct9XBDXWCsn01rJUrtkyVXhE7hFZc6kM78OebQtw0IU9Mh6d1BKpe53vew3fBy3daH/ENqHX9jDH6gqqF0lr1gZ4yf3rUwgIfzw/vwPf6goDwtQCWyOwMLVNdJ6Z3lyrlVSaJauJVIB3U= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1680768828; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=ei5IU/wUOv8+RdzDATxT0l9Y3y1t/FCndvTolH3mL+k=; b=EYa9sfIdGwDYK+RFyVji+YkOgp394vHXyvkbvFrcaJNJfLBOyXkRtTOBQQTbPczzLDg6QmFutszAi54zOGca+lWUfrpDmaHsRXLMrGxqEStRs0zLMW1JSgNFsF5r22zj7eOgkLoFIMoDI8FJ5CV+imKsio4ZSviuSYOXFpABHK4= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+102605+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 168076882804362.607843793654865; Thu, 6 Apr 2023 01:13:48 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id SwJVYY1788612xftefzyHRvd; Thu, 06 Apr 2023 01:13:47 -0700 X-Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mx.groups.io with SMTP id smtpd.web11.153425.1680768825726860879 for ; Thu, 06 Apr 2023 01:13:47 -0700 X-IronPort-AV: E=McAfee;i="6600,9927,10671"; a="341412019" X-IronPort-AV: E=Sophos;i="5.98,323,1673942400"; d="scan'208";a="341412019" X-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:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10671"; a="810912607" X-IronPort-AV: E=Sophos;i="5.98,323,1673942400"; d="scan'208";a="810912607" X-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:44 -0700 From: "Zhiguang Liu" To: devel@edk2.groups.io Cc: Zhiguang Liu , Nate DeSimone Subject: [edk2-devel] [PATCH V2 1/5] SimicsOpenBoardPkg: Delete UefiCpuLib usage Date: Thu, 6 Apr 2023 16:13:31 +0800 Message-Id: <20230406081335.1543-2-zhiguang.liu@intel.com> In-Reply-To: <20230406081335.1543-1-zhiguang.liu@intel.com> References: <20230406081335.1543-1-zhiguang.liu@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zhiguang.liu@intel.com X-Gm-Message-State: I2pfdDvrnXpFy12uN1RelkYKx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1680768827; bh=Z7Jjk/CKL2x7Bt1iVdWY+QlTAu1tzJopMKY+ddmzMzE=; h=Cc:Date:From:Reply-To:Subject:To; b=i+cNcBXhGVbt823+kdOQv1Kjs/hBoKjuUgUftbH87sMP6U4x2tpnKqX2dsPfUtvWPQD whn3WE+D+RsEaMidcKs0/p1m0zuS+x7juq7wDx3ZEESD27sJmk1bBAeZkkatCYaWUHZmx UPlNmK26Bcea7P8u02E5ry+G2j+iAxQpi84= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1680768829142100001 Content-Type: text/plain; charset="utf-8" Delete UefiCpuLib usage because UefiCpuPkg/UefiCpuLib is merged to MdePkg/CpuLib. V2:=20 Let SecMain file use CpuLib Cc: Nate DeSimone Signed-off-by: Zhiguang Liu Reviewed-by: Michael D Kinney --- Platform/Intel/SimicsOpenBoardPkg/SecCore/SecMain.c | 4 ++-- Platform/Intel/SimicsOpenBoardPkg/SecCore/SecMain.inf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Platform/Intel/SimicsOpenBoardPkg/SecCore/SecMain.c b/Platform= /Intel/SimicsOpenBoardPkg/SecCore/SecMain.c index 4514641b46..6b572b38a8 100644 --- a/Platform/Intel/SimicsOpenBoardPkg/SecCore/SecMain.c +++ b/Platform/Intel/SimicsOpenBoardPkg/SecCore/SecMain.c @@ -1,7 +1,7 @@ /** @file Main SEC phase code. Transitions to PEI. =20 - Copyright (c) 2008 - 2019, Intel Corporation. All rights reserved.
+ Copyright (c) 2008 - 2023, Intel Corporation. All rights reserved.
(C) Copyright 2016 Hewlett Packard Enterprise Development LP
=20 SPDX-License-Identifier: BSD-2-Clause-Patent @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/Platform/Intel/SimicsOpenBoardPkg/SecCore/SecMain.inf b/Platfo= rm/Intel/SimicsOpenBoardPkg/SecCore/SecMain.inf index 61ca2c0613..9dd492a2fb 100644 --- a/Platform/Intel/SimicsOpenBoardPkg/SecCore/SecMain.inf +++ b/Platform/Intel/SimicsOpenBoardPkg/SecCore/SecMain.inf @@ -1,7 +1,7 @@ ## @file # SEC Driver # -# Copyright (c) 2008 - 2019 Intel Corporation. All rights reserved.
+# Copyright (c) 2008 - 2023 Intel Corporation. All rights reserved.
# # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -44,7 +44,7 @@ BaseMemoryLib PeiServicesLib PcdLib - UefiCpuLib + CpuLib DebugAgentLib IoLib PeCoffLib --=20 2.31.1.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#102605): https://edk2.groups.io/g/devel/message/102605 Mute This Topic: https://groups.io/mt/98100676/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Tue May 14 14:38:09 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+102606+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+102606+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1680768830; cv=none; d=zohomail.com; s=zohoarc; b=CxcC+94Y7zT5TCcGJM22ovjl2FTffOEAm780ZvGTc0C8adtMCUfnK6AOmCCmZQf7bhY2TtDHbn2DyD35QVuaxS0O7ONZblcUYlzkV80ZpeGrO8Zd9jze1ot4nouTCeAmPKCU5h6bK9jaTXPTXReq0adWEMB1gc2adGc6cxCoFrM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1680768830; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=PUjtqjEHVDdlcatmnfOMQilLAolxB6YG4UOzI3/GSMQ=; b=YgLbGy6TA2OMZqRSmEuymvos+K4zf7s62r5e4MuYJG+QWF2ahxfEXNXI0o/yYuq1p9bMvmDkBMarRmd+RC+fzeYzGcTlch9ck7lX80/xbPCDti5Tj2h+eA8ptTpFJ+yG3yJEkFRUqFUqptC7tPS2P/YCyEHyyluCNwRxZ3xJmNw= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+102606+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1680768830758881.745331286886; Thu, 6 Apr 2023 01:13:50 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id IaVhYY1788612xaeH3xURy7c; Thu, 06 Apr 2023 01:13:50 -0700 X-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 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" X-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" X-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: [edk2-devel] [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> In-Reply-To: <20230406081335.1543-1-zhiguang.liu@intel.com> References: <20230406081335.1543-1-zhiguang.liu@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zhiguang.liu@intel.com X-Gm-Message-State: MRnHo2n2MPC4RoalK3Nlc2aQx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1680768830; bh=+L1RK5Fn1/Vzk3e73SqVfpr0FdYWCjBzcOtZR1iJBrA=; h=Cc:Date:From:Reply-To:Subject:To; b=VxMpz9qFchiYQYaVg4+n3DQQ+KwIE/WD+qBdfdYRqdkal/CyHQE5Yr4mdc6J8drqXQq fIs087FIcwA0XsYPpDoX4tcfwyBirGFZx+uHitgbmhz4U75IpBlDVMrSTFFy019kd4GwW ldFI/rqt0fL3YEIRjXb6GwjNn8RdvLB1Ows= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1680768831375100009 Content-Type: text/plain; charset="utf-8" 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/DxeServicesTableL= ib.inf - UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf =20 # # Framework --=20 2.26.2.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#102606): https://edk2.groups.io/g/devel/message/102606 Mute This Topic: https://groups.io/mt/98100677/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Tue May 14 14:38:09 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+102607+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+102607+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1680768832; cv=none; d=zohomail.com; s=zohoarc; b=OHV3CEztBh2vG6dF257ZvA7l+JOPkDlFB1/wgu5I0zJRu5TsPB9/qXzoZdRWL6r0L9vUqT5UhkZjz/tD8XzbyT2WBD7adst2ZK93p8cDJeqPkqjCqDhpbQWSHuDFDCLttyiHTt6LSy1hazzcb4kti6ySkvzmbyhNk7Wy82ZlzGU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1680768832; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=/kifM8EnRe5TB9+S1993zZRQnpE9t4N+tLLpVRhV/R4=; b=dx57oVuhX7E9YMitq3FHl4H/BSA0geKNnckvSM4OJ5zVi320z8zoVBS1MWBrdHrdr3hLH7YOHM5YIHQj2LcV9AhkqxkMjPtHMEingLCXHIJKPU79Z5lhew36FoHSQGt1U2khYEf1zlXqGLNsQ8TZRbU51jgCfRvo2vnm9mc5PHE= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+102607+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1680768832258695.4726193111482; Thu, 6 Apr 2023 01:13:52 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id emziYY1788612xAyRa62nDiV; Thu, 06 Apr 2023 01:13:51 -0700 X-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:51 -0700 X-IronPort-AV: E=McAfee;i="6600,9927,10671"; a="341412061" X-IronPort-AV: E=Sophos;i="5.98,323,1673942400"; d="scan'208";a="341412061" X-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:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10671"; a="810912641" X-IronPort-AV: E=Sophos;i="5.98,323,1673942400"; d="scan'208";a="810912641" X-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:48 -0700 From: "Zhiguang Liu" To: devel@edk2.groups.io Cc: Zhiguang Liu , Michael D Kinney , Kelly Steele , Nate DeSimone Subject: [edk2-devel] [PATCH V2 3/5] QuarkPlatformPkg: Delete UefiCpuLib usage Date: Thu, 6 Apr 2023 16:13:33 +0800 Message-Id: <20230406081335.1543-4-zhiguang.liu@intel.com> In-Reply-To: <20230406081335.1543-1-zhiguang.liu@intel.com> References: <20230406081335.1543-1-zhiguang.liu@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zhiguang.liu@intel.com X-Gm-Message-State: vSgg4INnT7p1OvJGKIfcHgNPx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1680768831; bh=cfOuM3mJ/jk/9BGHqyAM35dNZEjJjHXREyYfa3FsBB4=; h=Cc:Date:From:Reply-To:Subject:To; b=Yut4qOYtSB5XOkeA3xHZp/mfDwCAZAJS15jIbAeEylfgdIYrlyumOY9ScaURi2idwQ/ I5BSmkhOKgtnXv3NGjp6bRC+V+mqXEE8taAD+sVGz0xhvbC1YERG8kiLypY6nemm1eghl xT3WWku23ozyZSGA4AosHzp1LYnJi3oJ+Tg= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1680768833921100015 Content-Type: text/plain; charset="utf-8" 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 --- Platform/Intel/QuarkPlatformPkg/Quark.dsc | 3 +-- Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Platform/Intel/QuarkPlatformPkg/Quark.dsc b/Platform/Intel/Qua= rkPlatformPkg/Quark.dsc index 24a19bb464..7cc548058a 100644 --- a/Platform/Intel/QuarkPlatformPkg/Quark.dsc +++ b/Platform/Intel/QuarkPlatformPkg/Quark.dsc @@ -2,7 +2,7 @@ # Clanton Peak CRB platform with 32-bit DXE for 4MB/8MB flash devices. # # This package provides Clanton Peak CRB platform specific modules. -# Copyright (c) 2013 - 2020 Intel Corporation. +# Copyright (c) 2013 - 2023 Intel Corporation. # # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -122,7 +122,6 @@ PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableL= ib.inf - UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManag= erLib.inf SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf diff --git a/Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc b/Platform/Intel/= QuarkPlatformPkg/QuarkMin.dsc index a337d497a6..59577eda4f 100644 --- a/Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc +++ b/Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc @@ -2,7 +2,7 @@ # Clanton Peak CRB platform with 32-bit DXE for 4MB/8MB flash devices. # # This package provides Clanton Peak CRB platform specific modules. -# Copyright (c) 2013 - 2020 Intel Corporation. +# Copyright (c) 2013 - 2023 Intel Corporation. # # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -110,7 +110,6 @@ PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableL= ib.inf - UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManag= erLib.inf SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf --=20 2.26.2.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#102607): https://edk2.groups.io/g/devel/message/102607 Mute This Topic: https://groups.io/mt/98100678/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Tue May 14 14:38:09 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+102608+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+102608+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1680768837; cv=none; d=zohomail.com; s=zohoarc; b=YgpTupLXsLzm4BnkG31IZIF6ylXMkMjHL+dfWvAGJNhp6LcXpjHgAF0YyjotvYVbesVcOZlZwObChugrq58+0Br99KmjmiZRs6G2bWGLQ+QkOLaF/usU+c7wSf/Kdqm9zjPfEy8Ov7I7QmsqCylkIufer5L+1uWninv5owHUEQ8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1680768837; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=n0OTYrNgMxHilZTrmZ8s0jRgFHJdstliYy7nvqWE6XY=; b=JgXhnGLJ+z9OEAdrThbVX2Ig778hGhdgCXKTkdVeYz8MEd56WVEPXWnoI0t1mho8TU92xcNh/G8bAxGDdLZRKnP+AIGHHuOMgGj5AwczKpmipp2nAGF2ZpRnId26niluTu3p33gD38p48wMqaR0YWLvf/DRNXVOA2OWVlKqHbGk= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+102608+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1680768837668593.4369284410426; Thu, 6 Apr 2023 01:13:57 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id sfCMYY1788612xUEoNM6TFpQ; Thu, 06 Apr 2023 01:13:57 -0700 X-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 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" X-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" X-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: [edk2-devel] [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> In-Reply-To: <20230406081335.1543-1-zhiguang.liu@intel.com> References: <20230406081335.1543-1-zhiguang.liu@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zhiguang.liu@intel.com X-Gm-Message-State: dYBHCKTi0yZb9BQqbz8LyCZ8x1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1680768837; bh=3Ea7cU5ueCgRUlepV4adzVx6aDK6C1JKgBpRjaPSzaU=; h=Cc:Date:From:Reply-To:Subject:To; b=v8HTzGrL23vAvNF+KGZKET7O3eh7J7KzdUsoL3nhdY0N3HZqg9WDJBoezGjQdHsfFIV JtFWB40mYG4hKsZ6M1ZvwWEtqNzqNVwzKF62mYkMgAXsf6RtsLYhfyDPzZyH2XqIlWYLl yvle1Fdv7y5vmAJqCfDHL6+ZIqSOkCMrH1E= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1680768837923100001 Content-Type: text/plain; charset="utf-8" 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/Platfor= m/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/DxeServicesTableL= ib.inf - UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.i= nf 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/DxeServicesTableL= ib.inf - UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.i= nf SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf --=20 2.26.2.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#102608): https://edk2.groups.io/g/devel/message/102608 Mute This Topic: https://groups.io/mt/98100679/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Tue May 14 14:38:09 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+102609+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+102609+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1680768838; cv=none; d=zohomail.com; s=zohoarc; b=Hf66WlQKkLsp+U1oyn4pjJ7qK6U+L9Emh2xAcGP//kWskVpyjJAwejd+q/7XyfO8mTNPGVhzJz+jh03Jw4EOjz7aQg0A/wUcRD0EXsuKNG7MPGfNyiHB7W+kceHawo8+jTXf8NxkctEYeTPo2uKDcYBpsJyAEaiuw9GrUu1KSpQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1680768838; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=MP92zDTp9q//L3MosSytb+VtRehJU3A1RYR6DOgO8nk=; b=DBNPOM1dL8YoUEZ9jYoGVGT8tUrBoGc1+VyW82bwICB4zzEOoAbbR01PvC8I8ayO016rijOKGJZ0Km4HrfIEp/tNw1KVTijBHfco+8E3Kiuk21FpvEJ+GjhzXM7WdeHuqSUg4nVsTQKaWysvPCPBtLVzZVq3dzoeh+5p3vZaHgU= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+102609+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 16807688386011022.0005163262846; Thu, 6 Apr 2023 01:13:58 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id sZdbYY1788612xptvf0X0azR; Thu, 06 Apr 2023 01:13:58 -0700 X-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 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" X-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" X-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: [edk2-devel] [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> In-Reply-To: <20230406081335.1543-1-zhiguang.liu@intel.com> References: <20230406081335.1543-1-zhiguang.liu@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zhiguang.liu@intel.com X-Gm-Message-State: N3sqo0nWpMVBJavF6aumB2L6x1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1680768838; bh=ea2wMz714+NLxI9xtGbZM5vexHTrJtcxNaZe6PLUv3E=; h=Cc:Date:From:Reply-To:Subject:To; b=VQ41xUOTgzWesLnnT8wPOda8dKG+bca6SzixSHX3yziT9DrWFhuQUvlXp//TpQSZBQU xDR/69qWbBG+H6fA+cMOr//HZaiN5fOFz7ftJPd/kYUJpLyPV38bzuWAeX6siZFk5BGTS RbiWL8v71PGCboSETWVBG91HrN4xGvSF8v0= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1680768839825100007 Content-Type: text/plain; charset="utf-8" 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/Quar= kSocPkg/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/DxeServicesTableL= ib.inf - UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf # # Framework # --=20 2.26.2.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#102609): https://edk2.groups.io/g/devel/message/102609 Mute This Topic: https://groups.io/mt/98100680/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-