qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: David Gibson <david@gibson.dropbear.id.au>
To: BALATON Zoltan <balaton@eik.bme.hu>
Cc: Peter Maydell <peter.maydell@linaro.org>,
	qemu-ppc@nongnu.org, qemu-devel@nongnu.org, f4bug@amsat.org
Subject: Re: [PATCH v11 0/7] Pegasos2 emulation
Date: Mon, 29 Mar 2021 15:15:25 +1100	[thread overview]
Message-ID: <YGFUXf1Ip4siaPqd@yekko.fritz.box> (raw)
In-Reply-To: <cover.1616680239.git.balaton@eik.bme.hu>

[-- Attachment #1: Type: text/plain, Size: 3352 bytes --]

On Thu, Mar 25, 2021 at 02:50:39PM +0100, BALATON Zoltan wrote:
> Hello,
> 
> This is adding a new PPC board called pegasos2. 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
> the original board 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"
> 
> The last patch adds the actual board code after previous patches
> adding VT8231 and MV64361 system controller chip emulation.

Applied to ppc-for-6.1, thanks.

> 
> Regards,
> BALATON Zoltan
> 
> v11: Changes to last two patches David asked for during review
> 
> v10: Updated comments and added R-b from Mark
> 
> v9: Rebased to master
> 
> v8: Do not emulate setting of serial port address via register, just
>     hard code a default address instead
> 
> v7: Fix errp usage in patch 2
> 
> v6: Rebased on master, updated commit message about migration change
> 
> v5: Changes for review comments from David and Philippe
> 
> V4: Rename pegasos2_reset to pegasos2_cpu_reset
>     Add new files to MAINTAINERS
> 
> BALATON Zoltan (6):
>   vt82c686: QOM-ify superio related functionality
>   vt82c686: Add VT8231_SUPERIO based on VIA_SUPERIO
>   vt82c686: Introduce abstract TYPE_VIA_ISA and base vt82c686b_isa on it
>   vt82c686: Add emulation of VT8231 south bridge
>   hw/pci-host: Add emulation of Marvell MV64361 PPC system controller
>   hw/ppc: Add emulation of Genesi/bPlan Pegasos II
> 
> Philippe Mathieu-Daudé (1):
>   hw/isa/Kconfig: Add missing dependency VIA VT82C686 -> APM
> 
>  MAINTAINERS                             |  10 +
>  default-configs/devices/ppc-softmmu.mak |   2 +
>  hw/isa/Kconfig                          |   1 +
>  hw/isa/vt82c686.c                       | 422 +++++++++--
>  hw/pci-host/Kconfig                     |   4 +
>  hw/pci-host/meson.build                 |   2 +
>  hw/pci-host/mv64361.c                   | 951 ++++++++++++++++++++++++
>  hw/pci-host/mv643xx.h                   | 918 +++++++++++++++++++++++
>  hw/pci-host/trace-events                |   6 +
>  hw/ppc/Kconfig                          |   9 +
>  hw/ppc/meson.build                      |   2 +
>  hw/ppc/pegasos2.c                       | 144 ++++
>  include/hw/isa/vt82c686.h               |   2 +-
>  include/hw/pci-host/mv64361.h           |   8 +
>  include/hw/pci/pci_ids.h                |   4 +-
>  15 files changed, 2403 insertions(+), 82 deletions(-)
>  create mode 100644 hw/pci-host/mv64361.c
>  create mode 100644 hw/pci-host/mv643xx.h
>  create mode 100644 hw/ppc/pegasos2.c
>  create mode 100644 include/hw/pci-host/mv64361.h
> 

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

      parent reply	other threads:[~2021-03-29  4:27 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-25 13:50 [PATCH v11 0/7] Pegasos2 emulation BALATON Zoltan
2021-03-25 13:50 ` [PATCH v11 6/7] hw/pci-host: Add emulation of Marvell MV64361 PPC system controller BALATON Zoltan
2021-03-25 13:50 ` [PATCH v11 7/7] hw/ppc: Add emulation of Genesi/bPlan Pegasos II BALATON Zoltan
2021-03-25 13:50 ` [PATCH v11 5/7] hw/isa/Kconfig: Add missing dependency VIA VT82C686 -> APM BALATON Zoltan
2021-03-25 13:50 ` [PATCH v11 3/7] vt82c686: Introduce abstract TYPE_VIA_ISA and base vt82c686b_isa on it BALATON Zoltan
2021-03-25 13:50 ` [PATCH v11 1/7] vt82c686: QOM-ify superio related functionality BALATON Zoltan
2021-03-25 13:50 ` [PATCH v11 4/7] vt82c686: Add emulation of VT8231 south bridge BALATON Zoltan
2021-03-25 13:50 ` [PATCH v11 2/7] vt82c686: Add VT8231_SUPERIO based on VIA_SUPERIO BALATON Zoltan
2021-03-29  4:15 ` David Gibson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YGFUXf1Ip4siaPqd@yekko.fritz.box \
    --to=david@gibson.dropbear.id.au \
    --cc=balaton@eik.bme.hu \
    --cc=f4bug@amsat.org \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).