From: BALATON Zoltan <balaton@eik.bme.hu>
To: qemu-devel@nongnu.org, qemu-ppc@nongnu.org
Cc: Alexander Graf <agraf@suse.de>,
David Gibson <david@gibson.dropbear.id.au>,
Francois Revol <revol@free.fr>
Subject: [Qemu-devel] [PATCH v3 0/2] Sam460ex emulation
Date: Mon, 19 Feb 2018 11:34:25 +0100 [thread overview]
Message-ID: <cover.1519036465.git.balaton@eik.bme.hu> (raw)
This is just resending the two remaining patches (2/3 from v2 and v3
of 3/3 of previous series as a new series to have them at one place).
BALATON Zoltan (2):
ppc440: Add emulation of plb-pcix controller found in some 440 SoCs
ppc: Add aCube Sam460ex board
Makefile | 2 +-
default-configs/ppc-softmmu.mak | 2 +
default-configs/ppcemb-softmmu.mak | 1 +
hw/ppc/Makefile.objs | 3 +-
hw/ppc/ppc440_pcix.c | 528 ++++++++++++++++++++++++++++++++
hw/ppc/sam460ex.c | 603 +++++++++++++++++++++++++++++++++++++
hw/ppc/trace-events | 8 +
pc-bios/canyonlands.dtb | Bin 0 -> 9779 bytes
pc-bios/canyonlands.dts | 566 ++++++++++++++++++++++++++++++++++
9 files changed, 1711 insertions(+), 2 deletions(-)
create mode 100644 hw/ppc/ppc440_pcix.c
create mode 100644 hw/ppc/sam460ex.c
create mode 100644 pc-bios/canyonlands.dtb
create mode 100644 pc-bios/canyonlands.dts
--
2.7.6
next reply other threads:[~2018-02-19 10:43 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-19 10:34 BALATON Zoltan [this message]
2018-02-19 10:34 ` [Qemu-devel] [PATCH v3 2/2] ppc: Add aCube Sam460ex board BALATON Zoltan
2018-02-20 2:40 ` David Gibson
2018-02-20 10:09 ` BALATON Zoltan
2018-02-20 10:13 ` Alexander Graf
2018-02-20 11:16 ` BALATON Zoltan
2018-02-20 11:31 ` [Qemu-devel] [Qemu-ppc] " Thomas Huth
2018-02-20 12:07 ` Alexander Graf
2018-02-19 10:34 ` [Qemu-devel] [PATCH v3 1/2] ppc440: Add emulation of plb-pcix controller found in some 440 SoCs 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=cover.1519036465.git.balaton@eik.bme.hu \
--to=balaton@eik.bme.hu \
--cc=agraf@suse.de \
--cc=david@gibson.dropbear.id.au \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=revol@free.fr \
/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 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.