mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
hw/pci-host: Add emulation of Marvell MV64361 PPC system controller
The Marvell Discovery II aka. MV64361 is a PowerPC system controller chip that is used on the pegasos2 PPC board. This adds emulation of it that models the device enough to boot guests on this board. The mv643xx.h header with register definitions is taken from Linux 4.15.10 only fixing white space errors, removing not needed parts and changing formatting for QEMU coding style. Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Message-Id: <79545ebd03bfe0665b73d2d7cbc74fdf3d62629e.1616680239.git.balaton@eik.bme.hu> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
f9f0c9e2fa
commit
dcdf98a901
7 changed files with 1890 additions and 0 deletions
|
@ -72,3 +72,7 @@ config REMOTE_PCIHOST
|
|||
config SH_PCI
|
||||
bool
|
||||
select PCI
|
||||
|
||||
config MV64361
|
||||
bool
|
||||
select PCI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue