qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
To: qemu-devel@nongnu.org
Cc: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>,
	Alexander Graf <agraf@suse.de>
Subject: [Qemu-devel] [PATCH 0/4] powerpc: Add the Virtex5 ML507 refdesign board
Date: Sat, 11 Sep 2010 16:09:53 +0200	[thread overview]
Message-ID: <1284214197-27140-1-git-send-email-edgar.iglesias@gmail.com> (raw)

Hi,

This series adds support for emulating virtex5 ml507 PPC-440 boards.
I've tested this by booting linux into userspace and running a bunch
of cryptographic testsuites on top of the guest.

One thing to note is that QEMU lacks a model for the Xilinx LL-TEMAC
and linux will hang if the device-tree says there is one but there is
no model backing it. So either you'll have to disable the driver or
remove it from the device tree, I've been doing the latter. In the
near future I beleive we will contribute a model of the LL-TEMAC and
SDMA.

I can provide device-trees and kernel configs/images to anybody who
might be interested in testing further.

As I said before, this does not add full 440/BookE emulation, instead
I've only done the bare minimum to get linux to boot the virtex5.
The MMU and timer patches could definitely be cleaner, any hints on howto
improve things are welcome.

I'll be happy to fix any issues that people may find.

Cheers

Edgar E. Iglesias (4):
  powerpc: Improve emulation of the BookE MMU
  powerpc: Make the decr interrupt type overridable
  powerpc: Add a ppc-440x5 Xilinx model
  powerpc: Add a virtex5 ml507 refdesign board

 Makefile.target                    |    8 +
 default-configs/ppc-softmmu.mak    |    2 +
 default-configs/ppc64-softmmu.mak  |    2 +
 default-configs/ppcemb-softmmu.mak |    2 +
 hw/ppc.c                           |   22 +++-
 hw/ppc.h                           |    2 +
 hw/virtex_ml507.c                  |  283 ++++++++++++++++++++++++++++++++++++
 target-ppc/helper.c                |   46 +++++-
 target-ppc/translate_init.c        |    6 +-
 9 files changed, 363 insertions(+), 10 deletions(-)
 create mode 100644 hw/virtex_ml507.c

             reply	other threads:[~2010-09-11 14:24 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-11 14:09 Edgar E. Iglesias [this message]
2010-09-11 14:09 ` [Qemu-devel] [PATCH 1/4] powerpc: Improve emulation of the BookE MMU Edgar E. Iglesias
2010-09-11 14:42   ` Andreas Färber
2010-09-11 15:27     ` Edgar E. Iglesias
2010-09-20 10:35   ` [Qemu-devel] " Alexander Graf
2010-09-20 11:33     ` Edgar E. Iglesias
2010-09-11 14:09 ` [Qemu-devel] [PATCH 2/4] powerpc: Make the decr interrupt type overridable Edgar E. Iglesias
2010-09-20 10:42   ` [Qemu-devel] " Alexander Graf
2010-09-20 12:11     ` Edgar E. Iglesias
2010-09-20 14:06       ` Alexander Graf
2010-09-11 14:09 ` [Qemu-devel] [PATCH 3/4] powerpc: Add a ppc-440x5 Xilinx model Edgar E. Iglesias
2010-09-11 14:09 ` [Qemu-devel] [PATCH 4/4] powerpc: Add a virtex5 ml507 refdesign board Edgar E. Iglesias
2010-09-20 10:53   ` [Qemu-devel] " Alexander Graf
2010-09-24 20:30     ` Edgar E. Iglesias
2010-09-11 15:32 ` [Qemu-devel] Re: [PATCH 0/4] powerpc: Add the Virtex5 ML507 " Alexander Graf

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=1284214197-27140-1-git-send-email-edgar.iglesias@gmail.com \
    --to=edgar.iglesias@gmail.com \
    --cc=agraf@suse.de \
    --cc=qemu-devel@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).