From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPmnR-0008KC-Cg for qemu-devel@nongnu.org; Sun, 13 Nov 2011 22:01:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RPmnQ-0006CP-4P for qemu-devel@nongnu.org; Sun, 13 Nov 2011 22:01:21 -0500 Received: from mail-gy0-f173.google.com ([209.85.160.173]:39025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPmnQ-0006CG-1z for qemu-devel@nongnu.org; Sun, 13 Nov 2011 22:01:20 -0500 Received: by gyb11 with SMTP id 11so5118371gyb.4 for ; Sun, 13 Nov 2011 19:01:19 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1320606843-13329-1-git-send-email-jcd@tribudubois.net> References: <1320606843-13329-1-git-send-email-jcd@tribudubois.net> Date: Mon, 14 Nov 2011 04:01:19 +0100 Message-ID: From: andrzej zaborowski Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3] hw/arm_sysctl: Fix RESETCTL for realview-pb-a8 and -pbx-a9 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jean-Christophe DUBOIS Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org, paul@codesourcery.com On 6 November 2011 20:14, Jean-Christophe DUBOIS wrot= e: > Depending on the considered baseboard the bit used to > reset the platform is different. > > Here is the list of considered Realview/Versatile platforms: > > Realview/Versatile AB for ARM926EJ-S: BOARD_ID =3D 0x100 =3D BOARD_ID_PB9= 26 > http://infocenter.arm.com/help/topic/com.arm.doc.dui0225d/CACCIFGI.html > > RealView Emulation Baseboard: BOARD_ID =3D 0x140 =3D BOARD_ID_EB > No reset register > > RealView PB for Cortex-A8: BOARD_ID =3D 0x178 =3D BOARD_ID_PBA8 > http://infocenter.arm.com/help/topic/com.arm.doc.dui0417d/BBACIGAD.html > > RealView PB for Cortex-A9: BOARD_ID =3D 0x182 =3D BOARD_ID_PBX > http://infocenter.arm.com/help/topic/com.arm.doc.dui0440b/CACCHBFB.html > > Motherboard Express =C2=B5ATX: BOARD_ID =3D 0x190 =3D BOARD_ID_VEXPRESS > No reset register > > Signed-off-by: Jean-Christophe DUBOIS Thanks, I applied this fix. Cheers