All of lore.kernel.org
 help / color / mirror / Atom feed
From: Detlev Zundel <dzu@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] u-boot "go" command query
Date: Wed, 14 Nov 2007 11:50:25 +0100	[thread overview]
Message-ID: <m2r6itummm.fsf@ohwell.denx.de> (raw)
In-Reply-To: <13739789.post@talk.nabble.com> (Verma's message of "Tue\, 13 Nov 2007 20\:29\:17 -0800 \(PST\)")

Hi Verma,

> When we have obtained the symbol table for the stand alone application , we
> have noticed that the addresses of all the global variables and function
> definitions are starting with 0x802xxxxx. Hence, any standalone application
> developed for INCA-IP has to be copied into the 0x80200000 location of the
> RAM.

If you check examples/Makefile, you will notice these two lines:

ifeq ($(ARCH),mips)
LOAD_ADDR = 0x80200000 -T mips.lds
endif

So your hypothesis is correct, as the binary is intentionally linked
to that address on MIPS platforms.

Cheers
  Detlev

-- 
(let ((s "bottles of beer on the wall")) ((lambda (f) (f f 99))
(lambda (f i) (or (= i 0) (format #t "~a ~a - take one down pass it around
~a ~a\n" i s (- i 1) s) (f f (- i 1))))))
--
DENX Software Engineering GmbH,      MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de

      reply	other threads:[~2007-11-14 10:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-01  5:59 [U-Boot-Users] u-boot "go" command query Verma
2007-11-01 14:45 ` Wolfgang Denk
2007-11-14  4:29 ` Verma
2007-11-14 10:50   ` Detlev Zundel [this message]

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=m2r6itummm.fsf@ohwell.denx.de \
    --to=dzu@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.