From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K237X-0001Eq-C9 for qemu-devel@nongnu.org; Fri, 30 May 2008 07:50:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K237V-0001EG-R6 for qemu-devel@nongnu.org; Fri, 30 May 2008 07:50:07 -0400 Received: from [199.232.76.173] (port=47187 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K237V-0001ED-OM for qemu-devel@nongnu.org; Fri, 30 May 2008 07:50:05 -0400 Received: from main.gmane.org ([80.91.229.2]:46179 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K237V-0002oD-5l for qemu-devel@nongnu.org; Fri, 30 May 2008 07:50:05 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1K237T-0004KL-2J for qemu-devel@nongnu.org; Fri, 30 May 2008 11:50:03 +0000 Received: from iap-pxy-mow1.siemens.ru ([212.248.25.26]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 30 May 2008 11:50:03 +0000 Received: from dbaryshkov by iap-pxy-mow1.siemens.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 30 May 2008 11:50:03 +0000 From: Dmitry Baryshkov Date: Fri, 30 May 2008 11:33:27 +0000 (UTC) Message-ID: References: <483e840e.0bbf5e0a.07b1.ffffa322@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] Re: [PATCH 1/2] Factor out common SharpSL PDA code Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, andrzej zaborowski wrote: > Hi, > > On 27/05/2008, Dmitry Baryshkov wrote: >> Factor out to sharpsl code to support devices that are present not only >> in spitz-family PDAs but also in outher Sharp Zaurus PDAs > > I think of the Tosa as part of spitz family, but we can split the file > if you think it's advantageous. hw/spitz.c file would be named > hw/zaurus.c but I had to be paranoid about trademarked names at that > time, and afaik the SCOOP chip is only used on the Zaurus. SCOOP is a custom ASiC used only on zaurus. However not all zaurii are spitz'. I moved all common functionality to separate file (should be named hw/zaurus.c :)) to make things more clear. And separated > > BTW, are you planning to add the other Tosa peripherals? Yes. I'm looking at it now. The main problem probably will be TC6393XB which is a SiC containing NAND controller, FB/LCD, OHCI and (unused in tosa) MMC controller. The current code ("return 3") is just a placeholder to make machine type detector work. wm9712 (audio codec + ts interface) and kbd seem to be simpler to implement. BTW: I wasn't able to get PXA MMC emulation working neither with my code, nor with spitz emulation. Does it work for you? -- With best wishes Dmitry