mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Riesch <michael.riesch@wolfvision.net>
To: ptxdist@pengutronix.de
Cc: christian.melki@t2data.com, m.tretter@pengutronix.de,
	Michael Riesch <michael.riesch@wolfvision.net>
Subject: [ptxdist] [PATCH 0/2] Add support for device tree overlays
Date: Tue,  7 Dec 2021 16:39:03 +0100	[thread overview]
Message-ID: <20211207153905.2386379-1-michael.riesch@wolfvision.net> (raw)

Hi all,

This series introduces support for device tree overlays in ptxdist.
The first patch makes the dtb compilation routine more general and
adds suitable helpers for the overlay generation, which can be used
by any package.
The second patch activates the support for overlays for the kernel
package.

This series was inspired by Christian Melki's RFC in June 2021 [0]
but implements a slightly more general approach as *every* package
can generate device tree overlays here. This is envisaged to come in
handy for e.g., firmware or FPGA bitstream packages that alter the
hardware description. I had some discussions with Michael Tretter
about this flexible approach that I gratefully acknowledge at this
point.

Looking forward to your comments!

Best regards,
Michael

[0] https://lore.ptxdist.org/ptxdist/20210602121910.2527-1-christian.melki@t2data.com/

Michael Riesch (2):
  ptxd_make_world_{dtb,dtbo}: add support for device tree overlays
  kernel: activate support for device tree overlays

 platforms/kernel.in                  | 28 +++++++++-
 rules/kernel.make                    |  9 +++
 rules/post/ptxd_make_world_dtbo.make | 21 +++++++
 scripts/lib/ptxd_make_world_dtb.sh   | 82 ++++++++++++++++++++--------
 4 files changed, 116 insertions(+), 24 deletions(-)
 create mode 100644 rules/post/ptxd_make_world_dtbo.make

-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


             reply	other threads:[~2021-12-07 15:39 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-07 15:39 Michael Riesch [this message]
2021-12-07 15:39 ` [ptxdist] [PATCH 1/2] ptxd_make_world_{dtb, dtbo}: add " Michael Riesch
2021-12-07 17:30   ` Christian Melki
2021-12-08  8:31     ` Michael Olbrich
2021-12-09  7:20       ` Michael Riesch
2021-12-09  8:53         ` Michael Olbrich
2021-12-09  9:58           ` Michael Riesch
2021-12-09 10:46             ` Michael Olbrich
2021-12-09 10:52               ` Michael Riesch
2021-12-09  6:26     ` Michael Riesch
2021-12-09  7:08       ` Michael Olbrich
2021-12-07 15:39 ` [ptxdist] [PATCH 2/2] kernel: activate " Michael Riesch

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=20211207153905.2386379-1-michael.riesch@wolfvision.net \
    --to=michael.riesch@wolfvision.net \
    --cc=christian.melki@t2data.com \
    --cc=m.tretter@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /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