public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Zachary Landau <kapheine@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] 5282 u-boot shadowing
Date: Tue, 15 Mar 2005 13:33:40 -0500	[thread overview]
Message-ID: <a04f56da050315103352b5f66a@mail.gmail.com> (raw)
In-Reply-To: <200503151150.34533.ngustavson@emacinc.com>

On Tue, 15 Mar 2005 11:50:34 -0600, NZG <ngustavson@emacinc.com> wrote:
> I'm working on getting u-boot up and running, pre-loader less, for the 5282.
> I've run into a few issues with the way things are currently done and I wanted
> to run some alternatives past the list to make sure I'm not violating any
> u-boot standards.

Maybe you didn't get my previous email to you about this.  I got the
5282 running pre-loader less in u-boot.  Some of the necessary changes
I have posted as patches to the mailing list.  A few of the changes
(like for the FLASH support) required some changes that changed u-boot
too much, so they still need to be reworked.  It still has some
issues, so don't expect all of this to work right away.   My webspace
isn't working properly, so I'll put the code up there a bit later.

> 
> 1. The m68k code currently copies it's flash to DRAM at it's final location,
> then jumps to DRAM.
> To do it this way, the DRAM cannot be located at 0, as initializing the RAM
> there will shadow the Flash before the code has been copied.

I have the linker setup the flash at 0xf0000000.  When booting up,
before setting the FLASHBAR, the flash is seen as being at 0x0.  So,
first, I jump to 0x400 instead of 0xf000400.  I then copy into the
internal SRAM code to set the flash bar and then jump to the proper
location.  There may be a cleaner way, but that worked for me.  I'll
attach cpu/mcf52x2/start.S so you can see how I did it.

-- 
Zachary P. Landau <kapheine@gmail.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: start.S
Type: application/octet-stream
Size: 10601 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20050315/3896aba8/attachment.obj 

      reply	other threads:[~2005-03-15 18:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-15 17:50 [U-Boot-Users] 5282 u-boot shadowing NZG
2005-03-15 18:33 ` Zachary Landau [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=a04f56da050315103352b5f66a@mail.gmail.com \
    --to=kapheine@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox