All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Dixon <andrew.dixon@seranoa.com>
To: ppclist <linuxppc-embedded@lists.linuxppc.org>
Subject: Re: programming ppcboot onto an sbc8260 with a vision ice
Date: Tue, 04 Dec 2001 09:49:37 -0500	[thread overview]
Message-ID: <3C0CE281.2E0F451C@seranoa.com> (raw)
In-Reply-To: 5.1.0.14.2.20011203165059.01c83e20@falcon.si.com


Jerry Van Baren wrote:
>
> Your PPCBoot image is linked at 0x40000000 and your convert defaults are
> converting from 0xfe000000..0xfe020000 (this is where EST puts the boot
> memory unless you've changed the HRCW to ORG it at 0x00000000 -- glossing
> over quite a few details here).  Anyway, there ain't no data in that range,
> which is exactly what the error message is telling you.
>
> The EST convert utility doesn't allow you to relocate the code, only to set
> the lower and upper boundaries of the conversion.  You can use an elf tool
> (objcopy) to re-org the code or change your link mechanism to re-org your
> code.  You can also leave it at 0x40000000 and change your visionICE setup
> to map the ROM into that memory area (hmm, isn't that the secondary
> flash?  Maybe you just need to program it and switch your CS0/CS6 jumper).

Yes that is the start of Flash.  For our final product we want our
bootloader to live in Flash but I'm rethinking that for the EST board.
>From what I've read on the list is sounds like PPCBoot wants to live in
ROM on the sbc8260 right?

Is the above documented anywhere?  I don't feel the need to reinvent the
wheel for this board and I'd rather start off the right way.

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

  reply	other threads:[~2001-12-04 14:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-03 19:39 programming ppcboot onto an sbc8260 with a vision ice Andrew Dixon
2001-12-03 20:08 ` Peter Desnoyers
2001-12-03 20:38   ` Andrew Dixon
2001-12-03 22:11     ` Jerry Van Baren
2001-12-04 14:49       ` Andrew Dixon [this message]
2001-12-04 15:07         ` Jerry Van Baren
2001-12-04 15:28           ` Wolfgang Denk
2001-12-04 15:25         ` 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=3C0CE281.2E0F451C@seranoa.com \
    --to=andrew.dixon@seranoa.com \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    /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.