public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Ard Biesheuvel <ard.biesheuvel@linaro.org>
To: Marcin Wojtas <mw@semihalf.com>
Cc: "edk2-devel@lists.01.org" <edk2-devel@lists.01.org>,
	"Leif Lindholm" <leif.lindholm@linaro.org>,
	"Nadav Haklai" <nadavh@marvell.com>,
	"Jan Dąbroś" <jsd@semihalf.com>,
	"Grzegorz Jaszczyk" <jaz@semihalf.com>
Subject: Re: [platforms: PATCH v2 0/6] Armada7k8k ComPhy rework
Date: Thu, 2 Aug 2018 21:02:53 +0200	[thread overview]
Message-ID: <CAKv+Gu8_mMmbBHgRD6gwJzr7=DXUhEQg-=HQw2txBBMMh2-GJA@mail.gmail.com> (raw)
In-Reply-To: <1532589696-16902-1-git-send-email-mw@semihalf.com>

On 26 July 2018 at 09:21, Marcin Wojtas <mw@semihalf.com> wrote:
> Hi,
>
> The second version of the patchset brings minor corrections,
> that were pointed out during review. Details can be found
> int the commit logs.
>
> The patches are available in the github:
> https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/commits/comphy-upstream-r20180726
>
> I'm looking forward to review and any comments/remarks.
>
> Best regards,
> Marcin
>
> Changelog:
> v1 -> v2
>  * 1/6
>    - improve commit message
>    - create dedicated header for externally defined SiP services
>      ComPhy parameters
>    - add comments about external definitions
>
>  * 2,3,4/6
>    - s/firmware/ARM-TF/ in the commit messages
>
>  * 5,6/6
>    - swap order without any changes in the patches - in the first
>      series compilation was broken on 5th and immediately fixed in
>      the last patch. Now every patch compiles.
>
> Grzegorz Jaszczyk (5):
>   Marvell/Library: ComPhyLib: Configure SATA, SGMII and SFI in ARM-TF
>   Marvell/Library: ComPhyLib: Configure PCIE in ARM-TF
>   Marvell/Library: ComPhyLib: Configure RXAUI in ARM-TF
>   Marvell/Library: ComPhyLib: Configure USB in ARM-TF
>   Marvell/Library: ComPhyLib: Remove both PHY and PIPE selector config
>   Marvell/Library: ComPhyLib: Clean up the library after rework
>

Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

Pushed as 016d55843a01..9dae9a0c7996

Thanks!

>  Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc                                              |   23 +-
>  Silicon/Marvell/Library/ComPhyLib/ComPhyLib.inf                                            |    2 +-
>  Silicon/Marvell/Armada7k8k/Library/Armada7k8kSampleAtResetLib/Armada7k8kSampleAtResetLib.h |   22 -
>  Silicon/Marvell/Include/Library/SampleAtResetLib.h                                         |    7 -
>  Silicon/Marvell/Library/ComPhyLib/ComPhyLib.h                                              |  512 +-----
>  Silicon/Marvell/Library/ComPhyLib/ComPhySipSvc.h                                           |   86 +
>  Silicon/Marvell/Armada7k8k/Library/Armada7k8kSampleAtResetLib/Armada7k8kSampleAtResetLib.c |   19 -
>  Silicon/Marvell/Library/ComPhyLib/ComPhyCp110.c                                            | 1777 +-------------------
>  Silicon/Marvell/Library/ComPhyLib/ComPhyLib.c                                              |   41 +-
>  Silicon/Marvell/Library/ComPhyLib/ComPhyMux.c                                              |  132 --
>  10 files changed, 170 insertions(+), 2451 deletions(-)

(/me does a little dance after reading this line)

>  create mode 100644 Silicon/Marvell/Library/ComPhyLib/ComPhySipSvc.h
>  delete mode 100644 Silicon/Marvell/Library/ComPhyLib/ComPhyMux.c
>
> --
> 2.7.4
>


  parent reply	other threads:[~2018-08-02 19:02 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-26  7:21 [platforms: PATCH v2 0/6] Armada7k8k ComPhy rework Marcin Wojtas
2018-07-26  7:21 ` [platforms: PATCH v2 1/6] Marvell/Library: ComPhyLib: Configure SATA, SGMII and SFI in ARM-TF Marcin Wojtas
2018-07-26  7:21 ` [platforms: PATCH v2 2/6] Marvell/Library: ComPhyLib: Configure PCIE " Marcin Wojtas
2018-07-26  7:21 ` [platforms: PATCH v2 3/6] Marvell/Library: ComPhyLib: Configure RXAUI " Marcin Wojtas
2018-07-26  7:21 ` [platforms: PATCH v2 4/6] Marvell/Library: ComPhyLib: Configure USB " Marcin Wojtas
2018-07-26  7:21 ` [platforms: PATCH v2 5/6] Marvell/Library: ComPhyLib: Remove both PHY and PIPE selector config Marcin Wojtas
2018-07-26  7:21 ` [platforms: PATCH v2 6/6] Marvell/Library: ComPhyLib: Clean up the library after rework Marcin Wojtas
2018-07-30 16:36 ` [platforms: PATCH v2 0/6] Armada7k8k ComPhy rework Marcin Wojtas
2018-08-02 19:02 ` Ard Biesheuvel [this message]
2018-08-03  9:41   ` Marcin Wojtas

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='CAKv+Gu8_mMmbBHgRD6gwJzr7=DXUhEQg-=HQw2txBBMMh2-GJA@mail.gmail.com' \
    --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