On 8/7/25 22:48, Bernhard Beschow wrote:
This series removes the bundled device tree blobs from the repository which are
redundant to the bundled device tree sources. To make this work, the device tree
compiler 'dtc' is now required whenever libfdt is used. Furthermore, dtc can now
be built from the bundled libfdt if needed.
v2:
* Allow building dtc from bundled libfdt (Paolo)
* Find dtc iff libfdt is used (Paolo)
* Remove dtc configure option (now obsolete)
Bernhard Beschow (3):
hw/microblaze: Add missing FDT dependency
configure: Ensure existance of dtc when libfdt is used
pc-bios/dtb: Remove device tree blobs
MAINTAINERS | 2 +-
meson.build | 16 +++--
hw/microblaze/Kconfig | 4 +-
pc-bios/dtb/bamboo.dtb | Bin 3211 -> 0 bytes
pc-bios/dtb/canyonlands.dtb | Bin 9779 -> 0 bytes
pc-bios/dtb/meson.build | 17 ++---
pc-bios/dtb/petalogix-ml605.dtb | Bin 9882 -> 0 bytes
pc-bios/dtb/petalogix-s3adsp1800.dtb | Bin 8161 -> 0 bytes
subprojects/dtc.wrap | 1 +
.../packagefiles/dtc-meson-override.patch | 62 ++++++++++++++++++
Being not familiar enough with this meson fu, I'm only queuing the
first patch, being a good fix in its own.
Thanks,
Phil.