All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tero Kristo <t-kristo@ti.com>
To: catalin.marinas@arm.com, will.deacon@arm.com,
	linux@armlinux.org.uk, robh+dt@kernel.org
Cc: mark.rutland@arm.com, devicetree@vger.kernel.org,
	tony@atomide.com, linux-arm-kernel@lists.infradead.org
Subject: [PATCHv2 1/4] ARM: dts: add support for building DT overlays
Date: Fri, 31 Aug 2018 15:47:43 +0300	[thread overview]
Message-ID: <1535719666-13595-2-git-send-email-t-kristo@ti.com> (raw)
In-Reply-To: <1535719666-13595-1-git-send-email-t-kristo@ti.com>

Add simple support for building DT overlays. This just compiles any
given .dtso file under the base arch/arm/boot/dts directory into
a .dtbo.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
---
 arch/arm/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index d1516f8..ab555a0 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -339,7 +339,7 @@ $(BOOT_TARGETS): vmlinux
 $(INSTALL_TARGETS):
 	$(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $@
 
-%.dtb: | scripts
+%.dtb %.dtbo: | scripts
 	$(Q)$(MAKE) $(build)=$(boot)/dts MACHINE=$(MACHINE) $(boot)/dts/$@
 
 PHONY += dtbs dtbs_install
-- 
1.9.1

--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

WARNING: multiple messages have this Message-ID (diff)
From: t-kristo@ti.com (Tero Kristo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv2 1/4] ARM: dts: add support for building DT overlays
Date: Fri, 31 Aug 2018 15:47:43 +0300	[thread overview]
Message-ID: <1535719666-13595-2-git-send-email-t-kristo@ti.com> (raw)
In-Reply-To: <1535719666-13595-1-git-send-email-t-kristo@ti.com>

Add simple support for building DT overlays. This just compiles any
given .dtso file under the base arch/arm/boot/dts directory into
a .dtbo.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
---
 arch/arm/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index d1516f8..ab555a0 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -339,7 +339,7 @@ $(BOOT_TARGETS): vmlinux
 $(INSTALL_TARGETS):
 	$(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $@
 
-%.dtb: | scripts
+%.dtb %.dtbo: | scripts
 	$(Q)$(MAKE) $(build)=$(boot)/dts MACHINE=$(MACHINE) $(boot)/dts/$@
 
 PHONY += dtbs dtbs_install
-- 
1.9.1

--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

  reply	other threads:[~2018-08-31 12:47 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-31 12:47 [PATCHv2 0/4] ARM build infra changes to support building .dtbos Tero Kristo
2018-08-31 12:47 ` Tero Kristo
2018-08-31 12:47 ` Tero Kristo [this message]
2018-08-31 12:47   ` [PATCHv2 1/4] ARM: dts: add support for building DT overlays Tero Kristo
2018-08-31 12:47 ` [PATCHv2 2/4] ARM: dts: add support for individual build flags for DT subdirs Tero Kristo
2018-08-31 12:47   ` Tero Kristo
2018-08-31 12:47 ` [PATCHv2 3/4] arm64: dts: add support for building DT overlays Tero Kristo
2018-08-31 12:47   ` Tero Kristo
2018-08-31 12:47 ` [PATCHv2 4/4] arm64: dts: add support for per sub-dir makefiles for DT building Tero Kristo
2018-08-31 12:47   ` Tero Kristo
2018-09-04  8:05 ` [RESEND PATCHv2 0/4] ARM build infra changes to support building .dtbos Tero Kristo
2018-09-04  8:05   ` Tero Kristo
2018-09-04  8:05   ` [RESEND PATCHv2 1/4] ARM: dts: add support for building DT overlays Tero Kristo
2018-09-04  8:05     ` Tero Kristo
2018-09-05 20:36     ` Frank Rowand
2018-09-05 20:36       ` Frank Rowand
2018-09-05 21:13       ` Rob Herring
2018-09-05 21:13         ` Rob Herring
2018-09-06 21:00         ` Frank Rowand
2018-09-06 21:00           ` Frank Rowand
2018-09-04  8:05   ` [RESEND PATCHv2 2/4] ARM: dts: add support for individual build flags for DT subdirs Tero Kristo
2018-09-04  8:05     ` Tero Kristo
2018-09-05 20:36     ` Frank Rowand
2018-09-05 20:36       ` Frank Rowand
2018-09-05 21:38       ` Rob Herring
2018-09-05 21:38         ` Rob Herring
2018-09-04  8:05   ` [RESEND PATCHv2 3/4] arm64: dts: add support for building DT overlays Tero Kristo
2018-09-04  8:05     ` Tero Kristo
2018-09-05 20:36     ` Frank Rowand
2018-09-05 20:36       ` Frank Rowand
2018-09-04  8:05   ` [RESEND PATCHv2 4/4] arm64: dts: add support for per sub-dir makefiles for DT building Tero Kristo
2018-09-04  8:05     ` Tero Kristo
2018-09-05 20:37     ` Frank Rowand
2018-09-05 20:37       ` Frank Rowand

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-all 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=1535719666-13595-2-git-send-email-t-kristo@ti.com \
    --to=t-kristo@ti.com \
    --cc=catalin.marinas@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux@armlinux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=tony@atomide.com \
    --cc=will.deacon@arm.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.