[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH v6 0/5] Misc sam460ex improvements
From: |
BALATON Zoltan |
Subject: |
[Qemu-ppc] [PATCH v6 0/5] Misc sam460ex improvements |
Date: |
Fri, 29 Jun 2018 00:38:33 +0200 |
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
- [Qemu-ppc] [PATCH v6 0/5] Misc sam460ex improvements,
BALATON Zoltan <=
- [Qemu-ppc] [PATCH v6 3/5] sam460ex: Add RTC device, BALATON Zoltan, 2018/06/28
- [Qemu-ppc] [PATCH v6 5/5] target/ppc: Relax reserved bitmask of indexed store instructions, BALATON Zoltan, 2018/06/28
- [Qemu-ppc] [PATCH v6 2/5] hw/timer: Add basic M41T80 emulation, BALATON Zoltan, 2018/06/28
- [Qemu-ppc] [PATCH v6 1/5] ppc4xx_i2c: Rewrite to model hardware more closely, BALATON Zoltan, 2018/06/28
- [Qemu-ppc] [PATCH v6 4/5] ppc440_uc: Basic emulation of PPC440 DMA controller, BALATON Zoltan, 2018/06/28