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>,
	Paolo Bonzini <pbonzini@redhat.com>,
	qemu-ppc@nongnu.org, qemu-devel@nongnu.org, f4bug@amsat.org
Subject: Re: [PATCH v3 0/6] Pegasos2 emulation
Date: Tue, 23 Feb 2021 15:42:02 +1100	[thread overview]
Message-ID: <YDSHmmzHLzMkd+zF@yekko.fritz.box> (raw)
In-Reply-To: <cover.1614007326.git.balaton@eik.bme.hu>

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

On Mon, Feb 22, 2021 at 04:22:06PM +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. 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 and change formatting or keep it as it
> is.

A couple of overall comments:

 * Adding yourself to MAINTAINERS for the new files would be a good
   idea
 * At least some rudimentary tests would be good, though I guess that
   might be tricky with non-free firmware

-- 
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-02-23  4:45 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-22 15:22 [PATCH v3 0/6] Pegasos2 emulation BALATON Zoltan
2021-02-22 15:22 ` [PATCH v3 2/6] vt82c686: QOM-ify superio related functionality BALATON Zoltan
2021-02-22 15:22 ` [PATCH v3 3/6] vt82c686: Add VT8231_SUPERIO based on VIA_SUPERIO BALATON Zoltan
2021-02-22 15:22 ` [PATCH v3 4/6] vt82c686: Add emulation of VT8231 south bridge BALATON Zoltan
2021-02-22 15:22 ` [PATCH v3 1/6] vt82c686: Implement control of serial port io ranges via config regs BALATON Zoltan
2021-02-23  4:34   ` David Gibson
2021-02-23  9:18     ` BALATON Zoltan
2021-02-23  9:27       ` Philippe Mathieu-Daudé
2021-02-22 15:22 ` [PATCH v3 5/6] hw/pci-host: Add emulation of Marvell MV64361 PPC system controller BALATON Zoltan
2021-02-22 16:40   ` Philippe Mathieu-Daudé
2021-02-22 17:01     ` BALATON Zoltan
2021-02-22 17:23       ` Philippe Mathieu-Daudé
2021-02-23  4:40   ` David Gibson
2021-02-23  9:13     ` BALATON Zoltan
2021-02-22 15:22 ` [PATCH v3 6/6] hw/ppc: Add emulation of Genesi/bPlan Pegasos II BALATON Zoltan
2021-02-23  4:38   ` David Gibson
2021-02-22 16:19 ` [PATCH v3 0/6] Pegasos2 emulation no-reply
2021-02-23  4:42 ` David Gibson [this message]
2021-02-23  9:24   ` BALATON Zoltan

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=YDSHmmzHLzMkd+zF@yekko.fritz.box \
    --to=david@gibson.dropbear.id.au \
    --cc=balaton@eik.bme.hu \
    --cc=f4bug@amsat.org \
    --cc=pbonzini@redhat.com \
    --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).