From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42962) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjCcC-0006Hm-1b for qemu-devel@nongnu.org; Mon, 05 Oct 2015 16:44:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZjCcB-0000Zw-1l for qemu-devel@nongnu.org; Mon, 05 Oct 2015 16:44:07 -0400 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:37358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjCcA-0000Zk-RB for qemu-devel@nongnu.org; Mon, 05 Oct 2015 16:44:06 -0400 Received: by wicfx3 with SMTP id fx3so131539607wic.0 for ; Mon, 05 Oct 2015 13:44:06 -0700 (PDT) Date: Mon, 5 Oct 2015 22:44:02 +0200 From: Beniamino Galvani Message-ID: <20151005204402.GB3258@gmail.com> References: <5612939D.8050600@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5612939D.8050600@redhat.com> Subject: Re: [Qemu-devel] QEMU+Linux ARMv7A current state List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow Cc: Peter Maydell , Rob Herring , Igor Mitsyanko , "qemu-devel@nongnu.org Developers" , Nathan Rossi , Sai Pavan Boddu , Peter Crosthwaite , Richard Purdie , Alistair Francis , Guenter Roeck On Mon, Oct 05, 2015 at 11:13:33AM -0400, John Snow wrote: > I'm looking into the cubieboard now. Is our emulation based on any > particular model? (1-4?) The first model, the one with Allwinner A10. > I'm trying to see if I can find anything that resembles a spec to see > what kind of registers this SoC has for its SATA controller. There is some documentation on the SoC here, but apparently nothing on SATA: http://dl.linux-sunxi.org/A10/ Beniamino