From: Bernhard Beschow <shentey@gmail.com>
To: qemu-devel@nongnu.org
Cc: "Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Aleksandar Rikalo" <aleksandar.rikalo@syrmia.com>,
"Jiaxun Yang" <jiaxun.yang@flygoat.com>,
"Bernhard Beschow" <shentey@gmail.com>
Subject: [PATCH 0/4] More precise dependency tracking for MIPS boards
Date: Mon, 9 Jan 2023 21:41:20 +0100 [thread overview]
Message-ID: <20230109204124.102592-1-shentey@gmail.com> (raw)
This series aims for cleaning up the dependency graphs of MIPS boards in order
to see much quicker which board uses which hardware -- and thus, which board
can be used to test which hardware.
The final patch has been compiled successfully multiple times for mips64el with
only one board enabled respectively. The boards considered were:
- CONFIG_MALTA
- CONFIG_MIPSSIM
- CONFIG_FULOONG
- CONFIG_LOONGSON3V
- CONFIG_JAZZ
- CONFIG_MIPS_BOSTON
Based-on: <20230109172347.1830-1-shentey@gmail.com>
"[PATCH v6 00/33] Consolidate PIIX south bridges"
Bernhard Beschow (4):
hw/isa/Kconfig: Add missing PARALLEL dependency to ISA_SUPERIO
hw/mips/Kconfig: Remove ISA dependencies from MIPSsim board
configs/devices/mips-softmmu/common: Remove redundant selections of
SuperIO and ISA devices
hw/mips/Kconfig: Move device selections to respective boards
configs/devices/mips-softmmu/common.mak | 16 ----------------
configs/devices/mips64el-softmmu/default.mak | 3 ---
hw/mips/mipssim.c | 1 -
hw/isa/Kconfig | 1 +
hw/mips/Kconfig | 15 +++++++++++++--
5 files changed, 14 insertions(+), 22 deletions(-)
--
2.39.0
next reply other threads:[~2023-01-09 20:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-09 20:41 Bernhard Beschow [this message]
2023-01-09 20:41 ` [PATCH 1/4] hw/isa/Kconfig: Add missing PARALLEL dependency to ISA_SUPERIO Bernhard Beschow
2023-01-10 8:04 ` Philippe Mathieu-Daudé
2023-01-09 20:41 ` [PATCH 2/4] hw/mips/Kconfig: Remove ISA dependencies from MIPSsim board Bernhard Beschow
2023-01-09 20:41 ` [PATCH 3/4] configs/devices/mips-softmmu/common: Remove redundant selections of SuperIO and ISA devices Bernhard Beschow
2023-01-09 20:41 ` [PATCH 4/4] hw/mips/Kconfig: Move device selections to respective boards Bernhard Beschow
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=20230109204124.102592-1-shentey@gmail.com \
--to=shentey@gmail.com \
--cc=aleksandar.rikalo@syrmia.com \
--cc=jiaxun.yang@flygoat.com \
--cc=philmd@linaro.org \
--cc=qemu-devel@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).