From: Glenson Muthedan <glenson@gmx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] data abort
Date: Mon, 15 Sep 2003 13:04:50 +0200 [thread overview]
Message-ID: <3F659CD2.1040102@gmx.de> (raw)
Hello everybody!
First of all thanks to Wolfgang Denk and Robert Schwebel for the helpful
instructions to get started with U-Boot and BDI2000.
Now, I've a new problem: When U-Boot starts I can see following outsputs
through "cu", before the system stops due to a data abort.
(My board: PXA250, 32MB SDRAM, 32MB Strataflash, etc.)
****************************************************
U-Boot 0.4.0 (Sep 15 2003 - 12:09:08)
U-Boot code: A1FE0000 -> A1FF5728 BSS: -> A1FF6BD4
DRAM Configuration:
Bank #0: a0000000 32 MB
Flash: 32 MB
data abort
undefined instruction
undefined instruction
undefined instruction
****************************************************
I put some printf-lines(beginning with GM) in the soucecode to see where
the execution stops. Here, my debug-output:
****************************************************
U-Boot 0.4.0 (Sep 15 2003 - 12:23:05)
U-Boot code: A1FE0000 -> A1FF5870 BSS: -> A1FF6D1C
DRAM Configuration:
Bank #0: a0000000 32 MB
Flash: 32 MB
GM: lib_arm/board.c; entering devices_init()
GM: common/devices.c; entering ListCreate()
GM: common/lists.c; after 'list = (list_t) (NewHandle (sizeof
(ListStruct)))'
GM: common/lists.c; list = 0badc108
GM: common/lists.c; *list = a1ff10a0
data abort
prefetch abort
prefetch abort
prefetch abort
prefetch abort
****************************************************
If I understand right, this exception occurs due to access to the
contents of the created list. For example at the line(lists.c:
ListCreate): (*list)->numItems = 0;
Why does this happen? I'm quite sure that my Flash and SDRAM are working
properly. Can somebody suggest a way to workaround this problem?
Thanks.
Glenson Muthedan.
next reply other threads:[~2003-09-15 11:04 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-15 11:04 Glenson Muthedan [this message]
2003-09-15 11:29 ` [U-Boot-Users] data abort Wolfgang Denk
2003-09-15 11:48 ` Anders Larsen
2003-09-15 12:51 ` Robert Schwebel
2003-09-15 12:58 ` Anders Larsen
2003-09-15 13:44 ` Robert Schwebel
2003-09-16 18:43 ` Glenson Muthedan
2003-09-16 20:26 ` Wolfgang Denk
2003-09-17 8:57 ` Anders Larsen
2003-09-17 10:02 ` Wolfgang Denk
2003-09-17 10:08 ` Anders Larsen
2003-09-17 14:17 ` Glenson Muthedan
2003-09-15 11:42 ` Robert Schwebel
-- strict thread matches above, loose matches on Subject: below --
2003-09-16 20:36 Woodruff, Richard
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=3F659CD2.1040102@gmx.de \
--to=glenson@gmx.de \
--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 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.