Tyson D Sawyer <[EMAIL PROTECTED]> writes: > One area I'm concerned about (mostly do to a lack of knowledge on the current > state of things) is that I have to use a hard coded ram initialization because > our hardware doesn't on the eeproms for the dimms. I generally have to assume > that you need to support different ram inits anyway so I should be OK but I need > > to find out at what scope you can select how ram is initialized.
Normally the scope of ram initialization is per northbridge, but if necessary we can make that depend on a configuration option. Optionally you could just define a set of assembly routines that hard code the spd data and reuse existing code. I'm not certain which method would do a better job for you. Eric
