All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] Add support for Men Chameleon Bus emulation
@ 2018-08-09 11:40 Johannes Thumshirn
  2018-08-09 11:40 ` [Qemu-devel] [PATCH v2 1/4] Add MEN " Johannes Thumshirn
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Johannes Thumshirn @ 2018-08-09 11:40 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.

Changes since v1:
* Updated License comments of the files (Peter Maydell)
* Added <public>/<private> annotations (Philippe Mathieu-Daudé)

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      | 100 +++++++++++++++
 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    | 215 ++++++++++++++++++++++++++++++++
 include/hw/mcb/mcb.h      | 104 ++++++++++++++++
 10 files changed, 910 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] 6+ messages in thread

end of thread, other threads:[~2018-08-22 13:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-09 11:40 [Qemu-devel] [PATCH v2 0/4] Add support for Men Chameleon Bus emulation Johannes Thumshirn
2018-08-09 11:40 ` [Qemu-devel] [PATCH v2 1/4] Add MEN " Johannes Thumshirn
2018-08-09 11:40 ` [Qemu-devel] [PATCH v2 2/4] Add MEN Chameleon Bus via PCI carrier Johannes Thumshirn
2018-08-09 11:40 ` [Qemu-devel] [PATCH v2 3/4] serial-mcb: Add serial via MEN chameleon bus Johannes Thumshirn
2018-08-09 11:40 ` [Qemu-devel] [PATCH v2 4/4] wdt_z069: Add support for MEN 16z069 Watchdog Johannes Thumshirn
2018-08-22 12:47 ` [Qemu-devel] [PATCH v2 0/4] Add support for Men Chameleon Bus emulation Johannes Thumshirn

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.