All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v6 0/5] Misc sam460ex improvements
@ 2018-06-28 22:38 BALATON Zoltan
  2018-06-28 22:38 ` [Qemu-devel] [PATCH v6 3/5] sam460ex: Add RTC device BALATON Zoltan
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: BALATON Zoltan @ 2018-06-28 22:38 UTC (permalink / raw)
  To: qemu-devel, qemu-ppc; +Cc: Alexander Graf, David Gibson, Sebastian Bauer

These are the remaining patches for sam460ex needed to implement RTC
and get AmigaOS to boot. The sm501 patches (now a separate series) and
Sebastian's ehci patch are also needed to get AmigaOS working. I'd
appreciate if this could be merged before the imminent 3.0 freeze so
we could have at least preliminary support for all major Amiga like
OSes in QEMU 3.0.

BALATON Zoltan (5):
  ppc4xx_i2c: Rewrite to model hardware more closely
  hw/timer: Add basic M41T80 emulation
  sam460ex: Add RTC device
  ppc440_uc: Basic emulation of PPC440 DMA controller
  target/ppc: Relax reserved bitmask of indexed store instructions

 MAINTAINERS                     |   1 +
 default-configs/ppc-softmmu.mak |   1 +
 hw/i2c/ppc4xx_i2c.c             | 299 +++++++++++++++++++++-------------------
 hw/ppc/ppc440.h                 |   1 +
 hw/ppc/ppc440_uc.c              | 221 +++++++++++++++++++++++++++++
 hw/ppc/sam460ex.c               |   4 +
 hw/timer/Makefile.objs          |   1 +
 hw/timer/m41t80.c               | 117 ++++++++++++++++
 include/hw/i2c/ppc4xx_i2c.h     |   3 +-
 target/ppc/translate.c          |   2 +-
 10 files changed, 506 insertions(+), 144 deletions(-)
 create mode 100644 hw/timer/m41t80.c

-- 
2.7.6

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

end of thread, other threads:[~2018-07-03  1:36 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-28 22:38 [Qemu-devel] [PATCH v6 0/5] Misc sam460ex improvements BALATON Zoltan
2018-06-28 22:38 ` [Qemu-devel] [PATCH v6 3/5] sam460ex: Add RTC device BALATON Zoltan
2018-06-29  4:47   ` David Gibson
2018-07-02  4:04     ` David Gibson
2018-06-28 22:38 ` [Qemu-devel] [PATCH v6 2/5] hw/timer: Add basic M41T80 emulation BALATON Zoltan
2018-06-28 22:38 ` [Qemu-devel] [PATCH v6 5/5] target/ppc: Relax reserved bitmask of indexed store instructions BALATON Zoltan
2018-07-03  1:13   ` [Qemu-devel] [Qemu-ppc] " David Gibson
2018-06-28 22:38 ` [Qemu-devel] [PATCH v6 4/5] ppc440_uc: Basic emulation of PPC440 DMA controller BALATON Zoltan
2018-06-29  4:48   ` David Gibson
2018-06-29  4:59     ` David Gibson
2018-06-29 12:14       ` [Qemu-devel] [Qemu-ppc] " BALATON Zoltan
2018-07-02  0:03         ` David Gibson
2018-06-28 22:38 ` [Qemu-devel] [PATCH v6 1/5] ppc4xx_i2c: Rewrite to model hardware more closely BALATON Zoltan
2018-07-01 23:52 ` [Qemu-devel] [PATCH v6 0/5] Misc sam460ex improvements no-reply

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.