From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7qDh-0008Uw-LG for qemu-devel@nongnu.org; Mon, 27 Jan 2014 12:43:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7qDd-0000Iw-8k for qemu-devel@nongnu.org; Mon, 27 Jan 2014 12:43:37 -0500 Received: from mail-lb0-f170.google.com ([209.85.217.170]:62570) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7qDd-0000Ib-2Q for qemu-devel@nongnu.org; Mon, 27 Jan 2014 12:43:33 -0500 Received: by mail-lb0-f170.google.com with SMTP id u14so4771480lbd.1 for ; Mon, 27 Jan 2014 09:43:32 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <9889c4fcc2d9dc0d566d78de6213bebf2b5ef855.1389776859.git.peter.crosthwaite@xilinx.com> References: <9889c4fcc2d9dc0d566d78de6213bebf2b5ef855.1389776859.git.peter.crosthwaite@xilinx.com> From: Peter Maydell Date: Mon, 27 Jan 2014 17:43:12 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH target-arm v5 3/5] zynq_slcr: Implement CPU reset List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite Cc: Edgar Iglesias , QEMU Developers , Alistair Francis On 15 January 2014 09:14, Peter Crosthwaite wrote: > Implement the CPU reset IO line of the A9_CPU_RST_CTRL register > (offset 0x244). This is trivial GPIO mapping straight to the register > bits. > > Signed-off-by: Peter Crosthwaite Reviewed-by: Peter Maydell thanks -- PMM