mbox series

[RFC,0/2] linux: install in-tree device-tree blob overlays

Message ID 20240412140945.1626579-1-gael.portay@rtone.fr
Headers show
Series linux: install in-tree device-tree blob overlays | expand

Message

Gaël PORTAY April 12, 2024, 2:09 p.m. UTC
Hello,

This patch serie intends to address a possible out-of-sync for the
device-tree blob and overlays with the raspberrypi's. This follows
up[1].

The first patch adds the three configurations to install the dtbo's;
these configurations are copies of the original dtb's configurations.

The second patch applies these configurations to the raspberrypi's.

Note: All the story lives in the commit message of the first patch; this
could be drop if this patch serie is something you are interested in.

Note 2: I have also pending patches to support for wildcards for both
dtb's and dtbo's filenames that simplifies the integrator life if the
whole output files need to be installed.

Note 3: If you known other downstream trees that compiles dtbo's,
please tell me.

[1]: https://patchwork.ozlabs.org/project/buildroot/cover/20231121193448.1151936-1-gael.portay@rtone.fr/

Kind Regards,
Gaël PORTAY (2):
  linux: install in-tree device-tree blob overlays
  board/raspberrypi: install in-tree device-tree blob overlays

 board/raspberrypi/post-image.sh       |  2 +-
 configs/raspberrypi0w_defconfig       |  5 +++++
 configs/raspberrypi3_64_defconfig     |  4 ++++
 configs/raspberrypi3_defconfig        |  4 ++++
 configs/raspberrypi3_qt5we_defconfig  |  4 ++++
 configs/raspberrypi4_64_defconfig     |  4 ++++
 configs/raspberrypi4_defconfig        |  4 ++++
 configs/raspberrypicm4io_64_defconfig |  4 ++++
 configs/raspberrypicm4io_defconfig    |  4 ++++
 configs/raspberrypizero2w_defconfig   |  4 ++++
 linux/Config.in                       | 23 +++++++++++++++++++++++
 linux/linux.mk                        | 24 ++++++++++++++++++++++++
 12 files changed, 85 insertions(+), 1 deletion(-)

--
2.44.0