public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Bradley Remedios <bremedios@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Loading Uboot Image from SDRAM
Date: Mon, 17 Jan 2005 11:17:32 -0800	[thread overview]
Message-ID: <963b3387050117111763a4ab01@mail.gmail.com> (raw)
In-Reply-To: <20050117152203.76982.qmail@web12822.mail.yahoo.com>

On Mon, 17 Jan 2005 07:22:03 -0800 (PST), Alireza Sadri
<arsadri@yahoo.ca> wrote:
> I need to load my new uboot image from SDRAM , not
> from Flash. Is that possible and how can i do that?

Yes this is possible, however in most cases not a good idea (See the
links to the FAQs already posted.)

I've done this with our platform as we only have 4KB able to be booted
from (much much too small for U-Boot.)  So we have a primary
bootloader that comes up on boot, does all board and processor
initialization (including TLB's and SDRAM) required for the platform
and then loads a modified version of U-Boot into SDRAM.

In this case, U-Boot is only used as a ROM Loader and does not handle
many of the tasks that it would normally handle to normally bring-up
the board.  Additionally, in this case, the U-Boot Loader running from
SDRAM CANNOT be used as the only boot agent and will require another
boot agent to load it.

Regards,
-- 
Bradley Remedios
bremedios at gmail.com

  parent reply	other threads:[~2005-01-17 19:17 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-14  4:01 [U-Boot-Users] starting with u-boot Zhu Yong
2005-01-14  4:36 ` Sam Song
2005-01-14 10:47   ` Zhu Yong
2005-01-14 15:49     ` Wolfgang Denk
2005-01-15  2:06     ` Sam Song
2005-01-15 13:18       ` Jeff Stevens
2005-01-16  1:42         ` Paul Ruhland
2005-01-17 15:22         ` [U-Boot-Users] Loading Uboot Image from SDRAM Alireza Sadri
2005-01-17 16:04           ` richard at uclinux.net
2005-01-17 18:04           ` Jerry Van Baren
2005-01-17 18:34           ` Wolfgang Denk
2005-01-17 19:17           ` Bradley Remedios [this message]
2005-01-14 10:50 ` [U-Boot-Users] starting with u-boot 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=963b3387050117111763a4ab01@mail.gmail.com \
    --to=bremedios@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