public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Marcin Wojtas" <mw@semihalf.com>
To: Leif Lindholm <leif.lindholm@linaro.org>
Cc: edk2-devel-groups-io <devel@edk2.groups.io>,
	Ard Biesheuvel <ard.biesheuvel@linaro.org>,
	 "jsd@semihalf.com" <jsd@semihalf.com>,
	Grzegorz Jaszczyk <jaz@semihalf.com>,
	 Kostya Porotchkin <kostap@marvell.com>
Subject: Re: [edk2-non-osi: PATCH 0/3] Marvell CN913x device tree
Date: Thu, 10 Oct 2019 19:26:14 +0200	[thread overview]
Message-ID: <CAPv3WKdnreKY3etq96JUvxZPhTqrC_wLt24a+QWYzZj6Z5ep3A@mail.gmail.com> (raw)
In-Reply-To: <20191010165947.GQ25504@bivouac.eciton.net>

[-- Attachment #1: Type: text/plain, Size: 3313 bytes --]

czw., 10 paź 2019 o 18:59 Leif Lindholm <leif.lindholm@linaro.org>
napisał(a):

> On Thu, Oct 10, 2019 at 07:41:15AM +0200, Marcin Wojtas wrote:
> > Hi,
> >
> > As agreed, due to the licencing concerns (GPL/MIT), it is
> > better to keep the device trees for newly added SoC family
> > in edk2-non-osi.
> >
> > For convenience, the patches are available in the public
> > github branch:
> >
> https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/commits/cn913x-dt-upstream-r20191009
> >
> > I'm looking forward to your comments or remarks.
>
> For the series:
> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
> Pushed as 0aeb376e96..fabc1df61a.
>
>
Thanks!

Best regards,
Marcin


>
> > Best regards,
> > Marcin
> >
> > Marcin Wojtas (3):
> >   Marvell/Cn9130Db: Add DeviceTree
> >   Marvell/Cn9131Db: Add DeviceTree
> >   Marvell/Cn9132Db: Add DeviceTree
> >
> >  Silicon/Marvell/OcteonTx/DeviceTree/T91/Cn9130DbA.inf          |  22 +
> >  Silicon/Marvell/OcteonTx/DeviceTree/T91/Cn9131DbA.inf          |  22 +
> >  Silicon/Marvell/OcteonTx/DeviceTree/T91/Cn9132DbA.inf          |  22 +
> >  Silicon/Marvell/OcteonTx/DeviceTree/T91/armada-ap806-quad.dtsi |  43 ++
> >  Silicon/Marvell/OcteonTx/DeviceTree/T91/armada-ap806.dtsi      | 264
> ++++++++++
> >  Silicon/Marvell/OcteonTx/DeviceTree/T91/armada-common.dtsi     |  10 +
> >  Silicon/Marvell/OcteonTx/DeviceTree/T91/armada-cp110.dtsi      | 552
> ++++++++++++++++++++
> >  Silicon/Marvell/OcteonTx/DeviceTree/T91/cn9130-db-A.dts        | 185
> +++++++
> >  Silicon/Marvell/OcteonTx/DeviceTree/T91/cn9130-db.dtsi         | 168
> ++++++
> >  Silicon/Marvell/OcteonTx/DeviceTree/T91/cn9130.dtsi            | 126
> +++++
> >  Silicon/Marvell/OcteonTx/DeviceTree/T91/cn9131-db-A.dts        |  29 +
> >  Silicon/Marvell/OcteonTx/DeviceTree/T91/cn9131-db.dtsi         | 175
> +++++++
> >  Silicon/Marvell/OcteonTx/DeviceTree/T91/cn9132-db-A.dts        |  70 +++
> >  Silicon/Marvell/OcteonTx/DeviceTree/T91/cn9132-db.dtsi         | 159
> ++++++
> >  14 files changed, 1847 insertions(+)
> >  create mode 100644 Silicon/Marvell/OcteonTx/DeviceTree/T91/Cn9130DbA.inf
> >  create mode 100644 Silicon/Marvell/OcteonTx/DeviceTree/T91/Cn9131DbA.inf
> >  create mode 100644 Silicon/Marvell/OcteonTx/DeviceTree/T91/Cn9132DbA.inf
> >  create mode 100644
> Silicon/Marvell/OcteonTx/DeviceTree/T91/armada-ap806-quad.dtsi
> >  create mode 100644
> Silicon/Marvell/OcteonTx/DeviceTree/T91/armada-ap806.dtsi
> >  create mode 100644
> Silicon/Marvell/OcteonTx/DeviceTree/T91/armada-common.dtsi
> >  create mode 100644
> Silicon/Marvell/OcteonTx/DeviceTree/T91/armada-cp110.dtsi
> >  create mode 100644
> Silicon/Marvell/OcteonTx/DeviceTree/T91/cn9130-db-A.dts
> >  create mode 100644
> Silicon/Marvell/OcteonTx/DeviceTree/T91/cn9130-db.dtsi
> >  create mode 100644 Silicon/Marvell/OcteonTx/DeviceTree/T91/cn9130.dtsi
> >  create mode 100644
> Silicon/Marvell/OcteonTx/DeviceTree/T91/cn9131-db-A.dts
> >  create mode 100644
> Silicon/Marvell/OcteonTx/DeviceTree/T91/cn9131-db.dtsi
> >  create mode 100644
> Silicon/Marvell/OcteonTx/DeviceTree/T91/cn9132-db-A.dts
> >  create mode 100644
> Silicon/Marvell/OcteonTx/DeviceTree/T91/cn9132-db.dtsi
> >
> > --
> > 2.7.4
> >
>

[-- Attachment #2: Type: text/html, Size: 4376 bytes --]

      reply	other threads:[~2019-10-10 17:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-10  5:41 [edk2-non-osi: PATCH 0/3] Marvell CN913x device tree Marcin Wojtas
2019-10-10  5:41 ` [edk2-non-osi: PATCH 1/3] Marvell/Cn9130Db: Add DeviceTree Marcin Wojtas
2019-10-10  5:41 ` [edk2-non-osi: PATCH 2/3] Marvell/Cn9131Db: " Marcin Wojtas
2019-10-10  5:41 ` [edk2-non-osi: PATCH 3/3] Marvell/Cn9132Db: " Marcin Wojtas
2019-10-10 16:59 ` [edk2-non-osi: PATCH 0/3] Marvell CN913x device tree Leif Lindholm
2019-10-10 17:26   ` Marcin Wojtas [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=CAPv3WKdnreKY3etq96JUvxZPhTqrC_wLt24a+QWYzZj6Z5ep3A@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