public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] New Yosemite (ppc440ep) sdram initiation.
Date: Tue, 20 Dec 2005 20:04:28 +0100	[thread overview]
Message-ID: <200512202004.28987.sr@denx.de> (raw)
In-Reply-To: <518B77BB6246D54D9E88FC49AFB0389D2F1C78@seskoptronicmsx.optronic.local>

Hi Andre,

On Tuesday 20 December 2005 19:12, Andr? Berggren wrote:
> I have seen that the sdram initiation on Yosemite board has been changed
> lately. We have some memory problems on our custom board based on Bamboo.
> We are using the Yosemite initdram function but added a call to
> spd_sdram().

Yosemite has onboard soldered DDR SDRAM chips and in therefore not using the 
spd_sdram() code at all. This is only used by board with DIMM modules and SPD 
EEPROM's. Please note that bamboo is an exception here, since it has one bank 
onboard soldered SDRAM and two DIMM slots with SPD EEPROM. Here the SPD 
information for the first onboard SDRAM bank is emulated.

> This helped a bit, but not all the way. What are the benefits 
> of using the sdram_tr1_set() instead of the alredy existing spd_sdram()?

None. Use (a) the spd_sdram() code (probably with modifications) for DIMM 
modules, or use (b) code like in yosemite.c with fixed init values (possibly 
with the tr1 calculation) for onboard soldered chips.

Best regards,
Stefan

      reply	other threads:[~2005-12-20 19:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-20 18:12 [U-Boot-Users] New Yosemite (ppc440ep) sdram initiation André Berggren
2005-12-20 19:04 ` Stefan Roese [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=200512202004.28987.sr@denx.de \
    --to=sr@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox