> 
> Any ideas? Again, same exact u-boot just different memory. SPD sees it 
all
> just fine, just can't use the RAM after its setup. Currently using a
> slightly older version of U-boot 1.3.0-dirty.
> 
> -Russ
> 

Hi Russ,

I don't know what the current state is (I'm running a slightly older 
version than you), but we ran into a problem with the 83xx SPD code being 
able to recognize faster DDR2 memories.  There was a whole series of 
nested if/else if statements figuring out if it was DDR400, DDR333, etc., 
and then figuring out effective data rates and CAS latencies from that. 
What we ran into was that (at the time) it would only figure out upto 
DDR400 and we're using 533.  Since we're only using the one speed of RAM 
for this release of the product we just hardcoded values into registers 
and decided to look at fixing SPD later.  Don't know if anyone else has 
yet.  Know it doesn't help you much, but it gives you some place to look 
:(.

Bruce

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to