All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Andrew Davis <afd@ti.com>
Cc: Shawn Guo <shawnguo@kernel.org>, Li Yang <leoyang.li@nxp.com>,
	 Sascha Hauer <s.hauer@pengutronix.de>,
	Rob Herring <robh+dt@kernel.org>,
	 Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Nishanth Menon <nm@ti.com>,
	 Vignesh Raghavendra <vigneshr@ti.com>,
	Masahiro Yamada <masahiroy@kernel.org>,
	 Michal Marek <michal.lkml@markovi.net>,
	Nick Desaulniers <ndesaulniers@google.com>,
	 Frank Rowand <frowand.list@gmail.com>,
	devicetree@vger.kernel.org,  linux-kbuild@vger.kernel.org,
	linux-renesas-soc@vger.kernel.org,
	 linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/6] kbuild: Allow DTB overlays to built into .dtso.S files
Date: Mon, 24 Oct 2022 14:07:26 +0200	[thread overview]
Message-ID: <CAMuHMdXAM8VkDeUWqikjHZz8703ho6Ft=eMgN69ktvJXSue+Pg@mail.gmail.com> (raw)
In-Reply-To: <20221023182437.15263-3-afd@ti.com>

On Sun, Oct 23, 2022 at 8:24 PM Andrew Davis <afd@ti.com> wrote:
> DTB files can be built into the kernel by converting them to assembly
> files then assembling them into object files. We extend this here
> for DTB overlays with the .dtso extensions.
>
> We change the start and end delimiting tag prefix to make it clear that
> this data came from overlay files.
>
> [Based on patch by Frank Rowand <frank.rowand@sony.com>]
> Signed-off-by: Andrew Davis <afd@ti.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Andrew Davis <afd@ti.com>
Cc: Shawn Guo <shawnguo@kernel.org>, Li Yang <leoyang.li@nxp.com>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Nishanth Menon <nm@ti.com>, Vignesh Raghavendra <vigneshr@ti.com>,
	Masahiro Yamada <masahiroy@kernel.org>,
	Michal Marek <michal.lkml@markovi.net>,
	Nick Desaulniers <ndesaulniers@google.com>,
	Frank Rowand <frowand.list@gmail.com>,
	devicetree@vger.kernel.org, linux-kbuild@vger.kernel.org,
	linux-renesas-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/6] kbuild: Allow DTB overlays to built into .dtso.S files
Date: Mon, 24 Oct 2022 14:07:26 +0200	[thread overview]
Message-ID: <CAMuHMdXAM8VkDeUWqikjHZz8703ho6Ft=eMgN69ktvJXSue+Pg@mail.gmail.com> (raw)
In-Reply-To: <20221023182437.15263-3-afd@ti.com>

On Sun, Oct 23, 2022 at 8:24 PM Andrew Davis <afd@ti.com> wrote:
> DTB files can be built into the kernel by converting them to assembly
> files then assembling them into object files. We extend this here
> for DTB overlays with the .dtso extensions.
>
> We change the start and end delimiting tag prefix to make it clear that
> this data came from overlay files.
>
> [Based on patch by Frank Rowand <frank.rowand@sony.com>]
> Signed-off-by: Andrew Davis <afd@ti.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

  reply	other threads:[~2022-10-24 12:08 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-23 18:24 [PATCH 0/6] Rename DTB overlay source files Andrew Davis
2022-10-23 18:24 ` Andrew Davis
2022-10-23 18:24 ` [PATCH 1/6] kbuild: Allow DTB overlays to built from .dtso named " Andrew Davis
2022-10-23 18:24   ` Andrew Davis
2022-10-24 11:47   ` Geert Uytterhoeven
2022-10-24 11:47     ` Geert Uytterhoeven
2022-10-23 18:24 ` [PATCH 2/6] kbuild: Allow DTB overlays to built into .dtso.S files Andrew Davis
2022-10-23 18:24   ` Andrew Davis
2022-10-24 12:07   ` Geert Uytterhoeven [this message]
2022-10-24 12:07     ` Geert Uytterhoeven
2022-10-23 18:24 ` [PATCH 3/6] of: overlay: rename overlay source files from .dts to .dtso Andrew Davis
2022-10-23 18:24   ` Andrew Davis
2022-10-24 12:09   ` Geert Uytterhoeven
2022-10-24 12:09     ` Geert Uytterhoeven
2022-10-23 18:24 ` [PATCH 4/6] arm64: dts: freescale: Rename DTB " Andrew Davis
2022-10-23 18:24   ` Andrew Davis
2022-10-24 12:19   ` Geert Uytterhoeven
2022-10-24 12:19     ` Geert Uytterhoeven
2022-10-23 18:24 ` [PATCH 5/6] arm64: dts: renesas: " Andrew Davis
2022-10-23 18:24   ` Andrew Davis
2022-10-24 12:20   ` Geert Uytterhoeven
2022-10-24 12:20     ` Geert Uytterhoeven
2022-10-23 18:24 ` [PATCH 6/6] arm64: dts: xilinx: " Andrew Davis
2022-10-23 18:24   ` Andrew Davis
2022-10-24 12:20   ` Geert Uytterhoeven
2022-10-24 12:20     ` Geert Uytterhoeven
2022-10-24 12:28 ` [PATCH 0/6] Rename DTB overlay source files Geert Uytterhoeven
2022-10-24 12:28   ` Geert Uytterhoeven
2022-10-24 17:29   ` Andrew Davis
2022-10-24 17:29     ` Andrew Davis

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='CAMuHMdXAM8VkDeUWqikjHZz8703ho6Ft=eMgN69ktvJXSue+Pg@mail.gmail.com' \
    --to=geert@linux-m68k.org \
    --cc=afd@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=frowand.list@gmail.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=leoyang.li@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=masahiroy@kernel.org \
    --cc=michal.lkml@markovi.net \
    --cc=ndesaulniers@google.com \
    --cc=nm@ti.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=vigneshr@ti.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.