From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 31C6C679E7 for ; Sat, 15 Jul 2006 07:08:22 +1000 (EST) Subject: Re: Kexec initial registers From: Benjamin Herrenschmidt To: Jimi Xenidis In-Reply-To: <4CE0FC89-084F-42E8-8E3B-8D2C41AC06F2@watson.ibm.com> References: <4CE0FC89-084F-42E8-8E3B-8D2C41AC06F2@watson.ibm.com> Content-Type: text/plain Date: Sat, 15 Jul 2006 07:08:17 +1000 Message-Id: <1152911297.23037.109.camel@localhost.localdomain> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2006-07-14 at 12:02 -0400, Jimi Xenidis wrote: > This is what I have so far: > > r3: address of device tree blob > r4: address that kernel was loaded > r5: not OF (=0) Correct and that's all that should be needed > r13: local_paca address (0?) You shouldn't have to care about r13 at all, it should be set by the kernel before it's used. If not, please let us know as that means there is a bug :) Ben.