From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3B1C8C28CC5 for ; Sun, 2 Jun 2019 08:05:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 144CA27887 for ; Sun, 2 Jun 2019 08:05:08 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=sifive.com header.i=@sifive.com header.b="N0+66sds" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726716AbfFBIFH (ORCPT ); Sun, 2 Jun 2019 04:05:07 -0400 Received: from mail-wr1-f65.google.com ([209.85.221.65]:38380 "EHLO mail-wr1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726122AbfFBIFG (ORCPT ); Sun, 2 Jun 2019 04:05:06 -0400 Received: by mail-wr1-f65.google.com with SMTP id d18so9200802wrs.5 for ; Sun, 02 Jun 2019 01:05:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sifive.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=lVmMBuEiI1TSAqk1FfU1U7RUZqQknARWWYl0UzTN3/Y=; b=N0+66sdsXoQBYe50js1Hd52DvXCm4tFQava67j46KPwocptMhSkacRnEsrzP08Sv6M ZO4VUhIwToGBw8eN/1xJi368/FFSszJMbNCn5PezA6EG+vz8FUys0h/WIhvgZ6Sb7dJX arodLadOwkTr6yi8k0komr+0GlJYEFNAfKRXeHBIKNSGA+FWbi9Lg3jhdhV4LvCF6gA+ pX0CT4cSJOtDf3SNJj3EVTLwumDy3eb6KNuOjL2UKl6p66l8keQ9xiKBwQdgj529JNXM PUwHCxI9d13KHE5/iJxSHMTnVwJ1alpsZRWvIyrqmjXXUliRLsyle0kZsAGfffvmBszF s/wA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=lVmMBuEiI1TSAqk1FfU1U7RUZqQknARWWYl0UzTN3/Y=; b=EoYUTfXqn6GhnRn2hLKpQ2kBLfO5iAq5AHwz9h64oMVwv7LIMqNSY1oLShLpANb2PP iFFYLzCeuv13qRKB/9NVxZnYxjy48C+C+WvKz9utMrUH/OVeaubOwFrVnYK7ZOmitR7v dVWSXL5mnuLQ+GFGfhcF6PwMgaifpljRuKc6L7OiSP+LmWL7o5/CVnD3+Mj6k8G08GZ8 lj+YLnflRwD6TDbtb2gAhhMUforxHe+7w0E5IUOXQc+LjI12J3z2iFTiktSmRBj1ZxtG xMaiX3NezcpGUb6xpHW3Io/uAFeyOnWAlGaEHVWoZ77Xt88F+UoWFue85nrTqc2B3dzx Eg9Q== X-Gm-Message-State: APjAAAXTwJaWxxXzEgNeGrPRDRq/YbznfngCObPNbyZxlUibLTzWcsiG q0gR/LseSLdSyNc71iOZTZNHYYyPVwc= X-Google-Smtp-Source: APXvYqwLy0yWkg8fh1zyhbcW1Qh35LNKhxDQz/zoicwalKTyGXTF96bXuh+t5ibVzUNKdpqPOru/Jg== X-Received: by 2002:adf:eb0f:: with SMTP id s15mr1040541wrn.147.1559462704760; Sun, 02 Jun 2019 01:05:04 -0700 (PDT) Received: from viisi.fritz.box (217-76-161-89.static.highway.a1.net. [217.76.161.89]) by smtp.gmail.com with ESMTPSA id l190sm10186301wml.16.2019.06.02.01.05.03 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Sun, 02 Jun 2019 01:05:04 -0700 (PDT) From: Paul Walmsley To: linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org Cc: Paul Walmsley , Palmer Dabbelt , Albert Ou Subject: [PATCH v3 1/5] arch: riscv: add support for building DTB files from DT source data Date: Sun, 2 Jun 2019 01:04:56 -0700 Message-Id: <20190602080500.31700-2-paul.walmsley@sifive.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190602080500.31700-1-paul.walmsley@sifive.com> References: <20190602080500.31700-1-paul.walmsley@sifive.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Similar to ARM64, add support for building DTB files from DT source data for RISC-V boards. This patch starts with the infrastructure needed for SiFive boards. Boards from other vendors would add support here in a similar form. Signed-off-by: Paul Walmsley Signed-off-by: Paul Walmsley Cc: Palmer Dabbelt Cc: Albert Ou --- arch/riscv/boot/dts/Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 arch/riscv/boot/dts/Makefile diff --git a/arch/riscv/boot/dts/Makefile b/arch/riscv/boot/dts/Makefile new file mode 100644 index 000000000000..dcc3ada78455 --- /dev/null +++ b/arch/riscv/boot/dts/Makefile @@ -0,0 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0 +subdir-y += sifive -- 2.20.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.0 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,T_DKIMWL_WL_HIGH,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1BD2DC28CC5 for ; Sun, 2 Jun 2019 08:05:14 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E93C827888 for ; Sun, 2 Jun 2019 08:05:13 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="pclEJXIy"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=sifive.com header.i=@sifive.com header.b="N0+66sds" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E93C827888 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sifive.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-riscv-bounces+infradead-linux-riscv=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=NiXWsaCYS/ds5WByT/Y6oKcFBoUOFeDflX9REXZxoPo=; b=pclEJXIyC27h07 rzboh/JQ67dbc8eUt9TyeCNMKBuS2978KDUDWuH822Bz8NWlr5YeFBjtlkdi6QsNSkxgV75pFM5op daEhLE6pB/q9P980MYSLPlxsB5WzmT+YM+Ea9TAGGfoTZagzGbTR7R0Eh5QMJ0HSuJx1vwz9fi+8g Ivvxn1Lv0pHptbjncRD0i38rjGQX5IIK5F+zZ6QjT5A08juJ46fYglrscELxZm8UswH493nn0ILVZ 5DEG3N1a0e9DvbS52sKAcZdyl8bHeRWy5XYvEDw6xH1HNVVQ+4r1xSJmpofNKKiJFEf1+jyXkT4if Xoo7nvW7CUfQnogOOVpw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hXLUL-0004ev-Fc; Sun, 02 Jun 2019 08:05:09 +0000 Received: from mail-wr1-x442.google.com ([2a00:1450:4864:20::442]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hXLUI-0004BS-2w for linux-riscv@lists.infradead.org; Sun, 02 Jun 2019 08:05:07 +0000 Received: by mail-wr1-x442.google.com with SMTP id d18so9200797wrs.5 for ; Sun, 02 Jun 2019 01:05:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sifive.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=lVmMBuEiI1TSAqk1FfU1U7RUZqQknARWWYl0UzTN3/Y=; b=N0+66sdsXoQBYe50js1Hd52DvXCm4tFQava67j46KPwocptMhSkacRnEsrzP08Sv6M ZO4VUhIwToGBw8eN/1xJi368/FFSszJMbNCn5PezA6EG+vz8FUys0h/WIhvgZ6Sb7dJX arodLadOwkTr6yi8k0komr+0GlJYEFNAfKRXeHBIKNSGA+FWbi9Lg3jhdhV4LvCF6gA+ pX0CT4cSJOtDf3SNJj3EVTLwumDy3eb6KNuOjL2UKl6p66l8keQ9xiKBwQdgj529JNXM PUwHCxI9d13KHE5/iJxSHMTnVwJ1alpsZRWvIyrqmjXXUliRLsyle0kZsAGfffvmBszF s/wA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=lVmMBuEiI1TSAqk1FfU1U7RUZqQknARWWYl0UzTN3/Y=; b=Aw2V0YEu3kohUi5zWk4irjpL73Vy/MuogNTVEjTMVpjF7re2SRaCM+CmsOcxEQ7jdn vbP1jowGfrFc2f2QJfrIg4LfrM61uKwNaYgIT0XkVuHTps+LluG2Md8peKnEGYgoCwv2 GLpmCDosCvB37REnYLAwQ+Db0gHV7MVNeNONE51pPyuXCdg+ECCB8PpMHoOtu0ww1wnm ejG5F4GKltup6LWQKbJmpZf+tCvey9vWgMavM3X5qy00W5LIggwOnmKnU718Ofgv8Hhz /onE9Y16CpcfrN1l9HpTZ1zwRMpz6FxnwxVlgBmT9JoSyfXmEk81j6esP7/ZJsmM7j3v K2rQ== X-Gm-Message-State: APjAAAXYkR2PFbN9hwZmHJbqE25Xiy16Ygm0UPgIsDq/lP1GVAKSYHcq q7ujj5O1Mma+Hq0DiZYGUitt8Q== X-Google-Smtp-Source: APXvYqwLy0yWkg8fh1zyhbcW1Qh35LNKhxDQz/zoicwalKTyGXTF96bXuh+t5ibVzUNKdpqPOru/Jg== X-Received: by 2002:adf:eb0f:: with SMTP id s15mr1040541wrn.147.1559462704760; Sun, 02 Jun 2019 01:05:04 -0700 (PDT) Received: from viisi.fritz.box (217-76-161-89.static.highway.a1.net. [217.76.161.89]) by smtp.gmail.com with ESMTPSA id l190sm10186301wml.16.2019.06.02.01.05.03 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Sun, 02 Jun 2019 01:05:04 -0700 (PDT) From: Paul Walmsley To: linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org Subject: [PATCH v3 1/5] arch: riscv: add support for building DTB files from DT source data Date: Sun, 2 Jun 2019 01:04:56 -0700 Message-Id: <20190602080500.31700-2-paul.walmsley@sifive.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190602080500.31700-1-paul.walmsley@sifive.com> References: <20190602080500.31700-1-paul.walmsley@sifive.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190602_010506_171589_12A2C448 X-CRM114-Status: UNSURE ( 8.85 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Paul Walmsley , Palmer Dabbelt , Albert Ou Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+infradead-linux-riscv=archiver.kernel.org@lists.infradead.org Similar to ARM64, add support for building DTB files from DT source data for RISC-V boards. This patch starts with the infrastructure needed for SiFive boards. Boards from other vendors would add support here in a similar form. Signed-off-by: Paul Walmsley Signed-off-by: Paul Walmsley Cc: Palmer Dabbelt Cc: Albert Ou --- arch/riscv/boot/dts/Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 arch/riscv/boot/dts/Makefile diff --git a/arch/riscv/boot/dts/Makefile b/arch/riscv/boot/dts/Makefile new file mode 100644 index 000000000000..dcc3ada78455 --- /dev/null +++ b/arch/riscv/boot/dts/Makefile @@ -0,0 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0 +subdir-y += sifive -- 2.20.1 _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv