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 ++++++++++++++++++ 10 files changed, 85 insertions(+), 17 deletions(-) delete mode 100644 pc-bios/dtb/bamboo.dtb delete mode 100644 pc-bios/dtb/canyonlands.dtb delete mode 100644 pc-bios/dtb/petalogix-ml605.dtb delete mode 100644 pc-bios/dtb/petalogix-s3adsp1800.dtb create mode 100644 subprojects/packagefiles/dtc-meson-override.patch -- 2.50.0