mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 0/2] Add support for device tree overlays
@ 2021-12-07 15:39 Michael Riesch
  2021-12-07 15:39 ` [ptxdist] [PATCH 1/2] ptxd_make_world_{dtb, dtbo}: add " Michael Riesch
  2021-12-07 15:39 ` [ptxdist] [PATCH 2/2] kernel: activate " Michael Riesch
  0 siblings, 2 replies; 12+ messages in thread
From: Michael Riesch @ 2021-12-07 15:39 UTC (permalink / raw)
  To: ptxdist; +Cc: christian.melki, m.tretter, Michael Riesch

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


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-12-09 10:53 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-07 15:39 [ptxdist] [PATCH 0/2] Add support for device tree overlays Michael Riesch
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox