[PATCH 0/4] More precise dependency tracking for MIPS boards

Bernhard Beschow posted 4 patches 1 year, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230109204124.102592-1-shentey@gmail.com
Maintainers: "Philippe Mathieu-Daudé" <philmd@linaro.org>, Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
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(-)
[PATCH 0/4] More precise dependency tracking for MIPS boards
Posted by Bernhard Beschow 1 year, 3 months ago
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