[Qemu-devel] [PATCH v2 0/5] Add and connect the PMU IOModule devices

Alistair Francis posted 5 patches 7 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1519856998.git.alistair.francis@xilinx.com
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
include/hw/gpio/xlnx-pmu-iomod-gp.h   |  57 ++++++++
include/hw/timer/xlnx-pmu-iomod-pit.h |  58 ++++++++
hw/gpio/xlnx-pmu-iomod-gp.c           | 203 ++++++++++++++++++++++++++++
hw/microblaze/xlnx-zynqmp-pmu.c       | 108 +++++++++++++++
hw/timer/xlnx-pmu-iomod-pit.c         | 241 ++++++++++++++++++++++++++++++++++
hw/gpio/Makefile.objs                 |   2 +
hw/timer/Makefile.objs                |   2 +
7 files changed, 671 insertions(+)
create mode 100644 include/hw/gpio/xlnx-pmu-iomod-gp.h
create mode 100644 include/hw/timer/xlnx-pmu-iomod-pit.h
create mode 100644 hw/gpio/xlnx-pmu-iomod-gp.c
create mode 100644 hw/timer/xlnx-pmu-iomod-pit.c
[Qemu-devel] [PATCH v2 0/5] Add and connect the PMU IOModule devices
Posted by Alistair Francis 7 years, 7 months ago
V2:
 - Add the GPO and GPI devices as well


Alistair Francis (5):
  timer: Initial commit of xlnx-pmu-iomod-pit device
  xlnx-zynqmp-pmu: Connect the PMU IOMOD PIT devices
  hw/gpio: Add the xlnx-pmu-iomod-gpo device
  hw/gpio: Add support for the xlnx-pmu-iomod-gpi device
  xlnx-zynqmp-pmu: Connect the IOMOD GPI/GPO devices

 include/hw/gpio/xlnx-pmu-iomod-gp.h   |  57 ++++++++
 include/hw/timer/xlnx-pmu-iomod-pit.h |  58 ++++++++
 hw/gpio/xlnx-pmu-iomod-gp.c           | 203 ++++++++++++++++++++++++++++
 hw/microblaze/xlnx-zynqmp-pmu.c       | 108 +++++++++++++++
 hw/timer/xlnx-pmu-iomod-pit.c         | 241 ++++++++++++++++++++++++++++++++++
 hw/gpio/Makefile.objs                 |   2 +
 hw/timer/Makefile.objs                |   2 +
 7 files changed, 671 insertions(+)
 create mode 100644 include/hw/gpio/xlnx-pmu-iomod-gp.h
 create mode 100644 include/hw/timer/xlnx-pmu-iomod-pit.h
 create mode 100644 hw/gpio/xlnx-pmu-iomod-gp.c
 create mode 100644 hw/timer/xlnx-pmu-iomod-pit.c

-- 
2.14.1