public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ard Biesheuvel" <ard.biesheuvel@linaro.org>
To: Pete Batard <pete@akeo.ie>
Cc: edk2-devel-groups-io <devel@edk2.groups.io>,
	"Leif Lindholm" <leif.lindholm@linaro.org>,
	"Philippe Mathieu-Daudé" <philmd@redhat.com>,
	lintonrjeremy@gmail.com
Subject: Re: [edk2-platforms][PATCH v2 0/4] Platform/RPi4: Add PCIe and xHCI support
Date: Fri, 13 Dec 2019 17:40:16 +0000	[thread overview]
Message-ID: <CAKv+Gu-d29PWUZrZf02xcUge=di6qA0bqq=g91hHugQr+UKd4Q@mail.gmail.com> (raw)
In-Reply-To: <20191213170704.8120-1-pete@akeo.ie>

On Fri, 13 Dec 2019 at 18:07, Pete Batard <pete@akeo.ie> wrote:
>
> Changes from v1 (https://edk2.groups.io/g/devel/message/52160 - 52164):
>
> * Ensure that read/write accesses are serialized in PciSegmentLib.
> * Flesh out commit messages.
> * Minor comments and code updates for whitespaces & capitalization.
>
> Jeremy Linton (4):
>   Silicon/Bcm27xx: Add PCIe constants to Bcm2711.h
>   Silicon/Bcm27xx: Add segment library to handle nonstandard ECAM
>   Silicon/Bcm27xx: Add PCIe host bridge config library
>   Platform/RPi4: Build the PCIe and xHCI drivers into the firmware
>

Thanks Pete

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

I have touched up a couple of style issues, and pushed the series as
c682c58b3a29..9c8c79542eae


>  Platform/RaspberryPi/RPi4/RPi4.dsc                                                            |   29 +-
>  Platform/RaspberryPi/RPi4/RPi4.fdf                                                            |   10 +-
>  Platform/RaspberryPi/RPi4/Readme.md                                                           |   23 +-
>  Silicon/Broadcom/Bcm27xx/Bcm27xx.dec                                                          |    4 +
>  Silicon/Broadcom/Bcm27xx/Include/IndustryStandard/Bcm2711.h                                   |   71 +
>  Silicon/Broadcom/Bcm27xx/Library/Bcm2711PciHostBridgeLib/Bcm2711PciHostBridgeLib.c            |  193 +++
>  Silicon/Broadcom/Bcm27xx/Library/Bcm2711PciHostBridgeLib/Bcm2711PciHostBridgeLib.inf          |   51 +
>  Silicon/Broadcom/Bcm27xx/Library/Bcm2711PciHostBridgeLib/Bcm2711PciHostBridgeLibConstructor.c |  235 ++++
>  Silicon/Broadcom/Bcm27xx/Library/Bcm2711PciSegmentLib/PciSegmentLib.c                         | 1445 ++++++++++++++++++++
>  Silicon/Broadcom/Bcm27xx/Library/Bcm2711PciSegmentLib/PciSegmentLib.inf                       |   35 +
>  10 files changed, 2078 insertions(+), 18 deletions(-)
>  create mode 100644 Silicon/Broadcom/Bcm27xx/Library/Bcm2711PciHostBridgeLib/Bcm2711PciHostBridgeLib.c
>  create mode 100644 Silicon/Broadcom/Bcm27xx/Library/Bcm2711PciHostBridgeLib/Bcm2711PciHostBridgeLib.inf
>  create mode 100644 Silicon/Broadcom/Bcm27xx/Library/Bcm2711PciHostBridgeLib/Bcm2711PciHostBridgeLibConstructor.c
>  create mode 100644 Silicon/Broadcom/Bcm27xx/Library/Bcm2711PciSegmentLib/PciSegmentLib.c
>  create mode 100644 Silicon/Broadcom/Bcm27xx/Library/Bcm2711PciSegmentLib/PciSegmentLib.inf
>
> --
> 2.21.0.windows.1
>

  parent reply	other threads:[~2019-12-13 17:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-13 17:07 [edk2-platforms][PATCH v2 0/4] Platform/RPi4: Add PCIe and xHCI support Pete Batard
2019-12-13 17:07 ` [edk2-platforms][PATCH v2 1/4] Silicon/Bcm27xx: Add PCIe constants to Bcm2711.h Pete Batard
2019-12-13 17:07 ` [edk2-platforms][PATCH v2 2/4] Silicon/Bcm27xx: Add segment library to handle nonstandard ECAM Pete Batard
2019-12-13 17:07 ` [edk2-platforms][PATCH v2 3/4] Silicon/Bcm27xx: Add PCIe host bridge config library Pete Batard
2019-12-13 17:07 ` [edk2-platforms][PATCH v2 4/4] Platform/RPi4: Build the PCIe and xHCI drivers into the firmware Pete Batard
2019-12-13 17:14   ` Philippe Mathieu-Daudé
2019-12-13 17:40 ` Ard Biesheuvel [this message]
2019-12-13 17:51   ` [edk2-platforms][PATCH v2 0/4] Platform/RPi4: Add PCIe and xHCI support Pete Batard

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+Gu-d29PWUZrZf02xcUge=di6qA0bqq=g91hHugQr+UKd4Q@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