From: Vladimir "Farcaller" Pouzanov <farcaller@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] What is u-boot relocation address?
Date: Mon, 16 Oct 2006 18:45:39 +0300 [thread overview]
Message-ID: <eh09f4$vh1$1@sea.gmane.org> (raw)
In-Reply-To: c166aa9f0610160812k3f55dd2ar256e14491eff9864@mail.gmail.com
Andrew Dyer wrote:
> TEXT_BASE is the starting address that u-boot is built for usually in
> FLASH. Later u-boot moves itself up to the top of available memory.
Is it ok that TEXT_BASE of 0x0 leads to crash? Also U-boot seems to follow
TEXT_BASE value after relocation:
TEXT_BASE = 0xA1000000:
U-Boot code: A1000000 -> A1016290 BSS: -> A1018948
TEXT_BASE = 0xA1700000:
U-Boot code: A1700000 -> A1716290 BSS: -> A1718948
--
Sincerely,
Vladimir "Farcaller" Pouzanov
http://hackndev.com
next prev parent reply other threads:[~2006-10-16 15:45 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-16 14:36 [U-Boot-Users] What is u-boot relocation address? Vladimir Farcaller Pouzanov
2006-10-16 15:12 ` Andrew Dyer
2006-10-16 15:45 ` Vladimir Farcaller Pouzanov [this message]
2006-10-16 16:09 ` Vladimir Farcaller Pouzanov
2006-10-16 17:12 ` Vladimir Farcaller Pouzanov
2006-10-16 20:24 ` Wolfgang Denk
2006-10-17 7:08 ` Vladimir Farcaller Pouzanov
2006-10-16 20:23 ` Wolfgang Denk
2006-10-16 20:18 ` Wolfgang Denk
2006-10-16 20:20 ` Vladimir Farcaller Pouzanov
2006-10-16 20:10 ` Wolfgang Denk
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='eh09f4$vh1$1@sea.gmane.org' \
--to=farcaller@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 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.