]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/pci-host: Add emulation of Mai Logic Articia S
authorBALATON Zoltan <balaton@eik.bme.hu>
Fri, 27 Oct 2023 11:54:49 +0000 (13:54 +0200)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Tue, 7 Nov 2023 15:59:29 +0000 (12:59 -0300)
commit97d3b2cd36d46b033a5f4219084ab929a5bac9d3
treeaba3edac4080c0520875da379bca86ba55f5a734
parent462ad017ed76889d46696a3581e1b52343f9b683
hw/pci-host: Add emulation of Mai Logic Articia S

The Articia S is a generic chipset supporting several different CPUs
that were among others used on some PPC boards. This is a minimal
emulation of the parts needed for emulating the AmigaOne board.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Tested-by: Rene Engel <ReneEngel80@emailn.de>
Acked-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Message-ID: <83822787431701cf4d460298d3e3845f362e5da1.1698406922.git.balaton@eik.bme.hu>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
hw/pci-host/Kconfig
hw/pci-host/articia.c [new file with mode: 0644]
hw/pci-host/meson.build
include/hw/pci-host/articia.h [new file with mode: 0644]