public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] New Yosemite (ppc440ep) sdram initiation.
@ 2005-12-20 18:12 André Berggren
  2005-12-20 19:04 ` Stefan Roese
  0 siblings, 1 reply; 2+ messages in thread
From: André Berggren @ 2005-12-20 18:12 UTC (permalink / raw)
  To: u-boot

Hello!

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(). 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()?

Regards,
Andre
###########################################

This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.f-secure.com/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot-Users] New Yosemite (ppc440ep) sdram initiation.
  2005-12-20 18:12 [U-Boot-Users] New Yosemite (ppc440ep) sdram initiation André Berggren
@ 2005-12-20 19:04 ` Stefan Roese
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Roese @ 2005-12-20 19:04 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-12-20 19:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-20 18:12 [U-Boot-Users] New Yosemite (ppc440ep) sdram initiation André Berggren
2005-12-20 19:04 ` Stefan Roese

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox