From nobody Sun May 5 22:36:20 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+44388+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+44388+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1564065928; cv=none; d=zoho.com; s=zohoarc; b=jWSN+HfLsymbhl+e7gYRkwdKNpay5mZUxmQ3IvRCR9IgXFy+j5ZsQnsZ5ygTsNCWRO+3pMdWvN8hcE5G2hGHZLlA1dKGhN1ogg2LGa0fViErevkEiCa9LxMfthW0IdWFAlZCGSj4t67cWRF4WPJaR6D7Nnd3RA+3j6wv6/3YBHk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1564065928; h=Content-Transfer-Encoding:Cc:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=ouXWAZc7OK4e+bWTig3hl1vef8SGC4WG6V/uMbWg5fU=; b=Mna14H+Rxws3mXuPdZpOb22Mi6jqk/0BdMZvIzdGmgbcaOvtuh7A4Ho49weLMRUuRTt4PWo27xQ4jXrLJJEkUapf3SA/HNYe0FWvOMlxGDNfkxR79om/A2e1mWtdjtzNOqQzqvG/HOFhVemT0yniE9YLHwy4C55X0hrSuwlFl/8= 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+44388+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 1564065928421115.11900112508044; Thu, 25 Jul 2019 07:45:28 -0700 (PDT) Return-Path: X-Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by groups.io with SMTP; Thu, 25 Jul 2019 07:45:27 -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 fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jul 2019 07:45:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,307,1559545200"; d="scan'208";a="172667017" X-Received: from pidsbabios005.gar.corp.intel.com ([10.66.128.253]) by orsmga003.jf.intel.com with ESMTP; 25 Jul 2019 07:45:24 -0700 From: "Javeed, Ashraf" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Ray Ni Subject: [edk2-devel] [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH V2] MdePkg/Protocols: New interface, EFI encodings to PCI Plat protocol Date: Thu, 25 Jul 2019 20:15:18 +0530 Message-Id: <20190725144518.8536-1-ashraf.javeed@intel.com> MIME-Version: 1.0 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,ashraf.javeed@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1564065928; bh=+EQcPHB+sxCbqNfIHm9czwigWFdsO3uGQiX9UyMXHBQ=; h=Cc:Date:From:Reply-To:Subject:To; b=RngKGPVcJxAH3UJJ3X2gzKNsZ933bHgJC1Ik8NTMBoHai8DcT/vVwaMsRQTqVoD5F35 bGCyRfryRjrlQl2zsS0SQhQBKO8njKTvciDVkTXun1wvIyTr5FM/+GISP/+MyNsjmaDgo IIbkjVukBI6klqErgka5trE15ij3p+O8R4U= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1954 In V2: Correction made to header sections of source files New interface added to PCI Platform Protocol / PCI Override Protocol to retrieve device-specific platform policy for the following PCI standard features, like Maximum Payload Size (MPS), Maximum Read Request Size (MRRS),Extended Tags, Relax Order, No-Snoop, Active State Power Management (ASPM),Latency Time Reporting (LTR), AtomicOp, Reference Clock Configuration, Extended SYNCH, PTM support, and Completion Timeout (CTO). New source files added with enhanced definitions are in: MdePkg/Include/Protocol/PciPlatform2.h, MdePkg/Include/Protocol/PciOverride2.h Signed-off-by: Ashraf Javeed Cc: Michael D Kinney Cc: Liming Gao Cc: Ray Ni --- MdePkg/Include/Protocol/PciOverride2.h | 3 --- MdePkg/Include/Protocol/PciPlatform2.h | 5 +---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/MdePkg/Include/Protocol/PciOverride2.h b/MdePkg/Include/Protoc= ol/PciOverride2.h index cf452d9f8f..a7f541b4c3 100644 --- a/MdePkg/Include/Protocol/PciOverride2.h +++ b/MdePkg/Include/Protocol/PciOverride2.h @@ -13,9 +13,6 @@ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMP= LIED. =20 - @par Revision Reference: - This Protocol is defined in UEFI Platform Initialization Specification 1= .2 - Volume 5: Standards =20 **/ =20 diff --git a/MdePkg/Include/Protocol/PciPlatform2.h b/MdePkg/Include/Protoc= ol/PciPlatform2.h index 3ff41b7754..717938e68d 100644 --- a/MdePkg/Include/Protocol/PciPlatform2.h +++ b/MdePkg/Include/Protocol/PciPlatform2.h @@ -4,7 +4,7 @@ driver to describe the unique features of a platform. This protocol is optional. =20 -Copyright (c) 2007 - 2019, Intel Corporation. All rights reserved.
+Copyright (c) 2019, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made availabl= e under the terms and conditions of the BSD License that accompanies this distribu= tion. The full text of the license may be found at @@ -13,9 +13,6 @@ http://opensource.org/licenses/bsd-license.php. THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLI= ED. =20 - @par Revision Reference: - This Protocol is defined in UEFI Platform Initialization Specification 1= .2 - Volume 5: Standards =20 **/ =20 --=20 2.21.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 (#44388): https://edk2.groups.io/g/devel/message/44388 Mute This Topic: https://groups.io/mt/32598671/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-