[Qemu-devel] [PATCH v3 0/2] Sam460ex emulation

BALATON Zoltan posted 2 patches 6 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1519036465.git.balaton@eik.bme.hu
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppcbe passed
Test ppcle passed
Test s390x passed
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
[Qemu-devel] [PATCH v3 0/2] Sam460ex emulation
Posted by BALATON Zoltan 6 years, 2 months ago
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