From: Bernhard Beschow <shentey@gmail.com>
To: qemu-devel@nongnu.org
Cc: "Bernhard Beschow" <shentey@gmail.com>,
qemu-arm@nongnu.org,
"Marc-André Lureau" <marcandre.lureau@redhat.com>,
"Peter Maydell" <peter.maydell@linaro.org>,
"Edgar E. Iglesias" <edgar.iglesias@gmail.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
qemu-ppc@nongnu.org, "Daniel P. Berrangé" <berrange@redhat.com>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>
Subject: [PATCH v2 0/3] DTB build housekeeping
Date: Tue, 8 Jul 2025 22:48:03 +0200 [thread overview]
Message-ID: <20250708204806.1898-1-shentey@gmail.com> (raw)
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
next reply other threads:[~2025-07-08 21:43 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-08 20:48 Bernhard Beschow [this message]
2025-07-08 20:48 ` [PATCH v2 1/3] hw/microblaze: Add missing FDT dependency Bernhard Beschow
2025-07-14 21:34 ` Philippe Mathieu-Daudé
2025-07-08 20:48 ` [PATCH v2 2/3] configure: Ensure existance of dtc when libfdt is used Bernhard Beschow
2025-07-08 20:48 ` [PATCH v2 3/3] pc-bios/dtb: Remove device tree blobs Bernhard Beschow
2025-07-14 21:35 ` Philippe Mathieu-Daudé
2025-07-14 17:48 ` [PATCH v2 0/3] DTB build housekeeping Bernhard Beschow
2025-07-15 6:06 ` Philippe Mathieu-Daudé
2025-08-14 5:15 ` Paolo Bonzini
2025-08-28 11:13 ` Paolo Bonzini
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=20250708204806.1898-1-shentey@gmail.com \
--to=shentey@gmail.com \
--cc=berrange@redhat.com \
--cc=edgar.iglesias@gmail.com \
--cc=marcandre.lureau@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=philmd@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
/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;
as well as URLs for NNTP newsgroup(s).