All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] Pegasos2 emulation
@ 2021-01-06 22:43 BALATON Zoltan
  2021-01-06 22:43 ` [RFC PATCH 2/2] hw/ppc: Add emulation of Genesi/bPlan Pegasos II BALATON Zoltan
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: BALATON Zoltan @ 2021-01-06 22:43 UTC (permalink / raw)
  To: qemu-devel, qemu-ppc; +Cc: Peter Maydell, f4bug, David Gibson

Hello,

This is adding a new PPC board called pegasos2 currently posted as RFC
because it depends on not yet merged VT8231 emulation currently on the
list:

https://patchew.org/QEMU/cover.1609967638.git.balaton@eik.bme.hu/

and may need some changes like a test case but I'm posting it now for
getting feedback on what's needed to merge this. More info on it can
be found at:

https://osdn.net/projects/qmiga/wiki/SubprojectPegasos2

Currently it needs a firmware ROM image that I cannot include due to
original copyright holder (bPlan) did not release it under a free
licence but I have plans to write a replacement in the future. With
that firmware it can boot MorphOS now as:

qemu-system-ppc -M pegasos2 -cdrom morphos.iso -device ati-vga,romfile="" -serial stdio

then enter "boot cd boot.img" at the firmware "ok" prompt as described
in the MorphOS.readme. To boot Linux use same command line with e.g.
-cdrom debian-8.11.0-powerpc-netinst.iso then enter
"boot cd install/pegasos"

Patch 2 adds the actual board code after patch 1 adding MV64361 system
controller chip. The mv643xx.h header file is taken from Linux and
produces a bunch of checkpatch warnings due to different formatting
rules it follows, I'm not sure we want to adopt it or keep it as it is
given that it does not appear any more in recent Linux versions so we
could reformat it as it's unlikely to get updated in the future.

Regards,
BALATON Zoltan

BALATON Zoltan (2):
  hw/pci-host: Add emulation of Marvell MV64361 PPC system controller
  hw/ppc: Add emulation of Genesi/bPlan Pegasos II

 default-configs/devices/ppc-softmmu.mak |   2 +
 hw/pci-host/Kconfig                     |   3 +
 hw/pci-host/meson.build                 |   2 +
 hw/pci-host/mv64361.c                   | 966 ++++++++++++++++++++++++
 hw/pci-host/mv643xx.h                   | 919 ++++++++++++++++++++++
 hw/pci-host/trace-events                |   6 +
 hw/ppc/Kconfig                          |  10 +
 hw/ppc/meson.build                      |   2 +
 hw/ppc/pegasos2.c                       | 144 ++++
 9 files changed, 2054 insertions(+)
 create mode 100644 hw/pci-host/mv64361.c
 create mode 100644 hw/pci-host/mv643xx.h
 create mode 100644 hw/ppc/pegasos2.c

-- 
2.21.3



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-01-09 22:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-06 22:43 [RFC PATCH 0/2] Pegasos2 emulation BALATON Zoltan
2021-01-06 22:43 ` [RFC PATCH 2/2] hw/ppc: Add emulation of Genesi/bPlan Pegasos II BALATON Zoltan
2021-01-06 22:43 ` [RFC PATCH 1/2] hw/pci-host: Add emulation of Marvell MV64361 PPC system controller BALATON Zoltan
2021-01-06 23:19 ` [RFC PATCH 0/2] Pegasos2 emulation no-reply
2021-01-07  1:15 ` BALATON Zoltan
2021-01-07  7:33   ` Philippe Mathieu-Daudé
2021-01-09 22:54     ` BALATON Zoltan
2021-01-07  7:43 ` no-reply

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.