qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] Add support for Men Chameleon Bus emulation
@ 2018-08-08 14:16 Johannes Thumshirn
  2018-08-08 14:16 ` [Qemu-devel] [PATCH 1/4] Add MEN " Johannes Thumshirn
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Johannes Thumshirn @ 2018-08-08 14:16 UTC (permalink / raw)
  To: qemu-devel; +Cc: Johannes Thumshirn

This series adds support for emulating FPGAs by Men Mikroelektronik
Nürnberg and expose the FPGA itself as a bus. The IP-Cores implemented
in the FPGA are represented as devices hanging off that bus. This is the
same aproach that is used in the Linux kernel as well for these devices.

The main intention for this series is to have a test-bed for Linux
Kernel patches targeting the bus and/or sub-devices of it for people
who do not have access the hardware.

Johannes Thumshirn (4):
  Add MEN Chameleon Bus emulation
  Add MEN Chameleon Bus via PCI carrier
  serial-mcb: Add serial via MEN chameleon bus
  wdt_z069: Add support for MEN 16z069 Watchdog

 default-configs/pci.mak   |   1 +
 hw/Makefile.objs          |   1 +
 hw/char/Makefile.objs     |   1 +
 hw/char/serial-mcb.c      |  97 +++++++++++++++
 hw/mcb/Makefile.objs      |   2 +
 hw/mcb/mcb-pci.c          | 305 ++++++++++++++++++++++++++++++++++++++++++++++
 hw/mcb/mcb.c              | 180 +++++++++++++++++++++++++++
 hw/watchdog/Makefile.objs |   1 +
 hw/watchdog/wdt_z069.c    | 212 ++++++++++++++++++++++++++++++++
 include/hw/mcb/mcb.h      | 104 ++++++++++++++++
 10 files changed, 904 insertions(+)
 create mode 100644 hw/char/serial-mcb.c
 create mode 100644 hw/mcb/Makefile.objs
 create mode 100644 hw/mcb/mcb-pci.c
 create mode 100644 hw/mcb/mcb.c
 create mode 100644 hw/watchdog/wdt_z069.c
 create mode 100644 include/hw/mcb/mcb.h

-- 
2.16.4

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

end of thread, other threads:[~2018-08-08 19:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-08 14:16 [Qemu-devel] [PATCH 0/4] Add support for Men Chameleon Bus emulation Johannes Thumshirn
2018-08-08 14:16 ` [Qemu-devel] [PATCH 1/4] Add MEN " Johannes Thumshirn
2018-08-08 14:52   ` Peter Maydell
2018-08-08 14:55     ` Johannes Thumshirn
2018-08-08 14:16 ` [Qemu-devel] [PATCH 2/4] Add MEN Chameleon Bus via PCI carrier Johannes Thumshirn
2018-08-08 14:16 ` [Qemu-devel] [PATCH 3/4] serial-mcb: Add serial via MEN chameleon bus Johannes Thumshirn
2018-08-08 19:06   ` Philippe Mathieu-Daudé
2018-08-08 14:17 ` [Qemu-devel] [PATCH 4/4] wdt_z069: Add support for MEN 16z069 Watchdog Johannes Thumshirn

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