public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* Re: [edk2-devel] [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 00/15] PCIe features
       [not found] <160DB790736CEF80.4203@groups.io>
@ 2020-05-10 16:38 ` Javeed, Ashraf
  0 siblings, 0 replies; only message in thread
From: Javeed, Ashraf @ 2020-05-10 16:38 UTC (permalink / raw)
  To: devel@edk2.groups.io, Javeed, Ashraf; +Cc: Wang, Jian J, Wu, Hao A, Ni, Ray

These patches are uploaded in the following repo, for your reference:
https://github.com/ashrafj/edk2-staging/commits/UEFI_PCI_ENHANCE-2

Regards
Ashraf

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Javeed,
> Ashraf
> Sent: Sunday, May 10, 2020 9:58 PM
> To: devel@edk2.groups.io
> Cc: Wang, Jian J <jian.j.wang@intel.com>; Wu, Hao A
> <hao.a.wu@intel.com>; Ni, Ray <ray.ni@intel.com>
> Subject: [edk2-devel] [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 00/15]
> PCIe features
> 
> 
> REF:
>   https://bugzilla.tianocore.org/show_bug.cgi?id=1954
>   https://bugzilla.tianocore.org/show_bug.cgi?id=2194
>   https://bugzilla.tianocore.org/show_bug.cgi?id=2313
>   https://bugzilla.tianocore.org/show_bug.cgi?id=2499
>   https://bugzilla.tianocore.org/show_bug.cgi?id=2500
> 
> Optimization of the PCI Express Protocol and code refactoring of the PCIe
> features in the PciBusDxe.
> 
> Signed-off-by: Ashraf Javeed <ashraf.javeed@intel.com>
> Cc: Jian J Wang <jian.j.wang@intel.com>
> Cc: Hao A Wu <hao.a.wu@intel.com>
> Cc: Ray Ni <ray.ni@intel.com>
> Cc: Ashraf Javeed <ashraf.javeed@intel.com>
> ---
> 
> Ashraf Javeed (15):
>   MdePkg/Protocols: Deprecated the EFI encoded macros
>   MdeModulePkg/PciBusDxe: PciBusDxe Code refactor
>   MdeModulePkg/PciBus: Rename Cache PCIe Capability Structure
>   MdeModulePkg/PciBusDxe: Refactor the PCIe Bridge enable
>   MdeModulePkg/PciBusDxe: Locate PciePlatform/PcieOverride protocol
>   MdeModulePkg/PciBusDxe: Add the framework to init PCIe features
>   MdeModulePkg/PciBusDxe: Enable MaxPayloadSize feature
>   MdeModulePkg/PciBusDxe: Enable MaxReadRequestSize feature
>   MdeModulePkg/PciBusDxe: Enable RelaxedOrdering feature
>   MdeModulePkg/PciBusDxe: Enable NoSnoop feature
>   MdeModulePkg/PciBusDxe: Enable CompletionTimeout feature
>   MdeModulePkg/PciBusDxe: Enable LTR feature
>   MdeModulePkg/PciBusDxe: Enable AtomicOp feature
>   MdeModulePkg/PciBusDxe: Enable ExtendedTag feature
>   MdeModulePkg/PciBusDxe: Enable CommonClockConfiguration feature
> 
>  MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.c               |    3 +-
>  MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.h               |   24 +++--------
>  MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf          |   14 +++----
>  MdeModulePkg/Bus/Pci/PciBusDxe/PciDeviceSupport.c     |   84
> +++++++++++--------------------------
>  MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c |    2 +-
>  MdeModulePkg/Bus/Pci/PciBusDxe/PciExpressFeatures.c   | 2178 ------------
> ---------------------------------------------------------------------------------------------------------
> ---------------------------------------------------------------------------------------------------------
> ---------------------------------------------------------------------------------------------------------
> ---------------------------------------------------------------------------------------------------------
> ---------------------------------------------------------------------------------------------------------
> ---------------------------------------------------------------------------------------------------------
> ---------------------------------------------------------------------------------------------------------
> ---------------------------------------------------------------------------------------------------------
> -------------------------------------------------------------------------------------
>  MdeModulePkg/Bus/Pci/PciBusDxe/PciExpressFeatures.h   |  399 -------------
> ---------------------------------------------------------------------------------------------------------
> ------------------------------------------------------
>  MdeModulePkg/Bus/Pci/PciBusDxe/PciFeatureSupport.c    | 1019 ------------
> ---------------------------------------------------------------------------------------------------------
> ---------------------------------------------------------------------------------------------------------
> ---------------------------------------------------------------------------------------------------------
> ---------------------------------------------------------------------------------------------------------
> ------
>  MdeModulePkg/Bus/Pci/PciBusDxe/PciFeatureSupport.h    |  304 -------------
> ---------------------------------------------------------------------------------------------------------
> -------------
>  MdeModulePkg/Bus/Pci/PciBusDxe/PciPlatformSupport.c   |  902 ------------
> ---------------------------------------------------------------------------------------------------------
> ---------------------------------------------------------------------------------------------------------
> ---------------------------------------------------------------------------------------------------------
> -------------------------------------------------------------
>  MdeModulePkg/Bus/Pci/PciBusDxe/PciPlatformSupport.h   |  119 ------------
> ----------------------------------------
>  MdeModulePkg/Bus/Pci/PciBusDxe/PcieFeatureSupport.c   |  591
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> ++++++++++++++++++++++
>  MdeModulePkg/Bus/Pci/PciBusDxe/PcieFeatureSupport.h   |   76
> +++++++++++++++++++++++++++++++++
>  MdeModulePkg/Bus/Pci/PciBusDxe/PcieFeatures.c         |  893
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> ++++++++++++++++++++++++++++++++++++
>  MdeModulePkg/Bus/Pci/PciBusDxe/PcieFeatures.h         |  148
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> ++++++
>  MdePkg/Include/Protocol/PciExpressPlatform.h          |  630
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> ++++++++++++++++++++++++++++++++++++++++++++++-----------------------
> ---------------------------------------------------------------------------------------------------------
> ---------------------------------------
>  16 files changed, 1989 insertions(+), 5397 deletions(-)  delete mode
> 100644 MdeModulePkg/Bus/Pci/PciBusDxe/PciExpressFeatures.c
>  delete mode 100644
> MdeModulePkg/Bus/Pci/PciBusDxe/PciExpressFeatures.h
>  delete mode 100644
> MdeModulePkg/Bus/Pci/PciBusDxe/PciFeatureSupport.c
>  delete mode 100644
> MdeModulePkg/Bus/Pci/PciBusDxe/PciFeatureSupport.h
>  delete mode 100644
> MdeModulePkg/Bus/Pci/PciBusDxe/PciPlatformSupport.c
>  delete mode 100644
> MdeModulePkg/Bus/Pci/PciBusDxe/PciPlatformSupport.h
>  create mode 100644
> MdeModulePkg/Bus/Pci/PciBusDxe/PcieFeatureSupport.c
>  create mode 100644
> MdeModulePkg/Bus/Pci/PciBusDxe/PcieFeatureSupport.h
>  create mode 100644 MdeModulePkg/Bus/Pci/PciBusDxe/PcieFeatures.c
>  create mode 100644 MdeModulePkg/Bus/Pci/PciBusDxe/PcieFeatures.h
> 
> --
> 2.21.0.windows.1
> 
> 
> -=-=-=-=-=-=
> Groups.io Links: You receive all messages sent to this group.
> 
> View/Reply Online (#59007):
> https://edk2.groups.io/g/devel/message/59007
> Mute This Topic: https://groups.io/mt/74118789/1835458
> Group Owner: devel+owner@edk2.groups.io
> Unsubscribe: https://edk2.groups.io/g/devel/unsub
> [ashraf.javeed@intel.com]
> -=-=-=-=-=-=


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-10 16:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <160DB790736CEF80.4203@groups.io>
2020-05-10 16:38 ` [edk2-devel] [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 00/15] PCIe features Javeed, Ashraf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox