> > Below are debug outputs of my new RAM init code. As you can see it<br>> 
> isn't quite working. Can this output help in finding out why?<br>> 
No. You'll have to run a diff between the old (working?) and the new<br>> 
code and do a binary search over the changes to find out what's causing<br>> 
the trouble.<br>> 
<br>> 
Stefan<br><br>Thank you!<br><br>With your hint, I realized that I have made too many changes at once and will have to make and test them one by one instead.<br><br>The result is this patch. It implements a full SDRAM buffer strength programming algorithm in set_dram_buffer_strength(), checked against my P2B-LS factory BIOS. With this in place, I now have 133MHz (!) stability with three 256MB PC133 modules, and can boot Fedora 11 all the way to the init daemon (actually upstart, but that's another story). Not to login prompt yet. We'll find out why later.<br>
<br>This again assumes a 4-DIMM board because that's all I have. I need someone with a 3-DIMM board to test it.<br><br>As a bonus, there's a big comment block within that illustrates the algorithm. :-)<br><br>Signed-off-by: Keith Hui <<a href="mailto:buurin@gmail.com">buurin@gmail.com</a>><br>