From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rjyfi-0002mc-4R for qemu-devel@nongnu.org; Sun, 08 Jan 2012 14:44:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rjyfh-0003sk-2h for qemu-devel@nongnu.org; Sun, 08 Jan 2012 14:44:50 -0500 Received: from mail-ey0-f173.google.com ([209.85.215.173]:62387) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rjyfg-0003sg-Se for qemu-devel@nongnu.org; Sun, 08 Jan 2012 14:44:49 -0500 Received: by eaad1 with SMTP id d1so1852292eaa.4 for ; Sun, 08 Jan 2012 11:44:47 -0800 (PST) From: Marek Vasut Date: Sun, 8 Jan 2012 20:44:46 +0100 References: <1325967077-10130-1-git-send-email-marek.vasut@gmail.com> <201201081757.42171.marek.vasut@gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201201082044.46412.marek.vasut@gmail.com> Subject: Re: [Qemu-devel] [PATCH] PL011: Fix ID reporting List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org > On 8 January 2012 16:57, Marek Vasut wrote: > >Peter Maydell wrote: > >> Does the hardware give the ID registers the same values as stock > >> PL011 or are the part number/designer/etc fields different? > > > > Slightly different, but compatible with Linux: > > > > 80075fe0: 00000011 00000010 00000024 00000000 ........$....... > > 80075ff0: 0000000d 000000f0 00000005 000000b1 ................ > > OK, that's just the patchlevel -- QEMU currently reports > itself as r1p1 (0x14 in UARTPeriphID2), and mx28 is r1p3 > or r1p4 (0x24). The manual describes no functional differences > between r1p0 up to r1p4 (r1p5 has a different fifo size) so > I'd be inclined not to worry about the ID registers here. It's just their position that's different indeed. And even this can be tuned via props. I'll update the patch once I get FEC operational. M > > -- PMM