mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
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>
This commit is contained in:
parent
462ad017ed
commit
97d3b2cd36
4 changed files with 317 additions and 0 deletions
|
@ -73,6 +73,11 @@ config SH_PCI
|
|||
bool
|
||||
select PCI
|
||||
|
||||
config ARTICIA
|
||||
bool
|
||||
select PCI
|
||||
select I8259
|
||||
|
||||
config MV64361
|
||||
bool
|
||||
select PCI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue