linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: "ashish  anand" <ppc4@rediffmail.com>
To: linuxppc-embedded@lists.linuxppc.org
Subject: any pointer...?
Date: 1 Apr 2002 13:01:05 -0000	[thread overview]
Message-ID: <20020401130105.30420.qmail@mailweb11.rediffmail.com> (raw)


I have a specific problem in 405gp on embeddedplanet board.

it is gets hanged in MEMCPY() below.

void __init
Board_init(unsigned long r3, unsigned long r4, unsigned
long r5,unsigned long r6, unsigned long r7)
{
         /*
          * If we were passed in a board information, copy it into
the
          * residual data area.
          */
         if (r3) {
          memcpy((void *)__res, (void *)(r3 +KERNELBASE),
   sizeof(bd_t));
         }

i am using board reset ( bl reset) type of macro for debugging for
detemining the hang .

if i put bl reset  macro before memcpy the board gets reset but
not after the memcpy .

abort being ..._GLOBAL(abort)
                mfspr   r13,SPRN_DBCR
                oris   r13,r13,DBCR_RST(DBCR_RST_SYSTEM)@h
                mtspr   SPRN_DBCR,r13


can anybody help me with any pointer....

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

             reply	other threads:[~2002-04-01 13:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-01 13:01 ashish  anand [this message]
2002-04-01  7:45 ` any pointer...? Armin

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=20020401130105.30420.qmail@mailweb11.rediffmail.com \
    --to=ppc4@rediffmail.com \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    /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;
as well as URLs for NNTP newsgroup(s).