All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rainer Kloud <rainer.kloud@siemens.at>
To: linuxppc-embedded <linuxppc-embedded@lists.linuxppc.org>
Subject: DSI Exception
Date: Fri, 10 Nov 2000 12:21:38 +0100	[thread overview]
Message-ID: <3A0BDA42.C2904194@siemens.at> (raw)


Dear All,

I have a problem when executeing the init process.

First to the configuration: I use the core of a MPC750
which is mapped into a MPC8260 (Motorola Scout Board in
Compagnion Mode).
Kernel: 2.4.0-test4
gcc: 2.95.2
glibc: 2.1.3 with ctype.patch

I can startup the kernel without problems, but when
executeing the first instructions of the init process
(statical linked sash) I get a DSI Exception.
When I debug the init process I can see, that the exception
occoures at the following point:

100000c0 <_start>:
100000c0: 7c 29 0b 78  mr r9,r1
100000c4: 54 21 00 36  rlwinm r1,r1,0,0,27
100000c8: 38 00 00 00  li r0,0
100000cc: 94 21 ff f0  stwu r1,-16(r1)
100000d0: 7c 08 03 a6  mtlr r0
100000d4: 90 01 00 00  stw r0,0(r1)
100000d8: 3d 00 10 06  lis r8,4102
100000dc: 85 a8 92 00  lwzu r13,-28160(r8)
100000e0: 48 00 ed c8  b 1000eea8 <__libc_start_main>
........
1000eea8 <__libc_start_main>:
1000eea8: 94 21 ff e0  stwu r1,-32(r1)
1000eeac: 7c 08 02 a6  mflr r0      <-------- DSI Exception
1000eeb0: 93 61 00 0c  stw r27,12(r1)

At the beginning of _start GPR1 was 0xb, GPR1 (SP) 0x7fffff90,
GPR2 0xc0210000 and GPR3 0x0.
When the Exception occoures GPR0 has the value zero.

The DSISR register has the value 0x42000000 which means that
a store instruction results in a direct store error
exception (correct?). I don't know what that means for me?
What have I done (or what haven't I done) that I get these
exception?

Thank you in advance!

Rainer

--
Rainer Kloud               mailto:rainer.kloud@siemens.at
Siemens AG, PSE ECT OTN 2, Rampengasse 3-5, A-1190 Vienna
Phone: +43-(0)51707-43873         Fax: +43-(0)51707-53581


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

             reply	other threads:[~2000-11-10 11:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-10 11:21 Rainer Kloud [this message]
2000-11-10 11:43 ` DSI Exception Gabriel Paubert
2000-11-16 18:25   ` Rainer Kloud

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=3A0BDA42.C2904194@siemens.at \
    --to=rainer.kloud@siemens.at \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.