]> git.proxmox.com Git - mirror_qemu.git/commit
ppc440_uc: Basic emulation of PPC440 DMA controller
authorBALATON Zoltan <balaton@eik.bme.hu>
Fri, 29 Jun 2018 12:04:33 +0000 (14:04 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 2 Jul 2018 23:56:52 +0000 (09:56 +1000)
commit3c409c1927efde2fc7ac5f6cd5d79d0784be3b5d
tree6f4c547c914a88312225b07207ad3a3c25011cf9
parentd2179f70d396cf796151ebf56cc177d7c3e53749
ppc440_uc: Basic emulation of PPC440 DMA controller

PPC440 SoCs such as the AMCC 460EX have a DMA controller which is used
by AmigaOS on the sam460ex. Implement the parts used by AmigaOS so it
can get further booting on the sam460ex machine.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/ppc440.h
hw/ppc/ppc440_uc.c
hw/ppc/sam460ex.c