From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web10.1693.1571134612736155204 for ; Tue, 15 Oct 2019 03:16:53 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: ashraf.javeed@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Oct 2019 03:16:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,299,1566889200"; d="scan'208";a="199682150" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga006.jf.intel.com with ESMTP; 15 Oct 2019 03:16:50 -0700 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 15 Oct 2019 03:16:50 -0700 Received: from bgsmsx110.gar.corp.intel.com (10.223.4.212) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 15 Oct 2019 03:16:48 -0700 Received: from bgsmsx101.gar.corp.intel.com ([169.254.1.199]) by BGSMSX110.gar.corp.intel.com ([169.254.11.93]) with mapi id 14.03.0439.000; Tue, 15 Oct 2019 15:46:45 +0530 From: "Javeed, Ashraf" To: "Ni, Ray" , "'devel@edk2.groups.io'" CC: "Wang, Jian J" , "Wu, Hao A" Subject: Re: [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH] PciBusDxe: New PCI features Max_Payload_Size, Max_Read_Req_Size Thread-Topic: [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH] PciBusDxe: New PCI features Max_Payload_Size, Max_Read_Req_Size Thread-Index: AQHVcho7l4BFAB45b0GVT+j70Hksa6dZkjEAgABqo4CAASu7UIAAKxHwgAAqq2CAABZ3gIAAB5FQ Date: Tue, 15 Oct 2019 10:16:44 +0000 Message-ID: <95C5C2B113DE604FB208120C742E9824578FF8C9@BGSMSX101.gar.corp.intel.com> References: <20190923142051.10832-1-ashraf.javeed@intel.com> <734D49CCEBEEF84792F5B80ED585239D5C322169@SHSMSX104.ccr.corp.intel.com> <734D49CCEBEEF84792F5B80ED585239D5C322525@SHSMSX104.ccr.corp.intel.com> <95C5C2B113DE604FB208120C742E9824578FF7B4@BGSMSX101.gar.corp.intel.com> <734D49CCEBEEF84792F5B80ED585239D5C32333C@SHSMSX104.ccr.corp.intel.com> <95C5C2B113DE604FB208120C742E9824578FF85C@BGSMSX101.gar.corp.intel.com> <734D49CCEBEEF84792F5B80ED585239D5C323874@SHSMSX104.ccr.corp.intel.com> In-Reply-To: <734D49CCEBEEF84792F5B80ED585239D5C323874@SHSMSX104.ccr.corp.intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZWVmZTYzOTQtOTJjYS00YjYyLThlY2UtODhiNDEyNGJhZjg1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWWxlNHhpbTlpQVpqMVI0Tk02WXRISENzZFhhalhidktXWlwvSjRDcyt0ZkJZT0dpaHcrWmJkM0tvdksrK1kwNXAifQ== 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 > -----Original Message----- > From: Ni, Ray > Sent: Tuesday, October 15, 2019 3:19 PM > To: Javeed, Ashraf ; 'devel@edk2.groups.io' > > Cc: Wang, Jian J ; Wu, Hao A > Subject: RE: [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH] PciBusDxe: New PCI > features Max_Payload_Size, Max_Read_Req_Size >=20 > > > > > 1. IsPciRootPortEmpty(): can you just check whether PciDevice- > > >ChildList is > > > > > empty by using IsListEmpty (&PciDevice->ChildList)? > > > > OK, will do the additional check. > > > > > > Can that be the only check? > > It cannot be the only check when I am parsing the list as it is going t= o loop > > over; or may be where exactly you want to have this check? I understand= it > > can be the first check before traversing the list. >=20 > My idea is: > BOOLEAN > IsPciRootPortEmpty(PciIoDevice) { > Return IsListEmpty (&PciIoDevice->ChildLIst); > } >=20 OK, got it, will do. Thanks! > > > > > > > > > > > > > > 2. Can you point to me which spec requires the MPS to be 128 for > > empty > > > > root > > > > > ports? > > > > Refer the PCI Express Base Specification Revision 5, chapter 7.5.3.= 4 > > > > Implementation Notes section. > > > Can you please paste the specific wording that supports the logic to > > program > > > MPS to 128B for empty root ports? > > > Below wording seems to require 128B only for special OSes that don't > > support > > > PCIE. > > > " For example, if the operating system environment does not comprehen= d > > PCI > > > Express, firmware probably should > > > not program a non-default Max_Payload_Size for a hierarchy that suppo= rts > > Hot- > > > Plug operations" > > Yes; since the PCI Bus driver does not know what OS it is going to boot= to, it > > has to assume for the worst and set it to default, or leave it to defau= lt as the > > HW default is set to 128B. Besides, the Max_Payload_Size is for the Dat= a > > Packet size, since the PCI RP is empty there is no point changing to a= ny other > > value as there won't be any PCI transactions. >=20 > Agree. >=20 > > > > > > > > > > > > > > 3. GetPciRootPortBusAssigned() is dangerous because it assumes th= e > > input > > > > > PciDevice points to the bridge. > > > > Good catch! Will make the right change. > > > > > > As we discussed over phone, using device path can eliminate the needs= of > > > comparing bus number. Then this function is not needed. > > Yes, I am looking towards that direction. >=20 > Thanks. >=20 > > > > > > > > > > > > > > 4. RecordPciRootPortBridges() could be simplified to just collect= all > > > > PciDevice > > > > > instances who: > > > > > a. belongs to the linked list of the root bridge > > > > > b. is a bridge > > > > I can see if I can optimize further, but do note that I need to ali= gn the PCI > > > > feature Max_Payload_Size and Max_Read_Request_Size among all the > > child > > > > PCI devices of the Root Port (RP) in the Root Complex (RC) and sinc= e a > > single > > > > RC is known to have multiple RP I need to maintain the list of all = the > > primary > > > > RP in the Root Bridge handle so that each primary RP can have its P= CI > > > > configuration table to track the Max_Payload_Size and > > > > Max_Read_Request_Size that needs to be assigned to all its child PC= I > > devices > > > > in the tree. > > > > > > I am not suggesting to stop collecting all root ports. > > > Can you simplify the logic of RecordPciRootPortBridges() as below? > > > for each node in PciRootBridge.ChildList: > > > if (!IsListEmpty (node.ChildList)) { > > > RootPortList.add (node) > > OK, will do. >=20 > Thanks. >=20 > > > > > > > > > > > 2. GetPciPlatformProtocol(): better to rename to InitializePciP= latform > > (). > > > > To me, the word "Initialize" would mean also installing the PCI Pla= tform > > > > Protocol which is not the case with the PCI Bus driver; since it on= ly fetches > > > > the existing protocol already installed by the platform... > > > I agree with your concern : ) > > > But "Get" means to return the PciPlatform protocol back through funct= ion > > return > > > result. > > > How about "Locate"? > > Ok, will use this key word. >=20 > Thanks. >=20 > > > > > > > > > > > > > > > 3. Why the type cast is needed in below code? If it is because > > > > PciPlatform2 > > > > > > protocol reuses the prototype of GetPciRom defined for PciPlatf= orm > > > > protocol, > > > > > > I suggest you define GetPciRom for PciPlatform2. Type redefinit= ion > > > > seems a > > > > > > duplication. But below type-cast is more annoyed. > > > > > > > > > > > > Status =3D mPciPlatformProtocol2->GetPciRom ( > > > > > > > > > > > (EFI_PCI_PLATFORM_PROTOCOL*)mPciPlatformProtocol2, > > > > > > PciIoDevice->Handle, > > > > > > &PlatformOpRomBuffer, > > > > > > &PlatformOpRomSize > > > > > > ); > > > > > > > > > > Yes, the PciPlatform2.h which I had submitted to the edk2-staging b= ranch > > > > previously; includes the PciPlatform.h during compilation. Even I w= as > > thinking > > > > the same and since the new definition of the PCI Platform Protocol = has to > > > > used in future; I can port the legacy definitions into the new defi= nition > > source > > > > file itself to avoid further change in future. > > > > > > Thanks. > > > > > > > > > > > > > 4. Please run ECC tool and fix all coding style issue > > > > I thought the ECC tool is used once the changes are submitted into = the > > > > Gerritt by the maintainer; it is good if I can use it offline; plea= se let me > > know > > > > where to get this tool. > > > > > > The tool is inside BaseTools\BinWrappers\WindowsLike\Ecc.bat. > > Thanks! Will use this. By the way; I did make the code changes by refer= ring > > the "EDK-II C Coding Style Standards Specification". >=20 > I saw several coding style issues so I asked you to run the tool. > e.g.: > 1. "if (!Pointer)" should be "if (Pointer !=3D NULL)" I agree with this; since it was defined in many other places I thought this= is the standard here. I shall make the suggested changes to my new code ad= ded. > 2. "Function ( parameter);" should be "Function (parameter);" // no space= before > 1st parameter OK, will adopt to this. I had done as per the Server platform firmware styl= e as I understand. =20 > 3. "if (...) <\n> {" should be "if (...) {" // no new-line before "{" OK, will fix this, along with the ECC tool requirements. >=20 >=20 > > > > > > > > > > > > > > > 5. I don't quite understand what *primary* PCI root port is. So= I don't > > > > quite > > > > > > understand what RecordPciRootPortBridges() does. > > > > I used the word primary for the PCI Root port to indicate the first= level > > Root > > > > port in the RC of the host; there can be multiple first level PCI R= P in the > > Root > > > > Bridge handle and each RP can have its downstream hierarchy which i= n > > turn > > > > can be the PCIe-PCIe/PCI/PCI-X bridge devices and its endpoint devi= ces. > > > > Since the RP and its downstream PCI bridges both have the same PCI > > Type 1 > > > > PCI Configuration header, I have to maintain the list of first leve= l RP of the > > > > Root Bridge handle. > > > > > > > > > > > > > > > > Thanks, > > > > > > Ray > > > > > > > > > > > > > -----Original Message----- > > > > > > > From: Javeed, Ashraf > > > > > > > Sent: Monday, September 23, 2019 10:21 PM > > > > > > > To: devel@edk2.groups.io > > > > > > > Cc: Wang, Jian J ; Wu, Hao A > > > > > > ; > > > > > > > Ni, Ray > > > > > > > Subject: [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH] PciBusDxe: > > New > > > > PCI > > > > > > > features Max_Payload_Size, Max_Read_Req_Size > > > > > > > > > > > > > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2194 > > > > > > > > > > > > > > The EDK2 Kernel PciBusDxe driver is enhanced to enable the > > > > configuration > > > > > > > of PCI features like Max_Payload_Size and Max_Read_Req_Size. > > > > > > > > > > > > > > Max_Payload_Size:- The PCI Device Control register provides t= his > > > > feature > > > > > > > register field which controls the maximum data packet (TLP) s= ize > > that a > > > > > > > PCI device should maintain as a requester. The PCI Bus driver= is > > > > required > > > > > > > to maintain a highest common value supported by all the PCI > > devices in > > > > a > > > > > > > PCIe hierarchy, especially in case of isochronous application= s. > > > > > > > > > > > > > > Max_Read_Req_Size:- The PCI Device Control register provides = this > > > > > > feature > > > > > > > register field which controls the maximum memory read request > > size > > > > that a > > > > > > > PCI device should maintain as a requester. The PCI Bus driver= is > > > > required > > > > > > > to maintain a common value, same as Max_Payload_Size, in case= of > > > > > > > isochronous applications only; or else, it should maintain th= e user > > > > > > > requested value uniformly in a PCIe hierarchy (PCI root port = and its > > > > > > > downstream devices). > > > > > > > > > > > > > > The PCI Base Specification 4 Revision 1 contains detailed inf= ormation > > > > > > > about these features. The EDK2 PCI Bus driver needs to enable= the > > > > > > > configuration of these features as per the PCI Base specifica= tion. > > > > > > > > > > > > > > The EDK2 PCI Bus driver also needs to take the PCI device-spe= cific > > > > > > > platform policy into the consideration while programming thes= e > > > > features; > > > > > > > thus the code changes to support these, is explicitly depende= nt on > > the > > > > > > > new PCI Platform Protocol interface definition defined in the= below > > > > > > > record:- > > > > > > > https://bugzilla.tianocore.org/show_bug.cgi?id=3D1954 > > > > > > > > > > > > > > Signed-off-by: Ashraf Javeed > > > > > > > Cc: Jian J Wang > > > > > > > Cc: Hao A Wu > > > > > > > Cc: Ray Ni > > > > > > > --- > > > > > > > MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.c | 23= ++-------- > > ---- > > > > > > > MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.h | 14 > > ++++++++- > > > > > > > MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf | 9= +++++- > > > > > > > MdeModulePkg/Bus/Pci/PciBusDxe/PciDeviceSupport.c | 229 > > > > > > > > > > > > > > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > ++++++++++++++++++++++++++++---------------------------------= ----- > > ---- > > > > ----- > > > > > > - > > > > > > > MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.c | 139 > > > > > > > ++++++++++++++++++++-----------------------------------------= ---------- > > ---- > > > > ---- > > > > > > --- > > > > > > > MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c | 34 > > > > > > > ++++++++++++-------- > > > > > > > MdeModulePkg/Bus/Pci/PciBusDxe/PciFeatureSupport.c | 1601 > > > > > > > > > > > > > > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > > > > > > > > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > > > > > > > > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > > > > > > > > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > > > > > > > > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > > > > > > > > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > > > > > > > > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > > > > > > > > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > > > > > > > > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > > > > > > > > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > > > > > > > > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > > > > > > > > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > > > > > > > > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > > > > > > > > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > > > > > > > > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > > > > > > > > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > +++++++++ > > > > > > > MdeModulePkg/Bus/Pci/PciBusDxe/PciFeatureSupport.h | 201 > > > > > > > > > > > > > > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > > > > > > > > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > ++ > > > > > > > MdeModulePkg/Bus/Pci/PciBusDxe/PciPlatformSupport.c | 565 > > > > > > > > > > > > > > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > > > > > > > > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > > > > > > > > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > > > > > > > > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > > > > > > > > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > +++++++++++++++++++++++++++++++++++++++++ > > > > > > > MdeModulePkg/Bus/Pci/PciBusDxe/PciPlatformSupport.h | 193 > > > > > > > > > > > > > > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > > > > > +++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > MdeModulePkg/Bus/Pci/PciBusDxe/PciResourceSupport.c | 15 > > +----- > > > > --- > > > > > > > MdeModulePkg/MdeModulePkg.dec | 10= ++++++ > > > > > > > 12 files changed, 2797 insertions(+), 236 deletions(-) > > > > > > > > > > > > > > diff --git a/MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.c > > > > > > > b/MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.c > > > > > > > index b020ce50ce..2503b298f4 100644 > > > > > > > --- a/MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.c > > > > > > > +++ b/MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.c > > > > > > > @@ -8,7 +8,7 @@ > > > > > > > PCI Root Bridges. So it means platform needs install PCI R= oot > > Bridge IO > > > > > > > protocol for each > > > > > > > > > > > > > > PCI Root Bus and install PCI Host Bridge Resource Allocati= on > > Protocol. > > > > > > > > > > > > > > > > > > > > > > > > > > > > -Copyright (c) 2006 - 2018, Intel Corporation. All rights res= erved.
> > > > > > > > > > > > > > +Copyright (c) 2006 - 2019, Intel Corporation. All rights res= erved.
> > > > > > > > > > > > > > SPDX-License-Identifier: BSD-2-Clause-Patent > > > > > > > > > > > > > > > > > > > > > > > > > > > > **/ > > > > > > > > > > > > > > @@ -34,8 +34,6 @@ BOOLEAN > gFullEnumeration > > > =3D > > > > > > TRUE; > > > > > > > UINT64 gAllOne = =3D > > 0xFFFFFFFFFFFFFFFFULL; > > > > > > > > > > > > > > UINT64 gAllZero = =3D 0; > > > > > > > > > > > > > > > > > > > > > > > > > > > > -EFI_PCI_PLATFORM_PROTOCOL *gPciPlatformP= rotocol; > > > > > > > > > > > > > > -EFI_PCI_OVERRIDE_PROTOCOL *gPciOverrideP= rotocol; > > > > > > > > > > > > > > EDKII_IOMMU_PROTOCOL *mIoMmuProtoco= l; > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > @@ -266,24 +264,7 @@ PciBusDriverBindingStart ( > > > > > > > // If PCI Platform protocol is available, get it now. > > > > > > > > > > > > > > // If the platform implements this, it must be installed b= efore BDS > > > > phase > > > > > > > > > > > > > > // > > > > > > > > > > > > > > - gPciPlatformProtocol =3D NULL; > > > > > > > > > > > > > > - gBS->LocateProtocol ( > > > > > > > > > > > > > > - &gEfiPciPlatformProtocolGuid, > > > > > > > > > > > > > > - NULL, > > > > > > > > > > > > > > - (VOID **) &gPciPlatformProtocol > > > > > > > > > > > > > > - ); > > > > > > > > > > > > > > - > > > > > > > > > > > > > > - // > > > > > > > > > > > > > > - // If PCI Platform protocol doesn't exist, try to Pci Over= ride > > Protocol. > > > > > > > > > > > > > > - // > > > > > > > > > > > > > > - if (gPciPlatformProtocol =3D=3D NULL) { > > > > > > > > > > > > > > - gPciOverrideProtocol =3D NULL; > > > > > > > > > > > > > > - gBS->LocateProtocol ( > > > > > > > > > > > > > > - &gEfiPciOverrideProtocolGuid, > > > > > > > > > > > > > > - NULL, > > > > > > > > > > > > > > - (VOID **) &gPciOverrideProtocol > > > > > > > > > > > > > > - ); > > > > > > > > > > > > > > - } > > > > > > > > > > > > > > + GetPciPlatformProtocol (); > > > > > > > > > > > > > > > > > > > > > > > > > > > > if (mIoMmuProtocol =3D=3D NULL) { > > > > > > > > > > > > > > gBS->LocateProtocol ( > > > > > > > > > > > > > > diff --git a/MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.h > > > > > > > b/MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.h > > > > > > > index 504a1b1c12..7955bf8a26 100644 > > > > > > > --- a/MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.h > > > > > > > +++ b/MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.h > > > > > > > @@ -27,6 +27,8 @@ SPDX-License-Identifier: BSD-2-Clause-Paten= t > > > > > > > #include > > > > > > > > > > > > > > #include > > > > > > > > > > > > > > #include > > > > > > > > > > > > > > +#include > > > > > > > > > > > > > > +#include > > > > > > > > > > > > > > > > > > > > > > > > > > > > #include > > > > > > > > > > > > > > #include > > > > > > > > > > > > > > @@ -79,6 +81,7 @@ typedef enum { > > > > > > > #include "PciPowerManagement.h" > > > > > > > > > > > > > > #include "PciHotPlugSupport.h" > > > > > > > > > > > > > > #include "PciLib.h" > > > > > > > > > > > > > > +#include "PciFeatureSupport.h" > > > > > > > > > > > > > > > > > > > > > > > > > > > > #define VGABASE1 0x3B0 > > > > > > > > > > > > > > #define VGALIMIT1 0x3BB > > > > > > > > > > > > > > @@ -263,9 +266,13 @@ struct _PCI_IO_DEVICE { > > > > > > > > > > > > > > > > > > > > > BOOLEAN IsPciExp; > > > > > > > > > > > > > > // > > > > > > > > > > > > > > - // For SR-IOV > > > > > > > > > > > > > > + // For PCI Express Capability List Structure > > > > > > > > > > > > > > // > > > > > > > > > > > > > > UINT8 PciExpressCapabi= lityOffset; > > > > > > > > > > > > > > + PCI_CAPABILITY_PCIEXP PciExpStruct; > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // For SR-IOV > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > UINT32 AriCapabilityOff= set; > > > > > > > > > > > > > > UINT32 SrIovCapabilityO= ffset; > > > > > > > > > > > > > > UINT32 MrIovCapabilityO= ffset; > > > > > > > > > > > > > > @@ -279,6 +286,11 @@ struct _PCI_IO_DEVICE { > > > > > > > // This field is used to support this case. > > > > > > > > > > > > > > // > > > > > > > > > > > > > > UINT16 BridgeIoAlignmen= t; > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // Other PCI features setup flags > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + UINT8 SetupMPS; > > > > > > > > > > > > > > + UINT8 SetupMRRS; > > > > > > > > > > > > > > }; > > > > > > > > > > > > > > > > > > > > > > > > > > > > #define PCI_IO_DEVICE_FROM_PCI_IO_THIS(a) \ > > > > > > > > > > > > > > diff --git a/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf > > > > > > > b/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf > > > > > > > index 05c22025b8..13768d7ded 100644 > > > > > > > --- a/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf > > > > > > > +++ b/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf > > > > > > > @@ -2,7 +2,7 @@ > > > > > > > # The PCI bus driver will probe all PCI devices and allocat= e MMIO > > and > > > > IO > > > > > > > space for these devices. > > > > > > > > > > > > > > # Please use PCD feature flag PcdPciBusHotplugDeviceSupport= to > > > > enable > > > > > > > hot plug supporting. > > > > > > > > > > > > > > # > > > > > > > > > > > > > > -# Copyright (c) 2006 - 2018, Intel Corporation. All rights > > reserved.
> > > > > > > > > > > > > > +# Copyright (c) 2006 - 2019, Intel Corporation. All rights > > reserved.
> > > > > > > > > > > > > > # > > > > > > > > > > > > > > # SPDX-License-Identifier: BSD-2-Clause-Patent > > > > > > > > > > > > > > # > > > > > > > > > > > > > > @@ -57,6 +57,10 @@ > > > > > > > PciCommand.h > > > > > > > > > > > > > > PciIo.h > > > > > > > > > > > > > > PciBus.h > > > > > > > > > > > > > > + PciFeatureSupport.c > > > > > > > > > > > > > > + PciFeatureSupport.h > > > > > > > > > > > > > > + PciPlatformSupport.c > > > > > > > > > > > > > > + PciPlatformSupport.h > > > > > > > > > > > > > > > > > > > > > > > > > > > > [Packages] > > > > > > > > > > > > > > MdePkg/MdePkg.dec > > > > > > > > > > > > > > @@ -91,6 +95,8 @@ > > > > > > > gEfiLoadFile2ProtocolGuid ## SOMETIM= ES_PRODUCES > > > > > > > > > > > > > > gEdkiiIoMmuProtocolGuid ## > > SOMETIMES_CONSUMES > > > > > > > > > > > > > > gEfiLoadedImageDevicePathProtocolGuid ## CONSUME= S > > > > > > > > > > > > > > + gEfiPciPlatformProtocol2Guid ## > > SOMETIMES_CONSUMES > > > > > > > > > > > > > > + gEfiPciOverrideProtocol2Guid ## > > SOMETIMES_CONSUMES > > > > > > > > > > > > > > > > > > > > > > > > > > > > [FeaturePcd] > > > > > > > > > > > > > > > > gEfiMdeModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport > > > > > > ## > > > > > > > CONSUMES > > > > > > > > > > > > > > @@ -104,6 +110,7 @@ > > > > > > > gEfiMdeModulePkgTokenSpaceGuid.PcdAriSupport = ## > > > > > > CONSUMES > > > > > > > > > > > > > > gEfiMdeModulePkgTokenSpaceGuid.PcdMrIovSupport = ## > > > > > > > CONSUMES > > > > > > > > > > > > > > > > gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration > > > > ## > > > > > > > SOMETIMES_CONSUMES > > > > > > > > > > > > > > + gEfiMdeModulePkgTokenSpaceGuid.PcdOtherPciFeatures > > > > ## > > > > > > > CONSUMES > > > > > > > > > > > > > > > > > > > > > > > > > > > > [UserExtensions.TianoCore."ExtraFiles"] > > > > > > > > > > > > > > PciBusDxeExtra.uni > > > > > > > > > > > > > > diff --git a/MdeModulePkg/Bus/Pci/PciBusDxe/PciDeviceSupport.= c > > > > > > > b/MdeModulePkg/Bus/Pci/PciBusDxe/PciDeviceSupport.c > > > > > > > index b7832c6970..0f76ab1cd5 100644 > > > > > > > --- a/MdeModulePkg/Bus/Pci/PciBusDxe/PciDeviceSupport.c > > > > > > > +++ b/MdeModulePkg/Bus/Pci/PciBusDxe/PciDeviceSupport.c > > > > > > > @@ -170,6 +170,8 @@ DestroyRootBridgeByHandle ( > > > > > > > > > > > > > > > > > > > > > if (Temp->Handle =3D=3D Controller) { > > > > > > > > > > > > > > > > > > > > > > > > > > > > + DestroyRootBridgePciFeaturesConfigCompletionList ( Tem= p); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > RemoveEntryList (CurrentLink); > > > > > > > > > > > > > > > > > > > > > > > > > > > > DestroyPciDeviceTree (Temp); > > > > > > > > > > > > > > @@ -208,8 +210,6 @@ RegisterPciDevice ( > > > > > > > ) > > > > > > > > > > > > > > { > > > > > > > > > > > > > > EFI_STATUS Status; > > > > > > > > > > > > > > - VOID *PlatformOpRomBuffer; > > > > > > > > > > > > > > - UINTN PlatformOpRomSize; > > > > > > > > > > > > > > EFI_PCI_IO_PROTOCOL *PciIo; > > > > > > > > > > > > > > UINT8 Data8; > > > > > > > > > > > > > > BOOLEAN HasEfiImage; > > > > > > > > > > > > > > @@ -244,49 +244,13 @@ RegisterPciDevice ( > > > > > > > // > > > > > > > > > > > > > > // Get the OpRom provided by platform > > > > > > > > > > > > > > // > > > > > > > > > > > > > > - if (gPciPlatformProtocol !=3D NULL) { > > > > > > > > > > > > > > - Status =3D gPciPlatformProtocol->GetPciRom ( > > > > > > > > > > > > > > - gPciPlatformProtocol, > > > > > > > > > > > > > > - PciIoDevice->Handle, > > > > > > > > > > > > > > - &PlatformOpRomBuffer, > > > > > > > > > > > > > > - &PlatformOpRomSize > > > > > > > > > > > > > > - ); > > > > > > > > > > > > > > - if (!EFI_ERROR (Status)) { > > > > > > > > > > > > > > - PciIoDevice->EmbeddedRom =3D FALSE; > > > > > > > > > > > > > > - PciIoDevice->RomSize =3D (UINT32) PlatformOpR= omSize; > > > > > > > > > > > > > > - PciIoDevice->PciIo.RomSize =3D PlatformOpRomSize; > > > > > > > > > > > > > > - PciIoDevice->PciIo.RomImage =3D PlatformOpRomBuffer; > > > > > > > > > > > > > > - // > > > > > > > > > > > > > > - // For OpROM read from gPciPlatformProtocol: > > > > > > > > > > > > > > - // Add the Rom Image to internal database for later = PCI light > > > > > > > enumeration > > > > > > > > > > > > > > - // > > > > > > > > > > > > > > - PciRomAddImageMapping ( > > > > > > > > > > > > > > - NULL, > > > > > > > > > > > > > > - PciIoDevice->PciRootBridgeIo->SegmentNumber, > > > > > > > > > > > > > > - PciIoDevice->BusNumber, > > > > > > > > > > > > > > - PciIoDevice->DeviceNumber, > > > > > > > > > > > > > > - PciIoDevice->FunctionNumber, > > > > > > > > > > > > > > - PciIoDevice->PciIo.RomImage, > > > > > > > > > > > > > > - PciIoDevice->PciIo.RomSize > > > > > > > > > > > > > > - ); > > > > > > > > > > > > > > - } > > > > > > > > > > > > > > - } else if (gPciOverrideProtocol !=3D NULL) { > > > > > > > > > > > > > > - Status =3D gPciOverrideProtocol->GetPciRom ( > > > > > > > > > > > > > > - gPciOverrideProtocol, > > > > > > > > > > > > > > - PciIoDevice->Handle, > > > > > > > > > > > > > > - &PlatformOpRomBuffer, > > > > > > > > > > > > > > - &PlatformOpRomSize > > > > > > > > > > > > > > - ); > > > > > > > > > > > > > > - if (!EFI_ERROR (Status)) { > > > > > > > > > > > > > > - PciIoDevice->EmbeddedRom =3D FALSE; > > > > > > > > > > > > > > - PciIoDevice->RomSize =3D (UINT32) PlatformOpR= omSize; > > > > > > > > > > > > > > - PciIoDevice->PciIo.RomSize =3D PlatformOpRomSize; > > > > > > > > > > > > > > - PciIoDevice->PciIo.RomImage =3D PlatformOpRomBuffer; > > > > > > > > > > > > > > - // > > > > > > > > > > > > > > - // For OpROM read from gPciOverrideProtocol: > > > > > > > > > > > > > > - // Add the Rom Image to internal database for later = PCI light > > > > > > > enumeration > > > > > > > > > > > > > > - // > > > > > > > > > > > > > > - PciRomAddImageMapping ( > > > > > > > > > > > > > > + Status =3D GetPlatformPciOptionRom ( Controller, PciIoDe= vice); > > > > > > > > > > > > > > + if (!EFI_ERROR (Status)) { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // For OpROM read from the PCI Platform Protocol: > > > > > > > > > > > > > > + // Add the Rom Image to internal database for later PC= I light > > > > > > > enumeration > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + PciRomAddImageMapping ( > > > > > > > > > > > > > > NULL, > > > > > > > > > > > > > > PciIoDevice->PciRootBridgeIo->SegmentNumber, > > > > > > > > > > > > > > PciIoDevice->BusNumber, > > > > > > > > > > > > > > @@ -294,8 +258,7 @@ RegisterPciDevice ( > > > > > > > PciIoDevice->FunctionNumber, > > > > > > > > > > > > > > PciIoDevice->PciIo.RomImage, > > > > > > > > > > > > > > PciIoDevice->PciIo.RomSize > > > > > > > > > > > > > > - ); > > > > > > > > > > > > > > - } > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > } > > > > > > > > > > > > > > } > > > > > > > > > > > > > > > > > > > > > > > > > > > > @@ -597,7 +560,7 @@ DeRegisterPciDevice ( > > > > > > > } > > > > > > > > > > > > > > > > > > > > > > > > > > > > /** > > > > > > > > > > > > > > - Start to manage the PCI device on the specified root bridg= e or PCI- > > PCI > > > > > > > Bridge. > > > > > > > > > > > > > > + Start the PCI root Ports or PCI-PCI Bridge only. > > > > > > > > > > > > > > > > > > > > > > > > > > > > @param Controller The root bridge handle. > > > > > > > > > > > > > > @param RootBridge A pointer to the PCI_IO_DEVICE. > > > > > > > > > > > > > > @@ -612,7 +575,82 @@ DeRegisterPciDevice ( > > > > > > > > > > > > > > > > > > > > > **/ > > > > > > > > > > > > > > EFI_STATUS > > > > > > > > > > > > > > -StartPciDevicesOnBridge ( > > > > > > > > > > > > > > +StartPciRootPortsOnBridge ( > > > > > > > > > > > > > > + IN EFI_HANDLE Controller, > > > > > > > > > > > > > > + IN PCI_IO_DEVICE *RootBridge > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + PCI_IO_DEVICE *PciIoDevice; > > > > > > > > > > > > > > + EFI_STATUS Status; > > > > > > > > > > > > > > + LIST_ENTRY *CurrentLink; > > > > > > > > > > > > > > + UINT64 Supports; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + PciIoDevice =3D NULL; > > > > > > > > > > > > > > + CurrentLink =3D RootBridge->ChildList.ForwardLink; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + while (CurrentLink !=3D NULL && CurrentLink !=3D &RootBrid= ge- > > >ChildList) > > > > { > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + PciIoDevice =3D PCI_IO_DEVICE_FROM_LINK (CurrentLink); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // check if the device has been assigned with required r= esource > > > > > > > > > > > > > > + // and registered > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + if (!PciIoDevice->Registered && !PciIoDevice->Allocated)= { > > > > > > > > > > > > > > + return EFI_NOT_READY; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if (IS_PCI_BRIDGE (&PciIoDevice->Pci)) { > > > > > > > > > > > > > > + Status =3D StartPciRootPortsOnBridge ( > > > > > > > > > > > > > > + Controller, > > > > > > > > > > > > > > + PciIoDevice > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + PciIoDevice->PciIo.Attributes ( > > > > > > > > > > > > > > + &(PciIoDevice->PciIo), > > > > > > > > > > > > > > + EfiPciIoAttributeOperationSupport= ed, > > > > > > > > > > > > > > + 0, > > > > > > > > > > > > > > + &Supports > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + Supports &=3D (UINT64)EFI_PCI_DEVICE_ENABLE; > > > > > > > > > > > > > > + PciIoDevice->PciIo.Attributes ( > > > > > > > > > > > > > > + &(PciIoDevice->PciIo), > > > > > > > > > > > > > > + EfiPciIoAttributeOperationEnable, > > > > > > > > > > > > > > + Supports, > > > > > > > > > > > > > > + NULL > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + CurrentLink =3D CurrentLink->ForwardLink; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if (PciIoDevice =3D=3D NULL) { > > > > > > > > > > > > > > + return EFI_NOT_FOUND; > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + return EFI_SUCCESS; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Register to manage the PCI device on the specified root br= idge or > > > > PCI-PCI > > > > > > > Bridge. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param Controller The root bridge handle. > > > > > > > > > > > > > > + @param RootBridge A pointer to the PCI_IO_DEVICE. > > > > > > > > > > > > > > + @param RemainingDevicePath A pointer to the > > > > > > > EFI_DEVICE_PATH_PROTOCOL. > > > > > > > > > > > > > > + @param NumberOfChildren Children number. > > > > > > > > > > > > > > + @param ChildHandleBuffer A pointer to the child handle b= uffer. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval EFI_NOT_READY Device is not allocated. > > > > > > > > > > > > > > + @retval EFI_UNSUPPORTED Device only support PCI-PCI bridge= . > > > > > > > > > > > > > > + @retval EFI_NOT_FOUND Can not find the specific device. > > > > > > > > > > > > > > + @retval EFI_SUCCESS Success to start Pci devices on br= idge. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +RegisterPciDevicesOnBridge ( > > > > > > > > > > > > > > IN EFI_HANDLE Controller, > > > > > > > > > > > > > > IN PCI_IO_DEVICE *RootBridge, > > > > > > > > > > > > > > IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePat= h, > > > > > > > > > > > > > > @@ -626,7 +664,6 @@ StartPciDevicesOnBridge ( > > > > > > > EFI_DEVICE_PATH_PROTOCOL *CurrentDevicePath; > > > > > > > > > > > > > > EFI_STATUS Status; > > > > > > > > > > > > > > LIST_ENTRY *CurrentLink; > > > > > > > > > > > > > > - UINT64 Supports; > > > > > > > > > > > > > > > > > > > > > > > > > > > > PciIoDevice =3D NULL; > > > > > > > > > > > > > > CurrentLink =3D RootBridge->ChildList.ForwardLink; > > > > > > > > > > > > > > @@ -681,7 +718,7 @@ StartPciDevicesOnBridge ( > > > > > > > // If it is a PPB > > > > > > > > > > > > > > // > > > > > > > > > > > > > > if (IS_PCI_BRIDGE (&PciIoDevice->Pci)) { > > > > > > > > > > > > > > - Status =3D StartPciDevicesOnBridge ( > > > > > > > > > > > > > > + Status =3D RegisterPciDevicesOnBridge ( > > > > > > > > > > > > > > Controller, > > > > > > > > > > > > > > PciIoDevice, > > > > > > > > > > > > > > CurrentDevicePath, > > > > > > > > > > > > > > @@ -689,20 +726,6 @@ StartPciDevicesOnBridge ( > > > > > > > ChildHandleBuffer > > > > > > > > > > > > > > ); > > > > > > > > > > > > > > > > > > > > > > > > > > > > - PciIoDevice->PciIo.Attributes ( > > > > > > > > > > > > > > - &(PciIoDevice->PciIo), > > > > > > > > > > > > > > - EfiPciIoAttributeOperationSuppo= rted, > > > > > > > > > > > > > > - 0, > > > > > > > > > > > > > > - &Supports > > > > > > > > > > > > > > - ); > > > > > > > > > > > > > > - Supports &=3D (UINT64)EFI_PCI_DEVICE_ENABLE; > > > > > > > > > > > > > > - PciIoDevice->PciIo.Attributes ( > > > > > > > > > > > > > > - &(PciIoDevice->PciIo), > > > > > > > > > > > > > > - EfiPciIoAttributeOperationEnabl= e, > > > > > > > > > > > > > > - Supports, > > > > > > > > > > > > > > - NULL > > > > > > > > > > > > > > - ); > > > > > > > > > > > > > > - > > > > > > > > > > > > > > return Status; > > > > > > > > > > > > > > } else { > > > > > > > > > > > > > > > > > > > > > > > > > > > > @@ -733,28 +756,13 @@ StartPciDevicesOnBridge ( > > > > > > > } > > > > > > > > > > > > > > > > > > > > > > > > > > > > if (IS_PCI_BRIDGE (&PciIoDevice->Pci)) { > > > > > > > > > > > > > > - Status =3D StartPciDevicesOnBridge ( > > > > > > > > > > > > > > + Status =3D RegisterPciDevicesOnBridge ( > > > > > > > > > > > > > > Controller, > > > > > > > > > > > > > > PciIoDevice, > > > > > > > > > > > > > > RemainingDevicePath, > > > > > > > > > > > > > > NumberOfChildren, > > > > > > > > > > > > > > ChildHandleBuffer > > > > > > > > > > > > > > ); > > > > > > > > > > > > > > - > > > > > > > > > > > > > > - PciIoDevice->PciIo.Attributes ( > > > > > > > > > > > > > > - &(PciIoDevice->PciIo), > > > > > > > > > > > > > > - EfiPciIoAttributeOperationSuppo= rted, > > > > > > > > > > > > > > - 0, > > > > > > > > > > > > > > - &Supports > > > > > > > > > > > > > > - ); > > > > > > > > > > > > > > - Supports &=3D (UINT64)EFI_PCI_DEVICE_ENABLE; > > > > > > > > > > > > > > - PciIoDevice->PciIo.Attributes ( > > > > > > > > > > > > > > - &(PciIoDevice->PciIo), > > > > > > > > > > > > > > - EfiPciIoAttributeOperationEnabl= e, > > > > > > > > > > > > > > - Supports, > > > > > > > > > > > > > > - NULL > > > > > > > > > > > > > > - ); > > > > > > > > > > > > > > - > > > > > > > > > > > > > > } > > > > > > > > > > > > > > > > > > > > > > > > > > > > CurrentLink =3D CurrentLink->ForwardLink; > > > > > > > > > > > > > > @@ -768,6 +776,65 @@ StartPciDevicesOnBridge ( > > > > > > > } > > > > > > > > > > > > > > } > > > > > > > > > > > > > > > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Start to manage the PCI device on the specified root bridg= e or > > PCI-PCI > > > > > > > Bridge. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param Controller The root bridge handle. > > > > > > > > > > > > > > + @param RootBridge A pointer to the PCI_IO_DEVICE. > > > > > > > > > > > > > > + @param RemainingDevicePath A pointer to the > > > > > > > EFI_DEVICE_PATH_PROTOCOL. > > > > > > > > > > > > > > + @param NumberOfChildren Children number. > > > > > > > > > > > > > > + @param ChildHandleBuffer A pointer to the child handle b= uffer. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval EFI_NOT_READY Device is not allocated. > > > > > > > > > > > > > > + @retval EFI_UNSUPPORTED Device only support PCI-PCI bridge= . > > > > > > > > > > > > > > + @retval EFI_NOT_FOUND Can not find the specific device. > > > > > > > > > > > > > > + @retval EFI_SUCCESS Success to start Pci devices on br= idge. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +StartPciDevicesOnBridge ( > > > > > > > > > > > > > > + IN EFI_HANDLE Controller, > > > > > > > > > > > > > > + IN PCI_IO_DEVICE *RootBridge, > > > > > > > > > > > > > > + IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePat= h, > > > > > > > > > > > > > > + IN OUT UINT8 *NumberOfChildren, > > > > > > > > > > > > > > + IN OUT EFI_HANDLE *ChildHandleBuffer > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + EFI_STATUS Status; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // first register all the PCI devices > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + Status =3D RegisterPciDevicesOnBridge ( > > > > > > > > > > > > > > + Controller, > > > > > > > > > > > > > > + RootBridge, > > > > > > > > > > > > > > + RemainingDevicePath, > > > > > > > > > > > > > > + NumberOfChildren, > > > > > > > > > > > > > > + ChildHandleBuffer > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if (EFI_ERROR (Status) =3D=3D EFI_NOT_FOUND) { > > > > > > > > > > > > > > + return Status; > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + if ( CheckOtherPciFeaturesPcd ()) { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // the late configuration of PCI features > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + Status =3D EnumerateOtherPciFeatures ( > > > > > > > > > > > > > > + RootBridge > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // finally start those PCI bridge port devices only > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + return StartPciRootPortsOnBridge ( > > > > > > > > > > > > > > + Controller, > > > > > > > > > > > > > > + RootBridge > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > /** > > > > > > > > > > > > > > Start to manage all the PCI devices it found previously un= der > > > > > > > > > > > > > > the entire host bridge. > > > > > > > > > > > > > > diff --git a/MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.c > > > > > > > b/MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.c > > > > > > > index 8db1ebf8ec..0a56668380 100644 > > > > > > > --- a/MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.c > > > > > > > +++ b/MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.c > > > > > > > @@ -1003,7 +1003,7 @@ PciHostBridgeAdjustAllocation ( > > > > > > > Status =3D RejectPciDevice (PciResNode->PciDev); > > > > > > > > > > > > > > if (Status =3D=3D EFI_SUCCESS) { > > > > > > > > > > > > > > DEBUG (( > > > > > > > > > > > > > > - EFI_D_ERROR, > > > > > > > > > > > > > > + DEBUG_ERROR, > > > > > > > > > > > > > > "PciBus: [%02x|%02x|%02x] was rejected due to resour= ce > > > > > > > confliction.\n", > > > > > > > > > > > > > > PciResNode->PciDev->BusNumber, PciResNode->PciDev- > > > > > > > >DeviceNumber, PciResNode->PciDev->FunctionNumber > > > > > > > > > > > > > > )); > > > > > > > > > > > > > > @@ -1746,7 +1746,7 @@ NotifyPhase ( > > > > > > > > > > > > > > > > > > > > > HostBridgeHandle =3D NULL; > > > > > > > > > > > > > > RootBridgeHandle =3D NULL; > > > > > > > > > > > > > > - if (gPciPlatformProtocol !=3D NULL) { > > > > > > > > > > > > > > + if ( CheckPciPlatformProtocolInstall()) { > > > > > > > > > > > > > > // > > > > > > > > > > > > > > // Get Host Bridge Handle. > > > > > > > > > > > > > > // > > > > > > > > > > > > > > @@ -1770,42 +1770,11 @@ NotifyPhase ( > > > > > > > // > > > > > > > > > > > > > > // Call PlatformPci::PlatformNotify() if the protocol is= present. > > > > > > > > > > > > > > // > > > > > > > > > > > > > > - gPciPlatformProtocol->PlatformNotify ( > > > > > > > > > > > > > > - gPciPlatformProtocol, > > > > > > > > > > > > > > - HostBridgeHandle, > > > > > > > > > > > > > > - Phase, > > > > > > > > > > > > > > - ChipsetEntry > > > > > > > > > > > > > > - ); > > > > > > > > > > > > > > - } else if (gPciOverrideProtocol !=3D NULL){ > > > > > > > > > > > > > > - // > > > > > > > > > > > > > > - // Get Host Bridge Handle. > > > > > > > > > > > > > > - // > > > > > > > > > > > > > > - PciResAlloc->GetNextRootBridge (PciResAlloc, > > &RootBridgeHandle); > > > > > > > > > > > > > > - > > > > > > > > > > > > > > - // > > > > > > > > > > > > > > - // Get the rootbridge Io protocol to find the host bridg= e handle > > > > > > > > > > > > > > - // > > > > > > > > > > > > > > - Status =3D gBS->HandleProtocol ( > > > > > > > > > > > > > > - RootBridgeHandle, > > > > > > > > > > > > > > - &gEfiPciRootBridgeIoProtocolGuid, > > > > > > > > > > > > > > - (VOID **) &PciRootBridgeIo > > > > > > > > > > > > > > - ); > > > > > > > > > > > > > > - > > > > > > > > > > > > > > - if (EFI_ERROR (Status)) { > > > > > > > > > > > > > > - return EFI_NOT_FOUND; > > > > > > > > > > > > > > - } > > > > > > > > > > > > > > - > > > > > > > > > > > > > > - HostBridgeHandle =3D PciRootBridgeIo->ParentHandle; > > > > > > > > > > > > > > - > > > > > > > > > > > > > > - // > > > > > > > > > > > > > > - // Call PlatformPci::PhaseNotify() if the protocol is pr= esent. > > > > > > > > > > > > > > - // > > > > > > > > > > > > > > - gPciOverrideProtocol->PlatformNotify ( > > > > > > > > > > > > > > - gPciOverrideProtocol, > > > > > > > > > > > > > > - HostBridgeHandle, > > > > > > > > > > > > > > - Phase, > > > > > > > > > > > > > > - ChipsetEntry > > > > > > > > > > > > > > - ); > > > > > > > > > > > > > > + PciPlatformNotifyPhase ( > > > > > > > > > > > > > > + HostBridgeHandle, > > > > > > > > > > > > > > + Phase, > > > > > > > > > > > > > > + ChipsetEntry > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > } > > > > > > > > > > > > > > > > > > > > > > > > > > > > Status =3D PciResAlloc->NotifyPhase ( > > > > > > > > > > > > > > @@ -1813,27 +1782,15 @@ NotifyPhase ( > > > > > > > Phase > > > > > > > > > > > > > > ); > > > > > > > > > > > > > > > > > > > > > > > > > > > > - if (gPciPlatformProtocol !=3D NULL) { > > > > > > > > > > > > > > + if ( CheckPciPlatformProtocolInstall()) { > > > > > > > > > > > > > > // > > > > > > > > > > > > > > // Call PlatformPci::PlatformNotify() if the protocol is= present. > > > > > > > > > > > > > > // > > > > > > > > > > > > > > - gPciPlatformProtocol->PlatformNotify ( > > > > > > > > > > > > > > - gPciPlatformProtocol, > > > > > > > > > > > > > > - HostBridgeHandle, > > > > > > > > > > > > > > - Phase, > > > > > > > > > > > > > > - ChipsetExit > > > > > > > > > > > > > > - ); > > > > > > > > > > > > > > - > > > > > > > > > > > > > > - } else if (gPciOverrideProtocol !=3D NULL) { > > > > > > > > > > > > > > - // > > > > > > > > > > > > > > - // Call PlatformPci::PhaseNotify() if the protocol is pr= esent. > > > > > > > > > > > > > > - // > > > > > > > > > > > > > > - gPciOverrideProtocol->PlatformNotify ( > > > > > > > > > > > > > > - gPciOverrideProtocol, > > > > > > > > > > > > > > - HostBridgeHandle, > > > > > > > > > > > > > > - Phase, > > > > > > > > > > > > > > - ChipsetExit > > > > > > > > > > > > > > - ); > > > > > > > > > > > > > > + PciPlatformNotifyPhase ( > > > > > > > > > > > > > > + HostBridgeHandle, > > > > > > > > > > > > > > + Phase, > > > > > > > > > > > > > > + ChipsetExit > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > } > > > > > > > > > > > > > > > > > > > > > > > > > > > > return Status; > > > > > > > > > > > > > > @@ -1914,31 +1871,16 @@ PreprocessController ( > > > > > > > RootBridgePciAddress.Bus =3D Bus; > > > > > > > > > > > > > > RootBridgePciAddress.ExtendedRegister =3D 0; > > > > > > > > > > > > > > > > > > > > > > > > > > > > - if (gPciPlatformProtocol !=3D NULL) { > > > > > > > > > > > > > > - // > > > > > > > > > > > > > > - // Call PlatformPci::PrepController() if the protocol is= present. > > > > > > > > > > > > > > - // > > > > > > > > > > > > > > - gPciPlatformProtocol->PlatformPrepController ( > > > > > > > > > > > > > > - gPciPlatformProtocol, > > > > > > > > > > > > > > - HostBridgeHandle, > > > > > > > > > > > > > > - RootBridgeHandle, > > > > > > > > > > > > > > - RootBridgePciAddress, > > > > > > > > > > > > > > - Phase, > > > > > > > > > > > > > > - ChipsetEntry > > > > > > > > > > > > > > - ); > > > > > > > > > > > > > > - } else if (gPciOverrideProtocol !=3D NULL) { > > > > > > > > > > > > > > - // > > > > > > > > > > > > > > - // Call PlatformPci::PrepController() if the protocol is= present. > > > > > > > > > > > > > > - // > > > > > > > > > > > > > > - gPciOverrideProtocol->PlatformPrepController ( > > > > > > > > > > > > > > - gPciOverrideProtocol, > > > > > > > > > > > > > > - HostBridgeHandle, > > > > > > > > > > > > > > - RootBridgeHandle, > > > > > > > > > > > > > > - RootBridgePciAddress, > > > > > > > > > > > > > > - Phase, > > > > > > > > > > > > > > - ChipsetEntry > > > > > > > > > > > > > > - ); > > > > > > > > > > > > > > - } > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // Call PlatformPci::PrepController() if the protocol is p= resent. > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + PciPlatformPreprocessController ( > > > > > > > > > > > > > > + HostBridgeHandle, > > > > > > > > > > > > > > + RootBridgeHandle, > > > > > > > > > > > > > > + RootBridgePciAddress, > > > > > > > > > > > > > > + Phase, > > > > > > > > > > > > > > + ChipsetEntry > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > > > > > > > > > > > > > > > Status =3D PciResAlloc->PreprocessController ( > > > > > > > > > > > > > > PciResAlloc, > > > > > > > > > > > > > > @@ -1947,31 +1889,16 @@ PreprocessController ( > > > > > > > Phase > > > > > > > > > > > > > > ); > > > > > > > > > > > > > > > > > > > > > > > > > > > > - if (gPciPlatformProtocol !=3D NULL) { > > > > > > > > > > > > > > - // > > > > > > > > > > > > > > - // Call PlatformPci::PrepController() if the protocol is= present. > > > > > > > > > > > > > > - // > > > > > > > > > > > > > > - gPciPlatformProtocol->PlatformPrepController ( > > > > > > > > > > > > > > - gPciPlatformProtocol, > > > > > > > > > > > > > > - HostBridgeHandle, > > > > > > > > > > > > > > - RootBridgeHandle, > > > > > > > > > > > > > > - RootBridgePciAddress, > > > > > > > > > > > > > > - Phase, > > > > > > > > > > > > > > - ChipsetExit > > > > > > > > > > > > > > - ); > > > > > > > > > > > > > > - } else if (gPciOverrideProtocol !=3D NULL) { > > > > > > > > > > > > > > - // > > > > > > > > > > > > > > - // Call PlatformPci::PrepController() if the protocol is= present. > > > > > > > > > > > > > > - // > > > > > > > > > > > > > > - gPciOverrideProtocol->PlatformPrepController ( > > > > > > > > > > > > > > - gPciOverrideProtocol, > > > > > > > > > > > > > > - HostBridgeHandle, > > > > > > > > > > > > > > - RootBridgeHandle, > > > > > > > > > > > > > > - RootBridgePciAddress, > > > > > > > > > > > > > > - Phase, > > > > > > > > > > > > > > - ChipsetExit > > > > > > > > > > > > > > - ); > > > > > > > > > > > > > > - } > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // Call PlatformPci::PrepController() if the protocol is p= resent. > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + PciPlatformPreprocessController ( > > > > > > > > > > > > > > + HostBridgeHandle, > > > > > > > > > > > > > > + RootBridgeHandle, > > > > > > > > > > > > > > + RootBridgePciAddress, > > > > > > > > > > > > > > + Phase, > > > > > > > > > > > > > > + ChipsetExit > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > > > > > > > > > > > > > > > return EFI_SUCCESS; > > > > > > > > > > > > > > } > > > > > > > > > > > > > > diff --git > > > > a/MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c > > > > > > > b/MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c > > > > > > > index c7eafff593..2343702154 100644 > > > > > > > --- a/MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c > > > > > > > +++ b/MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c > > > > > > > @@ -230,7 +230,7 @@ PciSearchDevice ( > > > > > > > PciIoDevice =3D NULL; > > > > > > > > > > > > > > > > > > > > > > > > > > > > DEBUG (( > > > > > > > > > > > > > > - EFI_D_INFO, > > > > > > > > > > > > > > + DEBUG_INFO, > > > > > > > > > > > > > > "PciBus: Discovered %s @ [%02x|%02x|%02x]\n", > > > > > > > > > > > > > > IS_PCI_BRIDGE (Pci) ? L"PPB" : > > > > > > > > > > > > > > IS_CARDBUS_BRIDGE (Pci) ? L"P2C" : > > > > > > > > > > > > > > @@ -397,7 +397,7 @@ DumpPpbPaddingResource ( > > > > > > > > > > > > > > > > > > > > > if ((Type !=3D PciBarTypeUnknown) && ((ResourceType =3D= =3D > > > > > > > PciBarTypeUnknown) || (ResourceType =3D=3D Type))) { > > > > > > > > > > > > > > DEBUG (( > > > > > > > > > > > > > > - EFI_D_INFO, > > > > > > > > > > > > > > + DEBUG_INFO, > > > > > > > > > > > > > > " Padding: Type =3D %s; Alignment =3D 0x%lx;\tLeng= th =3D 0x%lx\n", > > > > > > > > > > > > > > mBarTypeStr[Type], Descriptor->AddrRangeMax, Descrip= tor- > > > > >AddrLen > > > > > > > > > > > > > > )); > > > > > > > > > > > > > > @@ -424,7 +424,7 @@ DumpPciBars ( > > > > > > > } > > > > > > > > > > > > > > > > > > > > > > > > > > > > DEBUG (( > > > > > > > > > > > > > > - EFI_D_INFO, > > > > > > > > > > > > > > + DEBUG_INFO, > > > > > > > > > > > > > > " BAR[%d]: Type =3D %s; Alignment =3D 0x%lx;\tLength= =3D > > 0x%lx;\tOffset > > > > =3D > > > > > > > 0x%02x\n", > > > > > > > > > > > > > > Index, mBarTypeStr[MIN (PciIoDevice->PciBar[Index].Bar= Type, > > > > > > > PciBarTypeMaxType)], > > > > > > > > > > > > > > PciIoDevice->PciBar[Index].Alignment, PciIoDevice- > > > > > > > >PciBar[Index].Length, PciIoDevice->PciBar[Index].Offset > > > > > > > > > > > > > > @@ -437,13 +437,13 @@ DumpPciBars ( > > > > > > > } > > > > > > > > > > > > > > > > > > > > > > > > > > > > DEBUG (( > > > > > > > > > > > > > > - EFI_D_INFO, > > > > > > > > > > > > > > + DEBUG_INFO, > > > > > > > > > > > > > > " VFBAR[%d]: Type =3D %s; Alignment =3D 0x%lx;\tLength= =3D > > > > 0x%lx;\tOffset =3D > > > > > > > 0x%02x\n", > > > > > > > > > > > > > > Index, mBarTypeStr[MIN (PciIoDevice->VfPciBar[Index].B= arType, > > > > > > > PciBarTypeMaxType)], > > > > > > > > > > > > > > PciIoDevice->VfPciBar[Index].Alignment, PciIoDevice- > > > > > > > >VfPciBar[Index].Length, PciIoDevice->VfPciBar[Index].Offset > > > > > > > > > > > > > > )); > > > > > > > > > > > > > > } > > > > > > > > > > > > > > - DEBUG ((EFI_D_INFO, "\n")); > > > > > > > > > > > > > > + DEBUG ((DEBUG_INFO, "\n")); > > > > > > > > > > > > > > } > > > > > > > > > > > > > > > > > > > > > > > > > > > > /** > > > > > > > > > > > > > > @@ -1903,7 +1903,7 @@ PciParseBar ( > > > > > > > // Fix the length to support some special 64 bit BAR > > > > > > > > > > > > > > // > > > > > > > > > > > > > > if (Value =3D=3D 0) { > > > > > > > > > > > > > > - DEBUG ((EFI_D_INFO, "[PciBus]BAR probing for upper 3= 2bit of > > > > MEM64 > > > > > > > BAR returns 0, change to 0xFFFFFFFF.\n")); > > > > > > > > > > > > > > + DEBUG ((DEBUG_INFO, "[PciBus]BAR probing for upper 3= 2bit > > of > > > > > > MEM64 > > > > > > > BAR returns 0, change to 0xFFFFFFFF.\n")); > > > > > > > > > > > > > > Value =3D (UINT32) -1; > > > > > > > > > > > > > > } else { > > > > > > > > > > > > > > Value |=3D ((UINT32)(-1) << HighBitSet32 (Value)); > > > > > > > > > > > > > > @@ -2153,7 +2153,17 @@ CreatePciIoDevice ( > > > > > > > NULL > > > > > > > > > > > > > > ); > > > > > > > > > > > > > > if (!EFI_ERROR (Status)) { > > > > > > > > > > > > > > - PciIoDevice->IsPciExp =3D TRUE; > > > > > > > > > > > > > > + PciIoDevice->IsPciExp =3D TRUE; > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // read the PCI device's entire PCI Express Capability s= tructure > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + PciIo->Pci.Read ( > > > > > > > > > > > > > > + PciIo, > > > > > > > > > > > > > > + EfiPciIoWidthUint8, > > > > > > > > > > > > > > + PciIoDevice->PciExpressCapabilityOffset, > > > > > > > > > > > > > > + sizeof (PCI_CAPABILITY_PCIEXP) / sizeof (U= INT8), > > > > > > > > > > > > > > + &PciIoDevice->PciExpStruct > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > } > > > > > > > > > > > > > > > > > > > > > > > > > > > > if (PcdGetBool (PcdAriSupport)) { > > > > > > > > > > > > > > @@ -2206,7 +2216,7 @@ CreatePciIoDevice ( > > > > > > > &Data32 > > > > > > > > > > > > > > ); > > > > > > > > > > > > > > DEBUG (( > > > > > > > > > > > > > > - EFI_D_INFO, > > > > > > > > > > > > > > + DEBUG_INFO, > > > > > > > > > > > > > > " ARI: forwarding enabled for PPB[%02x:%02x:%02x= ]\n", > > > > > > > > > > > > > > Bridge->BusNumber, > > > > > > > > > > > > > > Bridge->DeviceNumber, > > > > > > > > > > > > > > @@ -2215,7 +2225,7 @@ CreatePciIoDevice ( > > > > > > > } > > > > > > > > > > > > > > } > > > > > > > > > > > > > > > > > > > > > > > > > > > > - DEBUG ((EFI_D_INFO, " ARI: CapOffset =3D 0x%x\n", PciI= oDevice- > > > > > > > >AriCapabilityOffset)); > > > > > > > > > > > > > > + DEBUG ((DEBUG_INFO, " ARI: CapOffset =3D 0x%x\n", > > PciIoDevice- > > > > > > > >AriCapabilityOffset)); > > > > > > > > > > > > > > } > > > > > > > > > > > > > > } > > > > > > > > > > > > > > > > > > > > > > > > > > > > @@ -2325,12 +2335,12 @@ CreatePciIoDevice ( > > > > > > > PciIoDevice->ReservedBusNum =3D > > (UINT16)(EFI_PCI_BUS_OF_RID > > > > > > (LastVF) > > > > > > > - Bus + 1); > > > > > > > > > > > > > > > > > > > > > > > > > > > > DEBUG (( > > > > > > > > > > > > > > - EFI_D_INFO, > > > > > > > > > > > > > > + DEBUG_INFO, > > > > > > > > > > > > > > " SR-IOV: SupportedPageSize =3D 0x%x; SystemPageSize= =3D 0x%x; > > > > > > > FirstVFOffset =3D 0x%x;\n", > > > > > > > > > > > > > > SupportedPageSize, PciIoDevice->SystemPageSize >> 12= , > > > > FirstVFOffset > > > > > > > > > > > > > > )); > > > > > > > > > > > > > > DEBUG (( > > > > > > > > > > > > > > - EFI_D_INFO, > > > > > > > > > > > > > > + DEBUG_INFO, > > > > > > > > > > > > > > " InitialVFs =3D 0x%x; ReservedBusNum =3D 0x= %x; CapOffset =3D > > > > 0x%x\n", > > > > > > > > > > > > > > PciIoDevice->InitialVFs, PciIoDevice->ReservedBusNum= , > > > > PciIoDevice- > > > > > > > >SrIovCapabilityOffset > > > > > > > > > > > > > > )); > > > > > > > > > > > > > > @@ -2345,7 +2355,7 @@ CreatePciIoDevice ( > > > > > > > NULL > > > > > > > > > > > > > > ); > > > > > > > > > > > > > > if (!EFI_ERROR (Status)) { > > > > > > > > > > > > > > - DEBUG ((EFI_D_INFO, " MR-IOV: CapOffset =3D 0x%x\n", > > PciIoDevice- > > > > > > > >MrIovCapabilityOffset)); > > > > > > > > > > > > > > + DEBUG ((DEBUG_INFO, " MR-IOV: CapOffset =3D 0x%x\n", > > > > PciIoDevice- > > > > > > > >MrIovCapabilityOffset)); > > > > > > > > > > > > > > } > > > > > > > > > > > > > > } > > > > > > > > > > > > > > > > > > > > > > > > > > > > diff --git a/MdeModulePkg/Bus/Pci/PciBusDxe/PciFeatureSupport= .c > > > > > > > b/MdeModulePkg/Bus/Pci/PciBusDxe/PciFeatureSupport.c > > > > > > > new file mode 100644 > > > > > > > index 0000000000..0819da6536 > > > > > > > --- /dev/null > > > > > > > +++ b/MdeModulePkg/Bus/Pci/PciBusDxe/PciFeatureSupport.c > > > > > > > @@ -0,0 +1,1601 @@ > > > > > > > +/** @file > > > > > > > > > > > > > > + PCI standard feature support functions implementation for = PCI > > Bus > > > > > > > module.. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +Copyright (c) 2019, Intel Corporation. All rights reserved.<= BR> > > > > > > > > > > > > > > +SPDX-License-Identifier: BSD-2-Clause-Patent > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +#include "PciFeatureSupport.h" > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + A gobal pointer to PRIMARY_ROOT_PORT_NODE buffer to track > > all > > > > the > > > > > > > primary physical > > > > > > > > > > > > > > + PCI Root Ports (PCI Controllers) for a given PCI Root Brid= ge > > instance > > > > while > > > > > > > > > > > > > > + enumerating to configure the PCI features > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +PRIMARY_ROOT_PORT_NODE *mPrimaryRootPor= tList; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + A gobal pointer to > > OTHER_PCI_FEATURES_CONFIGURATION_TABLE > > > > > > buffer > > > > > > > all the PCI > > > > > > > > > > > > > > + Feature configuration Table nodes to pair against each of = the > > > > > > > PRIMARY_ROOT_PORT_NODE > > > > > > > > > > > > > > + buffer nodes. Each node of these is used to align all the = PCI > > devices > > > > > > > originating > > > > > > > > > > > > > > + from the PCI Root Port devices of a PCI Root Bridge instan= ce > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +OTHER_PCI_FEATURES_CONFIGURATION_TABLE > > > > > > > *mPciFeaturesConfigurationTableInstances; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + A global pointer to > > > > PCI_FEATURE_CONFIGURATION_COMPLETION_LIST, > > > > > > > which stores all > > > > > > > > > > > > > > + the PCI Root Bridge instances that are enumerated for the = other > > PCI > > > > > > > features, > > > > > > > > > > > > > > + like MaxPayloadSize & MaxReadReqSize; during the the Start= () > > > > interface > > > > > > of > > > > > > > the > > > > > > > > > > > > > > + driver binding protocol. The records pointed by this point= er would > > be > > > > > > > destroyed > > > > > > > > > > > > > > + when the DXE core invokes the Stop() interface. > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +PCI_FEATURE_CONFIGURATION_COMPLETION_LIST > > > > > > > *mPciFeaturesConfigurationCompletionList =3D NULL; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Main routine to indicate platform selection of any of the = other PCI > > > > > > features > > > > > > > > > > > > > > + to be configured by this driver > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval TRUE platform has selected the other PCI featur= es to be > > > > > > > configured > > > > > > > > > > > > > > + FALSE platform has not selected any of the other= PCI > > features > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +BOOLEAN > > > > > > > > > > > > > > +CheckOtherPciFeaturesPcd ( > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + return PcdGet32 ( PcdOtherPciFeatures) ? TRUE : FALSE; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Main routine to indicate whether the platform has selected= the > > > > > > > Max_Payload_Size > > > > > > > > > > > > > > + PCI feature to be configured by this driver > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval TRUE platform has selected the Max_Payload_Size= to > > be > > > > > > > configured > > > > > > > > > > > > > > + FALSE platform has not selected this feature > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +BOOLEAN > > > > > > > > > > > > > > +SetupMaxPayloadSize ( > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + return (PcdGet32 ( PcdOtherPciFeatures) & > > > > > > > PCI_FEATURE_SUPPORT_FLAG_MPS) ? TRUE : FALSE; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Main routine to indicate whether the platform has selected= the > > > > > > > Max_Read_Req_Size > > > > > > > > > > > > > > + PCI feature to be configured by this driver > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval TRUE platform has selected the Max_Read_Req_Siz= e to > > be > > > > > > > configured > > > > > > > > > > > > > > + FALSE platform has not selected this feature > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +BOOLEAN > > > > > > > > > > > > > > +SetupMaxReadReqSize ( > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + return (PcdGet32 ( PcdOtherPciFeatures) & > > > > > > > PCI_FEATURE_SUPPORT_FLAG_MRRS) ? TRUE : FALSE; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Helper routine which determines whether the given PCI Root > > Bridge > > > > > > > instance > > > > > > > > > > > > > > + record already exist. This routine shall help avoid duplic= ate record > > > > > > creation > > > > > > > > > > > > > > + in case of re-enumeration of PCI configuation features. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param RootBridge A pointer to the PCI_IO_DE= VICE for > > the > > > > Root > > > > > > > Bridge > > > > > > > > > > > > > > + @param PciFeatureConfigRecord A pointer to a pointer for= type > > > > > > > > > > > > > > + > > PCI_FEATURE_CONFIGURATION_COMPLETION_LIST > > > > > > > > > > > > > > + record, Use to return the = specific record. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval TRUE Record already exist > > > > > > > > > > > > > > + FALSE Record does not exist for = the given PCI Root > > > > Bridge > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +BOOLEAN > > > > > > > > > > > > > > +CheckPciFeatureConfigurationRecordExist ( > > > > > > > > > > > > > > + IN PCI_IO_DEVICE *RootBridge, > > > > > > > > > > > > > > + OUT PCI_FEATURE_CONFIGURATION_COMPLETION_LIST > > > > > > > **PciFeatureConfigRecord > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + LIST_ENTRY *Link; > > > > > > > > > > > > > > + PCI_FEATURE_CONFIGURATION_COMPLETION_LIST *Temp; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if ( mPciFeaturesConfigurationCompletionList) { > > > > > > > > > > > > > > + Link =3D &mPciFeaturesConfigurationCompletionList- > > >RootBridgeLink; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + do { > > > > > > > > > > > > > > + Temp =3D > > > > > > > PCI_FEATURE_CONFIGURATION_COMPLETION_LIST_FROM_LINK > > > > (Link); > > > > > > > > > > > > > > + if ( Temp->RootBridgeHandle =3D=3D RootBridge->Handle)= { > > > > > > > > > > > > > > + *PciFeatureConfigRecord =3D Temp; > > > > > > > > > > > > > > + return TRUE; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + Link =3D Link->ForwardLink; > > > > > > > > > > > > > > + } while (Link !=3D &mPciFeaturesConfigurationCompletionL= ist- > > > > > > > >RootBridgeLink); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // not found on the PCI feature configuration completion l= ist > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + *PciFeatureConfigRecord =3D NULL; > > > > > > > > > > > > > > + return FALSE; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + This routine is primarily to avoid multiple configuration = of PCI > > features > > > > > > > > > > > > > > + to the same PCI Root Bridge due to EDK2 core's ConnectCont= roller > > > > calls > > > > > > on > > > > > > > > > > > > > > + all the EFI handles. This routine also provide re-enumerat= ion of > > the > > > > PCI > > > > > > > > > > > > > > + features on the same PCI Root Bridge based on the policy o= f > > > > > > > ReEnumeratePciFeatureConfiguration > > > > > > > > > > > > > > + of the PCI_FEATURE_CONFIGURATION_COMPLETION_LIST. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param RootBridge A pointer to the PCI_IO_DE= VICE for > > the > > > > Root > > > > > > > Bridge > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval TRUE PCI Feature configuration = required for the > > PCI > > > > > > > > > > > > > > + Root Bridge > > > > > > > > > > > > > > + FALSE PCI Feature configuration = is not required to be > > > > > > > > > > > > > > + re-enumerated for the PCI = Root Bridge > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +BOOLEAN > > > > > > > > > > > > > > +CheckPciFeaturesConfigurationRequired ( > > > > > > > > > > > > > > + IN PCI_IO_DEVICE *RootBridge > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + LIST_ENTRY *Link; > > > > > > > > > > > > > > + PCI_FEATURE_CONFIGURATION_COMPLETION_LIST *Temp; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if ( mPciFeaturesConfigurationCompletionList) { > > > > > > > > > > > > > > + Link =3D &mPciFeaturesConfigurationCompletionList- > > >RootBridgeLink; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + do { > > > > > > > > > > > > > > + Temp =3D > > > > > > > PCI_FEATURE_CONFIGURATION_COMPLETION_LIST_FROM_LINK > > > > (Link); > > > > > > > > > > > > > > + if ( Temp->RootBridgeHandle =3D=3D RootBridge->Handle)= { > > > > > > > > > > > > > > + return Temp->ReEnumeratePciFeatureConfiguration; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + Link =3D Link->ForwardLink; > > > > > > > > > > > > > > + } while (Link !=3D &mPciFeaturesConfigurationCompletionL= ist- > > > > > > > >RootBridgeLink); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // not found on the PCI feature configuration completion l= ist, > > return > > > > as > > > > > > > required > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + return TRUE; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + This routine finds the duplicate record if exist and assig= ns the re- > > > > > > > enumeration > > > > > > > > > > > > > > + requirement flag, as passed as input. It creates new recor= d for > > the > > > > PCI > > > > > > > Root > > > > > > > > > > > > > > + Bridge and appends the list after updating its re-enumerat= ion flag. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param RootBridge A pointer to PCI_IO_DEVICE o= f the > > Root > > > > > > Bridge > > > > > > > > > > > > > > + @param ReEnumerationRequired A BOOLEAN for recording the > > re- > > > > > > > enumeration requirement > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval EFI_SUCCESS new record inserted into the= list or > > > > updated > > > > > > the > > > > > > > > > > > > > > + existing record > > > > > > > > > > > > > > + EFI_INVALID_PARAMETER Unexpected error as > > > > > > > CheckPciFeatureConfigurationRecordExist > > > > > > > > > > > > > > + reports as record exist but = does not return its > > pointer > > > > > > > > > > > > > > + EFI_OUT_OF_RESOURCES Not able to create PCI featu= res > > > > > > configuratin > > > > > > > complete > > > > > > > > > > > > > > + record for the RootBridge > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +AddRootBridgeInPciFeaturesConfigCompletionList ( > > > > > > > > > > > > > > + IN PCI_IO_DEVICE *RootBridge, > > > > > > > > > > > > > > + IN BOOLEAN ReEnumerationRequired > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + PCI_FEATURE_CONFIGURATION_COMPLETION_LIST *Temp; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if ( CheckPciFeatureConfigurationRecordExist ( RootBridge, > > &Temp)) > > > > { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // this PCI Root Bridge record already exist; it may hav= e been re- > > > > > > > enumerated > > > > > > > > > > > > > > + // hence just update its enumeration required flag again= to exit > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + if ( Temp) { > > > > > > > > > > > > > > + Temp->ReEnumeratePciFeatureConfiguration =3D > > > > > > > ReEnumerationRequired; > > > > > > > > > > > > > > + return EFI_SUCCESS; > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // PCI feature configuration complete record reported = as exist > > and > > > > no > > > > > > > > > > > > > > + // record pointer returned > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + return EFI_INVALID_PARAMETER; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + Temp =3D AllocateZeroPool ( sizeof > > > > > > > ( PCI_FEATURE_CONFIGURATION_COMPLETION_LIST)); > > > > > > > > > > > > > > + if ( !Temp) { > > > > > > > > > > > > > > + return EFI_OUT_OF_RESOURCES; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + Temp->Signature =3D > > > > > > > PCI_FEATURE_CONFIGURATION_SIGNATURE; > > > > > > > > > > > > > > + Temp->RootBridgeHandle =3D RootBridge= ->Handle; > > > > > > > > > > > > > > + Temp->ReEnumeratePciFeatureConfiguration =3D > > > > > > ReEnumerationRequired; > > > > > > > > > > > > > > + if ( mPciFeaturesConfigurationCompletionList) { > > > > > > > > > > > > > > + InsertTailList ( &mPciFeaturesConfigurationCompletionL= ist- > > > > > > > >RootBridgeLink, > > > > > > > > > > > > > > + &Temp->RootBridgeLink); > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // init the very first node of the Root Bridge > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + mPciFeaturesConfigurationCompletionList =3D Temp; > > > > > > > > > > > > > > + InitializeListHead ( &mPciFeaturesConfigurationComplet= ionList- > > > > > > > >RootBridgeLink); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + return EFI_SUCCESS; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Free up memory alloted for the primary physical PCI Root p= orts of > > the > > > > > > PCI > > > > > > > Root > > > > > > > > > > > > > > + Bridge instance. Free up all the nodes of type > > > > > > > PRIMARY_ROOT_PORT_NODE. > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +VOID > > > > > > > > > > > > > > +DestroyPrimaryRootPortNodes () > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + LIST_ENTRY *Link; > > > > > > > > > > > > > > + PRIMARY_ROOT_PORT_NODE *Temp; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if ( mPrimaryRootPortList) { > > > > > > > > > > > > > > + Link =3D &mPrimaryRootPortList->NeighborRootPort; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if ( IsListEmpty ( Link)) { > > > > > > > > > > > > > > + FreePool ( mPrimaryRootPortList); > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + do { > > > > > > > > > > > > > > + if ( Link->ForwardLink !=3D &mPrimaryRootPortList- > > > > >NeighborRootPort) > > > > > > { > > > > > > > > > > > > > > + Link =3D Link->ForwardLink; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + Temp =3D PRIMARY_ROOT_PORT_NODE_FROM_LINK ( Link); > > > > > > > > > > > > > > + Link =3D RemoveEntryList ( Link); > > > > > > > > > > > > > > + FreePool ( Temp); > > > > > > > > > > > > > > + } while ( !IsListEmpty ( Link)); > > > > > > > > > > > > > > + FreePool ( mPrimaryRootPortList); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + mPrimaryRootPortList =3D NULL; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Free up the memory allocated for temporarily maintaining t= he PCI > > > > > > feature > > > > > > > > > > > > > > + configuration table for all the nodes of the primary PCI R= oot port. > > > > > > > > > > > > > > + Free up memory alloted for > > > > > > > OTHER_PCI_FEATURES_CONFIGURATION_TABLE. > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +VOID > > > > > > > > > > > > > > +ErasePciFeaturesConfigurationTable ( > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + if ( mPciFeaturesConfigurationTableInstances) { > > > > > > > > > > > > > > + FreePool ( mPciFeaturesConfigurationTableInstances); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + mPciFeaturesConfigurationTableInstances =3D NULL; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Routine meant for initializing any global variables used. = It primarily > > > > cleans > > > > > > > > > > > > > > + up the internal data structure memory allocated for the pr= evious > > PCI > > > > > > Root > > > > > > > Bridge > > > > > > > > > > > > > > + instance. This should be the first routine to call for any= virtual PCI > > > > Root > > > > > > > > > > > > > > + Bridge instance. > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +VOID > > > > > > > > > > > > > > +SetupPciFeaturesConfigurationDefaults () > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // delete the primary root port list > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + if (mPrimaryRootPortList) { > > > > > > > > > > > > > > + DestroyPrimaryRootPortNodes (); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if ( mPciFeaturesConfigurationTableInstances) { > > > > > > > > > > > > > > + ErasePciFeaturesConfigurationTable (); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Helper routine to determine whether the PCI device is a ph= ysical > > root > > > > > > port > > > > > > > > > > > > > > + recorded in the list. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param PciDevice A pointer to the P= CI_IO_DEVICE. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval TRUE The PCI device ins= tance is a primary > > > > > > > > > > > > > > + primary physical P= CI Root Port > > > > > > > > > > > > > > + FALSE Not a primary phys= ical PCI Root port > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +BOOLEAN > > > > > > > > > > > > > > +CheckRootBridgePrimaryPort ( > > > > > > > > > > > > > > + IN PCI_IO_DEVICE *PciDevice > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + LIST_ENTRY *Link; > > > > > > > > > > > > > > + PRIMARY_ROOT_PORT_NODE *Temp; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if ( !mPrimaryRootPortList) { > > > > > > > > > > > > > > + return FALSE; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + Link =3D &mPrimaryRootPortList->NeighborRootPort; > > > > > > > > > > > > > > + do { > > > > > > > > > > > > > > + Temp =3D PRIMARY_ROOT_PORT_NODE_FROM_LINK ( Link); > > > > > > > > > > > > > > + if ( Temp->RootBridgeHandle =3D=3D PciDevice->Parent->Ha= ndle > > > > > > > > > > > > > > + && Temp->RootPortHandle =3D=3D PciDevice->Handle) { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // the given PCI device is the primary root port of th= e Root > > Bridge > > > > > > > controller > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + return TRUE; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + Link =3D Link->ForwardLink; > > > > > > > > > > > > > > + } while ( Link !=3D &mPrimaryRootPortList->NeighborRootPor= t); > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // the given PCI device is not the primary root port of th= e Bridge > > > > > > controller > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + return FALSE; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Main routine to determine the child PCI devices of a physi= cal PCI > > > > bridge > > > > > > > device > > > > > > > > > > > > > > + and group them under a common internal PCI features > > Configuration > > > > > > table. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param PciDevice A pointer to the P= CI_IO_DEVICE. > > > > > > > > > > > > > > + @param PciFeaturesConfigTable A pointer to a poi= nter to > > the > > > > > > > > > > > > > > + > > > OTHER_PCI_FEATURES_CONFIGURATION_TABLE. > > > > > > > > > > > > > > + Returns NULL in ca= se of RCiEP or the PCI > > > > > > > > > > > > > > + device does match = with any of the physical > > > > > > > > > > > > > > + Root ports, or it = does not belong to any > > > > > > > > > > > > > > + Root port's PCU bu= s range (not a child) > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval EFI_SUCCESS able to determine = the PCI feature > > > > > > > > > > > > > > + configuration tabl= e. For RCiEP since > > > > > > > > > > > > > > + since it is not pr= epared. > > > > > > > > > > > > > > + EFI_NOT_FOUND the PCI feature co= nfiguration table > > > > does > > > > > > > > > > > > > > + not exist as the P= CI physical Bridge device > > > > > > > > > > > > > > + is not found for t= his device's parent > > > > > > > > > > > > > > + Root Bridge instan= ce > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +GetPciFeaturesConfigurationTable ( > > > > > > > > > > > > > > + IN PCI_IO_DEVICE *PciDevice, > > > > > > > > > > > > > > + OUT OTHER_PCI_FEATURES_CONFIGURATION_TABLE > > > > > > > **PciFeaturesConfigTable > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + LIST_ENTRY *Link; > > > > > > > > > > > > > > + PRIMARY_ROOT_PORT_NODE *Temp; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if ( !mPrimaryRootPortList) { > > > > > > > > > > > > > > + *PciFeaturesConfigTable =3D NULL; > > > > > > > > > > > > > > + return EFI_NOT_FOUND; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // The PCI features configuration table is not built for R= CiEP, > > return > > > > NULL > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + if ( PciDevice->PciExpStruct.Capability.Bits.DevicePortTyp= e =3D=3D \ > > > > > > > > > > > > > > + > > > > PCIE_DEVICE_PORT_TYPE_ROOT_COMPLEX_INTEGRATED_ENDPOINT) > > > > > > > { > > > > > > > > > > > > > > + *PciFeaturesConfigTable =3D NULL; > > > > > > > > > > > > > > + return EFI_SUCCESS; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + Link =3D &mPrimaryRootPortList->NeighborRootPort; > > > > > > > > > > > > > > + do { > > > > > > > > > > > > > > + Temp =3D PRIMARY_ROOT_PORT_NODE_FROM_LINK ( Link); > > > > > > > > > > > > > > + if ( Temp->RootBridgeHandle =3D=3D PciDevice->Parent->Ha= ndle > > > > > > > > > > > > > > + && Temp->RootPortHandle =3D=3D PciDevice->Handle) { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // the given PCI device is the primary root port of th= e Root > > Bridge > > > > > > > controller > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + *PciFeaturesConfigTable =3D Temp- > > > > > > >OtherPciFeaturesConfigurationTable; > > > > > > > > > > > > > > + return EFI_SUCCESS; > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // check this PCI device belongs to the primary root p= ort of the > > root > > > > > > > bridge > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + if ( PciDevice->BusNumber >=3D Temp->SecondaryBusStart > > > > > > > > > > > > > > + && PciDevice->BusNumber <=3D Temp->SecondaryBusEnd= ) { > > > > > > > > > > > > > > + *PciFeaturesConfigTable =3D Temp- > > > > > > >OtherPciFeaturesConfigurationTable; > > > > > > > > > > > > > > + return EFI_SUCCESS; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + Link =3D Link->ForwardLink; > > > > > > > > > > > > > > + } while ( Link !=3D &mPrimaryRootPortList->NeighborRootPor= t); > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // the PCI device must be RCiEP, does not belong to any pr= imary > > root > > > > > > port > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + *PciFeaturesConfigTable =3D NULL; > > > > > > > > > > > > > > + return EFI_SUCCESS; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + The helper routine to retrieve the PCI bus numbers from th= e PCI > > > > Bridge > > > > > > or > > > > > > > Root > > > > > > > > > > > > > > + port device. Assumes the input PCI device has the PCI Type= 1 > > > > > > configuration > > > > > > > header. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param PciDevice A pointer to the P= CI_IO_DEVICE. > > > > > > > > > > > > > > + @param PrimaryBusNumber A pointer to retur= n the PCI > > > > Priamry > > > > > > > > > > > > > > + Bus number. > > > > > > > > > > > > > > + @param SecondaryBusNumber A pointer to retur= n the PCI > > > > > > > Secondary > > > > > > > > > > > > > > + Bus number. > > > > > > > > > > > > > > + @param SubordinateBusNumber A pointer to retur= n the > > PCI > > > > > > > Subordinate > > > > > > > > > > > > > > + Bus number. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval EFI_SUCCESS The data was read from the P= CI device. > > > > > > > > > > > > > > + @retval EFI_UNSUPPORTED The address range specified = by > > Offset, > > > > > > > Width, and Count is not > > > > > > > > > > > > > > + valid for the PCI configurat= ion header of the PCI > > > device. > > > > > > > > > > > > > > + @retval EFI_INVALID_PARAMETER input parameters provided to > > the > > > > > > read > > > > > > > operation were invalid. > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +GetPciRootPortBusAssigned ( > > > > > > > > > > > > > > + IN PCI_IO_DEVICE *PciDevice, > > > > > > > > > > > > > > + OUT UINT8 *PrimaryBusNum= ber, > > > > > > > > > > > > > > + OUT UINT8 *SecondaryBusN= umber, > > > > > > > > > > > > > > + OUT UINT8 *SubordinateBu= sNumber > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + EFI_STATUS Status; > > > > > > > > > > > > > > + UINT32 RootPortBusAss= igned; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + Status =3D PciDevice->PciIo.Pci.Read ( > > > > > > > > > > > > > > + &PciDevice->PciIo, > > > > > > > > > > > > > > + EfiPciIoWidthUint32, > > > > > > > > > > > > > > + PCI_BRIDGE_PRIMARY_BUS_REG= ISTER_OFFSET, > > > > > > > > > > > > > > + 1, > > > > > > > > > > > > > > + &RootPortBusAssigned > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + if ( !EFI_ERROR(Status)) { > > > > > > > > > > > > > > + if ( PrimaryBusNumber) { > > > > > > > > > > > > > > + *PrimaryBusNumber =3D (UINT8) (0xFF & RootPortBusAssig= ned); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + if ( SecondaryBusNumber) { > > > > > > > > > > > > > > + *SecondaryBusNumber =3D (UINT8)(0xFF & > > (RootPortBusAssigned >> > > > > 8)); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + if ( SubordinateBusNumber) { > > > > > > > > > > > > > > + *SubordinateBusNumber =3D (UINT8)(0xFF & > > > > (RootPortBusAssigned >> > > > > > > > 16)); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + return Status; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + This routine determines the existance of the child PCI dev= ice for > > the > > > > > > given > > > > > > > > > > > > > > + PCI Root / Bridge Port device. Always assumes the input PC= I > > device is > > > > the > > > > > > > bridge > > > > > > > > > > > > > > + or PCI-PCI Bridge device. This routine should not be used = with PCI > > > > > > > endpoint device. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param PciDevice A pointer to the P= CI_IO_DEVICE. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval TRUE child device exist > > > > > > > > > > > > > > + FALSE no child device > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +BOOLEAN > > > > > > > > > > > > > > +IsPciRootPortEmpty ( > > > > > > > > > > > > > > + IN PCI_IO_DEVICE *PciDevice > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + UINT8 SecBus, > > > > > > > > > > > > > > + SubBus; > > > > > > > > > > > > > > + EFI_STATUS Status; > > > > > > > > > > > > > > + LIST_ENTRY *Link; > > > > > > > > > > > > > > + PCI_IO_DEVICE *NextPciDevice= ; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // check secondary & suboridinate bus numbers for its endp= oint > > > > device > > > > > > > > > > > > > > + // existance > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + Status =3D GetPciRootPortBusAssigned ( PciDevice, NULL, &S= ecBus, > > > > > > > &SubBus); > > > > > > > > > > > > > > + if ( !EFI_ERROR( Status)) { > > > > > > > > > > > > > > + Link =3D PciDevice->ChildList.ForwardLink; > > > > > > > > > > > > > > + if ( IsListEmpty ( Link)) { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // return as PCI Root port empty > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + DEBUG (( DEBUG_INFO, "RP empty,")); > > > > > > > > > > > > > > + return TRUE; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + do { > > > > > > > > > > > > > > + NextPciDevice =3D PCI_IO_DEVICE_FROM_LINK ( Link); > > > > > > > > > > > > > > + DEBUG (( DEBUG_INFO, "dev@%x", NextPciDevice- > > >BusNumber)); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if ( NextPciDevice->BusNumber >=3D SecBus > > > > > > > > > > > > > > + && NextPciDevice->BusNumber <=3D SubBus) { > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + return FALSE; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + Link =3D Link->ForwardLink; > > > > > > > > > > > > > > + } while ( Link !=3D &PciDevice->ChildList); > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + SecBus =3D SubBus =3D 0; > > > > > > > > > > > > > > + DEBUG (( DEBUG_ERROR, "unable to retrieve root port's bu= s > > range > > > > > > > assigned!!!")); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // return as PCI Root port empty > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + return TRUE; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + The main routine which process the PCI feature > > Max_Payload_Size as > > > > > > per > > > > > > > the > > > > > > > > > > > > > > + device-specific platform policy, as well as in complaince = with the > > PCI > > > > Base > > > > > > > > > > > > > > + specification Revision 4, that aligns the value for the en= tire PCI > > > > heirarchy > > > > > > > > > > > > > > + starting from its physical PCI Root port / Bridge device. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param PciDevice A pointer to the PCI= _IO_DEVICE. > > > > > > > > > > > > > > + @param PciConfigPhase for the PCI feature = configuration > > > > phases: > > > > > > > > > > > > > > + PciFeatureGetDeviceP= olicy & > > > > PciFeatureSetupPhase > > > > > > > > > > > > > > + @param PciFeaturesConfigurationTable pointer to > > > > > > > OTHER_PCI_FEATURES_CONFIGURATION_TABLE > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval EFI_SUCCESS processing of PCI fe= ature > > > > > > > Max_Payload_Size > > > > > > > > > > > > > > + is successful. > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +ProcessMaxPayloadSize ( > > > > > > > > > > > > > > + IN PCI_IO_DEVICE *PciDevice, > > > > > > > > > > > > > > + IN PCI_FEATURE_CONFIGURATION_PHASE PciConfigPhase= , > > > > > > > > > > > > > > + IN OTHER_PCI_FEATURES_CONFIGURATION_TABLE > > > > > > > *PciFeaturesConfigurationTable > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + PCI_REG_PCIE_DEVICE_CAPABILITY PciDeviceCap; > > > > > > > > > > > > > > + UINT8 MpsValue; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + PciDeviceCap.Uint32 =3D PciDevice- > > > > >PciExpStruct.DeviceCapability.Uint32; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if ( PciConfigPhase =3D=3D PciFeatureGetDevicePolicy) { > > > > > > > > > > > > > > + if ( SetupMpsAsPerDeviceCapability ( PciDevice->SetupMPS= )) > > > > > > > > > > > > > > + { > > > > > > > > > > > > > > + MpsValue =3D (UINT8)PciDeviceCap.Bits.MaxPayloadSize; > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // no change to PCI Root ports without any endpoint de= vice > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + if ( IS_PCI_BRIDGE ( &PciDevice->Pci) && > > > > > > > PciDeviceCap.Bits.MaxPayloadSize) { > > > > > > > > > > > > > > + if ( IsPciRootPortEmpty ( PciDevice)) { > > > > > > > > > > > > > > + MpsValue =3D PCIE_MAX_PAYLOAD_SIZE_128B; > > > > > > > > > > > > > > + DEBUG (( DEBUG_INFO, "(reset RP MPS to min.)")); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + MpsValue =3D TranslateMpsSetupValueToPci ( PciDevice- > > > > >SetupMPS); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // discard device policy override request if greater tha= n PCI > > device > > > > > > > capability > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + PciDevice->SetupMPS =3D > > > > > > MIN( (UINT8)PciDeviceCap.Bits.MaxPayloadSize, > > > > > > > MpsValue); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // align the MPS of the tree to the HCF with this device > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + if ( PciFeaturesConfigurationTable) { > > > > > > > > > > > > > > + MpsValue =3D PciFeaturesConfigurationTable->Max_Payload_= Size; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + MpsValue =3D MIN ( PciDevice->SetupMPS, MpsValue); > > > > > > > > > > > > > > + PciDevice->SetupMPS =3D MIN ( PciDevice->SetupMPS, > > MpsValue); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if ( MpsValue !=3D PciFeaturesConfigurationTable- > > >Max_Payload_Size) > > > > { > > > > > > > > > > > > > > + DEBUG (( DEBUG_INFO, "reset MPS of the tree to %d,", > > > > MpsValue)); > > > > > > > > > > > > > > + PciFeaturesConfigurationTable->Max_Payload_Size =3D > > MpsValue; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + DEBUG (( DEBUG_INFO, > > > > > > > > > > > > > > + "Max_Payload_Size: %d [DevCap:%d],", > > > > > > > > > > > > > > + PciDevice->SetupMPS, PciDeviceCap.Bits.MaxPayloadSize > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + return EFI_SUCCESS; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + The main routine which process the PCI feature > > Max_Read_Req_Size > > > > as > > > > > > > per the > > > > > > > > > > > > > > + device-specific platform policy, as well as in complaince = with the > > PCI > > > > Base > > > > > > > > > > > > > > + specification Revision 4, that aligns the value for the en= tire PCI > > > > heirarchy > > > > > > > > > > > > > > + starting from its physical PCI Root port / Bridge device. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param PciDevice A pointer to the PCI= _IO_DEVICE. > > > > > > > > > > > > > > + @param PciConfigPhase for the PCI feature = configuration > > > > phases: > > > > > > > > > > > > > > + PciFeatureGetDeviceP= olicy & > > > > PciFeatureSetupPhase > > > > > > > > > > > > > > + @param PciFeaturesConfigurationTable pointer to > > > > > > > OTHER_PCI_FEATURES_CONFIGURATION_TABLE > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval EFI_SUCCESS processing of PCI fe= ature > > > > > > > Max_Read_Req_Size > > > > > > > > > > > > > > + is successful. > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +ProcessMaxReadReqSize ( > > > > > > > > > > > > > > + IN PCI_IO_DEVICE *PciDevice, > > > > > > > > > > > > > > + IN PCI_FEATURE_CONFIGURATION_PHASE PciConfigPhase= , > > > > > > > > > > > > > > + IN OTHER_PCI_FEATURES_CONFIGURATION_TABLE > > > > > > > *PciFeaturesConfigurationTable > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + PCI_REG_PCIE_DEVICE_CAPABILITY PciDeviceCap; > > > > > > > > > > > > > > + UINT8 MrrsValue; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + PciDeviceCap.Uint32 =3D PciDevice- > > > > >PciExpStruct.DeviceCapability.Uint32; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if ( PciConfigPhase =3D=3D PciFeatureGetDevicePolicy) { > > > > > > > > > > > > > > + if ( SetupMrrsAsPerDeviceCapability ( PciDevice->SetupMR= RS)) > > > > > > > > > > > > > > + { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // The maximum read request size is not the data packe= t size of > > the > > > > > > TLP, > > > > > > > > > > > > > > + // but the memory read request size, and set to the fu= nction as > > a > > > > > > > requestor > > > > > > > > > > > > > > + // to not exceed this limit. > > > > > > > > > > > > > > + // However, for the PCI device capable of isochronous = traffic; > > this > > > > > > > memory read > > > > > > > > > > > > > > + // request size should not extend beyond the > > Max_Payload_Size. > > > > Thus, > > > > > > > in case if > > > > > > > > > > > > > > + // device policy return by platform indicates to set a= s per device > > > > > > > capability > > > > > > > > > > > > > > + // than set as per Max_Payload_Size configuration valu= e > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + if ( SetupMaxPayloadSize()) { > > > > > > > > > > > > > > + MrrsValue =3D PciDevice->SetupMPS; > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // in case this driver is not required to configure = the > > > > > > Max_Payload_Size > > > > > > > > > > > > > > + // than consider programming HCF of the device capab= ility's > > > > > > > Max_Payload_Size > > > > > > > > > > > > > > + // in this PCI hierarchy; thus making this an implem= entation > > > > specific > > > > > > > feature > > > > > > > > > > > > > > + // which the platform should avoid. For better resul= ts, the > > > > platform > > > > > > > should > > > > > > > > > > > > > > + // make both the Max_Payload_Size & > > Max_Read_Request_Size > > > > to > > > > > > be > > > > > > > configured > > > > > > > > > > > > > > + // by this driver > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + MrrsValue =3D (UINT8)PciDeviceCap.Bits.MaxPayloadSiz= e; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // override as per platform based device policy > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + MrrsValue =3D TranslateMrrsSetupValueToPci ( PciDevice= - > > > > >SetupMRRS); > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // align this device's Max_Read_Request_Size value to = the > > entire > > > > PCI > > > > > > > tree > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + if ( PciFeaturesConfigurationTable) { > > > > > > > > > > > > > > + if ( !PciFeaturesConfigurationTable- > > > > >Lock_Max_Read_Request_Size) > > > > > > { > > > > > > > > > > > > > > + PciFeaturesConfigurationTable- > > >Lock_Max_Read_Request_Size > > > > =3D > > > > > > > TRUE; > > > > > > > > > > > > > > + PciFeaturesConfigurationTable->Max_Read_Request_Si= ze =3D > > > > > > > MrrsValue; > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // in case of another user enforced value of MRRS = within the > > > > same > > > > > > > tree, > > > > > > > > > > > > > > + // pick the smallest between the locked value and = this value; > > to > > > > set > > > > > > > > > > > > > > + // across entire PCI tree nodes > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + MrrsValue =3D MIN ( > > > > > > > > > > > > > > + MrrsValue, > > > > > > > > > > > > > > + PciFeaturesConfigurationTable- > > >Max_Read_Request_Size > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + PciFeaturesConfigurationTable->Max_Read_Request_Si= ze =3D > > > > > > > MrrsValue; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // align this device's Max_Read_Request_Size to derived > > > > configuration > > > > > > > value > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + PciDevice->SetupMRRS =3D MrrsValue; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // align the Max_Read_Request_Size of the PCI tree based o= n 3 > > > > > > conditions: > > > > > > > > > > > > > > + // first, if user defines MRRS for any one PCI device in t= he tree > > than > > > > align > > > > > > > > > > > > > > + // all the devices in the PCI tree. > > > > > > > > > > > > > > + // second, if user override is not define for this PCI tre= e than > > setup > > > > the > > > > > > > MRRS > > > > > > > > > > > > > > + // based on MPS value of the tree to meet the criteria for= the > > > > > > isochronous > > > > > > > > > > > > > > + // traffic. > > > > > > > > > > > > > > + // third, if no user override, or platform firmware policy= has not > > > > selected > > > > > > > > > > > > > > + // this PCI bus driver to configure the MPS; than configur= e the > > MRRS > > > > to a > > > > > > > > > > > > > > + // highest common value of PCI device capability for the M= PS > > found > > > > > > among > > > > > > > all > > > > > > > > > > > > > > + // the PCI devices in this tree > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + if ( PciFeaturesConfigurationTable) { > > > > > > > > > > > > > > + if ( PciFeaturesConfigurationTable- > > >Lock_Max_Read_Request_Size) > > > > { > > > > > > > > > > > > > > + PciDevice->SetupMRRS =3D PciFeaturesConfigurationTable= - > > > > > > > >Max_Read_Request_Size; > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + if ( SetupMaxPayloadSize()) { > > > > > > > > > > > > > > + PciDevice->SetupMRRS =3D PciDevice->SetupMPS; > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + PciDevice->SetupMRRS =3D MIN ( > > > > > > > > > > > > > > + PciDevice->SetupMRRS, > > > > > > > > > > > > > > + PciFeaturesConfigurationTabl= e- > > > > > > >Max_Read_Request_Size > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + PciFeaturesConfigurationTable->Max_Read_Request_Size = =3D > > > > > > PciDevice- > > > > > > > >SetupMRRS; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + DEBUG (( DEBUG_INFO, "Max_Read_Request_Size: %d\n", > > > > PciDevice- > > > > > > > >SetupMRRS)); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + return EFI_SUCCESS; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Overrides the PCI Device Control register MaxPayloadSize r= egister > > > > field; > > > > > > if > > > > > > > > > > > > > > + the hardware value is different than the intended value. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param PciDevice A pointer to the PCI_IO_DEVI= CE > > instance. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval EFI_SUCCESS The data was read from or wr= itten to > > the > > > > PCI > > > > > > > device. > > > > > > > > > > > > > > + @retval EFI_UNSUPPORTED The address range specified = by > > Offset, > > > > > > > Width, and Count is not > > > > > > > > > > > > > > + valid for the PCI configurat= ion header of the PCI > > > > > controller. > > > > > > > > > > > > > > + @retval EFI_INVALID_PARAMETER Buffer is NULL or Width is > > invalid. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +OverrideMaxPayloadSize ( > > > > > > > > > > > > > > + IN PCI_IO_DEVICE *PciDevice > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + PCI_REG_PCIE_DEVICE_CONTROL PcieDev; > > > > > > > > > > > > > > + UINT32 Offset; > > > > > > > > > > > > > > + EFI_STATUS Status; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + PcieDev.Uint16 =3D 0; > > > > > > > > > > > > > > + Offset =3D PciDevice->PciExpressCapabilityOffset + > > > > > > > > > > > > > > + OFFSET_OF (PCI_CAPABILITY_PCIEXP, DeviceContr= ol); > > > > > > > > > > > > > > + Status =3D PciDevice->PciIo.Pci.Read ( > > > > > > > > > > > > > > + &PciDevice->PciIo, > > > > > > > > > > > > > > + EfiPciIoWidthUint16, > > > > > > > > > > > > > > + Offset, > > > > > > > > > > > > > > + 1, > > > > > > > > > > > > > > + &PcieDev.Uint16 > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + if ( EFI_ERROR(Status)){ > > > > > > > > > > > > > > + DEBUG (( DEBUG_ERROR, "Unexpected DeviceControl register > > > > (0x%x) > > > > > > > read error!", > > > > > > > > > > > > > > + Offset > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + return Status; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + if ( PcieDev.Bits.MaxPayloadSize !=3D PciDevice->SetupMPS)= { > > > > > > > > > > > > > > + PcieDev.Bits.MaxPayloadSize =3D PciDevice->SetupMPS; > > > > > > > > > > > > > > + DEBUG (( DEBUG_INFO, "Max_Payload_Size=3D%d,", PciDevice= - > > > > > > > >SetupMPS)); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + Status =3D PciDevice->PciIo.Pci.Write ( > > > > > > > > > > > > > > + &PciDevice->PciIo, > > > > > > > > > > > > > > + EfiPciIoWidthUint16, > > > > > > > > > > > > > > + Offset, > > > > > > > > > > > > > > + 1, > > > > > > > > > > > > > > + &PcieDev.Uint16 > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + if ( !EFI_ERROR(Status)) { > > > > > > > > > > > > > > + PciDevice->PciExpStruct.DeviceControl.Uint16 =3D PcieD= ev.Uint16; > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + DEBUG (( DEBUG_ERROR, "Unexpected DeviceControl regist= er > > > > (0x%x) > > > > > > > write error!", > > > > > > > > > > > > > > + Offset > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + DEBUG (( DEBUG_INFO, "No write of Max_Payload_Size=3D%d,= ", > > > > > > PciDevice- > > > > > > > >SetupMPS)); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + return Status; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Overrides the PCI Device Control register MaxPayloadSize r= egister > > > > field; > > > > > > if > > > > > > > > > > > > > > + the hardware value is different than the intended value. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param PciDevice A pointer to the PCI_IO_DEVI= CE > > instance. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval EFI_SUCCESS The data was read from or wr= itten to > > the > > > > PCI > > > > > > > controller. > > > > > > > > > > > > > > + @retval EFI_UNSUPPORTED The address range specified = by > > Offset, > > > > > > > Width, and Count is not > > > > > > > > > > > > > > + valid for the PCI configurat= ion header of the PCI > > > > > controller. > > > > > > > > > > > > > > + @retval EFI_INVALID_PARAMETER Buffer is NULL or Width is > > invalid. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +OverrideMaxReadReqSize ( > > > > > > > > > > > > > > + IN PCI_IO_DEVICE *PciDevice > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + PCI_REG_PCIE_DEVICE_CONTROL PcieDev; > > > > > > > > > > > > > > + UINT32 Offset; > > > > > > > > > > > > > > + EFI_STATUS Status; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + PcieDev.Uint16 =3D 0; > > > > > > > > > > > > > > + Offset =3D PciDevice->PciExpressCapabilityOffset + > > > > > > > > > > > > > > + OFFSET_OF (PCI_CAPABILITY_PCIEXP, DeviceContr= ol); > > > > > > > > > > > > > > + Status =3D PciDevice->PciIo.Pci.Read ( > > > > > > > > > > > > > > + &PciDevice->PciIo, > > > > > > > > > > > > > > + EfiPciIoWidthUint16, > > > > > > > > > > > > > > + Offset, > > > > > > > > > > > > > > + 1, > > > > > > > > > > > > > > + &PcieDev.Uint16 > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + if ( EFI_ERROR(Status)){ > > > > > > > > > > > > > > + DEBUG (( DEBUG_ERROR, "Unexpected DeviceControl register > > > > (0x%x) > > > > > > > read error!", > > > > > > > > > > > > > > + Offset > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + return Status; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + if ( PcieDev.Bits.MaxReadRequestSize !=3D PciDevice->Setup= MRRS) > > { > > > > > > > > > > > > > > + PcieDev.Bits.MaxReadRequestSize =3D PciDevice->SetupMRRS= ; > > > > > > > > > > > > > > + DEBUG (( DEBUG_INFO, "Max_Read_Request_Size: %d\n", > > > > PciDevice- > > > > > > > >SetupMRRS)); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + Status =3D PciDevice->PciIo.Pci.Write ( > > > > > > > > > > > > > > + &PciDevice->PciIo, > > > > > > > > > > > > > > + EfiPciIoWidthUint16, > > > > > > > > > > > > > > + Offset, > > > > > > > > > > > > > > + 1, > > > > > > > > > > > > > > + &PcieDev.Uint16 > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + if ( !EFI_ERROR(Status)) { > > > > > > > > > > > > > > + PciDevice->PciExpStruct.DeviceControl.Uint16 =3D PcieD= ev.Uint16; > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + DEBUG (( DEBUG_ERROR, "Unexpected DeviceControl regist= er > > > > (0x%x) > > > > > > > write error!", > > > > > > > > > > > > > > + Offset > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + DEBUG (( DEBUG_INFO, "No write of > > > > Max_Read_Request_Size=3D%d\n", > > > > > > > PciDevice->SetupMRRS)); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + return Status; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + helper routine to dump the PCIe Device Port Type > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +VOID > > > > > > > > > > > > > > +DumpDevicePortType ( > > > > > > > > > > > > > > + IN UINT8 DevicePortType > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + switch ( DevicePortType){ > > > > > > > > > > > > > > + case PCIE_DEVICE_PORT_TYPE_PCIE_ENDPOINT: > > > > > > > > > > > > > > + DEBUG (( DEBUG_INFO, "PCIe endpoint found\n")); > > > > > > > > > > > > > > + break; > > > > > > > > > > > > > > + case PCIE_DEVICE_PORT_TYPE_LEGACY_PCIE_ENDPOINT: > > > > > > > > > > > > > > + DEBUG (( DEBUG_INFO, "legacy PCI endpoint found\n")); > > > > > > > > > > > > > > + break; > > > > > > > > > > > > > > + case PCIE_DEVICE_PORT_TYPE_ROOT_PORT: > > > > > > > > > > > > > > + DEBUG (( DEBUG_INFO, "PCIe Root Port found\n")); > > > > > > > > > > > > > > + break; > > > > > > > > > > > > > > + case PCIE_DEVICE_PORT_TYPE_UPSTREAM_PORT: > > > > > > > > > > > > > > + DEBUG (( DEBUG_INFO, "PCI switch upstream port found\n= ")); > > > > > > > > > > > > > > + break; > > > > > > > > > > > > > > + case PCIE_DEVICE_PORT_TYPE_DOWNSTREAM_PORT: > > > > > > > > > > > > > > + DEBUG (( DEBUG_INFO, "PCI switch downstream port > > found\n")); > > > > > > > > > > > > > > + break; > > > > > > > > > > > > > > + case PCIE_DEVICE_PORT_TYPE_PCIE_TO_PCI_BRIDGE: > > > > > > > > > > > > > > + DEBUG (( DEBUG_INFO, "PCIe-PCI bridge found\n")); > > > > > > > > > > > > > > + break; > > > > > > > > > > > > > > + case PCIE_DEVICE_PORT_TYPE_PCI_TO_PCIE_BRIDGE: > > > > > > > > > > > > > > + DEBUG (( DEBUG_INFO, "PCI-PCIe bridge found\n")); > > > > > > > > > > > > > > + break; > > > > > > > > > > > > > > + case > > > > > > > > > PCIE_DEVICE_PORT_TYPE_ROOT_COMPLEX_INTEGRATED_ENDPOINT: > > > > > > > > > > > > > > + DEBUG (( DEBUG_INFO, "RCiEP found\n")); > > > > > > > > > > > > > > + break; > > > > > > > > > > > > > > + case > > > > PCIE_DEVICE_PORT_TYPE_ROOT_COMPLEX_EVENT_COLLECTOR: > > > > > > > > > > > > > > + DEBUG (( DEBUG_INFO, "RC Event Collector found\n")); > > > > > > > > > > > > > > + break; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Process each PCI device as per the pltaform and device-sp= ecific > > > > policy. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param RootBridge A pointer to the PCI_IO_DEVI= CE. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval EFI_SUCCESS processing each PCI feature = as per > > policy > > > > > > > defined > > > > > > > > > > > > > > + was successful. > > > > > > > > > > > > > > + **/ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +SetupDevicePciFeatures ( > > > > > > > > > > > > > > + IN PCI_IO_DEVICE *PciDevice, > > > > > > > > > > > > > > + IN PCI_FEATURE_CONFIGURATION_PHASE PciConfigPhase > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + EFI_STATUS Status; > > > > > > > > > > > > > > + PCI_REG_PCIE_CAPABILITY PcieCap; > > > > > > > > > > > > > > + OTHER_PCI_FEATURES_CONFIGURATION_TABLE > > > > > > > *OtherPciFeaturesConfigTable; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + PcieCap.Uint16 =3D PciDevice->PciExpStruct.Capability.Uint= 16; > > > > > > > > > > > > > > + DumpDevicePortType ( (UINT8)PcieCap.Bits.DevicePortType); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + OtherPciFeaturesConfigTable =3D NULL; > > > > > > > > > > > > > > + Status =3D GetPciFeaturesConfigurationTable ( PciDevice, > > > > > > > &OtherPciFeaturesConfigTable); > > > > > > > > > > > > > > + if ( EFI_ERROR( Status)) { > > > > > > > > > > > > > > + DEBUG (( > > > > > > > > > > > > > > + EFI_D_WARN, "No primary root port found in these roo= t > > bridge > > > > > > > nodes!\n" > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + } else if ( !OtherPciFeaturesConfigTable) { > > > > > > > > > > > > > > + DEBUG (( > > > > > > > > > > > > > > + DEBUG_INFO, "No PCI features config. table for this > > device!\n" > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + DEBUG (( > > > > > > > > > > > > > > + DEBUG_INFO, "using PCI features config. table ID: %d= \n", > > > > > > > > > > > > > > + OtherPciFeaturesConfigTable->ID > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if ( PciConfigPhase =3D=3D PciFeatureGetDevicePolicy) { > > > > > > > > > > > > > > + Status =3D GetPciDevicePlatformPolicy ( PciDevice); > > > > > > > > > > > > > > + if ( EFI_ERROR(Status)) { > > > > > > > > > > > > > > + DEBUG (( > > > > > > > > > > > > > > + DEBUG_ERROR, "Error in obtaining PCI device policy= !!!\n" > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if ( SetupMaxPayloadSize ()) { > > > > > > > > > > > > > > + Status =3D ProcessMaxPayloadSize ( > > > > > > > > > > > > > > + PciDevice, > > > > > > > > > > > > > > + PciConfigPhase, > > > > > > > > > > > > > > + OtherPciFeaturesConfigTable > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // implementation specific rule:- the MRRS of any PCI devi= ce > > should > > > > be > > > > > > > processed > > > > > > > > > > > > > > + // only after the MPS is processed for that device > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + if ( SetupMaxReadReqSize ()) { > > > > > > > > > > > > > > + Status =3D ProcessMaxReadReqSize ( > > > > > > > > > > > > > > + PciDevice, > > > > > > > > > > > > > > + PciConfigPhase, > > > > > > > > > > > > > > + OtherPciFeaturesConfigTable > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + return Status; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Traverse all the nodes from the root bridge or PCI-PCI bri= dge > > instance, > > > > to > > > > > > > > > > > > > > + configure the PCI features as per the device-specific plat= form > > policy, > > > > and > > > > > > > > > > > > > > + as per the device capability, as applicable. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param RootBridge A pointer to the PCI_IO_DEVI= CE. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval EFI_SUCCESS Traversing all the nodes of = the root > > bridge > > > > > > > > > > > > > > + instances were successfull. > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +SetupPciFeatures ( > > > > > > > > > > > > > > + IN PCI_IO_DEVICE *RootBridge, > > > > > > > > > > > > > > + IN PCI_FEATURE_CONFIGURATION_PHASE PciConfigPhase > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + EFI_STATUS Status; > > > > > > > > > > > > > > + LIST_ENTRY *Link; > > > > > > > > > > > > > > + PCI_IO_DEVICE *Device; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + for ( Link =3D RootBridge->ChildList.ForwardLink > > > > > > > > > > > > > > + ; Link !=3D &RootBridge->ChildList > > > > > > > > > > > > > > + ; Link =3D Link->ForwardLink > > > > > > > > > > > > > > + ) { > > > > > > > > > > > > > > + Device =3D PCI_IO_DEVICE_FROM_LINK (Link); > > > > > > > > > > > > > > + if (IS_PCI_BRIDGE (&Device->Pci)) { > > > > > > > > > > > > > > + DEBUG (( > > > > > > > > > > > > > > + DEBUG_INFO, "::Bridge [%02x|%02x|%02x] -", > > > > > > > > > > > > > > + Device->BusNumber, Device->DeviceNumber, Device- > > > > > > > >FunctionNumber > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + if (Device->IsPciExp) { > > > > > > > > > > > > > > + Status =3D SetupDevicePciFeatures ( Device, PciConfi= gPhase); > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + DEBUG (( DEBUG_INFO, "Not a PCIe capable device!\n")= ); > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // PCI Bridge which does not have PCI Express Capabi= lity > > structure > > > > > > > > > > > > > > + // cannot process this kind of PCI Bridge device > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + SetupPciFeatures ( Device, PciConfigPhase); > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + DEBUG (( > > > > > > > > > > > > > > + DEBUG_INFO, "::Device [%02x|%02x|%02x] -", > > > > > > > > > > > > > > + Device->BusNumber, Device->DeviceNumber, Device- > > > > > > > >FunctionNumber > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + if (Device->IsPciExp) { > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + Status =3D SetupDevicePciFeatures ( Device, PciConfi= gPhase); > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + DEBUG (( DEBUG_INFO, "Not a PCIe capable device!\n")= ); > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // PCI Device which does not have PCI Express Capabi= lity > > structure > > > > > > > > > > > > > > + // cannot process this kind of PCI device > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + return EFI_SUCCESS; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Program the PCI device, to override the PCI features as pe= r the > > policy, > > > > > > > > > > > > > > + resolved from previous traverse. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param RootBridge A pointer to the PCI_IO_DEVI= CE. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval EFI_SUCCESS The other PCI features confi= guration > > > > during > > > > > > > enumeration > > > > > > > > > > > > > > + of all the nodes of the PCI = root bridge instance > > were > > > > > > > > > > > > > > + programmed in PCI-compliance= pattern along with > > the > > > > > > > > > > > > > > + device-specific policy, as a= pplicable. > > > > > > > > > > > > > > + @retval EFI_UNSUPPORTED One of the override operatio= n > > maong > > > > the > > > > > > > nodes of > > > > > > > > > > > > > > + the PCI hierarchy resulted i= n a incompatible > > address > > > > > > > > > > > > > > + range. > > > > > > > > > > > > > > + @retval EFI_INVALID_PARAMETER The override operation is > > > > performed > > > > > > > with invalid input > > > > > > > > > > > > > > + parameters. > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +ProgramDevicePciFeatures ( > > > > > > > > > > > > > > + IN PCI_IO_DEVICE *PciDevice > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + EFI_STATUS Status; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if ( SetupMaxPayloadSize ()) { > > > > > > > > > > > > > > + Status =3D OverrideMaxPayloadSize (PciDevice); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + if ( SetupMaxReadReqSize ()) { > > > > > > > > > > > > > > + Status =3D OverrideMaxReadReqSize (PciDevice); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + return Status; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Program all the nodes of the specified root bridge or PCI-= PCI > > Bridge, > > > > to > > > > > > > > > > > > > > + override the PCI features. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param RootBridge A pointer to the PCI_IO_DEVI= CE. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval EFI_SUCCESS The other PCI features confi= guration > > > > during > > > > > > > enumeration > > > > > > > > > > > > > > + of all the nodes of the PCI = root bridge instance > > were > > > > > > > > > > > > > > + programmed in PCI-compliance= pattern along with > > the > > > > > > > > > > > > > > + device-specific policy, as a= pplicable. > > > > > > > > > > > > > > + @retval EFI_UNSUPPORTED One of the override operatio= n > > maong > > > > the > > > > > > > nodes of > > > > > > > > > > > > > > + the PCI hierarchy resulted i= n a incompatible > > address > > > > > > > > > > > > > > + range. > > > > > > > > > > > > > > + @retval EFI_INVALID_PARAMETER The override operation is > > > > performed > > > > > > > with invalid input > > > > > > > > > > > > > > + parameters. > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +ProgramPciFeatures ( > > > > > > > > > > > > > > + IN PCI_IO_DEVICE *RootBridge > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + EFI_STATUS Status; > > > > > > > > > > > > > > + LIST_ENTRY *Link; > > > > > > > > > > > > > > + PCI_IO_DEVICE *Device; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + for ( Link =3D RootBridge->ChildList.ForwardLink > > > > > > > > > > > > > > + ; Link !=3D &RootBridge->ChildList > > > > > > > > > > > > > > + ; Link =3D Link->ForwardLink > > > > > > > > > > > > > > + ) { > > > > > > > > > > > > > > + Device =3D PCI_IO_DEVICE_FROM_LINK (Link); > > > > > > > > > > > > > > + if (IS_PCI_BRIDGE (&Device->Pci)) { > > > > > > > > > > > > > > + DEBUG (( > > > > > > > > > > > > > > + DEBUG_INFO, "::Bridge [%02x|%02x|%02x] -", > > > > > > > > > > > > > > + Device->BusNumber, Device->DeviceNumber, Device- > > > > > > > >FunctionNumber > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + if (Device->IsPciExp) { > > > > > > > > > > > > > > + DEBUG (( DEBUG_INFO, "ready to override!\n")); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + Status =3D ProgramDevicePciFeatures ( Device); > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + DEBUG (( DEBUG_INFO, "skipped!\n")); > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // PCI Bridge which does not have PCI Express Capabi= lity > > structure > > > > > > > > > > > > > > + // cannot process this kind of PCI Bridge device > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + Status =3D ProgramPciFeatures ( Device); > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + DEBUG (( > > > > > > > > > > > > > > + DEBUG_INFO, "::Device [%02x|%02x|%02x] -", > > > > > > > > > > > > > > + Device->BusNumber, Device->DeviceNumber, Device- > > > > > > > >FunctionNumber > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + if (Device->IsPciExp) { > > > > > > > > > > > > > > + DEBUG (( DEBUG_INFO, "ready to override!\n")); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + Status =3D ProgramDevicePciFeatures ( Device); > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + DEBUG (( DEBUG_INFO, "skipped!\n")); > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // PCI Device which does not have PCI Express Capabi= lity > > structure > > > > > > > > > > > > > > + // cannot process this kind of PCI device > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + return Status; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Create a node of type PRIMARY_ROOT_PORT_NODE for the > > given > > > > PCI > > > > > > > device, and > > > > > > > > > > > > > > + assigns EFI handles of its Root Bridge and its own, along = with its > > PCI > > > > Bus > > > > > > > > > > > > > > + range for the secondary and subordinate bus range. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param RootBridge A pointer to the PCI_IO_DEVICE= for its > > PCI > > > > Root > > > > > > > Bridge > > > > > > > > > > > > > > + @param Device A pointer to the PCI_IO_DEVICE= for the > > PCI > > > > > > > controller > > > > > > > > > > > > > > + @param RootPortSecBus PCI controller's Secondary Bus > > number > > > > > > > > > > > > > > + @param RootPortSubBus PCI controller's Subordinate B= us > > number > > > > > > > > > > > > > > + @param PrimaryRootPortNode A pointer to the > > > > > > > PRIMARY_ROOT_PORT_NODE to return > > > > > > > > > > > > > > + the newly created node for the= PCI controller. In > > > > > > > > > > > > > > + case of error nothing is retur= n in this. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval EFI_SUCCESS new node of > > > > PRIMARY_ROOT_PORT_NODE is > > > > > > > returned for > > > > > > > > > > > > > > + the PCI controller > > > > > > > > > > > > > > + EFI_OUT_OF_RESOURCES unable to create the node fo= r the > > PCI > > > > > > > controller > > > > > > > > > > > > > > + EFI_INVALID_PARAMETER unable to store the node as = the > > input > > > > > > > buffer is > > > > > > > > > > > > > > + not empty (*PrimaryRootPortN= ode) > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +CreatePrimaryPciRootPortNode ( > > > > > > > > > > > > > > + IN PCI_IO_DEVICE *RootBridge, > > > > > > > > > > > > > > + IN PCI_IO_DEVICE *Device, > > > > > > > > > > > > > > + IN UINT8 RootPortSecBus, > > > > > > > > > > > > > > + IN UINT8 RootPortSubBus, > > > > > > > > > > > > > > + OUT PRIMARY_ROOT_PORT_NODE **PrimaryRootPortNode > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + PRIMARY_ROOT_PORT_NODE *RootPortNode =3D NULL; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if ( !*PrimaryRootPortNode) { > > > > > > > > > > > > > > + RootPortNode =3D AllocateZeroPool ( s= izeof > > > > > > > (PRIMARY_ROOT_PORT_NODE)); > > > > > > > > > > > > > > + if ( RootPortNode =3D=3D NULL) { > > > > > > > > > > > > > > + return EFI_OUT_OF_RESOURCES; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + RootPortNode->Signature =3D PCI_ROOT_PORT_SIGNAT= URE; > > > > > > > > > > > > > > + RootPortNode->RootBridgeHandle =3D RootBridge->Handle; > > > > > > > > > > > > > > + RootPortNode->RootPortHandle =3D Device->Handle; > > > > > > > > > > > > > > + RootPortNode->SecondaryBusStart =3D RootPortSecBus; > > > > > > > > > > > > > > + RootPortNode->SecondaryBusEnd =3D RootPortSubBus; > > > > > > > > > > > > > > + InitializeListHead ( &RootPortNode->NeighborRootPort); > > > > > > > > > > > > > > + *PrimaryRootPortNode =3D RootPortNode; > > > > > > > > > > > > > > + return EFI_SUCCESS; > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + return EFI_INVALID_PARAMETER; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Checks to report whether the input PCI controller's second= ary / > > > > > > > subordinate > > > > > > > > > > > > > > + bus numbers are within the recorded list of other PCI cont= rollers > > > > (root > > > > > > > ports). > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param RootPortNode A pointer to the first node of > > > > > > > PRIMARY_ROOT_PORT_NODE > > > > > > > > > > > > > > + @param RootPortSecBus PCI secondary bus number of the = PCI > > > > > > controller > > > > > > > found > > > > > > > > > > > > > > + @param RootPortSubBus PCI subordinate bus number of th= e > > PCI > > > > Root > > > > > > > Port found > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval TRUE A child PCI Root port found > > > > > > > > > > > > > > + FALSE A new PCI controller found > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +BOOLEAN > > > > > > > > > > > > > > +CheckChildRootPort ( > > > > > > > > > > > > > > + IN PRIMARY_ROOT_PORT_NODE *RootPortNode, > > > > > > > > > > > > > > + IN UINT8 RootPortSecBus, > > > > > > > > > > > > > > + IN UINT8 RootPortSubBus > > > > > > > > > > > > > > +) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + LIST_ENTRY *Link; > > > > > > > > > > > > > > + PRIMARY_ROOT_PORT_NODE *Temp; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if ( !RootPortNode) { > > > > > > > > > > > > > > + return FALSE; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + Link =3D &RootPortNode->NeighborRootPort; > > > > > > > > > > > > > > + do { > > > > > > > > > > > > > > + Temp =3D PRIMARY_ROOT_PORT_NODE_FROM_LINK ( Link); > > > > > > > > > > > > > > + if ( RootPortSecBus >=3D Temp->SecondaryBusStart > > > > > > > > > > > > > > + && RootPortSubBus <=3D Temp->SecondaryBusEnd) { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // given root port's secondary & subordinate within it= s primary > > > > ports > > > > > > > > > > > > > > + // hence return as child port > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + return TRUE; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + Link =3D Link->ForwardLink; > > > > > > > > > > > > > > + } while (Link !=3D &RootPortNode->NeighborRootPort); > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // the given root port's secondary / subordinate bus numbe= rs do > > not > > > > > > > belong to > > > > > > > > > > > > > > + // any existing primary root port's bus range hence consid= er > > another > > > > > > > primary > > > > > > > > > > > > > > + // root port of the root bridge controller > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + return FALSE; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Create the vector of PCI Feature configuration table as pe= r the > > > > number > > > > > > of > > > > > > > > > > > > > > + the PCI Root Ports given, assigns default value to the PCI= features > > > > > > > supported > > > > > > > > > > > > > > + and assign its address to the global variable > > > > > > > "mPciFeaturesConfigurationTableInstances". > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param NumberOfRootPorts An input arguement of UINTN to > > > > indicate > > > > > > > number of > > > > > > > > > > > > > > + primary PCI physical Root Brid= ge devices found > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval EFI_OUT_OF_RESOURCES unable to allocate buffer to > > store > > > > PCI > > > > > > > feature > > > > > > > > > > > > > > + configuration table for all = the physical PCI root > > > > > > > > > > > > > > + ports given > > > > > > > > > > > > > > + EFI_SUCCESS PCI Feature COnfiguration ta= ble created for > > all > > > > > > > > > > > > > > + the PCI Rooot ports reported > > > > > > > > > > > > > > + */ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +CreatePciFeaturesConfigurationTableInstances ( > > > > > > > > > > > > > > + IN UINTN NumberOfRootPorts > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + OTHER_PCI_FEATURES_CONFIGURATION_TABLE > > > > > > > *PciRootBridgePortFeatures =3D NULL; > > > > > > > > > > > > > > + UINTN Instances; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + PciRootBridgePortFeatures =3D AllocateZeroPool ( > > > > > > > > > > > > > > + sizeof > > > > ( OTHER_PCI_FEATURES_CONFIGURATION_TABLE) > > > > > > * > > > > > > > NumberOfRootPorts > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + if ( !PciRootBridgePortFeatures) { > > > > > > > > > > > > > > + return EFI_OUT_OF_RESOURCES; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + for ( Instances =3D 0; Instances < NumberOfRootPorts; Inst= ances++) > > { > > > > > > > > > > > > > > + PciRootBridgePortFeatures [Instances].ID = =3D Instances + > > 1; > > > > > > > > > > > > > > + PciRootBridgePortFeatures [Instances].Max_Payload_Size = =3D > > > > > > > PCIE_MAX_PAYLOAD_SIZE_4096B; > > > > > > > > > > > > > > + PciRootBridgePortFeatures > > [Instances].Max_Read_Request_Size =3D > > > > > > > PCIE_MAX_READ_REQ_SIZE_4096B; > > > > > > > > > > > > > > + PciRootBridgePortFeatures > > > > [Instances].Lock_Max_Read_Request_Size > > > > > > =3D > > > > > > > FALSE; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + mPciFeaturesConfigurationTableInstances =3D > > > > PciRootBridgePortFeatures; > > > > > > > > > > > > > > + return EFI_SUCCESS; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + This routine pairs the each PCI Root Port node with one of= the PCI > > > > > > Feature > > > > > > > > > > > > > > + Configuration Table node. Each physical PCI Root Port has = its own > > PCI > > > > > > > feature > > > > > > > > > > > > > > + configuration table which will used for aligning all its d= ownstream > > > > > > > components. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param NumberOfRootPorts inputs the number of physica= l > > PCI > > > > root > > > > > > > ports > > > > > > > > > > > > > > + found on the Root bridge ins= tance > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval EFI_INVALID_PARAMETER if the primary PCI root port= s > > list is > > > > > > > vacant when > > > > > > > > > > > > > > + there is one or more PCI Roo= t port indicated as per > > > > > > > > > > > > > > + input parameter > > > > > > > > > > > > > > + EFI_UNSUPPORTED The PCI Root Port nodes not = paired > > > > equally > > > > > > with > > > > > > > > > > > > > > + the PCI Configuration Table = nodes > > > > > > > > > > > > > > + EFI_SUCCESS each PCI feature configurati= on node is > > paired > > > > > > > equally > > > > > > > > > > > > > > + with each PCI Root port in t= he list > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +AssignPciFeaturesConfigurationTable ( > > > > > > > > > > > > > > + IN UINTN NumberOfRootPorts > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + UINTN Instances; > > > > > > > > > > > > > > + LIST_ENTRY *Link; > > > > > > > > > > > > > > + PRIMARY_ROOT_PORT_NODE *Temp; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if ( !mPrimaryRootPortList > > > > > > > > > > > > > > + && NumberOfRootPorts) { > > > > > > > > > > > > > > + DEBUG (( > > > > > > > > > > > > > > + DEBUG_ERROR, > > > > > > > > > > > > > > + "Critical error! no internal table setup for %d PCI = Root ports \n", > > > > > > > > > > > > > > + NumberOfRootPorts > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + return EFI_INVALID_PARAMETER; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if ( NumberOfRootPorts) { > > > > > > > > > > > > > > + Link =3D &mPrimaryRootPortList->NeighborRootPort; > > > > > > > > > > > > > > + for ( Instances =3D 0 > > > > > > > > > > > > > > + ; (Instances < NumberOfRootPorts) > > > > > > > > > > > > > > + ; Instances++ > > > > > > > > > > > > > > + ) { > > > > > > > > > > > > > > + Temp =3D PRIMARY_ROOT_PORT_NODE_FROM_LINK ( Link); > > > > > > > > > > > > > > + Temp->OtherPciFeaturesConfigurationTable =3D > > > > > > > &mPciFeaturesConfigurationTableInstances [Instances]; > > > > > > > > > > > > > > + DEBUG (( > > > > > > > > > > > > > > + DEBUG_INFO, > > > > > > > > > > > > > > + "Assigned to %dth primary root port\n", > > > > > > > > > > > > > > + Instances > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + Link =3D Link->ForwardLink; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + if ( Link !=3D &mPrimaryRootPortList->NeighborRootPort) = { > > > > > > > > > > > > > > + DEBUG (( > > > > > > > > > > > > > > + DEBUG_ERROR, > > > > > > > > > > > > > > + "Error!! PCI Root Port list is not properly matche= d with Config., > > > > Table > > > > > > > list \n" > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + return EFI_UNSUPPORTED; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + return EFI_SUCCESS; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Prepare each PCI Controller (Root Port) with its own PCI F= eature > > > > > > > configuration > > > > > > > > > > > > > > + table node that can be used for tracking to align all PCI = nodes in its > > > > > > > hierarchy. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param PrimaryRootPorts A pointer to > > > > PRIMARY_ROOT_PORT_NODE > > > > > > > > > > > > > > + @param NumberOfRootPorts Total number of pysical prim= ary > > PCI > > > > > > Root > > > > > > > ports > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval EFI_OUT_OF_RESOURCES unable to allocate buffer to > > store > > > > PCI > > > > > > > feature > > > > > > > > > > > > > > + configuration table for all = the physical PCI root > > > > > > > > > > > > > > + ports given > > > > > > > > > > > > > > + EFI_INVALID_PARAMETER if the primary PCI root port= s list is > > > > vacant > > > > > > > when > > > > > > > > > > > > > > + there is one or more PCI Roo= t port indicated as per > > > > > > > > > > > > > > + input parameter > > > > > > > > > > > > > > + EFI_UNSUPPORTED The PCI Root Port nodes not = paired > > > > equally > > > > > > with > > > > > > > > > > > > > > + the PCI Configuration Table = nodes > > > > > > > > > > > > > > + EFI_SUCCESS each PCI feature configurati= on node is > > paired > > > > > > > equally > > > > > > > > > > > > > > + with each PCI Root port in t= he list > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +PreparePciControllerConfigurationTable ( > > > > > > > > > > > > > > + IN PRIMARY_ROOT_PORT_NODE *PrimaryRootPorts, > > > > > > > > > > > > > > + IN UINTN NumberOfRootPorts > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + EFI_STATUS Status; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + mPrimaryRootPortList =3D PrimaryRootPorts; > > > > > > > > > > > > > > + DEBUG (( > > > > > > > > > > > > > > + DEBUG_INFO, "Number of primary Root Ports found on thi= s > > bridge > > > > > > > =3D %d\n", > > > > > > > > > > > > > > + NumberOfRootPorts > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + Status =3D CreatePciFeaturesConfigurationTableInstances > > > > > > > ( NumberOfRootPorts); > > > > > > > > > > > > > > + if ( EFI_ERROR(Status)) { > > > > > > > > > > > > > > + DEBUG (( > > > > > > > > > > > > > > + DEBUG_ERROR, "Unexpected memory node creation error = for > > PCI > > > > > > > features!\n" > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // align the primary root port nodes list with the PCI F= eature > > > > > > configuration > > > > > > > > > > > > > > + // table. Note that the PCI Feature configuration table = is not > > > > maintain > > > > > > for > > > > > > > > > > > > > > + // the RCiEP devices > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + Status =3D AssignPciFeaturesConfigurationTable > > > > ( NumberOfRootPorts); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + return Status; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Scan all the nodes of the RootBridge to identify and creat= e a > > separate > > > > list > > > > > > > > > > > > > > + of all primary physical PCI root ports and link each with = its own > > > > instance > > > > > > of > > > > > > > > > > > > > > + the PCI Feature Configuration Table. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param RootBridge A pointer to the PCI_IO_DEVICE of th= e PCI > > > > Root > > > > > > > Bridge > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval EFI_OUT_OF_RESOURCES unable to allocate buffer to > > store > > > > PCI > > > > > > > feature > > > > > > > > > > > > > > + configuration table for all = the physical PCI root > > > > > > > > > > > > > > + ports given > > > > > > > > > > > > > > + EFI_NOT_FOUND No PCI Bridge device found > > > > > > > > > > > > > > + EFI_SUCCESS PCI Feature COnfiguration ta= ble created for > > all > > > > > > > > > > > > > > + the PCI Rooot ports found > > > > > > > > > > > > > > + EFI_INVALID_PARAMETER invalid parameter passed to = the > > > > routine > > > > > > > which > > > > > > > > > > > > > > + creates the PCI controller n= ode for the primary > > > > > > > > > > > > > > + Root post list > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +RecordPciRootPortBridges ( > > > > > > > > > > > > > > + IN PCI_IO_DEVICE *RootBridge > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + EFI_STATUS Status =3D EFI_NOT_FOUND; > > > > > > > > > > > > > > + LIST_ENTRY *Link; > > > > > > > > > > > > > > + PCI_IO_DEVICE *Device; > > > > > > > > > > > > > > + UINTN NumberOfRootPorts; > > > > > > > > > > > > > > + PRIMARY_ROOT_PORT_NODE *PrimaryRootPorts, > > > > > > > > > > > > > > + *TempNode; > > > > > > > > > > > > > > + UINT8 RootPortSecBus, > > > > > > > > > > > > > > + RootPortSubBus; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + DEBUG (( > > > > > > > > > > > > > > + DEBUG_INFO, "<<********** RecordPciRootPortBridges - > > start > > > > > > > *************>>\n" > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + NumberOfRootPorts =3D 0; > > > > > > > > > > > > > > + PrimaryRootPorts =3D NULL; > > > > > > > > > > > > > > + for ( Link =3D RootBridge->ChildList.ForwardLink > > > > > > > > > > > > > > + ; Link !=3D &RootBridge->ChildList > > > > > > > > > > > > > > + ; Link =3D Link->ForwardLink > > > > > > > > > > > > > > + ) { > > > > > > > > > > > > > > + Device =3D PCI_IO_DEVICE_FROM_LINK (Link); > > > > > > > > > > > > > > + if (IS_PCI_BRIDGE (&Device->Pci)) { > > > > > > > > > > > > > > + Status =3D GetPciRootPortBusAssigned ( > > > > > > > > > > > > > > + Device, > > > > > > > > > > > > > > + NULL, > > > > > > > > > > > > > > + &RootPortSecBus, > > > > > > > > > > > > > > + &RootPortSubBus > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + if ( !EFI_ERROR(Status)) { > > > > > > > > > > > > > > + DEBUG (( > > > > > > > > > > > > > > + DEBUG_INFO, "::Device [%02x|%02x|%02x] - SecBus= =3D0x%x, > > > > > > > SubBus=3D0x%x\n", > > > > > > > > > > > > > > + Device->BusNumber, Device->DeviceNumber, Device- > > > > > > > >FunctionNumber, > > > > > > > > > > > > > > + RootPortSecBus, RootPortSubBus > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + DEBUG (( > > > > > > > > > > > > > > + DEBUG_ERROR, "Unexpected read error [0x%lx]::Dev= ice > > > > > > > [%02x|%02x|%02x]\n", > > > > > > > > > > > > > > + Status, Device->BusNumber, Device->DeviceNumber, > > Device- > > > > > > > >FunctionNumber > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + RootPortSecBus =3D RootPortSubBus =3D 0; > > > > > > > > > > > > > > + continue; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if ( !PrimaryRootPorts) { > > > > > > > > > > > > > > + NumberOfRootPorts++; > > > > > > > > > > > > > > + Status =3D CreatePrimaryPciRootPortNode ( > > > > > > > > > > > > > > + RootBridge, > > > > > > > > > > > > > > + Device, > > > > > > > > > > > > > > + RootPortSecBus, > > > > > > > > > > > > > > + RootPortSubBus, > > > > > > > > > > > > > > + &PrimaryRootPorts > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + if ( EFI_ERROR(Status)) { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // abort mission to scan for all primary roots por= ts of a bridge > > > > > > > > > > > > > > + // controller if error encountered for very first = PCI primary > > root > > > > port > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + DEBUG (( > > > > > > > > > > > > > > + DEBUG_ERROR, "Unexpected node creation error > > > > [0x%lx]::Device > > > > > > > [%02x|%02x|%02x]\n", > > > > > > > > > > > > > > + Status, Device->BusNumber, Device->DeviceNumbe= r, > > Device- > > > > > > > >FunctionNumber > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + return Status; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + DEBUG (( > > > > > > > > > > > > > > + DEBUG_INFO, "first primary root port found::Devi= ce > > > > > > > [%02x|%02x|%02x]\n", > > > > > > > > > > > > > > + Device->BusNumber, Device->DeviceNumber, Device- > > > > > > > >FunctionNumber > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + if ( !CheckChildRootPort ( PrimaryRootPorts, RootPor= tSecBus, > > > > > > > RootPortSubBus)) { > > > > > > > > > > > > > > + NumberOfRootPorts++; > > > > > > > > > > > > > > + TempNode =3D NULL; > > > > > > > > > > > > > > + Status =3D CreatePrimaryPciRootPortNode ( > > > > > > > > > > > > > > + RootBridge, > > > > > > > > > > > > > > + Device, > > > > > > > > > > > > > > + RootPortSecBus, > > > > > > > > > > > > > > + RootPortSubBus, > > > > > > > > > > > > > > + &TempNode > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + if ( !EFI_ERROR(Status)) { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // another primary root port found on the same b= ridge > > > > controller > > > > > > > > > > > > > > + // insert in the node list > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + InsertTailList ( &PrimaryRootPorts->NeighborRoot= Port, > > > > > > &TempNode- > > > > > > > >NeighborRootPort); > > > > > > > > > > > > > > + DEBUG (( > > > > > > > > > > > > > > + DEBUG_INFO, "next primary root port found::D= evice > > > > > > > [%02x|%02x|%02x]\n", > > > > > > > > > > > > > > + Device->BusNumber, Device->DeviceNumber, Dev= ice- > > > > > > > >FunctionNumber > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + DEBUG (( > > > > > > > > > > > > > > + DEBUG_ERROR, "Unexpected node creation error > > > > [0x%lx]::Device > > > > > > > [%02x|%02x|%02x]\n", > > > > > > > > > > > > > > + Status, Device->BusNumber, Device->DeviceNum= ber, > > Device- > > > > > > > >FunctionNumber > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // prepare the PCI root port and its feature configuration= table list > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + if ( NumberOfRootPorts) { > > > > > > > > > > > > > > + Status =3D PreparePciControllerConfigurationTable ( > > > > > > > > > > > > > > + PrimaryRootPorts, > > > > > > > > > > > > > > + NumberOfRootPorts > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + DEBUG (( > > > > > > > > > > > > > > + DEBUG_INFO, "No PCI Root port found on this bridge!\= n" > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + DEBUG (( > > > > > > > > > > > > > > + DEBUG_INFO, "<<********** RecordPciRootPortBridges - > > end > > > > > > > **********>>\n" > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + return Status; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Enumerate all the nodes of the specified root bridge or PC= I-PCI > > > > Bridge, to > > > > > > > > > > > > > > + configure the other PCI features. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param RootBridge A pointer to the PCI_IO_DEVICE. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval EFI_SUCCESS The other PCI features confi= guration > > > > during > > > > > > > enumeration > > > > > > > > > > > > > > + of all the nodes of the PCI = root bridge instance > > were > > > > > > > > > > > > > > + programmed in PCI-compliance= pattern along with > > the > > > > > > > > > > > > > > + device-specific policy, as a= pplicable. > > > > > > > > > > > > > > + @retval EFI_UNSUPPORTED One of the override operatio= n > > maong > > > > the > > > > > > > nodes of > > > > > > > > > > > > > > + the PCI hierarchy resulted i= n a incompatible > > address > > > > > > > > > > > > > > + range. > > > > > > > > > > > > > > + @retval EFI_INVALID_PARAMETER The override operation is > > > > performed > > > > > > > with invalid input > > > > > > > > > > > > > > + parameters. > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +EnumerateOtherPciFeatures ( > > > > > > > > > > > > > > + IN PCI_IO_DEVICE *RootBridge > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + EFI_STATUS Status; > > > > > > > > > > > > > > + CHAR16 *Str; > > > > > > > > > > > > > > + UINTN OtherPciFeatureConfigPhase; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // check on PCI features configuration is complete and re- > > > > enumeration is > > > > > > > required > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + if ( !CheckPciFeaturesConfigurationRequired ( RootBridge))= { > > > > > > > > > > > > > > + return EFI_ALREADY_STARTED; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + Str =3D ConvertDevicePathToText ( > > > > > > > > > > > > > > + DevicePathFromHandle (RootBridge->Handle), > > > > > > > > > > > > > > + FALSE, > > > > > > > > > > > > > > + FALSE > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + DEBUG ((DEBUG_INFO, "Enumerating PCI features for Root > > > > Bridge %s\n", > > > > > > > Str !=3D NULL ? Str : L"")); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + for ( OtherPciFeatureConfigPhase =3D PciFeatureRootBridgeS= can > > > > > > > > > > > > > > + ; OtherPciFeatureConfigPhase <=3D > > > > PciFeatureConfigurationComplete > > > > > > > > > > > > > > + ; OtherPciFeatureConfigPhase++ > > > > > > > > > > > > > > + ) { > > > > > > > > > > > > > > + switch ( OtherPciFeatureConfigPhase){ > > > > > > > > > > > > > > + case PciFeatureRootBridgeScan: > > > > > > > > > > > > > > + SetupPciFeaturesConfigurationDefaults (); > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + //first scan the entire root bridge heirarchy for th= e primary PCI > > > > root > > > > > > > ports > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + RecordPciRootPortBridges ( RootBridge); > > > > > > > > > > > > > > + break; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + case PciFeatureGetDevicePolicy: > > > > > > > > > > > > > > + case PciFeatureSetupPhase: > > > > > > > > > > > > > > + DEBUG (( > > > > > > > > > > > > > > + DEBUG_INFO, "<<********** SetupPciFeatures - sta= rt > > > > > > > **********>>\n" > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // enumerate the other PCI features > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + Status =3D SetupPciFeatures ( RootBridge, > > > > OtherPciFeatureConfigPhase); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + DEBUG (( > > > > > > > > > > > > > > + DEBUG_INFO, "<<********** SetupPciFeatures - end > > > > > > > **********>>\n" > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + break; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + case PciFeatureConfigurationPhase: > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // override the PCI features as per enumeration phas= e > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + DEBUG ((DEBUG_INFO, "PCI features override for Root > > > > Bridge %s\n", > > > > > > > Str !=3D NULL ? Str : L"")); > > > > > > > > > > > > > > + DEBUG (( > > > > > > > > > > > > > > + DEBUG_INFO, "<<********** ProgramPciFeatures - s= tart > > > > > > > **********>>\n" > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + Status =3D ProgramPciFeatures ( RootBridge); > > > > > > > > > > > > > > + DEBUG (( > > > > > > > > > > > > > > + DEBUG_INFO, "<<********** ProgramPciFeatures - e= nd > > > > > > > **********>>\n" > > > > > > > > > > > > > > + )); > > > > > > > > > > > > > > + break; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + case PciFeatureConfigurationComplete: > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // clean up the temporary resource nodes created for= this root > > > > bridge > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + DestroyPrimaryRootPortNodes (); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + ErasePciFeaturesConfigurationTable (); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if (Str !=3D NULL) { > > > > > > > > > > > > > > + FreePool (Str); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // mark this root bridge as PCI features configuration com= plete, > > and > > > > no > > > > > > > new > > > > > > > > > > > > > > + // enumeration is required > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + AddRootBridgeInPciFeaturesConfigCompletionList ( RootBridg= e, > > > > FALSE); > > > > > > > > > > > > > > + return Status; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + This routine is invoked from the Stop () interface for the= EFI > > handle of > > > > > > the > > > > > > > > > > > > > > + RootBridge. Free up its node of type > > > > > > > PCI_FEATURE_CONFIGURATION_COMPLETION_LIST. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param RootBridge A pointer to the PCI_IO_DEVICE > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +VOID > > > > > > > > > > > > > > +DestroyRootBridgePciFeaturesConfigCompletionList ( > > > > > > > > > > > > > > + IN PCI_IO_DEVICE *RootBridge > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + LIST_ENTRY *Link; > > > > > > > > > > > > > > + PCI_FEATURE_CONFIGURATION_COMPLETION_LIST *Temp; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if ( mPciFeaturesConfigurationCompletionList) { > > > > > > > > > > > > > > + Link =3D &mPciFeaturesConfigurationCompletionList- > > >RootBridgeLink; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + do { > > > > > > > > > > > > > > + Temp =3D > > > > > > > PCI_FEATURE_CONFIGURATION_COMPLETION_LIST_FROM_LINK > > > > (Link); > > > > > > > > > > > > > > + if ( Temp->RootBridgeHandle =3D=3D RootBridge->Handle)= { > > > > > > > > > > > > > > + RemoveEntryList ( Link); > > > > > > > > > > > > > > + FreePool ( Temp); > > > > > > > > > > > > > > + return; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + Link =3D Link->ForwardLink; > > > > > > > > > > > > > > + } while (Link !=3D &mPciFeaturesConfigurationCompletionL= ist- > > > > > > > >RootBridgeLink); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // not found on the PCI feature configuration completion l= ist, > > return > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + return; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > diff --git > > a/MdeModulePkg/Bus/Pci/PciBusDxe/PciFeatureSupport.h > > > > > > > b/MdeModulePkg/Bus/Pci/PciBusDxe/PciFeatureSupport.h > > > > > > > new file mode 100644 > > > > > > > index 0000000000..9f225fa993 > > > > > > > --- /dev/null > > > > > > > +++ b/MdeModulePkg/Bus/Pci/PciBusDxe/PciFeatureSupport.h > > > > > > > @@ -0,0 +1,201 @@ > > > > > > > +/** @file > > > > > > > > > > > > > > + PCI standard feature support functions implementation for = PCI > > Bus > > > > > > > module.. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +Copyright (c) 2019, Intel Corporation. All rights reserved.<= BR> > > > > > > > > > > > > > > +SPDX-License-Identifier: BSD-2-Clause-Patent > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +#ifndef _EFI_PCI_FEATURES_SUPPORT_H_ > > > > > > > > > > > > > > +#define _EFI_PCI_FEATURES_SUPPORT_H_ > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +#include "PciBus.h" > > > > > > > > > > > > > > +#include "PciPlatformSupport.h" > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +// > > > > > > > > > > > > > > +// Macro definitions for the PCI Features support PCD > > > > > > > > > > > > > > +// > > > > > > > > > > > > > > +#define PCI_FEATURE_SUPPORT_FLAG_MPS BIT0 > > > > > > > > > > > > > > +#define PCI_FEATURE_SUPPORT_FLAG_MRRS BIT1 > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +// > > > > > > > > > > > > > > +// defines the data structure to hold the details of the PCI= Root > > port > > > > > > devices > > > > > > > > > > > > > > +// > > > > > > > > > > > > > > +typedef struct _PRIMARY_ROOT_PORT_NODE > > > > > > > PRIMARY_ROOT_PORT_NODE; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +// > > > > > > > > > > > > > > +// defines the data structure to hold the configuration data= for the > > > > other > > > > > > > PCI > > > > > > > > > > > > > > +// features > > > > > > > > > > > > > > +// > > > > > > > > > > > > > > +typedef struct _OTHER_PCI_FEATURES_CONFIGURATION_TABLE > > > > > > > OTHER_PCI_FEATURES_CONFIGURATION_TABLE; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +// > > > > > > > > > > > > > > +// Defines for the PCI features configuration completion and= re- > > > > > > > enumeration list > > > > > > > > > > > > > > +// > > > > > > > > > > > > > > +typedef struct > > _PCI_FEATURE_CONFIGURATION_COMPLETION_LIST > > > > > > > PCI_FEATURE_CONFIGURATION_COMPLETION_LIST; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +// > > > > > > > > > > > > > > +// Signature value for the PCI Root Port node > > > > > > > > > > > > > > +// > > > > > > > > > > > > > > +#define PCI_ROOT_PORT_SIGNATURE SIGNATURE_32 (= 'p', > > 'c', > > > > 'i', > > > > > > 'p') > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +// > > > > > > > > > > > > > > +// Definitions of the PCI Root Port data structure members > > > > > > > > > > > > > > +// > > > > > > > > > > > > > > +struct _PRIMARY_ROOT_PORT_NODE { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // Signature header > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + UINT32 Signature; > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // linked list pointers to next node > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + LIST_ENTRY NeighborRootPort= ; > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // EFI handle of the parent Root Bridge instance > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + EFI_HANDLE RootBridgeHandle= ; > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // EFI handle of the PCI controller > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + EFI_HANDLE RootPortHandle; > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // PCI Secondary bus value of the PCI controller > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + UINT8 SecondaryBusStar= t; > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // PCI Subordinate bus value of the PCI controller > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + UINT8 SecondaryBusEnd; > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // pointer to the corresponding PCI feature configuration = Table > > node > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + OTHER_PCI_FEATURES_CONFIGURATION_TABLE > > > > > > > *OtherPciFeaturesConfigurationTable; > > > > > > > > > > > > > > +}; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +#define PRIMARY_ROOT_PORT_NODE_FROM_LINK(a) \ > > > > > > > > > > > > > > + CR (a, PRIMARY_ROOT_PORT_NODE, NeighborRootPort, > > > > > > > PCI_ROOT_PORT_SIGNATURE) > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +// > > > > > > > > > > > > > > +// Definition of the PCI Feature configuration Table members > > > > > > > > > > > > > > +// > > > > > > > > > > > > > > +struct _OTHER_PCI_FEATURES_CONFIGURATION_TABLE { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // Configuration Table ID > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + UINTN ID; > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // to configure the PCI feature Maximum payload size to ma= intain > > the > > > > > > data > > > > > > > packet > > > > > > > > > > > > > > + // size among all the PCI devices in the PCI hierarchy > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + UINT8 Max_Payload_Size= ; > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // to configure the PCI feature maximum read request size = to > > > > maintain > > > > > > the > > > > > > > memory > > > > > > > > > > > > > > + // requester size among all the PCI devices in the PCI hie= rarchy > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + UINT8 Max_Read_Request= _Size; > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // lock the Max_Read_Request_Size for the entire PCI tree = of a > > root > > > > port > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + BOOLEAN Lock_Max_Read_Re= quest_Size; > > > > > > > > > > > > > > +}; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +// > > > > > > > > > > > > > > +// PCI feature configuration node signature value > > > > > > > > > > > > > > +// > > > > > > > > > > > > > > +#define PCI_FEATURE_CONFIGURATION_SIGNATURE > > > > > > > SIGNATURE_32 ('p', 'c', 'i', 'f') > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +struct _PCI_FEATURE_CONFIGURATION_COMPLETION_LIST { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // Signature header > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + UINT32 Signature; > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // link to next Root Bridge whose PCI Feature configuratio= n is > > > > complete > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + LIST_ENTRY RootBridgeLink; > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // EFI handle of the Root Bridge whose PCI feature configu= ration > > is > > > > > > > complete > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + EFI_HANDLE RootBridgeHandle= ; > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // indication for complete re-enumeration of the PCI featu= re > > > > > > configuration > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + BOOLEAN > ReEnumeratePciFeatureConfiguration; > > > > > > > > > > > > > > +}; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +#define > > > > > > > PCI_FEATURE_CONFIGURATION_COMPLETION_LIST_FROM_LINK(a) > > \ > > > > > > > > > > > > > > + CR (a, PCI_FEATURE_CONFIGURATION_COMPLETION_LIST, > > > > > > > RootBridgeLink, PCI_FEATURE_CONFIGURATION_SIGNATURE) > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +// > > > > > > > > > > > > > > +// Declaration of the internal sub-phases within the PCI Fea= ture > > > > > > > enumeration > > > > > > > > > > > > > > +// > > > > > > > > > > > > > > +typedef enum { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // initial phase in configuring the other PCI features to = record the > > > > primary > > > > > > > > > > > > > > + // root ports > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + PciFeatureRootBridgeScan, > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // get the PCI device-specific platform policies and align= with > > device > > > > > > > capabilities > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + PciFeatureGetDevicePolicy, > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // align all PCI nodes in the PCI heirarchical tree > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + PciFeatureSetupPhase, > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // finally override to complete configuration of the PCI f= eature > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + PciFeatureConfigurationPhase, > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // PCI feature configuration complete > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + PciFeatureConfigurationComplete > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +}PCI_FEATURE_CONFIGURATION_PHASE; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Main routine to indicate platform selection of any of the = other PCI > > > > > > features > > > > > > > > > > > > > > + to be configured by this driver > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval TRUE platform has selected the other PCI featur= es to be > > > > > > > configured > > > > > > > > > > > > > > + FALSE platform has not selected any of the other= PCI > > features > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +BOOLEAN > > > > > > > > > > > > > > +CheckOtherPciFeaturesPcd ( > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Enumerate all the nodes of the specified root bridge or PC= I-PCI > > > > Bridge, to > > > > > > > > > > > > > > + configure the other PCI features. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param RootBridge A pointer to the PCI_IO_DEVICE. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval EFI_SUCCESS The other PCI features confi= guration > > > > during > > > > > > > enumeration > > > > > > > > > > > > > > + of all the nodes of the PCI = root bridge instance > > were > > > > > > > > > > > > > > + programmed in PCI-compliance= pattern along with > > the > > > > > > > > > > > > > > + device-specific policy, as a= pplicable. > > > > > > > > > > > > > > + @retval EFI_UNSUPPORTED One of the override operatio= n > > maong > > > > the > > > > > > > nodes of > > > > > > > > > > > > > > + the PCI hierarchy resulted i= n a incompatible > > address > > > > > > > > > > > > > > + range. > > > > > > > > > > > > > > + @retval EFI_INVALID_PARAMETER The override operation is > > > > performed > > > > > > > with invalid input > > > > > > > > > > > > > > + parameters. > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +EnumerateOtherPciFeatures ( > > > > > > > > > > > > > > + IN PCI_IO_DEVICE *RootBridge > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + This routine is invoked from the Stop () interface for the= EFI > > handle of > > > > > > the > > > > > > > > > > > > > > + RootBridge. Free up its node of type > > > > > > > PCI_FEATURE_CONFIGURATION_COMPLETION_LIST. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param RootBridge A pointer to the PCI_IO_DEVICE > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +VOID > > > > > > > > > > > > > > +DestroyRootBridgePciFeaturesConfigCompletionList ( > > > > > > > > > > > > > > + IN PCI_IO_DEVICE *RootBridge > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > +#endif > > > > > > > > > > > > > > diff --git > > a/MdeModulePkg/Bus/Pci/PciBusDxe/PciPlatformSupport.c > > > > > > > b/MdeModulePkg/Bus/Pci/PciBusDxe/PciPlatformSupport.c > > > > > > > new file mode 100644 > > > > > > > index 0000000000..d94037d69a > > > > > > > --- /dev/null > > > > > > > +++ b/MdeModulePkg/Bus/Pci/PciBusDxe/PciPlatformSupport.c > > > > > > > @@ -0,0 +1,565 @@ > > > > > > > +/** @file > > > > > > > > > > > > > > + This file encapsulate the usage of PCI Platform Protocol > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + This file define the necessary hooks used to obtain the pl= atform > > > > > > > > > > > > > > + level data and policies which could be used in the PCI > > Enumeration > > > > > > phases > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +Copyright (c) 2019, Intel Corporation. All rights reserved.<= BR> > > > > > > > > > > > > > > +SPDX-License-Identifier: BSD-2-Clause-Patent > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +#include "PciPlatformSupport.h" > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +EFI_PCI_PLATFORM_PROTOCOL *mPciPlatformP= rotocol; > > > > > > > > > > > > > > +EFI_PCI_OVERRIDE_PROTOCOL *mPciOverrideP= rotocol; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +EFI_PCI_PLATFORM_PROTOCOL2 > > *mPciPlatformProtocol2; > > > > > > > > > > > > > > +EFI_PCI_OVERRIDE_PROTOCOL2 > *mPciOverrideProtocol2; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + This function retrieves the PCI Platform Protocol publishe= d by > > > > platform > > > > > > > driver > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +VOID > > > > > > > > > > > > > > +GetPciPlatformProtocol ( > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + mPciPlatformProtocol2 =3D NULL; > > > > > > > > > > > > > > + gBS->LocateProtocol ( > > > > > > > > > > > > > > + &gEfiPciPlatformProtocol2Guid, > > > > > > > > > > > > > > + NULL, > > > > > > > > > > > > > > + (VOID **) &mPciPlatformProtocol2 > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // If PCI Platform protocol doesn't exist, try to get Pci = Override > > > > Protocol. > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + if (mPciPlatformProtocol2 =3D=3D NULL) { > > > > > > > > > > > > > > + mPciOverrideProtocol2 =3D NULL; > > > > > > > > > > > > > > + gBS->LocateProtocol ( > > > > > > > > > > > > > > + &gEfiPciOverrideProtocol2Guid, > > > > > > > > > > > > > > + NULL, > > > > > > > > > > > > > > + (VOID **) &mPciOverrideProtocol2 > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // fetch the old PCI Platform Protocols if new are not ins= talled > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + if (mPciOverrideProtocol2 =3D=3D NULL) { > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + mPciPlatformProtocol =3D NULL; > > > > > > > > > > > > > > + gBS->LocateProtocol ( > > > > > > > > > > > > > > + &gEfiPciPlatformProtocolGuid, > > > > > > > > > > > > > > + NULL, > > > > > > > > > > > > > > + (VOID **) &mPciPlatformProtocol > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // If PCI Platform protocol doesn't exist, try to get P= ci Override > > > > Protocol. > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + if (mPciPlatformProtocol =3D=3D NULL) { > > > > > > > > > > > > > > + mPciOverrideProtocol =3D NULL; > > > > > > > > > > > > > > + gBS->LocateProtocol ( > > > > > > > > > > > > > > + &gEfiPciOverrideProtocolGuid, > > > > > > > > > > > > > > + NULL, > > > > > > > > > > > > > > + (VOID **) &mPciOverrideProtocol > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + This function indicates the presence of PCI Platform drive= r > > > > > > > > > > > > > > + @retval TRUE or FALSE > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +BOOLEAN > > > > > > > > > > > > > > +CheckPciPlatformProtocolInstall ( > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + if (mPciPlatformProtocol2 !=3D NULL) { > > > > > > > > > > > > > > + return TRUE; > > > > > > > > > > > > > > + } else if (mPciOverrideProtocol2 !=3D NULL) { > > > > > > > > > > > > > > + return TRUE; > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + if (mPciPlatformProtocol !=3D NULL) { > > > > > > > > > > > > > > + return TRUE; > > > > > > > > > > > > > > + } else if (mPciOverrideProtocol !=3D NULL){ > > > > > > > > > > > > > > + return TRUE; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + return FALSE; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Provides the hooks from the PCI bus driver to every PCI co= ntroller > > > > > > > (device/function) at various > > > > > > > > > > > > > > + stages of the PCI enumeration process that allow the host = bridge > > > > driver > > > > > > to > > > > > > > preinitialize individual > > > > > > > > > > > > > > + PCI controllers before enumeration. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + This function is called during the PCI enumeration process= . No > > specific > > > > > > > action is expected from this > > > > > > > > > > > > > > + member function. It allows the host bridge driver to prein= itialize > > > > > > individual > > > > > > > PCI controllers before > > > > > > > > > > > > > > + enumeration. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param[in] HostBridgeHandle The associated PCI host br= idge > > > > handle. > > > > > > > > > > > > > > + @param[in] RootBridgeHandle The associated PCI root br= idge > > > > handle. > > > > > > > > > > > > > > + @param[in] RootBridgePciAddress The address of the PCI dev= ice > > on > > > > the > > > > > > > PCI bus. > > > > > > > > > > > > > > + @param[in] Phase The phase of the PCI controller > > enumeration. > > > > > > > > > > > > > > + @param[in] ExecPhase Defines the execution phase of t= he PCI > > > > chipset > > > > > > > driver. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval Status returns the status from the PCI = Platform > > > > protocol as > > > > > > is > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +PciPlatformPreprocessController ( > > > > > > > > > > > > > > + IN EFI_HANDLE HostBridg= eHandle, > > > > > > > > > > > > > > + IN EFI_HANDLE RootBridg= eHandle, > > > > > > > > > > > > > > + IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_PCI_ADDRESS > > > > > > > RootBridgePciAddress, > > > > > > > > > > > > > > + IN EFI_PCI_CONTROLLER_RESOURCE_ALLOCATION_PHASE > > Phase, > > > > > > > > > > > > > > + IN EFI_PCI_EXECUTION_PHASE ExecPhase > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + EFI_STATUS Status; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if (mPciPlatformProtocol2 !=3D NULL) { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // Call PlatformPci::PrepController() if the protocol is= present. > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + Status =3D mPciPlatformProtocol2->PlatformPrepController= ( > > > > > > > > > > > > > > + > > > > > > > (EFI_PCI_PLATFORM_PROTOCOL*)mPciPlatformProtocol2, > > > > > > > > > > > > > > + HostBridgeHandle, > > > > > > > > > > > > > > + RootBridgeHandle, > > > > > > > > > > > > > > + RootBridgePciAddress, > > > > > > > > > > > > > > + Phase, > > > > > > > > > > > > > > + ExecPhase > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + } else if (mPciOverrideProtocol2 !=3D NULL) { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // Call PlatformPci::PrepController() if the protocol is= present. > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + Status =3D mPciOverrideProtocol2->PlatformPrepController= ( > > > > > > > > > > > > > > + > > > > > > > (EFI_PCI_PLATFORM_PROTOCOL*)mPciOverrideProtocol2, > > > > > > > > > > > > > > + HostBridgeHandle, > > > > > > > > > > > > > > + RootBridgeHandle, > > > > > > > > > > > > > > + RootBridgePciAddress, > > > > > > > > > > > > > > + Phase, > > > > > > > > > > > > > > + ExecPhase > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + if (mPciPlatformProtocol !=3D NULL) { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // Call PlatformPci::PrepController() if the protocol = is present. > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + Status =3D mPciPlatformProtocol->PlatformPrepControlle= r ( > > > > > > > > > > > > > > + mPciPlatformProtocol, > > > > > > > > > > > > > > + HostBridgeHandle, > > > > > > > > > > > > > > + RootBridgeHandle, > > > > > > > > > > > > > > + RootBridgePciAddress, > > > > > > > > > > > > > > + Phase, > > > > > > > > > > > > > > + ExecPhase > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + } else if (mPciOverrideProtocol !=3D NULL) { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // Call PlatformPci::PrepController() if the protocol = is present. > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + Status =3D mPciOverrideProtocol->PlatformPrepControlle= r ( > > > > > > > > > > > > > > + mPciOverrideProtocol, > > > > > > > > > > > > > > + HostBridgeHandle, > > > > > > > > > > > > > > + RootBridgeHandle, > > > > > > > > > > > > > > + RootBridgePciAddress, > > > > > > > > > > > > > > + Phase, > > > > > > > > > > > > > > + ExecPhase > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // return PCI Platform Protocol not found > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + return EFI_NOT_FOUND; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + return Status; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + This function notifies the PCI Platform driver about the P= CI host > > > > bridge > > > > > > > resource > > > > > > > > > > > > > > + allocation phase and PCI execution phase. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param[in] HostBridge The handle of the host bridge > > controller. > > > > > > > > > > > > > > + @param[in] Phase The phase of the PCI bus enumer= ation. > > > > > > > > > > > > > > + @param[in] ExecPhase Defines the execution phase of = the PCI > > > > > > chipset > > > > > > > driver. > > > > > > > > > > > > > > + @retval Status returns the status from the PC= I Platform > > > > protocol > > > > > > as > > > > > > > is > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +PciPlatformNotifyPhase ( > > > > > > > > > > > > > > + IN EFI_HANDLE HostBr= idgeHandle, > > > > > > > > > > > > > > + IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PHASE > > Phase, > > > > > > > > > > > > > > + IN EFI_PCI_EXECUTION_PHASE ExecPh= ase > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + EFI_STATUS Status; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if ( mPciPlatformProtocol2 !=3D NULL) { > > > > > > > > > > > > > > + Status =3D mPciPlatformProtocol2->PlatformNotify ( > > > > > > > > > > > > > > + > > > > > > > (EFI_PCI_PLATFORM_PROTOCOL*)mPciPlatformProtocol2, > > > > > > > > > > > > > > + HostBridgeHandle, > > > > > > > > > > > > > > + Phase, > > > > > > > > > > > > > > + ExecPhase > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + } else if ( mPciOverrideProtocol2 !=3D NULL) { > > > > > > > > > > > > > > + Status =3D mPciOverrideProtocol2->PlatformNotify ( > > > > > > > > > > > > > > + > > > > > > > (EFI_PCI_PLATFORM_PROTOCOL*)mPciOverrideProtocol2, > > > > > > > > > > > > > > + HostBridgeHandle, > > > > > > > > > > > > > > + Phase, > > > > > > > > > > > > > > + ExecPhase > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if ( mPciPlatformProtocol !=3D NULL) { > > > > > > > > > > > > > > + Status =3D mPciPlatformProtocol->PlatformNotify ( > > > > > > > > > > > > > > + mPciPlatformProtocol, > > > > > > > > > > > > > > + HostBridgeHandle, > > > > > > > > > > > > > > + Phase, > > > > > > > > > > > > > > + ExecPhase > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + } else if ( mPciOverrideProtocol !=3D NULL){ > > > > > > > > > > > > > > + Status =3D mPciOverrideProtocol->PlatformNotify ( > > > > > > > > > > > > > > + mPciOverrideProtocol, > > > > > > > > > > > > > > + HostBridgeHandle, > > > > > > > > > > > > > > + Phase, > > > > > > > > > > > > > > + ExecPhase > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // return PCI Platform Protocol not found > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + return EFI_NOT_FOUND; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + return Status; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + This function retrieves the PCI platform policy. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param PciPolicy pointer to the legacy > > > > EFI_PCI_PLATFORM_POLICY > > > > > > > > > > > > > > + @retval Status returns the status from the PCI Plat= form > > protocol > > > > as is > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +PciGetPlatformPolicy ( > > > > > > > > > > > > > > + OUT EFI_PCI_PLATFORM_POLICY *PciPolicy > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + EFI_STATUS Status; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if ( mPciPlatformProtocol2 !=3D NULL) { > > > > > > > > > > > > > > + Status =3D mPciPlatformProtocol2->GetPlatformPolicy ( > > > > > > > > > > > > > > + > > > > > > > (EFI_PCI_PLATFORM_PROTOCOL*)mPciPlatformProtocol2, > > > > > > > > > > > > > > + PciPolicy > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + } else if ( mPciOverrideProtocol2 !=3D NULL) { > > > > > > > > > > > > > > + Status =3D mPciOverrideProtocol2->GetPlatformPolicy ( > > > > > > > > > > > > > > + > > > > > > > (EFI_PCI_PLATFORM_PROTOCOL*)mPciOverrideProtocol2, > > > > > > > > > > > > > > + PciPolicy > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + if ( mPciPlatformProtocol !=3D NULL) { > > > > > > > > > > > > > > + Status =3D mPciPlatformProtocol->GetPlatformPolicy ( > > > > > > > > > > > > > > + mPciPlatformProtocol, > > > > > > > > > > > > > > + PciPolicy > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if ( mPciOverrideProtocol !=3D NULL) { > > > > > > > > > > > > > > + Status =3D mPciOverrideProtocol->GetPlatformPolicy ( > > > > > > > > > > > > > > + mPciOverrideProtocol, > > > > > > > > > > > > > > + PciPolicy > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // return PCI Platform Protocol not found > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + return EFI_NOT_FOUND; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + return Status; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + This function retrieves the Option ROM image and size from= the > > > > Platform. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + It uses the PCI_IO_DEVICE internal fields are used to stor= e > > OpROM > > > > > > > image/size > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param Controller An EFI handle for the PCI bus contro= ller. > > > > > > > > > > > > > > + @param PciIoDevice A PCI_IO_DEVICE pointer to the PCI I= O > > device > > > > to > > > > > > be > > > > > > > registered. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval EFI_SUCCESS The option ROM was availabl= e for this > > > > device > > > > > > > and loaded into memory. > > > > > > > > > > > > > > + @retval EFI_NOT_FOUND No option ROM was available= for > > this > > > > > > device. > > > > > > > > > > > > > > + @retval EFI_OUT_OF_RESOURCES No memory was available to > > load > > > > the > > > > > > > option ROM. > > > > > > > > > > > > > > + @retval EFI_DEVICE_ERROR An error occurred in obtain= ing the > > > > option > > > > > > > ROM. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +GetPlatformPciOptionRom ( > > > > > > > > > > > > > > + IN EFI_HANDLE Controller, > > > > > > > > > > > > > > + IN PCI_IO_DEVICE *PciIoDevice > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + EFI_STATUS Status; > > > > > > > > > > > > > > + VOID *PlatformOpRomBuffer; > > > > > > > > > > > > > > + UINTN PlatformOpRomSize; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if (mPciPlatformProtocol2 !=3D NULL) { > > > > > > > > > > > > > > + Status =3D mPciPlatformProtocol2->GetPciRom ( > > > > > > > > > > > > > > + > > > > > > > (EFI_PCI_PLATFORM_PROTOCOL*)mPciPlatformProtocol2, > > > > > > > > > > > > > > + PciIoDevice->Handle, > > > > > > > > > > > > > > + &PlatformOpRomBuffer, > > > > > > > > > > > > > > + &PlatformOpRomSize > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + } else if (mPciOverrideProtocol2 !=3D NULL) { > > > > > > > > > > > > > > + Status =3D mPciOverrideProtocol2->GetPciRom ( > > > > > > > > > > > > > > + > > > > > > > (EFI_PCI_PLATFORM_PROTOCOL*)mPciOverrideProtocol2, > > > > > > > > > > > > > > + PciIoDevice->Handle, > > > > > > > > > > > > > > + &PlatformOpRomBuffer, > > > > > > > > > > > > > > + &PlatformOpRomSize > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + if (mPciPlatformProtocol !=3D NULL) { > > > > > > > > > > > > > > + Status =3D mPciPlatformProtocol->GetPciRom ( > > > > > > > > > > > > > > + mPciPlatformProtocol, > > > > > > > > > > > > > > + PciIoDevice->Handle, > > > > > > > > > > > > > > + &PlatformOpRomBuffer, > > > > > > > > > > > > > > + &PlatformOpRomSize > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + } else if (mPciOverrideProtocol !=3D NULL) { > > > > > > > > > > > > > > + Status =3D mPciOverrideProtocol->GetPciRom ( > > > > > > > > > > > > > > + mPciOverrideProtocol= , > > > > > > > > > > > > > > + PciIoDevice->Handle, > > > > > > > > > > > > > > + &PlatformOpRomBuffer= , > > > > > > > > > > > > > > + &PlatformOpRomSize > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // return PCI Platform Protocol not found > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + return EFI_NOT_FOUND; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + if (!EFI_ERROR (Status)) { > > > > > > > > > > > > > > + PciIoDevice->EmbeddedRom =3D FALSE; > > > > > > > > > > > > > > + PciIoDevice->RomSize =3D (UINT32)PlatformOpRomSiz= e; > > > > > > > > > > > > > > + PciIoDevice->PciIo.RomSize =3D PlatformOpRomSize; > > > > > > > > > > > > > > + PciIoDevice->PciIo.RomImage =3D PlatformOpRomBuffer; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + return Status; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Helper routine to indicate whether the given PCI device sp= ecific > > > > policy > > > > > > > value > > > > > > > > > > > > > > + dictates to override the Max_Payload_Size to a particular = value, > > or > > > > set as > > > > > > > per > > > > > > > > > > > > > > + device capability. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param MPS Input device-specific policy should be in = terms of > > > > type > > > > > > > > > > > > > > + EFI_PCI_CONF_MAX_PAYLOAD_SIZE > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval TRUE Setup Max_Payload_Size as per device capab= ility > > > > > > > > > > > > > > + FALSE override as per device-specific platform p= olicy > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +BOOLEAN > > > > > > > > > > > > > > +SetupMpsAsPerDeviceCapability ( > > > > > > > > > > > > > > + IN UINT8 MPS > > > > > > > > > > > > > > +) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + if ( MPS =3D=3D EFI_PCI_CONF_MAX_PAYLOAD_SIZE_AUTO) { > > > > > > > > > > > > > > + return TRUE; > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + return FALSE; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Helper routine to indicate whether the given PCI device sp= ecific > > > > policy > > > > > > > value > > > > > > > > > > > > > > + dictates to override the Max_Read_Req_Size to a particular= value, > > or > > > > set > > > > > > as > > > > > > > per > > > > > > > > > > > > > > + device capability. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param MRRS Input device-specific policy should be in = terms > > of > > > > type > > > > > > > > > > > > > > + EFI_PCI_CONF_MAX_READ_REQ_SIZE > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval TRUE Setup Max_Read_Req_Size as per device > > capability > > > > > > > > > > > > > > + FALSE override as per device-specific platform p= olicy > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +BOOLEAN > > > > > > > > > > > > > > +SetupMrrsAsPerDeviceCapability ( > > > > > > > > > > > > > > + IN UINT8 MRRS > > > > > > > > > > > > > > +) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + if ( MRRS =3D=3D EFI_PCI_CONF_MAX_READ_REQ_SIZE_AUTO) { > > > > > > > > > > > > > > + return TRUE; > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + return FALSE; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Routine to translate the given device-specific platform po= licy from > > > > type > > > > > > > > > > > > > > + EFI_PCI_CONF_MAX_PAYLOAD_SIZE to HW-specific value, as per > > PCI > > > > > > Base > > > > > > > Specification > > > > > > > > > > > > > > + Revision 4.0; for the PCI feature Max_Payload_Size. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param MPS Input device-specific policy should be in = terms of > > > > type > > > > > > > > > > > > > > + EFI_PCI_CONF_MAX_PAYLOAD_SIZE > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval Range values for the Max_Payload_Size as d= efined in > > the > > > > > > PCI > > > > > > > > > > > > > > + Base Specification 4.0 > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +UINT8 > > > > > > > > > > > > > > +TranslateMpsSetupValueToPci ( > > > > > > > > > > > > > > + IN UINT8 MPS > > > > > > > > > > > > > > +) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + switch (MPS) { > > > > > > > > > > > > > > + case EFI_PCI_CONF_MAX_PAYLOAD_SIZE_128B: > > > > > > > > > > > > > > + return PCIE_MAX_PAYLOAD_SIZE_128B; > > > > > > > > > > > > > > + case EFI_PCI_CONF_MAX_PAYLOAD_SIZE_256B: > > > > > > > > > > > > > > + return PCIE_MAX_PAYLOAD_SIZE_256B; > > > > > > > > > > > > > > + case EFI_PCI_CONF_MAX_PAYLOAD_SIZE_512B: > > > > > > > > > > > > > > + return PCIE_MAX_PAYLOAD_SIZE_512B; > > > > > > > > > > > > > > + case EFI_PCI_CONF_MAX_PAYLOAD_SIZE_1024B: > > > > > > > > > > > > > > + return PCIE_MAX_PAYLOAD_SIZE_1024B; > > > > > > > > > > > > > > + case EFI_PCI_CONF_MAX_PAYLOAD_SIZE_2048B: > > > > > > > > > > > > > > + return PCIE_MAX_PAYLOAD_SIZE_2048B; > > > > > > > > > > > > > > + case EFI_PCI_CONF_MAX_PAYLOAD_SIZE_4096B: > > > > > > > > > > > > > > + return PCIE_MAX_PAYLOAD_SIZE_4096B; > > > > > > > > > > > > > > + default: > > > > > > > > > > > > > > + return PCIE_MAX_PAYLOAD_SIZE_128B; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Routine to translate the given device-specific platform po= licy from > > > > type > > > > > > > > > > > > > > + EFI_PCI_CONF_MAX_READ_REQ_SIZE to HW-specific value, as > > per > > > > PCI > > > > > > > Base Specification > > > > > > > > > > > > > > + Revision 4.0; for the PCI feature Max_Read_Req_Size. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param MRRS Input device-specific policy should be in = terms > > of > > > > type > > > > > > > > > > > > > > + EFI_PCI_CONF_MAX_READ_REQ_SIZE > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval Range values for the Max_Read_Req_Size as = defined > > in > > > > the > > > > > > > PCI > > > > > > > > > > > > > > + Base Specification 4.0 > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +UINT8 > > > > > > > > > > > > > > +TranslateMrrsSetupValueToPci ( > > > > > > > > > > > > > > + IN UINT8 MRRS > > > > > > > > > > > > > > +) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + switch (MRRS) { > > > > > > > > > > > > > > + case EFI_PCI_CONF_MAX_READ_REQ_SIZE_128B: > > > > > > > > > > > > > > + return PCIE_MAX_READ_REQ_SIZE_128B; > > > > > > > > > > > > > > + case EFI_PCI_CONF_MAX_READ_REQ_SIZE_256B: > > > > > > > > > > > > > > + return PCIE_MAX_READ_REQ_SIZE_256B; > > > > > > > > > > > > > > + case EFI_PCI_CONF_MAX_READ_REQ_SIZE_512B: > > > > > > > > > > > > > > + return PCIE_MAX_READ_REQ_SIZE_512B; > > > > > > > > > > > > > > + case EFI_PCI_CONF_MAX_READ_REQ_SIZE_1024B: > > > > > > > > > > > > > > + return PCIE_MAX_READ_REQ_SIZE_1024B; > > > > > > > > > > > > > > + case EFI_PCI_CONF_MAX_READ_REQ_SIZE_2048B: > > > > > > > > > > > > > > + return PCIE_MAX_READ_REQ_SIZE_2048B; > > > > > > > > > > > > > > + case EFI_PCI_CONF_MAX_READ_REQ_SIZE_4096B: > > > > > > > > > > > > > > + return PCIE_MAX_READ_REQ_SIZE_4096B; > > > > > > > > > > > > > > + default: > > > > > > > > > > > > > > + return PCIE_MAX_READ_REQ_SIZE_128B; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Generic routine to setup the PCI features as per its > > predetermined > > > > > > > defaults. > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +VOID > > > > > > > > > > > > > > +SetupDefaultsDevicePlatformPolicy ( > > > > > > > > > > > > > > + IN PCI_IO_DEVICE *PciDevice > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + PciDevice->SetupMPS =3D > > EFI_PCI_CONF_MAX_PAYLOAD_SIZE_AUTO; > > > > > > > > > > > > > > + PciDevice->SetupMRRS =3D > > > > EFI_PCI_CONF_MAX_READ_REQ_SIZE_AUTO; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Intermediate routine to either get the PCI device specific > > platform > > > > > > policies > > > > > > > > > > > > > > + through the PCI Platform Protocol, or its alias the PCI Ov= erride > > > > Protocol. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param PciIoDevice A pointer to PCI_IO_DEVICE > > > > > > > > > > > > > > + @param PciPlatformProtocol A pointer to > > > > > > > EFI_PCI_PLATFORM_PROTOCOL2 > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval EFI_STATUS The direct status from the PCI= Platform > > > > Protocol > > > > > > > > > > > > > > + @retval EFI_SUCCESS if on returning predetermined = PCI > > features > > > > > > > defaults, > > > > > > > > > > > > > > + for the case when protocol ret= urns as > > > > EFI_UNSUPPORTED > > > > > > > > > > > > > > + to indicate PCI device exist a= nd it has no platform > > > > > > > > > > > > > > + policy defined. > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +GetPciDevicePlatformPolicyEx ( > > > > > > > > > > > > > > + IN PCI_IO_DEVICE *PciIoDevice, > > > > > > > > > > > > > > + IN EFI_PCI_PLATFORM_PROTOCOL2 *PciPlatformProtocol > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + EFI_PCI_PLATFORM_EXTENDED_POLICY > > PciPlatformExtendedPolicy; > > > > > > > > > > > > > > + EFI_STATUS Status; > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + ZeroMem ( &PciPlatformExtendedPolicy, sizeof > > > > > > > (EFI_PCI_PLATFORM_EXTENDED_POLICY)); > > > > > > > > > > > > > > + Status =3D PciPlatformProtocol->GetDevicePolicy ( > > > > > > > > > > > > > > + PciPlatformProtocol, > > > > > > > > > > > > > > + PciIoDevice->Handle, > > > > > > > > > > > > > > + &PciPlatformExtendedPolicy > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // platform chipset policies are returned for this PCI dev= ice > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + if (!EFI_ERROR(Status)) { > > > > > > > > > > > > > > + PciIoDevice->SetupMPS =3D > > PciPlatformExtendedPolicy.DeviceCtlMPS; > > > > > > > > > > > > > > + PciIoDevice->SetupMRRS =3D > > > > PciPlatformExtendedPolicy.DeviceCtlMRRS; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // platform chipset policies are not provided for this PCI= device > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + if (EFI_ERROR(Status) =3D=3D EFI_UNSUPPORTED) { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // let the enumeration happen as per the PCI standard wa= y > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + SetupDefaultsDevicePlatformPolicy ( PciIoDevice); > > > > > > > > > > > > > > + return EFI_SUCCESS; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + return Status; > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Gets the PCI device-specific platform policy from the PCI = Platform > > > > > > Protocol. > > > > > > > > > > > > > > + If no PCI Platform protocol is published than setup the PC= I feature > > to > > > > > > > predetermined > > > > > > > > > > > > > > + defaults, in order to align all the PCI devices in the PCI= hierarchy, > > as > > > > > > > applicable. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param PciDevice A pointer to PCI_IO_DEVICE > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval EFI_STATUS The direct status from the PCI Platf= orm > > > > Protocol > > > > > > > > > > > > > > + @retval EFI_SUCCESS On return of predetermined PCI featu= res > > > > defaults, > > > > > > > for > > > > > > > > > > > > > > + the case when protocol returns as EF= I_UNSUPPORTED > > to > > > > > > > > > > > > > > + indicate PCI device exist and it has= no platform policy > > > > > > > > > > > > > > + defined. Also, on returns when no PC= I Platform > > Protocol > > > > > > > > > > > > > > + exist. > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +GetPciDevicePlatformPolicy ( > > > > > > > > > > > > > > + IN PCI_IO_DEVICE *PciDevice > > > > > > > > > > > > > > + ) > > > > > > > > > > > > > > +{ > > > > > > > > > > > > > > + if ( mPciPlatformProtocol2 !=3D NULL) { > > > > > > > > > > > > > > + return GetPciDevicePlatformPolicyEx ( PciDevice, > > > > > > mPciPlatformProtocol2); > > > > > > > > > > > > > > + } else if (mPciOverrideProtocol2 !=3D NULL) { > > > > > > > > > > > > > > + return GetPciDevicePlatformPolicyEx ( PciDevice, > > > > > > mPciOverrideProtocol2); > > > > > > > > > > > > > > + } else { > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + // new PCI Platform Protocol 2 is not installed; let the > > enumeration > > > > > > > happen > > > > > > > > > > > > > > + // as per PCI standard way > > > > > > > > > > > > > > + // > > > > > > > > > > > > > > + SetupDefaultsDevicePlatformPolicy ( PciDevice); > > > > > > > > > > > > > > + return EFI_SUCCESS; > > > > > > > > > > > > > > + } > > > > > > > > > > > > > > +} > > > > > > > > > > > > > > diff --git > > a/MdeModulePkg/Bus/Pci/PciBusDxe/PciPlatformSupport.h > > > > > > > b/MdeModulePkg/Bus/Pci/PciBusDxe/PciPlatformSupport.h > > > > > > > new file mode 100644 > > > > > > > index 0000000000..d54e46b950 > > > > > > > --- /dev/null > > > > > > > +++ b/MdeModulePkg/Bus/Pci/PciBusDxe/PciPlatformSupport.h > > > > > > > @@ -0,0 +1,193 @@ > > > > > > > +/** @file > > > > > > > > > > > > > > + This file encapsulate the usage of PCI Platform Protocol > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + This file define the necessary hooks used to obtain the pl= atform > > > > > > > > > > > > > > + level data and policies which could be used in the PCI > > Enumeration > > > > > > phases > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +Copyright (c) 2019, Intel Corporation. All rights reserved.<= BR> > > > > > > > > > > > > > > +SPDX-License-Identifier: BSD-2-Clause-Patent > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +#ifndef _EFI_PCI_PLATFORM_SUPPORT_H_ > > > > > > > > > > > > > > +#define _EFI_PCI_PLATFORM_SUPPORT_H_ > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +#include "PciBus.h" > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + This function retrieves the PCI Platform Protocol publishe= d by > > > > platform > > > > > > > driver > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +VOID > > > > > > > > > > > > > > +GetPciPlatformProtocol ( > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + This function indicates the presence of PCI Platform drive= r > > > > > > > > > > > > > > + @retval TRUE or FALSE > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +BOOLEAN > > > > > > > > > > > > > > +CheckPciPlatformProtocolInstall ( > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Provides the hooks from the PCI bus driver to every PCI co= ntroller > > > > > > > (device/function) at various > > > > > > > > > > > > > > + stages of the PCI enumeration process that allow the host = bridge > > > > driver > > > > > > to > > > > > > > preinitialize individual > > > > > > > > > > > > > > + PCI controllers before enumeration. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + This function is called during the PCI enumeration process= . No > > specific > > > > > > > action is expected from this > > > > > > > > > > > > > > + member function. It allows the host bridge driver to prein= itialize > > > > > > individual > > > > > > > PCI controllers before > > > > > > > > > > > > > > + enumeration. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param[in] HostBridgeHandle The associated PCI host br= idge > > > > handle. > > > > > > > > > > > > > > + @param[in] RootBridgeHandle The associated PCI root br= idge > > > > handle. > > > > > > > > > > > > > > + @param[in] RootBridgePciAddress The address of the PCI dev= ice > > on > > > > the > > > > > > > PCI bus. > > > > > > > > > > > > > > + @param[in] Phase The phase of the PCI controller > > enumeration. > > > > > > > > > > > > > > + @param[in] ExecPhase Defines the execution phase of t= he PCI > > > > chipset > > > > > > > driver. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval Status returns the status from the PCI = Platform > > > > protocol as > > > > > > is > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +PciPlatformPreprocessController ( > > > > > > > > > > > > > > + IN EFI_HANDLE HostBridg= eHandle, > > > > > > > > > > > > > > + IN EFI_HANDLE RootBridg= eHandle, > > > > > > > > > > > > > > + IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_PCI_ADDRESS > > > > > > > RootBridgePciAddress, > > > > > > > > > > > > > > + IN EFI_PCI_CONTROLLER_RESOURCE_ALLOCATION_PHASE > > Phase, > > > > > > > > > > > > > > + IN EFI_PCI_EXECUTION_PHASE ExecPhase > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + This function notifies the PCI Platform driver about the P= CI host > > > > bridge > > > > > > > resource > > > > > > > > > > > > > > + allocation phase and PCI execution phase. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param[in] HostBridge The handle of the host bridge > > controller. > > > > > > > > > > > > > > + @param[in] Phase The phase of the PCI bus enumer= ation. > > > > > > > > > > > > > > + @param[in] ExecPhase Defines the execution phase of = the PCI > > > > > > chipset > > > > > > > driver. > > > > > > > > > > > > > > + @retval Status returns the status from the PC= I Platform > > > > protocol > > > > > > as > > > > > > > is > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +PciPlatformNotifyPhase ( > > > > > > > > > > > > > > + IN EFI_HANDLE HostBr= idgeHandle, > > > > > > > > > > > > > > + IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PHASE > > Phase, > > > > > > > > > > > > > > + IN EFI_PCI_EXECUTION_PHASE ExecPh= ase > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + This function retrieves the PCI platform policy. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param PciPolicy pointer to the legacy > > > > EFI_PCI_PLATFORM_POLICY > > > > > > > > > > > > > > + @retval Status returns the status from the PCI Plat= form > > protocol > > > > as is > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +PciGetPlatformPolicy ( > > > > > > > > > > > > > > + OUT EFI_PCI_PLATFORM_POLICY *PciPolicy > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + This function retrieves the Option ROM image and size from= the > > > > Platform. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + It uses the PCI_IO_DEVICE internal fields are used to stor= e > > OpROM > > > > > > > image/size > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param Controller An EFI handle for the PCI bus contro= ller. > > > > > > > > > > > > > > + @param PciIoDevice A PCI_IO_DEVICE pointer to the PCI I= O > > device > > > > to > > > > > > be > > > > > > > registered. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval EFI_SUCCESS The option ROM was availabl= e for this > > > > device > > > > > > > and loaded into memory. > > > > > > > > > > > > > > + @retval EFI_NOT_FOUND No option ROM was available= for > > this > > > > > > device. > > > > > > > > > > > > > > + @retval EFI_OUT_OF_RESOURCES No memory was available to > > load > > > > the > > > > > > > option ROM. > > > > > > > > > > > > > > + @retval EFI_DEVICE_ERROR An error occurred in obtain= ing the > > > > option > > > > > > > ROM. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +GetPlatformPciOptionRom ( > > > > > > > > > > > > > > + IN EFI_HANDLE Controller, > > > > > > > > > > > > > > + IN PCI_IO_DEVICE *PciIoDevice > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Gets the PCI device-specific platform policy from the PCI = Platform > > > > > > Protocol. > > > > > > > > > > > > > > + If no PCI Platform protocol is published than setup the PC= I feature > > to > > > > > > > predetermined > > > > > > > > > > > > > > + defaults, in order to align all the PCI devices in the PCI= hierarchy, > > as > > > > > > > applicable. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param PciDevice A pointer to PCI_IO_DEVICE > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval EFI_STATUS The direct status from the PCI Platf= orm > > > > Protocol > > > > > > > > > > > > > > + @retval EFI_SUCCESS On return of predetermined PCI featu= res > > > > defaults, > > > > > > > for > > > > > > > > > > > > > > + the case when protocol returns as EF= I_UNSUPPORTED > > to > > > > > > > > > > > > > > + indicate PCI device exist and it has= no platform policy > > > > > > > > > > > > > > + defined. Also, on returns when no PC= I Platform > > Protocol > > > > > > > > > > > > > > + exist. > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +EFI_STATUS > > > > > > > > > > > > > > +GetPciDevicePlatformPolicy ( > > > > > > > > > > > > > > + IN PCI_IO_DEVICE *PciDevice > > > > > > > > > > > > > > + ); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Helper routine to indicate whether the given PCI device sp= ecific > > > > policy > > > > > > > value > > > > > > > > > > > > > > + dictates to override the Max_Payload_Size to a particular = value, > > or > > > > set as > > > > > > > per > > > > > > > > > > > > > > + device capability. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param MPS Input device-specific policy should be in = terms of > > > > type > > > > > > > > > > > > > > + EFI_PCI_CONF_MAX_PAYLOAD_SIZE > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval TRUE Setup Max_Payload_Size as per device capab= ility > > > > > > > > > > > > > > + FALSE override as per device-specific platform p= olicy > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +BOOLEAN > > > > > > > > > > > > > > +SetupMpsAsPerDeviceCapability ( > > > > > > > > > > > > > > + IN UINT8 MPS > > > > > > > > > > > > > > +); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Helper routine to indicate whether the given PCI device sp= ecific > > > > policy > > > > > > > value > > > > > > > > > > > > > > + dictates to override the Max_Read_Req_Size to a particular= value, > > or > > > > set > > > > > > as > > > > > > > per > > > > > > > > > > > > > > + device capability. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param MRRS Input device-specific policy should be in = terms > > of > > > > type > > > > > > > > > > > > > > + EFI_PCI_CONF_MAX_READ_REQ_SIZE > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval TRUE Setup Max_Read_Req_Size as per device > > capability > > > > > > > > > > > > > > + FALSE override as per device-specific platform p= olicy > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +BOOLEAN > > > > > > > > > > > > > > +SetupMrrsAsPerDeviceCapability ( > > > > > > > > > > > > > > + IN UINT8 MRRS > > > > > > > > > > > > > > +); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Routine to translate the given device-specific platform po= licy from > > > > type > > > > > > > > > > > > > > + EFI_PCI_CONF_MAX_PAYLOAD_SIZE to HW-specific value, as per > > PCI > > > > > > Base > > > > > > > Specification > > > > > > > > > > > > > > + Revision 4.0; for the PCI feature Max_Payload_Size. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param MPS Input device-specific policy should be in = terms of > > > > type > > > > > > > > > > > > > > + EFI_PCI_CONF_MAX_PAYLOAD_SIZE > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval Range values for the Max_Payload_Size as d= efined in > > the > > > > > > PCI > > > > > > > > > > > > > > + Base Specification 4.0 > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +UINT8 > > > > > > > > > > > > > > +TranslateMpsSetupValueToPci ( > > > > > > > > > > > > > > + IN UINT8 MPS > > > > > > > > > > > > > > +); > > > > > > > > > > > > > > + > > > > > > > > > > > > > > +/** > > > > > > > > > > > > > > + Routine to translate the given device-specific platform po= licy from > > > > type > > > > > > > > > > > > > > + EFI_PCI_CONF_MAX_READ_REQ_SIZE to HW-specific value, as > > per > > > > PCI > > > > > > > Base Specification > > > > > > > > > > > > > > + Revision 4.0; for the PCI feature Max_Read_Req_Size. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @param MRRS Input device-specific policy should be in = terms > > of > > > > type > > > > > > > > > > > > > > + EFI_PCI_CONF_MAX_READ_REQ_SIZE > > > > > > > > > > > > > > + > > > > > > > > > > > > > > + @retval Range values for the Max_Read_Req_Size as = defined > > in > > > > the > > > > > > > PCI > > > > > > > > > > > > > > + Base Specification 4.0 > > > > > > > > > > > > > > +**/ > > > > > > > > > > > > > > +UINT8 > > > > > > > > > > > > > > +TranslateMrrsSetupValueToPci ( > > > > > > > > > > > > > > + IN UINT8 MRRS > > > > > > > > > > > > > > +); > > > > > > > > > > > > > > +#endif > > > > > > > > > > > > > > diff --git > > a/MdeModulePkg/Bus/Pci/PciBusDxe/PciResourceSupport.c > > > > > > > b/MdeModulePkg/Bus/Pci/PciBusDxe/PciResourceSupport.c > > > > > > > index 4969ee0f64..755423f77b 100644 > > > > > > > --- a/MdeModulePkg/Bus/Pci/PciBusDxe/PciResourceSupport.c > > > > > > > +++ b/MdeModulePkg/Bus/Pci/PciBusDxe/PciResourceSupport.c > > > > > > > @@ -198,20 +198,7 @@ CalculateApertureIo16 ( > > > > > > > // > > > > > > > > > > > > > > Status =3D EFI_NOT_FOUND; > > > > > > > > > > > > > > PciPolicy =3D 0; > > > > > > > > > > > > > > - if (gPciPlatformProtocol !=3D NULL) { > > > > > > > > > > > > > > - Status =3D gPciPlatformProtocol->GetPlatformPolicy ( > > > > > > > > > > > > > > - gPciPlatformProtocol, > > > > > > > > > > > > > > - &PciPolicy > > > > > > > > > > > > > > - ); > > > > > > > > > > > > > > - } > > > > > > > > > > > > > > - > > > > > > > > > > > > > > - if (EFI_ERROR (Status) && gPciOverrideProtocol !=3D NULL= ) { > > > > > > > > > > > > > > - Status =3D gPciOverrideProtocol->GetPlatformPolicy ( > > > > > > > > > > > > > > - gPciOverrideProtocol, > > > > > > > > > > > > > > - &PciPolicy > > > > > > > > > > > > > > - ); > > > > > > > > > > > > > > - } > > > > > > > > > > > > > > - > > > > > > > > > > > > > > + Status =3D PciGetPlatformPolicy ( &PciPolicy); > > > > > > > > > > > > > > if (!EFI_ERROR (Status)) { > > > > > > > > > > > > > > if ((PciPolicy & EFI_RESERVE_ISA_IO_ALIAS) !=3D 0) { > > > > > > > > > > > > > > mReserveIsaAliases =3D TRUE; > > > > > > > > > > > > > > diff --git a/MdeModulePkg/MdeModulePkg.dec > > > > > > > b/MdeModulePkg/MdeModulePkg.dec > > > > > > > index 17beb45235..7bcbe5a3ea 100644 > > > > > > > --- a/MdeModulePkg/MdeModulePkg.dec > > > > > > > +++ b/MdeModulePkg/MdeModulePkg.dec > > > > > > > @@ -1026,6 +1026,16 @@ > > > > > > > # @Prompt Enable UEFI Stack Guard. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard|FALSE|BOOLEAN|0 > > > > > > > x30001055 > > > > > > > > > > > > > > > > > > > > > > > > > > > > + ## This PCD is to indicate the PCI Bus driver to setup oth= er new > > PCI > > > > > > > features. > > > > > > > > > > > > > > + # Each PCI feature is represented by its mask bit positio= n and it > > > > > > configures > > > > > > > > > > > > > > + # if that bit is set. > > > > > > > > > > > > > > + # > > > > > > > > > > > > > > + # Bit 0 - if set, the PCI Bus driver programs the device= 's > > > > > > > Max_Payload_Size.
> > > > > > > > > > > > > > + # Bit 1 - if set, the PCI Bus driver programs the device= 's > > > > > > > Max_Read_Req_Size.
> > > > > > > > > > > > > > + # Bit 2 to 31 - Reserved for future use by the PCI Bus d= river.
> > > > > > > > > > > > > > + # @Prompt The UEFI PCU Bus driver enables the new set of o= ther > > PCI > > > > > > > Features. > > > > > > > > > > > > > > + > > > > > > > > > > > > > > > > > > > gEfiMdeModulePkgTokenSpaceGuid.PcdOtherPciFeatures|0x00000003|UIN > > > > > > > T32|0x30001056 > > > > > > > > > > > > > > + > > > > > > > > > > > > > > [PcdsFixedAtBuild, PcdsPatchableInModule] > > > > > > > > > > > > > > ## Dynamic type PCD can be registered callback function fo= r Pcd > > > > setting > > > > > > > action. > > > > > > > > > > > > > > # PcdMaxPeiPcdCallBackNumberPerPcdEntry indicates the > > maximum > > > > > > > number of callback function > > > > > > > > > > > > > > -- > > > > > > > 2.21.0.windows.1