All of lore.kernel.org
 help / color / mirror / Atom feed
From: Darius Augulis <augulis.darius@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] IXP425 TEXT_BASE
Date: Tue, 04 Aug 2009 16:14:20 +0300	[thread overview]
Message-ID: <4A78342C.5090307@gmail.com> (raw)
In-Reply-To: <004701ca14fb$00f5b550$1933000a@smartbridges.com>

On 08/04/2009 02:59 PM, Teh Kok How wrote:
> Hi;
>
>              I am trying to bring up u-boot-2009-08-rc1 on IXP425 board. May
> I know what's the reason that the TEXT_BASE is 0x00f80000 instead of 0 or
> 0x50000000?
>
>              Thanks.
>

Hi Teh,

usually TEXT_BASE is offset, which size depends on your requirements for 
stack size and memory size for malloc. If your DRAM base is 0x0 and 
TEXT_BASE is 0xf80000, you will have almost 16Mb for stack and malloc 
and your u-boot code will be linked and loaded to 0xf80000 address.
16Mb is probably too much, or your DRAM base is not 0x0.

It's only my experience with porting u-boot to Gemini arch, and I may be 
wrong.

regards,
Darius A.


>
>
> Regards,
>
> KH
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot

  reply	other threads:[~2009-08-04 13:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-04 11:59 [U-Boot] IXP425 TEXT_BASE Teh Kok How
2009-08-04 13:14 ` Darius Augulis [this message]
2009-08-04 13:49   ` Wolfgang Denk
2009-08-04 14:34     ` Darius Augulis
2009-08-04 15:57       ` Wolfgang Denk
2009-08-05  3:22         ` Teh Kok How
2009-08-05  6:38           ` Teh Kok How
2009-08-05  7:48           ` 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=4A78342C.5090307@gmail.com \
    --to=augulis.darius@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.