From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=wFdrm1Po; spf=pass (domain: linaro.org, ip: 209.85.128.68, mailfrom: leif.lindholm@linaro.org) Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by groups.io with SMTP; Fri, 16 Aug 2019 10:10:25 -0700 Received: by mail-wm1-f68.google.com with SMTP id z23so4644669wmf.2 for ; Fri, 16 Aug 2019 10:10:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=xGur8yPVesDUA7eIOYrkya8zaGsj7QSvE8WH0KdI48U=; b=wFdrm1PoRb3p2a7Bfebd9pU0fLLRJiZopWXZLCHAUH17J+Pkn6efy/9sfziajrBBOy UE2Z+KKnYr41jLyj9b4VKFe+MGzfOO6jBizfvrCx3t7GrMQUio1avbzdPzgD6Y8CDDvd E7LzKL4qKSBje7CHg9PYSBFCDY3vbuhhYBWXxI75SdKfFajRB7mvDPo17Rb1bdZeVU/o iG6rgjlHV5HbQdUfmV9hJzFN7pTRkTAXBDnUN8J6qxEkcYZJJeL588snI95z4gx9oxbM n4nQgCACIGLZyZSYi0TqD3BS25oPvDxYb/hmkzu+gDsrFiWo5tu4NOMJJCKh43gv01FU vbLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=xGur8yPVesDUA7eIOYrkya8zaGsj7QSvE8WH0KdI48U=; b=nUOw+vOJlq+H+fj1NmjzxFzIqq7OLJ/vrgjX/kTRwxLeXwrSO5I9rndvW1F0nDvITj 4g6xW2pujxbIpC/hEU/hWB+VM/F3rK/PuS8Hk1eIYicqiWXzXgBEf/+XmjgmoHNIck8/ nWMqe1PLlLdZPuvxTOr+qD+3P4ttwduIrrWyUk1YQ9cg66W1BNKOsVy3NLoEN7e7v0i9 PABPGSTEly/9FPjhMI6Az4zYbHhZXeI4aVc3LBw0SW0V0NuerUpD7k+L+gGRljI1H+qr HynOFdH02VDGepRgr7s3Kqg2CbDf1ps6I09gZ5qx3xV1M/76vGMnujNkGBqKKJZdhgji HS2w== X-Gm-Message-State: APjAAAUHeklr/xb4cIgMsmiObAuHqx97t+GhM5vGal8N09QrR0fG8ffE 6CiPPx1HmsWgyezo+1WkWDYjjA== X-Google-Smtp-Source: APXvYqwU5p3yfaYjhoYHiP4xs7CXNKV4AsrNUykYTAabABRveu5EDCg8s19mmeKEqroXQJxjvYaoFg== X-Received: by 2002:a1c:9c8a:: with SMTP id f132mr8447367wme.29.1565975423843; Fri, 16 Aug 2019 10:10:23 -0700 (PDT) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id 39sm19001350wrc.45.2019.08.16.10.10.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Aug 2019 10:10:23 -0700 (PDT) Date: Fri, 16 Aug 2019 18:10:21 +0100 From: "Leif Lindholm" To: Marcin Wojtas Cc: devel@edk2.groups.io, ard.biesheuvel@linaro.org, jsd@semihalf.com, jaz@semihalf.com, kostap@marvell.com Subject: Re: [edk2-platforms: PATCH v2 03/10] Marvell/Cn9130Db: Add DeviceTree Message-ID: <20190816171021.GV29255@bivouac.eciton.net> References: <1565837654-13258-1-git-send-email-mw@semihalf.com> <1565837654-13258-4-git-send-email-mw@semihalf.com> MIME-Version: 1.0 In-Reply-To: <1565837654-13258-4-git-send-email-mw@semihalf.com> User-Agent: Mutt/1.10.1 (2018-07-13) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Aug 15, 2019 at 04:54:07AM +0200, Marcin Wojtas wrote: > This patch adds device tree sources which are common for Cn913x SoCs > and the CN9130 development board (variant A). Wiring up of support > will be done in the follow-up commits. > > Signed-off-by: Marcin Wojtas Again, I've not reviewed the contents extensively, *but* this patch cannot go into edk2-platforms - it has GPL licensed content. Was it meant for edk2-non-osi? Because we could take it there. Best Regards, Leif > --- > Silicon/Marvell/OcteonTx/DeviceTree/T91/Cn9130DbA.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 | 173 ++++++ > Silicon/Marvell/OcteonTx/DeviceTree/T91/cn9132-db-A.dts | 76 +++ > Silicon/Marvell/OcteonTx/DeviceTree/T91/cn9132-db.dtsi | 151 ++++++ > 12 files changed, 1799 insertions(+) > create mode 100644 Silicon/Marvell/OcteonTx/DeviceTree/T91/Cn9130DbA.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