From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEzsK-0003ts-M5 for qemu-devel@nongnu.org; Thu, 29 Aug 2013 06:54:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VEzsF-0003kz-VJ for qemu-devel@nongnu.org; Thu, 29 Aug 2013 06:54:52 -0400 Received: from mail-lb0-x22e.google.com ([2a00:1450:4010:c04::22e]:35978) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEzsF-0003kZ-Mv for qemu-devel@nongnu.org; Thu, 29 Aug 2013 06:54:47 -0400 Received: by mail-lb0-f174.google.com with SMTP id w6so543162lbh.5 for ; Thu, 29 Aug 2013 03:54:46 -0700 (PDT) Date: Thu, 29 Aug 2013 14:52:26 +0400 From: Antony Pavlov Message-Id: <20130829145226.2a80d8a633302a5ee704d230@gmail.com> In-Reply-To: References: <1377768833-11400-1-git-send-email-antonynpavlov@gmail.com> <1377768833-11400-2-git-send-email-antonynpavlov@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [RFC 1/5] target-arm: add ARM946E-S CPU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Alex Dumitrache , Peter Crosthwaite , Giovanni Condello , g3gg0 , QEMU Developers , Paul Brook , Paolo Bonzini On Thu, 29 Aug 2013 11:44:38 +0100 Peter Maydell wrote: > On 29 August 2013 10:33, Antony Pavlov wrote: > > This is slightly altered version of ARM946E-S CPU code > > from EOS QEMU (Magic Lantern project) so nearly all > > credits go to @a1ex. > > > > ARM946E-S Technical Reference Manual can be found here: > > http://infocenter.arm.com/help/index.jsp?topic=3D/com.arm.doc.ddi0201d/= index.html >=20 > I think the CPU we label "arm946" *is* an ARM946E-S -- there's > no other TRM or variant of the 946 listed on the ARM website. > If we're inaccurate about something we should just fix it (and > that should be safe since there's no existing board model which > uses the 946). Thanks! I'll take a look. --=A0 Best regards, =A0 Antony Pavlov