All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Hawkins <dwh@ovro.caltech.edu>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Re garding EEPROM Boot
Date: Wed, 12 Dec 2007 09:42:13 -0800	[thread overview]
Message-ID: <47601D75.4070804@ovro.caltech.edu> (raw)
In-Reply-To: <14294144.post@talk.nabble.com>


> We have designed MPC8548 based AMC card. We are using u-boot-1.2.0
> and it was up. Now we plan to boot the uboot in the EEPROM without using
> FLASH. Is it possible to boot the uboot in the EEPROM ?.  We are using
> AT24C64C EEPROM(64KB) and it was configured as Extended I2C addressing mode.

Its not quite clear from your comment above;
   * you've designed an 8548-based board
   * you've managed to boot it from Flash
   * now you want to boot from EEPROM

Re-read your data sheet; it is a 64k*bits* EEPROM,
or an 8KB memory. You're not going to fit much code
in that.

If the 8548 is like the 8349, the purpose of the EEPROM
is as a boot-sequencer, i.e., it can be used to program
registers in the processor memory map.

If you don't want to have Flash on the card, and the card is
a peripheral (which an AMC card is), then you can probably
have the processor boot with the core disabled, and use
something like the PCI/PCIe interface to boot the processor.
You'd have to re-read the manual; the 8349 can boot with the
e300 core disabled, have a host copy memory into DDR RAM,
and then enable the core to boot from this data.

Cheers,
Dave

  reply	other threads:[~2007-12-12 17:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-12 12:28 [U-Boot-Users] Re garding EEPROM Boot sivaji
2007-12-12 17:42 ` David Hawkins [this message]
2008-01-08  2:22 ` Andy Fleming

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=47601D75.4070804@ovro.caltech.edu \
    --to=dwh@ovro.caltech.edu \
    --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.