[edk2-devel] [edk2-non-osi][PATCH v2 0/2] Introduce Silicon/Ampere and AmpereAltraBinPkg package

Vu Nguyen via groups.io posted 2 patches 3 years, 4 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
Maintainers.txt                               |   4 +
Silicon/Ampere/License.txt                    |  25 +++
.../Ampere/AmpereAltraBinPkg/Ac01BinPkg.dec   |  16 ++
.../Library/PciePhyLib/PciePhyLib.inf         |  23 +++
.../Include/Library/PciePhyLib.h              | 165 ++++++++++++++++++
.../Library/PciePhyLib/PciePhyLib.lib         | Bin 0 -> 26026 bytes
6 files changed, 233 insertions(+)
create mode 100644 Silicon/Ampere/License.txt
create mode 100644 Silicon/Ampere/AmpereAltraBinPkg/Ac01BinPkg.dec
create mode 100644 Silicon/Ampere/AmpereAltraBinPkg/Library/PciePhyLib/PciePhyLib.inf
create mode 100644 Silicon/Ampere/AmpereAltraBinPkg/Include/Library/PciePhyLib.h
create mode 100644 Silicon/Ampere/AmpereAltraBinPkg/Library/PciePhyLib/PciePhyLib.lib
[edk2-devel] [edk2-non-osi][PATCH v2 0/2] Introduce Silicon/Ampere and AmpereAltraBinPkg package
Posted by Vu Nguyen via groups.io 3 years, 4 months ago
This patchset creates edk2-non-osi component holder for Ampere Silicon.
Included is PciePhyLib library that provides necessary functions to
initialize PCIe PHY on ARM64-based Ampere Altra processor. This library
will be used by all Ampere Altra platforms later.

The changes for this patchset can be found at:
https://github.com/AmpereComputing/edk2-non-osi/tree/add-PciePhyLib-v2

Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Signed-off-by: Vu Nguyen <vunguyen@os.amperecomputing.com>

Version History:
V2:
  Remove PciePhyLib.lib binary from the commit
  Update header guard to align with coding standard

Vu Nguyen (2):
  AmpereAltraBinPkg: Add PciePhyLib library and header
  edk2-non-osi: Add AmpereAltraBinPkg maintainers

 Maintainers.txt                               |   4 +
 Silicon/Ampere/License.txt                    |  25 +++
 .../Ampere/AmpereAltraBinPkg/Ac01BinPkg.dec   |  16 ++
 .../Library/PciePhyLib/PciePhyLib.inf         |  23 +++
 .../Include/Library/PciePhyLib.h              | 165 ++++++++++++++++++
 .../Library/PciePhyLib/PciePhyLib.lib         | Bin 0 -> 26026 bytes
 6 files changed, 233 insertions(+)
 create mode 100644 Silicon/Ampere/License.txt
 create mode 100644 Silicon/Ampere/AmpereAltraBinPkg/Ac01BinPkg.dec
 create mode 100644 Silicon/Ampere/AmpereAltraBinPkg/Library/PciePhyLib/PciePhyLib.inf
 create mode 100644 Silicon/Ampere/AmpereAltraBinPkg/Include/Library/PciePhyLib.h
 create mode 100644 Silicon/Ampere/AmpereAltraBinPkg/Library/PciePhyLib/PciePhyLib.lib

-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#68215): https://edk2.groups.io/g/devel/message/68215
Mute This Topic: https://groups.io/mt/78678466/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [edk2-non-osi][PATCH v2 0/2] Introduce Silicon/Ampere and AmpereAltraBinPkg package
Posted by Leif Lindholm 3 years, 4 months ago
Hi Vu,

For the series:
Reviewed-by: Leif Lindholm <leif@nuviainc.com>

However, I'm not sure it makes sense to push this until there is some
platform in edk2-platforms that makes use of it. So I'm holding off on
that for now.

Best Regards,

Leif

On Thu, Dec 03, 2020 at 11:29:22 +0700, Vu Nguyen wrote:
> This patchset creates edk2-non-osi component holder for Ampere Silicon.
> Included is PciePhyLib library that provides necessary functions to
> initialize PCIe PHY on ARM64-based Ampere Altra processor. This library
> will be used by all Ampere Altra platforms later.
> 
> The changes for this patchset can be found at:
> https://github.com/AmpereComputing/edk2-non-osi/tree/add-PciePhyLib-v2
> 
> Cc: Leif Lindholm <leif@nuviainc.com>
> Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Signed-off-by: Vu Nguyen <vunguyen@os.amperecomputing.com>
> 
> Version History:
> V2:
>   Remove PciePhyLib.lib binary from the commit
>   Update header guard to align with coding standard
> 
> Vu Nguyen (2):
>   AmpereAltraBinPkg: Add PciePhyLib library and header
>   edk2-non-osi: Add AmpereAltraBinPkg maintainers
> 
>  Maintainers.txt                               |   4 +
>  Silicon/Ampere/License.txt                    |  25 +++
>  .../Ampere/AmpereAltraBinPkg/Ac01BinPkg.dec   |  16 ++
>  .../Library/PciePhyLib/PciePhyLib.inf         |  23 +++
>  .../Include/Library/PciePhyLib.h              | 165 ++++++++++++++++++
>  .../Library/PciePhyLib/PciePhyLib.lib         | Bin 0 -> 26026 bytes
>  6 files changed, 233 insertions(+)
>  create mode 100644 Silicon/Ampere/License.txt
>  create mode 100644 Silicon/Ampere/AmpereAltraBinPkg/Ac01BinPkg.dec
>  create mode 100644 Silicon/Ampere/AmpereAltraBinPkg/Library/PciePhyLib/PciePhyLib.inf
>  create mode 100644 Silicon/Ampere/AmpereAltraBinPkg/Include/Library/PciePhyLib.h
>  create mode 100644 Silicon/Ampere/AmpereAltraBinPkg/Library/PciePhyLib/PciePhyLib.lib
> 
> -- 
> 2.17.1
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#68470): https://edk2.groups.io/g/devel/message/68470
Mute This Topic: https://groups.io/mt/78678466/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-