From owner-freebsd-ppc@FreeBSD.ORG Mon Jan 3 06:36:38 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75137106564A for ; Mon, 3 Jan 2011 06:36:38 +0000 (UTC) (envelope-from sandeep.gopalpet@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1C6838FC0C for ; Mon, 3 Jan 2011 06:36:37 +0000 (UTC) Received: by ywp6 with SMTP id 6so5643213ywp.13 for ; Sun, 02 Jan 2011 22:36:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=HJu6rZZH3MfdZuTNprqTGBSDDXm3HQS6A8swEi6+pfE=; b=Ih2szY3u3r4NbwEYWRgW2hzJ35NByZ1n/41JPnIbFtETGCEv1NxSlZrvw0/WHhldv9 VVmg3OtFSDkg4vXBqpXDD+u90dqF9dli63FIbCoUj1xBrcQbiX+5j/krwUkUucF/wCnG pLmFr8WOHv8UMt4oDFxJf/wGnmAMJzd8fSK8M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=GBGZNyCyhSkp5E1+PRfTM6kTTrczrGh4QOndNh29F9O4yF5alY4vBfZRWaKdPw0c5Q /nQqSXfMPDpxGawdimV6tDGsDiZgOZ+i9iVlSURxtI1awpP8bSw+Xty24Qq6kli9nspm v19bcVtUFCoVPxg9EacM91+RA7Oec8vEQKCMI= MIME-Version: 1.0 Received: by 10.100.110.13 with SMTP id i13mr11914319anc.221.1294036596033; Sun, 02 Jan 2011 22:36:36 -0800 (PST) Received: by 10.100.32.4 with HTTP; Sun, 2 Jan 2011 22:36:35 -0800 (PST) In-Reply-To: <4D2166A1.90505@freebsd.org> References: <4D2166A1.90505@freebsd.org> Date: Mon, 3 Jan 2011 12:06:35 +0530 Message-ID: From: Sandeep Kumar To: Nathan Whitehorn Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ppc@freebsd.org Subject: Re: Dumping core regs under freebsd X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jan 2011 06:36:38 -0000 HI Nathan, I specifically want to dump MCAR register which is not currently dumped, i want to know what i should do add support for dumping new regs. -- Thanks Sandeep On Mon, Jan 3, 2011 at 11:33 AM, Nathan Whitehorn wrote: > On 01/02/11 23:53, Sandeep Kumar wrote: > >> HI all, >> >> >> I am facing some issue with on MPC8548E platform and I am seeing a machine >> check interrupt while a soft reset is done. >> >> Can someone help in letting me know how to dump the internal core regs >> like >> MSR, MCAR, etc under freebsd. >> >> I want to know the status of the core registers when this happens. >> >> > 'show registers' will show at least some of these when this happens. Most > of MSR is copied to SRR0 when an exception is taken. > -Nathan > _______________________________________________ > freebsd-ppc@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ppc > To unsubscribe, send any mail to "freebsd-ppc-unsubscribe@freebsd.org" >