All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Avoiding Relocation on ARM When Earlier Bootloader Inits RAM?
Date: Mon, 14 Feb 2011 19:21:43 +0100	[thread overview]
Message-ID: <20110214182143.3819A1539C5@gemini.denx.de> (raw)
In-Reply-To: <loom.20110214T175951-507@post.gmane.org>

Dear Tim Kryger,

In message <loom.20110214T175951-507@post.gmane.org> you wrote:
> 
> After looking at code, searching the mailing list archive, and reviewing the git
> commit log, I now understand that for ARM relocation is performed unless U-Boot
> is already running at its final destination as computed within board_init_f. 
> Since this computation attempts to back off from the end of RAM the resulting
> address varies when U-Boot changes size.  On my board I have an earlier

It varies not only then. It may also vary when you are for example
using features like protected RAm or frame buffers with adjustable
resolution / color depth.  Then the location in RAM may even depend on
settings of environment variables, i. e. it can change dynamically
from boot to boot.

> bootloader that initializes RAM.  Presently, it copies U-Boot near the start of
> RAM and lets U-Boot relocate itself to the end.  This is inefficient and I would

This is only the case when booting from NAND; it does not apply for
example when booting from NOR flash.

> like to eliminate the extra copy.  I suspect that my situation is not unique and
> would be grateful to anyone willing to share their thoughts or experiences on
> how best to deal with this.

There are situation where the memory map is fixed and doesn;t change -
then you can U-Boot load to it's final location, and no second copy is
needed.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
In general, they do what you want, unless you want consistency.
                                    - Larry Wall in the perl man page

  parent reply	other threads:[~2011-02-14 18:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-14 17:01 [U-Boot] Avoiding Relocation on ARM When Earlier Bootloader Inits RAM? Tim Kryger
2011-02-14 18:07 ` Albert ARIBAUD
2011-02-14 19:59   ` Tim Kryger
2011-02-14 18:21 ` Wolfgang Denk [this message]
2011-02-14 19:51   ` Tim Kryger
2011-02-14 21:22     ` Wolfgang Denk
2011-02-14 22:22       ` Tim Kryger

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=20110214182143.3819A1539C5@gemini.denx.de \
    --to=wd@denx.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.