From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lyrmc-0007LS-Bl for qemu-devel@nongnu.org; Tue, 28 Apr 2009 14:11:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lyrmb-0007KV-Ms for qemu-devel@nongnu.org; Tue, 28 Apr 2009 14:11:53 -0400 Received: from [199.232.76.173] (port=55940 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lyrmb-0007KS-J5 for qemu-devel@nongnu.org; Tue, 28 Apr 2009 14:11:53 -0400 Received: from fg-out-1718.google.com ([72.14.220.156]:58401) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lyrmb-0003OG-8x for qemu-devel@nongnu.org; Tue, 28 Apr 2009 14:11:53 -0400 Received: by fg-out-1718.google.com with SMTP id e21so229475fga.8 for ; Tue, 28 Apr 2009 11:11:52 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1240825023-869-1-git-send-email-gingold@adacore.com> References: <1240825023-869-1-git-send-email-gingold@adacore.com> Date: Tue, 28 Apr 2009 21:11:52 +0300 Message-ID: Subject: Re: [Qemu-devel] [PATCH] Fix powerpc 604 reset vector From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tristan Gingold Cc: qemu-devel@nongnu.org On 4/27/09, Tristan Gingold wrote: > According to 604eUM_book (see 8.3.3 Reset inputs p8-54), the IP bit is set > for hreset and the vector is at offset 0x100 from the exception prefix. > > No difference in this area between 604 and 604e. Thanks, applied.