From: Gregg Nemas <gnemas@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Stuck relocating command table
Date: Fri, 22 Jul 2005 06:10:26 +0000 (UTC) [thread overview]
Message-ID: <loom.20050722T073751-311@post.gmane.org> (raw)
I have been trying unsuccessfully to bring up u-boot on my PowerPC 440GP
evaluation board. I am using the predefined configuration file for this board
(EBONY.h). I have tried both the 1.1.2 release and the head CVS files, both with
the same result.
It displays the expected initial messages and then hangs after displaying the
DRAM amount. I traced the code to find out where it is hanging. It makes it to
board_init_r in board.c, and enters the loop in which u-boot is relocating the
command table. It never gets out of this loop.
One peculiar thing is that when I printed out the value of __u_boot_cmd_start
and __u_boot_cmd_end just before the loop, they did not match what the
u-boot.map file says they should be.
The printed versions were
__u_boot_cmd_start = 0x07faeed8
__u_boot_cmd_end = 0x07ff57f4
(difference 0x4691C)
The u-boot.map versions are
__u_boot_cmd_start = 0xfffa57f4
__u_boot_cmd_end = 0xfffa8ffc
(difference 0x3808)
The loop seems to be reading from the wrong flash locations because it is
reading garbage.
Can someone help me figure this out? Could it be the build tools? I am using gcc
3.3.6 and binutils 2.16.1. Are these okay for building u-boot?
Thanks.
Gregg
next reply other threads:[~2005-07-22 6:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-22 6:10 Gregg Nemas [this message]
2005-07-22 11:48 ` [U-Boot-Users] Stuck relocating command table Cedric VINCENT
2005-07-22 17:58 ` [U-Boot-Users] " Gregg Nemas
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=loom.20050722T073751-311@post.gmane.org \
--to=gnemas@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