From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web10.6073.1578632450474511531 for ; Thu, 09 Jan 2020 21:00:50 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.136, mailfrom: ashraf.javeed@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jan 2020 21:00:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,415,1571727600"; d="scan'208";a="396312616" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga005.jf.intel.com with ESMTP; 09 Jan 2020 21:00:49 -0800 Received: from bgsmsx102.gar.corp.intel.com (10.223.4.172) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 9 Jan 2020 21:00:48 -0800 Received: from bgsmsx101.gar.corp.intel.com ([169.254.1.21]) by BGSMSX102.gar.corp.intel.com ([169.254.2.141]) with mapi id 14.03.0439.000; Fri, 10 Jan 2020 10:30:46 +0530 From: "Javeed, Ashraf" To: "devel@edk2.groups.io" , "Javeed, Ashraf" CC: "Kinney, Michael D" , "Gao, Liming" , "Ni, Ray" Subject: Re: [edk2-devel] [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH V1] MdePkg/Protocols: New PCI Express Platform Protocol, EFI encodings Thread-Topic: [edk2-devel] [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH V1] MdePkg/Protocols: New PCI Express Platform Protocol, EFI encodings Thread-Index: AQHVx3JHpdjS0UDuP0+ODLpV/BjpMqfjVnyQ Date: Fri, 10 Jan 2020 05:00:45 +0000 Message-ID: <95C5C2B113DE604FB208120C742E98245798D892@BGSMSX101.gar.corp.intel.com> References: <15E86D980593861E.18217@groups.io> In-Reply-To: <15E86D980593861E.18217@groups.io> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmU2YTBkMjgtNzg5NS00YzZmLTg0N2UtMDdmMDMzNzJiODZhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiN1ZEUUt6bllaWkxEYnJcL2xKWFNPNlZNVTA3NGFvRnd3T3AwTndYeHE2dTZjUmhxdjBqc0tYNzY5anpxV2NaWkEifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.223.10.10] MIME-Version: 1.0 Return-Path: ashraf.javeed@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi Liming, Here is the updated commit with its title / message corrected, in the foll= owing edk2-staging repo: https://github.com/ashrafj/edk2-staging/commit/532f2d87a895a1e7b6846ca19c9= bbc02f8702a3a Thanks Ashraf > -----Original Message----- > From: devel@edk2.groups.io On Behalf Of Javeed, > Ashraf > Sent: Friday, January 10, 2020 10:26 AM > To: devel@edk2.groups.io > Cc: Kinney, Michael D ; Gao, Liming > ; Ni, Ray > Subject: [edk2-devel] [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH V1] > MdePkg/Protocols: New PCI Express Platform Protocol, EFI encodings >=20 > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1954 >=20 > Three interfaces added to PCI Express Platform Protocol:- > (1) GetDevicePolicy() -> to retrieve device-specific platform policies > (2) NotifyDeviceState() -> to notify platform about device PCI Express > configuration state > (3) GetPolicy() -> to retrieve platform policy about the PCI Express > feature list > PCI Express Override Protocol is made alias to PCI Express Platform Prot= ocol. > EFI encodings introduced for the following PCI Express features, are: > 1. Maximum Payload Size (MPS) > 2. Maximum Read Request Size (MRRS) > 3. Extended Tag > 4. Relax Order Enable > 5. No Snoop Enable > 6. ASPM support > 7. Common Clock Configuration > 8. Extended SYNC > 9. Atomic Op > 10. LTR Enable > 11. PTM support > 12. CTO support > 13. CPM > 14. L1 PM Substates >=20 > New source files with unique definitions are: > MdePkg/Include/Protocol/PciExpressPlatform.h, > MdePkg/Include/Protocol/PciExpressOverride.h >=20 > Signed-off-by: Ashraf Javeed > Cc: Michael D Kinney > Cc: Liming Gao > Cc: Ray Ni > --- >=20 > In V1: Code Syntax correction made. > --- > MdePkg/Include/Protocol/PciExpressPlatform.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/MdePkg/Include/Protocol/PciExpressPlatform.h > b/MdePkg/Include/Protocol/PciExpressPlatform.h > index 8a28418..dc58268 100644 > --- a/MdePkg/Include/Protocol/PciExpressPlatform.h > +++ b/MdePkg/Include/Protocol/PciExpressPlatform.h > @@ -643,11 +643,11 @@ typedef struct { > **/ > typedef > EFI_STATUS > -(EFIAPI * EFI_PCI_EXPRESS_GET_POLICY) { > +(EFIAPI * EFI_PCI_EXPRESS_GET_POLICY) ( > IN CONST EFI_PCI_EXPRESS_PLATFORM_PROTOCOL *This, > IN UINTN Size, > IN OUT EFI_PCI_EXPRESS_PLATFORM_POLICY *PlatformPolicy > -}; > +); >=20 > /// > /// This protocol provides the interface between the PCI bus driver/PCI= Host > -- > 2.21.0.windows.1 >=20 >=20 >=20