Well I'm making some headway with rdram but it is an uphill struggle. I just finished a basic implementation of the rdram initialization, and tested my code. It fails, but I do get data back from ram.
So far doing it in C code is much easier than the assembly language equivalent. Though there is the temptation to be a lazy slob and not rigourously organize your code. Eric