From nobody Mon Apr 29 14:42:04 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+46762+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+46762+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1567585032; cv=none; d=zoho.com; s=zohoarc; b=dXU/F8ZwLgCL9gMo6+TLAvQzbw+uuJR9nJbJhN4QrGrkCwbNt0NDrdCw+IGzZGGLMUbB5LvHLlMRbrs2bG5gU29iyYIyFQK69FIJIZ5Wa/bA/RhNxMYDligoEzXdZpZFrQAf+XGg4SSCdE87EnnikYpDHWPuUcEbykDiIdVnSl8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1567585032; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=nhIxkzxnIfoQpv+x++S7EkTkHiAgEdbOI91zufKj308=; b=VomEo/ORoRzocgfBbCMqS06fIbxMdTJIQoNkfTEQsWia0hRaP9w/yW449/yt9KoUfxkHzGSQNOjmrC2TIpFx3ty0zzgpICNdVuOewRTRpGrko+cSfaKJSQyw17y4WNqxkbE/vIiYPvfJv8gaf/eiqmiYKxT1VtgdVH5mcObaeHk= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+46762+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1567585032312531.939257199682; Wed, 4 Sep 2019 01:17:12 -0700 (PDT) Return-Path: X-Received: from mga05.intel.com (mga05.intel.com []) by groups.io with SMTP; Wed, 04 Sep 2019 01:17:10 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Sep 2019 01:17:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,465,1559545200"; d="scan'208";a="185039504" X-Received: from shenglei-mobl.ccr.corp.intel.com ([10.239.198.60]) by orsmga003.jf.intel.com with ESMTP; 04 Sep 2019 01:17:08 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao Subject: [edk2-devel] [PATCH 1/2] MdePkg/MdePkg.dec: Update PciSegmentLib.h to S3PciSegmentLib.h Date: Wed, 4 Sep 2019 16:17:03 +0800 Message-Id: <20190904081704.16736-2-shenglei.zhang@intel.com> In-Reply-To: <20190904081704.16736-1-shenglei.zhang@intel.com> References: <20190904081704.16736-1-shenglei.zhang@intel.com> Precedence: Bulk List-Unsubscribe: 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,shenglei.zhang@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1567585031; bh=DJW38pJrC1I0G20ZkvH71t/UyQuG/RuxzBxtyeredlE=; h=Cc:Date:From:Reply-To:Subject:To; b=WpMB8jee6ZdkJz572rmKrcmNb1yEGGk6ca37RuCXYLtJ05YuJArq3NGlKGqCc02lvBf tQIMeJ4Od6oSs+TTnd0KHPCLYqDHHb8AfPxZQN4XIfzDGqPTp1MNUQt0VpJ7z4RhGTbf6 wmaRcEN2wB7z7p6gU50lDf4cF9Y9sAIiNSc= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" S3PciSegmentLib library class header file should be Include/Library/S3PciSegmentLib.h instead of Include/Library/PciSegmentLib.h. https://bugzilla.tianocore.org/show_bug.cgi?id=3D2146 Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Shenglei Zhang Reviewed-by: Liming Gao --- MdePkg/MdePkg.dec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec index 3fd7d1634c03..d022cc5e3ef2 100644 --- a/MdePkg/MdePkg.dec +++ b/MdePkg/MdePkg.dec @@ -131,7 +131,7 @@ [LibraryClasses] ## @libraryclass The multiple segments PCI configuration Library Servi= ces that carry out ## PCI configuration and enable the PCI operations to be= replayed during an ## S3 resume. This library class maps directly on top of= the PciSegmentLib class. - S3PciSegmentLib|Include/Library/PciSegmentLib.h + S3PciSegmentLib|Include/Library/S3PciSegmentLib.h =20 ## @libraryclass Provides services to access PCI Configuration Space. PciLib|Include/Library/PciLib.h --=20 2.18.0.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 (#46762): https://edk2.groups.io/g/devel/message/46762 Mute This Topic: https://groups.io/mt/33135995/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 Mon Apr 29 14:42:04 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+46763+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+46763+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1567585035; cv=none; d=zoho.com; s=zohoarc; b=fepieSwLQN2Khf4fZzj/cCgCAGbE2K/co7c9pW4EclLRrNTvRNiF8UVlvn2XPvJ3jRu3R1HaLZc6zwy+SENuguvf26AmF4n38voauwrVU0SvSI99eZ7FaFBBCYz+M5OBiEYzLOKjjmCi93qIerEBFh/N33D9GiWzIKnCw3VoHcc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1567585035; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=UWugwgXvRO4BAv6Zvg1k1mFeaX1N2ryvC4Eu4cXEjYw=; b=ZwXq3Arw55LMOavxJ2IEOTrl2U7iqYW0K8ISkZPeEF3f4ByJolnjs0Fy5VyyuDde+W0Mia4QJStJ/3+QN1tevY3xpiruaRJsJXk2AjAMraMLOxpXmC+ZfcarE5at07ce4vYHnkoVlJQQfdAt1uXF1zLhxjdXxIO8gsbLMC055Nc= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+46763+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1567585035176719.9426991880181; Wed, 4 Sep 2019 01:17:15 -0700 (PDT) Return-Path: X-Received: from mga05.intel.com (mga05.intel.com []) by groups.io with SMTP; Wed, 04 Sep 2019 01:17:12 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Sep 2019 01:17:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,465,1559545200"; d="scan'208";a="185039516" X-Received: from shenglei-mobl.ccr.corp.intel.com ([10.239.198.60]) by orsmga003.jf.intel.com with ESMTP; 04 Sep 2019 01:17:10 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Jiewen Yao , Jian Wang , Chao Zhang Subject: [edk2-devel] [PATCH 2/2] SecurityPkg/SecurityPkg.dec: Update TcgPpVendorLib.h to Tcg2PpVendorLib.h Date: Wed, 4 Sep 2019 16:17:04 +0800 Message-Id: <20190904081704.16736-3-shenglei.zhang@intel.com> In-Reply-To: <20190904081704.16736-1-shenglei.zhang@intel.com> References: <20190904081704.16736-1-shenglei.zhang@intel.com> Precedence: Bulk List-Unsubscribe: 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,shenglei.zhang@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1567585034; bh=pJn6085CYumm/djzXnFKRjl+rZj60o7u0Ou1400E2o8=; h=Cc:Date:From:Reply-To:Subject:To; b=BqLxtxYPFxUe/zbsnxlR6P0nmTmp57NJmS0suvgUQTDSLCoSr5l1xgO/pySkJFEfiYO ATgjeXj05AYK8XeGw6q/EHr2ILCzVgMA6NZD+lr4Cl4lZ45ryrdTVfwYrct3X0OA8bk47 Tmz3XfwC3ho6NJcpdla2VuqF4/JWeTRLL4c= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Tcg2PpVendorLib library class header should be Include/Library/Tcg2PpVendorLib.h instead of Include/Library/TcgPpVendorLib.h. https://bugzilla.tianocore.org/show_bug.cgi?id=3D2146 Cc: Jiewen Yao Cc: Jian Wang Cc: Chao Zhang Signed-off-by: Shenglei Zhang Reviewed-by : Chao Zhang Reviewed-by: Jian J Wang > Reviewed-by: Jian J Wang Reviewed-by: Liming Gao --- SecurityPkg/SecurityPkg.dec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SecurityPkg/SecurityPkg.dec b/SecurityPkg/SecurityPkg.dec index ce2a9d33a4f2..6dbaff1a0cac 100644 --- a/SecurityPkg/SecurityPkg.dec +++ b/SecurityPkg/SecurityPkg.dec @@ -62,7 +62,7 @@ [LibraryClasses] ## @libraryclass Provides support for TCG Physical Presence Interface = (PPI) specification # >=3D 128 Vendor Specific PPI Operation. # - Tcg2PpVendorLib|Include/Library/TcgPpVendorLib.h + Tcg2PpVendorLib|Include/Library/Tcg2PpVendorLib.h =20 ## @libraryclass Handle TPM 2.0 physical presence request from OS. # --=20 2.18.0.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 (#46763): https://edk2.groups.io/g/devel/message/46763 Mute This Topic: https://groups.io/mt/33135996/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-