qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/2] Sam460ex emulation
@ 2018-02-19 10:34 BALATON Zoltan
  2018-02-19 10:34 ` [Qemu-devel] [PATCH v3 2/2] ppc: Add aCube Sam460ex board BALATON Zoltan
  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
  0 siblings, 2 replies; 9+ messages in thread
From: BALATON Zoltan @ 2018-02-19 10:34 UTC (permalink / raw)
  To: qemu-devel, qemu-ppc; +Cc: Alexander Graf, David Gibson, Francois Revol

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

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

end of thread, other threads:[~2018-02-20 12:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-19 10:34 [Qemu-devel] [PATCH v3 0/2] Sam460ex emulation BALATON Zoltan
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

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).