From: "Leif Lindholm" <leif.lindholm@linaro.org>
To: Marcin Wojtas <mw@semihalf.com>
Cc: devel@edk2.groups.io, ard.biesheuvel@linaro.org,
jsd@semihalf.com, jaz@semihalf.com, kostap@marvell.com
Subject: Re: [edk2-non-osi: PATCH 0/3] Marvell CN913x device tree
Date: Thu, 10 Oct 2019 17:59:47 +0100 [thread overview]
Message-ID: <20191010165947.GQ25504@bivouac.eciton.net> (raw)
In-Reply-To: <1570686078-25140-1-git-send-email-mw@semihalf.com>
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!
/
Leif
> 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
>
next prev parent reply other threads:[~2019-10-10 16:59 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 ` Leif Lindholm [this message]
2019-10-10 17:26 ` [edk2-non-osi: PATCH 0/3] Marvell CN913x device tree 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=20191010165947.GQ25504@bivouac.eciton.net \
--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