qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] More precise dependency tracking for MIPS boards
@ 2023-01-09 20:41 Bernhard Beschow
  2023-01-09 20:41 ` [PATCH 1/4] hw/isa/Kconfig: Add missing PARALLEL dependency to ISA_SUPERIO Bernhard Beschow
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Bernhard Beschow @ 2023-01-09 20:41 UTC (permalink / raw)
  To: qemu-devel
  Cc: Philippe Mathieu-Daudé, Aleksandar Rikalo, Jiaxun Yang,
	Bernhard Beschow

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-01-10  8:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-09 20:41 [PATCH 0/4] More precise dependency tracking for MIPS boards Bernhard Beschow
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

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).