lm32: add Milkymist SoftUSB support
authorMichael Walle <michael@walle.cc>
Mon, 7 Mar 2011 22:32:37 +0000 (23:32 +0100)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Mon, 4 Apr 2011 08:26:53 +0000 (10:26 +0200)
commitef745e02894ae783f436bff4f6e23b70a7769e15
treee31036d12b4ceae85b1fdd041213d53e334b626e
parenta4830201acd54cd148623d1606c15f134fc3f7ea
lm32: add Milkymist SoftUSB support

This patch adds support for Milkymist's SoftUSB core. This model differ
from the real hardware in its functionality. The real hardware consits of a
tiny freely programmable microcontroller which controls the USB ports. For
simplicity reasons, this model emulates only keyboard and mouse input
devices, eg. input events translates directly to the corresponding expected
messages.

Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Makefile.target
hw/milkymist-softusb.c [new file with mode: 0644]
trace-events