public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Leif Lindholm" <leif@nuviainc.com>
To: Wasim Khan <wasim.khan@oss.nxp.com>
Cc: devel@edk2.groups.io, meenakshi.aggarwal@nxp.com,
	V.Sethi@nxp.com, ard.biesheuvel@arm.com,
	Wasim Khan <wasim.khan@nxp.com>
Subject: Re: [PATCH edk2-platforms v5 0/3] Add SerDes Support
Date: Fri, 12 Jun 2020 16:32:48 +0100	[thread overview]
Message-ID: <20200612153248.GH28566@vanye> (raw)
In-Reply-To: <1591642355-26470-1-git-send-email-wasim.khan@oss.nxp.com>

On Tue, Jun 09, 2020 at 00:22:32 +0530, Wasim Khan wrote:
> From: Wasim Khan <wasim.khan@nxp.com>
> 
> NXP SoCs supports different Serdes protocols using reset
> configuration word (RCW). 
> Based on Serdes protocol value in reset configuration word (RCW)
> different IP blocks gets enabled in HW.
> 
> This patch series implements SerDesHelperLib and provide SoC specific
> serdes configuration for LS1043A, which can be used by different IPs
> (Ex: PCIe) to know the enabled interfaces and perform the required
> initialization.
> 
> V1 Series can be referred here:
> https://edk2.groups.io/g/devel/message/60542
> 
> V2 Series can be referred here:
> https://edk2.groups.io/g/devel/message/60836
> 
> V3 Series can be referred here:
> https://edk2.groups.io/g/devel/message/60901
> 
> Changes in V4:
> - Included SocSerDes.h , which got missed in V3
> 
> Changes in V5:
> - Corrected enum value and CheckPatch fix

For the series:
Reviewed-by: Leif Lindholm <leif@nuviainc.com>
Pushed as 6d4fed696d00..c764551258ee.

> Wasim Khan (3):
>   Silicon/NXP/Library: Implement SerDesHelperLib
>   Silicon/NXP: LS1043A: Add SerDes Support
>   Silicon/NXP: PciHostBridgeLib: Initialize only enabled PCIe
>     controllers
> 
>  Silicon/NXP/NxpQoriqLs.dec                                |   1 +
>  Silicon/NXP/LS1043A/LS1043A.dsc.inc                       |   2 +
>  Silicon/NXP/LS1043A/Library/SocLib/SocLib.inf             |   6 +
>  Silicon/NXP/Library/PciHostBridgeLib/PciHostBridgeLib.inf |   1 +
>  Silicon/NXP/Library/SerDesHelperLib/SerDesHelperLib.inf   |  28 ++++
>  Silicon/NXP/Include/Library/SerDes.h                      |  28 ++++
>  Silicon/NXP/Include/Library/SerDesHelperLib.h             |  64 ++++++++
>  Silicon/NXP/LS1043A/Include/SocSerDes.h                   |  33 ++++
>  Silicon/NXP/LS1043A/Library/SocLib/SerDes.c               | 119 ++++++++++++++
>  Silicon/NXP/Library/PciHostBridgeLib/PciHostBridgeLib.c   |  35 ++++-
>  Silicon/NXP/Library/SerDesHelperLib/SerDesHelperLib.c     | 164 ++++++++++++++++++++
>  11 files changed, 480 insertions(+), 1 deletion(-)
>  create mode 100644 Silicon/NXP/Library/SerDesHelperLib/SerDesHelperLib.inf
>  create mode 100644 Silicon/NXP/Include/Library/SerDes.h
>  create mode 100644 Silicon/NXP/Include/Library/SerDesHelperLib.h
>  create mode 100644 Silicon/NXP/LS1043A/Include/SocSerDes.h
>  create mode 100644 Silicon/NXP/LS1043A/Library/SocLib/SerDes.c
>  create mode 100644 Silicon/NXP/Library/SerDesHelperLib/SerDesHelperLib.c
> 
> -- 
> 2.7.4
> 

      parent reply	other threads:[~2020-06-12 15:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-08 18:52 [PATCH edk2-platforms v5 0/3] Add SerDes Support Wasim Khan
2020-06-08 18:52 ` [PATCH edk2-platforms v5 1/3] Silicon/NXP/Library: Implement SerDesHelperLib Wasim Khan
2020-06-08 18:52 ` [PATCH edk2-platforms v5 2/3] Silicon/NXP: LS1043A: Add SerDes Support Wasim Khan
2020-06-08 18:52 ` [PATCH edk2-platforms v5 3/3] Silicon/NXP: PciHostBridgeLib: Initialize only enabled PCIe controllers Wasim Khan
2020-06-09  8:23 ` [edk2-devel] [PATCH edk2-platforms v5 0/3] Add SerDes Support Jonathan Cameron
2020-06-12 15:32 ` Leif Lindholm [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200612153248.GH28566@vanye \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox