From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.65, mailfrom: liming.gao@intel.com) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by groups.io with SMTP; Thu, 25 Jul 2019 08:30:39 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jul 2019 08:30:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,307,1559545200"; d="scan'208";a="369167207" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga005.fm.intel.com with ESMTP; 25 Jul 2019 08:30:38 -0700 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 25 Jul 2019 08:30:38 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.112]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.163]) with mapi id 14.03.0439.000; Thu, 25 Jul 2019 23:30:37 +0800 From: "Liming Gao" To: "devel@edk2.groups.io" , "Javeed, Ashraf" CC: "Kinney, Michael D" , "Ni, Ray" Subject: Re: [edk2-devel] [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH V2] MdePkg/Protocols: New interface, EFI encodings to PCI Plat protocol Thread-Topic: [edk2-devel] [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH V2] MdePkg/Protocols: New interface, EFI encodings to PCI Plat protocol Thread-Index: AQHVQvechCnr/dLaNk2eszVE3sw+yabbdTwg Date: Thu, 25 Jul 2019 15:30:36 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E4BF18D@SHSMSX104.ccr.corp.intel.com> References: <20190725144518.8536-1-ashraf.javeed@intel.com> In-Reply-To: <20190725144518.8536-1-ashraf.javeed@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDYyNmZjMzQtODc3MS00NTc5LWEzZGYtOGNlZGYxYWFmYzY0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiMmRKOUx3UmhuejNIUmc3bXptV0g1aklrUXczejQ3NWVqUFB3MWgxSXJKVVNjd3NxMjZHMmNWQndIaDdoT2FtYiJ9 dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: liming.gao@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Ashraf: V2 is the updated full patch, not patch 2. I think you mean to create si= ngle patch to include all changes instead of create two patches. Right? Thanks Liming > -----Original Message----- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Ja= veed, Ashraf > Sent: Thursday, July 25, 2019 10:45 PM > To: devel@edk2.groups.io > Cc: Kinney, Michael D ; Gao, Liming ; Ni, Ray > Subject: [edk2-devel] [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH V2] MdePkg/= Protocols: New interface, EFI encodings to PCI Plat protocol >=20 > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1954 >=20 > In V2: Correction made to header sections of source files >=20 > 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 Manageme= nt > (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 >=20 > 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(-) >=20 > diff --git a/MdePkg/Include/Protocol/PciOverride2.h b/MdePkg/Include/Pro= tocol/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 = IMPLIED. >=20 > - @par Revision Reference: > - This Protocol is defined in UEFI Platform Initialization Specificatio= n 1.2 > - Volume 5: Standards >=20 > **/ >=20 > diff --git a/MdePkg/Include/Protocol/PciPlatform2.h b/MdePkg/Include/Pro= tocol/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 avail= able under > the terms and conditions of the BSD License that accompanies this distr= ibution. > 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 IM= PLIED. >=20 > - @par Revision Reference: > - This Protocol is defined in UEFI Platform Initialization Specificatio= n 1.2 > - Volume 5: Standards >=20 > **/ >=20 > -- > 2.21.0.windows.1 >=20 >=20 >=20