From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Aleksandar Rikalo" <aleksandar.rikalo@syrmia.com>,
"Yoshinori Sato" <ysato@users.sourceforge.jp>,
"Jiaxun Yang" <jiaxun.yang@flygoat.com>,
"Aleksandar Markovic" <aleksandar.qemu.devel@gmail.com>,
qemu-ppc@nongnu.org, "Paolo Bonzini" <pbonzini@redhat.com>,
"Philippe Mathieu-Daudé" <philmd@redhat.com>,
"Aurelien Jarno" <aurelien@aurel32.net>,
"David Gibson" <david@gibson.dropbear.id.au>
Subject: [RFC PATCH 0/4] hw: Have some targets select FDT on a per-machine basis
Date: Mon, 5 Oct 2020 17:08:41 +0200 [thread overview]
Message-ID: <20201005150845.2124381-1-philmd@redhat.com> (raw)
PoC to have CONFIG_FDT per-machine set by Kconfig, looking at
Paolo's "dtc: Convert Makefile bits to meson bits":
https://lists.gnu.org/archive/html/qemu-devel/2020-10/msg00983.html
These files shouldn't be needed:
. default-configs/targets/mips64el-softmmu.mak
. default-configs/targets/ppc-softmmu.mak
. default-configs/targets/ppc64-softmmu.mak
. default-configs/targets/rx-softmmu.mak
The QEMU FTD API is used by these boot.c files, so for these it is
easier to have a per-target config:
. hw/arm/boot.c
. hw/microblaze/boot.c
. hw/nios2/boot.c
. hw/riscv/boot.c
Philippe Mathieu-Daudé (4):
Kconfig.host: Declare FDT symbol
hw/ppc: Rename FDT_PPC as FDT
hw/mips/Kconfig: Let boston machine select FDT
hw/rx/Kconfig: Let gdbsim machine select FDT
Kconfig.host | 4 ++++
hw/mips/Kconfig | 1 +
hw/ppc/Kconfig | 15 ++++++---------
hw/ppc/meson.build | 2 +-
hw/rx/Kconfig | 1 +
5 files changed, 13 insertions(+), 10 deletions(-)
--
2.26.2
next reply other threads:[~2020-10-05 15:10 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-05 15:08 Philippe Mathieu-Daudé [this message]
2020-10-05 15:08 ` [RFC PATCH 1/4] Kconfig.host: Declare FDT symbol Philippe Mathieu-Daudé
2020-10-05 15:08 ` [RFC PATCH 2/4] hw/ppc: Rename FDT_PPC as FDT Philippe Mathieu-Daudé
2020-10-05 15:08 ` [RFC PATCH 3/4] hw/mips/Kconfig: Let boston machine select FDT Philippe Mathieu-Daudé
2020-10-05 15:08 ` [RFC PATCH 4/4] hw/rx/Kconfig: Let gdbsim " Philippe Mathieu-Daudé
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=20201005150845.2124381-1-philmd@redhat.com \
--to=philmd@redhat.com \
--cc=aleksandar.qemu.devel@gmail.com \
--cc=aleksandar.rikalo@syrmia.com \
--cc=aurelien@aurel32.net \
--cc=david@gibson.dropbear.id.au \
--cc=jiaxun.yang@flygoat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=ysato@users.sourceforge.jp \
/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).