public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: urwithsughosh at gmail.com <urwithsughosh@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Reset issue on mpc85xx
Date: Mon, 17 Sep 2007 21:08:16 -0400	[thread overview]
Message-ID: <20070918010816.GA25557@GNU> (raw)
In-Reply-To: <20070914185431.GB3708@GNU>

On Fri Sep 14, 2007 at 02:54:31PM -0400, urwithsughosh at gmail.com wrote:

> I am working on a custom board having mpc8560 and mpc8540. On
> porting the v1.3.0-rc1 u-boot, i get a peculiar issue. The board
> does not reset on giving the 'reset' command. 

  I think the issue lies in the start.S file. The MSR is getting
  cleared before jumping out of the last 4k page to _start_cont, where
  SRR1 (which is 0x0) gets written to the MSR.

  Earlier the initialisation of the MSR was done in _start, which was
  after the jump out of the last 4k page. Now the MSR value gets
  overwritten on jumping out of the last page. 
 
  Is there any specific reason as to why the MSR initialisation is
  moved in the last 4k page.
    
-- 
sughosh

      reply	other threads:[~2007-09-18  1:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-14 18:54 [U-Boot-Users] Reset issue on mpc85xx urwithsughosh at gmail.com
2007-09-18  1:08 ` urwithsughosh at gmail.com [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070918010816.GA25557@GNU \
    --to=urwithsughosh@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox