From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRK2F-00088l-M6 for qemu-devel@nongnu.org; Thu, 25 Oct 2012 05:47:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TRK29-0006Rb-Pq for qemu-devel@nongnu.org; Thu, 25 Oct 2012 05:47:31 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:37568) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRK29-0006RV-J2 for qemu-devel@nongnu.org; Thu, 25 Oct 2012 05:47:25 -0400 Received: by mail-pb0-f45.google.com with SMTP id rp2so1799391pbb.4 for ; Thu, 25 Oct 2012 02:47:24 -0700 (PDT) Sender: Peter Crosthwaite From: Peter Crosthwaite Date: Thu, 25 Oct 2012 19:47:11 +1000 Message-Id: Subject: [Qemu-devel] [PATCH v1 0/8] Sysbus EHCI + Zynq USB. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: vineshp@xilinx.com, peter.maydell@linaro.org, Peter Crosthwaite , john.williams@xilinx.com, kraxel@redhat.com, edgar.iglesias@gmail.com Added Sysbus variant of EHCI and attached it to Xilinx Zynq. Apparently the EHCI stuff is going to useful for Tegra too. (Andreas?) See http://lists.gnu.org/archive/html/qemu-devel/2012-06/msg04100.html thread for the inital RFC discussion on this development. Regession tested using i386 Debian (dd of=/dev/sdx ...) to get some test coverage outside of Zynq. More testing welcome. Few other bits and pieces of cleanup in there too, around the EHCI_DEBUG printfery. Peter Crosthwaite (8): usb/ehci: parameterise the register region offsets usb/ehci: Abstract away PCI DMA API usb/ehci: seperate out PCIisms usb/ehci: Add usb-ehci-sysbus xilinx_zynq: add USB controllers usb/ehci: Guard definition of EHCI_DEBUG usb/ehci: Debug mode compile fixes usb/ehci: Put RAM in undefined MMIO regions hw/usb/hcd-ehci.c | 285 +++++++++++++++++++++++++++++++++++------------------ hw/xilinx_zynq.c | 16 +++ 2 files changed, 204 insertions(+), 97 deletions(-)