Re: [Qemu-devel] [PATCH 0/3] usb-musb: make qdev-aware

2011-09-02 Thread Gerd Hoffmann
Hi, http://narcissus.angstrom-distribution.org/ can generate jffs2/ubifs images for n8x0 (select nokia800 from machine selector). You will need a copy of config mtd partition from working n8x0 (at least it was needed when I was playing with it) with “no-lifeguard-reset” flag set. Got a tarba

Re: [Qemu-devel] [PATCH 0/3] usb-musb: make qdev-aware

2011-09-02 Thread Peter Maydell
On 2 September 2011 08:50, Gerd Hoffmann wrote: > Booting an image and operating some usb device is even better. Incidentally, if anybody has both (1) an image/config that connects a keyboard via usb-musb and (2) a copy of the MUSB hardware spec they will be able to test and fix the bug that musb

Re: [Qemu-devel] [PATCH 0/3] usb-musb: make qdev-aware

2011-09-02 Thread Peter Maydell
On 2 September 2011 08:50, Gerd Hoffmann wrote: > For starters just "qemu-system-arm -M n810" is better than nothing, this > does at least make sure it doesn't blow up somewhere when creating the > device tree. NB that the n810 machine doesn't create the usb device unless you pass "-usb" on the c

Re: [Qemu-devel] [PATCH 0/3] usb-musb: make qdev-aware

2011-09-02 Thread Marcin Juszkiewicz
W dniu 02.09.2011 10:00, Riku Voipio pisze: > n800/n810 qemu images based on official are not redistributable, as > they carry propiertary software. Instructions howto convert a firmare > to qemu image exist, but to get your hands on a firmware you need to > know a n800/n810 serial number: > > htt

Re: [Qemu-devel] [PATCH 0/3] usb-musb: make qdev-aware

2011-09-02 Thread Riku Voipio
On Fri, Sep 02, 2011 at 09:50:44AM +0200, Gerd Hoffmann wrote: > On 09/02/11 09:03, juha.riihim...@nokia.com wrote: How to you test musb? >>> >>> Unfortunately I don't have any test cases which actively use the musb, >>> so I settle for testing an n810 image (and a beagle image in my omap3 >>>

Re: [Qemu-devel] [PATCH 0/3] usb-musb: make qdev-aware

2011-09-02 Thread Gerd Hoffmann
On 09/02/11 09:03, juha.riihim...@nokia.com wrote: How to you test musb? Unfortunately I don't have any test cases which actively use the musb, so I settle for testing an n810 image (and a beagle image in my omap3 tree) and confirming that the init part of things still works ok. (I'm not entire

Re: [Qemu-devel] [PATCH 0/3] usb-musb: make qdev-aware

2011-09-02 Thread Juha.Riihimaki
>>How to you test musb? > >Unfortunately I don't have any test cases which actively use the musb, >so I settle for testing an n810 image (and a beagle image in my omap3 >tree) and confirming that the init part of things still works ok. >(I'm not entirely happy with this but init is really all we're

Re: [Qemu-devel] [PATCH 0/3] usb-musb: make qdev-aware

2011-09-01 Thread Peter Maydell
On 1 September 2011 15:38, Gerd Hoffmann wrote: > How to you test musb? Unfortunately I don't have any test cases which actively use the musb, so I settle for testing an n810 image (and a beagle image in my omap3 tree) and confirming that the init part of things still works ok. (I'm not entirely

Re: [Qemu-devel] [PATCH 0/3] usb-musb: make qdev-aware

2011-09-01 Thread Gerd Hoffmann
On 08/31/11 22:49, Peter Maydell wrote: This patchset has some minor cleanups to usb-musb that we can make now that the only user (tusb6010) is a qdev device. I've thrown in a minor piece of renaming to avoid a C-standard reserved namespace. These patches depend only on the just-committed bdc76

[Qemu-devel] [PATCH 0/3] usb-musb: make qdev-aware

2011-08-31 Thread Peter Maydell
This patchset has some minor cleanups to usb-musb that we can make now that the only user (tusb6010) is a qdev device. I've thrown in a minor piece of renaming to avoid a C-standard reserved namespace. These patches depend only on the just-committed bdc76462a so they should be fine to go in throu