aboutsummaryrefslogtreecommitdiff
path: root/default-configs
diff options
context:
space:
mode:
authorBALATON Zoltan <balaton@eik.bme.hu>2021-03-25 14:50:39 +0100
committerDavid Gibson <david@gibson.dropbear.id.au>2021-05-04 11:41:25 +1000
commitba7e5ac18e7b3232ec93e0d3324bba167b965d70 (patch)
treef8b4ba84aad55595d63faea771c0978230658d26 /default-configs
parentdcdf98a90155545eeadb63edccd41b7ee5ce201d (diff)
downloadqemu-ba7e5ac18e7b3232ec93e0d3324bba167b965d70.zip
qemu-ba7e5ac18e7b3232ec93e0d3324bba167b965d70.tar.gz
qemu-ba7e5ac18e7b3232ec93e0d3324bba167b965d70.tar.bz2
hw/ppc: Add emulation of Genesi/bPlan Pegasos II
Add new machine called pegasos2 emulating the Genesi/bPlan Pegasos II, a PowerPC board based on the Marvell MV64361 system controller and the VIA VT8231 integrated south bridge/superio chips. It can run Linux, AmigaOS and a wide range of MorphOS versions. Currently a firmware ROM image is needed to boot and only MorphOS has a video driver to produce graphics output. Linux could work too but distros that supported this machine don't include usual video drivers so those only run with serial console for now. Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <30cbfb9cbe6f46a1e15a69a75fac45ac39340122.1616680239.git.balaton@eik.bme.hu> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'default-configs')
-rw-r--r--default-configs/devices/ppc-softmmu.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/default-configs/devices/ppc-softmmu.mak b/default-configs/devices/ppc-softmmu.mak
index 61b78b8..c2d4119 100644
--- a/default-configs/devices/ppc-softmmu.mak
+++ b/default-configs/devices/ppc-softmmu.mak
@@ -14,5 +14,7 @@ CONFIG_SAM460EX=y
CONFIG_MAC_OLDWORLD=y
CONFIG_MAC_NEWWORLD=y
+CONFIG_PEGASOS2=n
+
# For PReP
CONFIG_PREP=y